|
| virtual bool16 | DeletePreProcess (ITextModel *model, TextIndex &position, int32 &length)=0 |
| |
| virtual bool16 | ApplyStylePreProcess (ITextModel *model, TextIndex &position, int32 &length, UID &styleRef, ClassID &whichStrand)=0 |
| |
| virtual WideString * | InsertPreProcess (ITextModel *model, TextIndex &position, const WideString *data, const ILanguage *language=nil)=0 |
| |
| virtual WideString * | ReplacePreProcess (ITextModel *model, TextIndex &position, int32 &length, const WideString *data, const ILanguage *language=nil)=0 |
| |
| virtual AttributeBossList * | ApplyOverridesPreProcess (ITextModel *model, TextIndex &position, int32 &length, const AttributeBossList *attributes, ClassID &whichStrand)=0 |
| |
| virtual AttributeBossList * | ClearOverridesPreProcess (ITextModel *model, TextIndex &position, int32 &length, const AttributeBossList *attributes, ClassID &whichStrand)=0 |
| |
| virtual PasteData * | PastePreProcess (ITextModel *model, TextIndex &position, const PasteData *data, int32 subrange)=0 |
| |
| virtual void | GetSubRangePreProcess (ITextModel *model, TextIndex &start, int32 &length, const Text::StoryRangeList &contextList, int32 contextListIndex)=0 |
| |
| virtual void | BeginProcessCommand (ICommand *cmd)=0 |
| |
| virtual void | EndProcessCommand (ICommand *cmd)=0 |
| |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| |
| virtual void | AddRef () const =0 |
| |
| virtual void | Release () const =0 |
| |