| 676 to->set = from->set; |
676 to->set = from->set; |
| 677 to->getsubstr = from->getsubstr; |
677 to->getsubstr = from->getsubstr; |
| 678 to->insert = from->insert; |
678 to->insert = from->insert; |
| 679 to->setposition = from->setposition; |
679 to->setposition = from->setposition; |
| 680 to->position = from->position; |
680 to->position = from->position; |
| |
681 to->setselection = from->setselection; |
| 681 to->selection = from->selection; |
682 to->selection = from->selection; |
| 682 to->length = from->length; |
683 to->length = from->length; |
| 683 to->remove = from->remove; |
684 to->remove = from->remove; |
| 684 to->restore = from->restore; |
685 to->restore = from->restore; |
| 685 to->save = from->save; |
686 to->save = from->save; |