|
| virtual bool16 | GetIsMyContext (const PasteData *vasd) const =0 |
| |
| virtual const UIDRef & | GetSrcStoryRef () const =0 |
| |
| virtual const UIDRef & | GetDestStoryRef () const =0 |
| |
| virtual void | XRefBind (UID uidInSrcStory, UID uidInDestStory)=0 |
| |
| virtual void | XRefBind (UID uidInSrcStory, int32 subKeyInSrcStory, UID uidInDestStory, int32 subKeyInDestStory)=0 |
| |
| virtual bool16 | XRefLookup (UID uidInSrcStory, UID *uidInDestStory) const =0 |
| |
| virtual bool16 | XRefLookup (UID uidInSrcStory, int32 subKeyInSrcStory, UID *uidInDestStory, int32 *subKeyInDestStory) const =0 |
| |