Home
last modified time | relevance | path

Searched refs:SdrHdlKind (Results 1 – 22 of 22) sorted by relevance

/aoo4110/main/svx/inc/svx/
H A Dsvdhdl.hxx70 enum SdrHdlKind enum
168 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 Dsvdview.hxx120 SdrHdlKind eHdlKind;
H A Dsvddrgv.hxx64 SdrHdlKind eDragHdl;
H A Dsvddrgmt.hxx180 SdrHdlKind GetDragHdlKind() const { return getSdrDragView().eDragHdl; } in GetDragHdlKind()
/aoo4110/main/svx/inc/
H A Ddragmt3d.hxx132 SdrHdlKind meWhatDragHdl;
140 SdrHdlKind eDrgHdl = HDL_MOVE,
/aoo4110/main/sd/source/ui/inc/
H A Dsmarttag.hxx171 …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 Dsmarttag.cxx436 … 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 Dsvdotxdr.cxx63 SdrHdlKind eKind=HDL_MOVE; in GetHdl()
95 SdrHdlKind eHdl=pHdl==NULL ? HDL_MOVE : pHdl->GetKind(); in ImpDragCalcRect()
H A Dsvdhdl.cxx312 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 Dsvddrgmt.cxx1021 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 Dsvdorect.cxx322 SdrHdlKind eKind = HDL_MOVE; in GetHdl()
H A Dsvdmrkv1.cxx345 SdrHdlKind eKind=pHdl->GetKind(); in ImpSetPointsRects()
H A Dsvdocirc.cxx409 SdrHdlKind eLocalKind(HDL_MOVE); in GetHdl()
H A Dsvdobj.cxx1277 SdrHdlKind eHdl=pHdl==NULL ? HDL_MOVE : pHdl->GetKind(); in ImpDragCalcRect()
1363 SdrHdlKind eHdl = (pHdl == NULL) ? HDL_MOVE : pHdl->GetKind(); in beginSpecialDrag()
H A Dsvdview.cxx1095 SdrHdlKind eHdl= pHdl!=NULL ? pHdl->GetKind() : HDL_MOVE; in GetPreferedPointer()
H A Dsvdoashp.cxx2242 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 Dsvdmrkv.cxx673 SdrHdlKind eSaveKind(HDL_MOVE); in SetMarkHandles()
/aoo4110/main/svx/source/engine3d/
H A Ddragmt3d.cxx512 SdrHdlKind eDrgHdl, in E3dDragMove()
H A Dview3d.cxx1555 SdrHdlKind eHdlKind = pHdl->GetKind(); in MovAction()
/aoo4110/main/svx/source/table/
H A Dsvdotable.cxx2480 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 DChartController_Window.cxx722 SdrHdlKind eKind = pHitSelectionHdl->GetKind(); in execute_MouseButtonDown()
/aoo4110/main/sw/source/ui/docvw/
H A Dedtwin.cxx163 SdrHdlKind eSdrMoveHdl = HDL_USER;
3923 SdrHdlKind eOldSdrMoveHdl = eSdrMoveHdl; in MouseButtonUp()

Completed in 251 milliseconds