Lines Matching defs:SdrViewEvent
109 struct SVX_DLLPUBLIC SdrViewEvent struct
111 SdrHdl* pHdl;
112 SdrObject* pObj;
113 SdrObject* pRootObj; // Dieses Markieren bei SdrBeginTextEdit
114 SdrPageView* pPV;
115 const SvxURLField* pURLField;
117 Point aLogicPos;
118 SdrHitKind eHit;
119 SdrEventKind eEvent;
120 SdrHdlKind eHdlKind;
121 SdrCreateCmd eEndCreateCmd; // auch fuer EndInsPoint
145 SdrViewEvent(); argument