24 #ifndef __ISelectUtils__ 25 #define __ISelectUtils__ 27 #include "AppFrameworkID.h" 28 #include "IPMUnknown.h" 33 #include "PathSelectionList.h" 34 #include "HitTestDragConstants.h" 35 #include "ISelectionMessages.h" 54 enum { kDefaultIID = IID_ISELECTUTILS };
63 Selection::ScrollChoice doScroll,
const RangeData* scrollSpot,
73 virtual ErrorCode ProcessSelectText(
const UIDRef& model,
const RangeData& rangeToSelect,
74 Selection::ScrollChoice doScroll,
const RangeData* scrollSpot,
80 virtual void GoToTextWithMarker(
UIDRef &textStory, TextIndex nStart, int32 nnCount) = 0;
84 #endif // ID_DEPRECATED 86 #endif // __ISelectUtils__