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