|
| | PasteData (const UIDRef &story) |
| |
| | PasteData (const UIDRef &fromStory, TextIndex start, int32 len) |
| |
| int32 | AddSubrange () |
| |
| void | RemoveSubrange (int32 srIndex) |
| |
| void | SetSubDataRange (int32 srIndex, TextIndex start, int32 len) |
| |
| void | AddMapping (int32 srIndex, ClassID cls, IStrandPastePiece *d) |
| |
| int32 | MapCount (int32 srIndex) const |
| |
| ClassID | GetMapKey (int32 srIndex, int32 i) const |
| |
| int32 | Location (int32 srIndex, ClassID klas) const |
| |
| IStrandPastePiece * | PeekMapValue (int32 srIndex, int32 i) const |
| |
| ErrorCode | CopyDone (PasteDataXRefContext *xRefContext) |
| |
| ErrorCode | CopyDone () |
| |
| ErrorCode | TransferTo (PasteDataXRefContext *xRefContext) |
| |
| ErrorCode | TransferTo (const UIDRef &toStory) |
| |
| ErrorCode | PastedAllSavedData (TextIndex start) |
| |
| const UIDRef & | GetStoryRef () const |
| |
| void | SetStoryRef (const UIDRef &story) |
| |
| TextIndex | GetDataStart () const |
| |
| void | SetDataStart (TextIndex start) |
| |
| int32 | GetDataLength () const |
| |
| void | SetDataLength (int32 len) |
| |
| int32 | GetNetDataLength () const |
| |
| void | AddMemento (const InterfacePtr< ITextModelMemento > &m) |
| |
| void | XRefBind (UID uidInSrcStory, UID uidInDestStory) |
| |
| void | XRefBind (UID uidInSrcStory, int32 subKeyInSrcStory, UID uidInDestStory, int32 subKeyInDestStory) |
| |
| bool16 | XRefLookup (UID uidInSrcStory, UID *uidInDestStory) const |
| |
| bool16 | XRefLookup (UID uidInSrcStory, int32 subKeyInSrcStory, UID *uidInDestStory, int32 *subKeyInDestStory) const |
| |
| int32 | GetSubrangeCount () const |
| |
| TextIndex | GetSubrangeDataStart (int32 srIndex) const |
| |
| int32 | GetSubrangeDataLength (int32 srIndex) const |
| |
| void | SetSubrangeDataRange (int32 srIndex, TextIndex start, int32 len) |
| |
| AttributeBossList * | GetRootStyleTransferAttributes (PMIID &whichIID) |
| |
| UID & | GetDestRootStyle (PMIID &whichIID) |
| |
| AttributeBossList * | GetDest_SrcRootStyleDiffs (PMIID &whichIID) |
| |
| TextIndex | GetFirstRemainingTextIndex () const |
| |