24 #ifndef __CTextCommandPreProcess__ 25 #define __CTextCommandPreProcess__ 27 #include "ITextCommandPreProcess.h" 28 #include "CPMUnknown.h" 35 virtual bool16 DeletePreProcess(
ITextModel* model, TextIndex& position, int32& length);
36 virtual bool16 ApplyStylePreProcess(
ITextModel* model, TextIndex& position, int32& length,
UID& styleRef,
ClassID& whichStrand);
47 virtual void GetSubRangePreProcess(
ITextModel* model, TextIndex& start, int32& length,
const Text::StoryRangeList& contextList, int32 contextListIndex);
49 virtual void BeginProcessCommand(
ICommand *cmd );
50 virtual void EndProcessCommand(
ICommand *cmd );
55 #endif // __CTextCommandPreProcess__