Searched refs:SdrHdlKind (Results  1 – 22 of 22) sorted by relevance
| /aoo4110/main/svx/inc/svx/ | 
| H A D | svdhdl.hxx | 70 enum SdrHdlKind   enum168 	SdrHdlKind					eKind;
 199 	SdrHdl(const Point& rPnt, SdrHdlKind eNewKind=HDL_MOVE);
 205 	SdrHdlKind GetKind() const { return eKind; }  in GetKind()
 366 …SdrHdlLine(SdrHdl& rHdl1, SdrHdl& rHdl2, SdrHdlKind eNewKind=HDL_MIRX) { eKind=eNewKind; pHdl1=&rH…  in SdrHdlLine()
 385 …SdrHdlBezWgt(const SdrHdl* pRefHdl1, SdrHdlKind eNewKind=HDL_BWGT) { eKind=eNewKind; pHdl1=pRefHdl…  in SdrHdlBezWgt()
 412 	ImpEdgeHdl(const Point& rPnt, SdrHdlKind eNewKind): SdrHdl(rPnt,eNewKind),eLineCode(MIDDLELINE) {}  in ImpEdgeHdl()
 429 	ImpMeasureHdl(const Point& rPnt, SdrHdlKind eNewKind): SdrHdl(rPnt,eNewKind) {}  in ImpMeasureHdl()
 514 	SdrHdl* GetHdl(SdrHdlKind eKind1) const;
 530         SdrHdlKind eNewKind,
 
 | 
| H A D | svdview.hxx | 120 	SdrHdlKind					eHdlKind;
 | 
| H A D | svddrgv.hxx | 64 	SdrHdlKind					eDragHdl;
 | 
| H A D | svddrgmt.hxx | 180 	SdrHdlKind         GetDragHdlKind() const          { return getSdrDragView().eDragHdl; }  in GetDragHdlKind()
 | 
| /aoo4110/main/svx/inc/ | 
| H A D | dragmt3d.hxx | 132 	SdrHdlKind				meWhatDragHdl;140 		SdrHdlKind eDrgHdl = HDL_MOVE,
 
 | 
| /aoo4110/main/sd/source/ui/inc/ | 
| H A D | smarttag.hxx | 171 …SmartHdl( const SmartTagReference& xTag, SdrObject* pObject, const Point& rPnt, SdrHdlKind eNewKin…172 	SmartHdl( const SmartTagReference& xTag, const Point& rPnt, SdrHdlKind eNewKind=HDL_SMARTTAG );
 
 | 
| /aoo4110/main/sd/source/ui/func/ | 
| H A D | smarttag.cxx | 436 … const SmartTagReference& xTag, SdrObject* pObject, const Point& rPnt, SdrHdlKind eNewKind /*=HDL_…  in SmartHdl()445 SmartHdl::SmartHdl( const SmartTagReference& xTag, const Point& rPnt, SdrHdlKind eNewKind /*=HDL_MO…  in SmartHdl()
 
 | 
| /aoo4110/main/svx/source/svdraw/ | 
| H A D | svdotxdr.cxx | 63 	SdrHdlKind eKind=HDL_MOVE;  in GetHdl()95 	SdrHdlKind eHdl=pHdl==NULL ? HDL_MOVE : pHdl->GetKind();  in ImpDragCalcRect()
 
 | 
| H A D | svdhdl.cxx | 312 SdrHdl::SdrHdl(const Point& rPnt, SdrHdlKind eNewKind):  in SdrHdl()1768     SdrHdlKind eKind1=((SdrHdl*)pElem1)->GetKind();  in Compare()
 1769     SdrHdlKind eKind2=((SdrHdl*)pElem2)->GetKind();  in Compare()
 2283 SdrHdl* SdrHdlList::GetHdl(SdrHdlKind eKind1) const  in GetHdl()
 2301     SdrHdlKind eNewKind,  in SdrCropHdl()
 
 | 
| H A D | svddrgmt.cxx | 1021 	SdrHdlKind eKind=GetDragHdl()->GetKind();  in BeginSdrDrag()1107 				SdrHdlKind eRef=HDL_REF1;  in MoveSdrDrag()
 1862 	SdrHdlKind eRefHdl=HDL_MOVE;  in BeginSdrDrag()
 2312 	SdrHdlKind eRefHdl=HDL_MOVE;  in BeginSdrDrag()
 3579 		SdrHdlKind eKind=GetDragHdlKind();  in BeginSdrDrag()
 
 | 
| H A D | svdorect.cxx | 322 	SdrHdlKind eKind = HDL_MOVE;  in GetHdl()
 | 
| H A D | svdmrkv1.cxx | 345 		SdrHdlKind eKind=pHdl->GetKind();  in ImpSetPointsRects()
 | 
| H A D | svdocirc.cxx | 409 	SdrHdlKind eLocalKind(HDL_MOVE);  in GetHdl()
 | 
| H A D | svdobj.cxx | 1277 	SdrHdlKind eHdl=pHdl==NULL ? HDL_MOVE : pHdl->GetKind();  in ImpDragCalcRect()1363     SdrHdlKind eHdl = (pHdl == NULL) ? HDL_MOVE : pHdl->GetKind();  in beginSpecialDrag()
 
 | 
| H A D | svdview.cxx | 1095 		SdrHdlKind eHdl= pHdl!=NULL ? pHdl->GetKind() : HDL_MOVE;  in GetPreferedPointer()
 | 
| H A D | svdoashp.cxx | 2242 		const SdrHdlKind eHdl((pHdl2 == NULL) ? HDL_MOVE : pHdl2->GetKind());  in beginSpecialDrag()2409 	const SdrHdlKind eHdl((pHdl == NULL) ? HDL_MOVE : pHdl->GetKind());  in applySpecialDrag()
 
 | 
| H A D | svdmrkv.cxx | 673 	SdrHdlKind eSaveKind(HDL_MOVE);  in SetMarkHandles()
 | 
| /aoo4110/main/svx/source/engine3d/ | 
| H A D | dragmt3d.cxx | 512 	SdrHdlKind eDrgHdl,  in E3dDragMove()
 | 
| H A D | view3d.cxx | 1555 			SdrHdlKind eHdlKind = pHdl->GetKind();  in MovAction()
 | 
| /aoo4110/main/svx/source/table/ | 
| H A D | svdotable.cxx | 2480 	const SdrHdlKind eHdl((pHdl == NULL) ? HDL_MOVE : pHdl->GetKind());  in beginSpecialDrag()2517 	const SdrHdlKind eHdl((pHdl == NULL) ? HDL_MOVE : pHdl->GetKind());  in applySpecialDrag()
 
 | 
| /aoo4110/main/chart2/source/controller/main/ | 
| H A D | ChartController_Window.cxx | 722                     SdrHdlKind eKind = pHitSelectionHdl->GetKind();  in execute_MouseButtonDown()
 | 
| /aoo4110/main/sw/source/ui/docvw/ | 
| H A D | edtwin.cxx | 163 SdrHdlKind eSdrMoveHdl          = HDL_USER;3923     SdrHdlKind eOldSdrMoveHdl = eSdrMoveHdl;  in MouseButtonUp()
 
 | 
        Completed in 1125 milliseconds