Home
last modified time | relevance | path

Searched refs:GetHdlCount (Results 1 – 25 of 39) sorted by last modified time

12

/trunk/main/svx/source/svdraw/
H A Dsvdomeas.cxx769 sal_uInt32 SdrMeasureObj::GetHdlCount() const in GetHdlCount() function in SdrMeasureObj
H A Dsvdopath.cxx148 const sal_uInt32 nHdlCount = rHdlList.GetHdlCount(); in ImpSdrPathDragData()
578 const sal_uInt32 nHdlCount = rHdlList.GetHdlCount(); in beginPathDrag()
2024 sal_uInt32 SdrPathObj::GetHdlCount() const in GetHdlCount() function in SdrPathObj
2047 const sal_uInt32 nHdlCount(aLocalList.GetHdlCount()); in GetHdl()
2474 return GetHdlCount(); in GetSnapPointCount()
2593 nNewHdl = GetHdlCount(); in NbcInsPoint()
H A Dsvdoashp.cxx2184 sal_uInt32 SdrObjCustomShape::GetHdlCount() const in GetHdlCount() function in SdrObjCustomShape
2186 const sal_uInt32 nBasicHdlCount(SdrTextObj::GetHdlCount()); in GetHdlCount()
2194 const sal_uInt32 nBasicHdlCount(SdrTextObj::GetHdlCount()); in GetHdl()
H A Dsvdobj.cxx1229 sal_uInt32 SdrObject::GetHdlCount() const in GetHdlCount() function in SdrObject
1263 sal_uInt32 nAnz=GetHdlCount(); in AddToHdlList()
H A Dsvdograf.cxx1017 sal_uInt32 SdrGrafObj::GetHdlCount() const in GetHdlCount() function in SdrGrafObj
H A Dsvdhdl.cxx1930 if(mnFocusIndex != CONTAINER_ENTRY_NOTFOUND && mnFocusIndex >= GetHdlCount()) in TravelFocusHdl()
2063 if(mnFocusIndex != CONTAINER_ENTRY_NOTFOUND && mnFocusIndex < GetHdlCount()) in GetFocusHdl()
2144 for(sal_uInt32 i=0; i<GetHdlCount(); i++) in SetHdlSize()
2160 for(sal_uInt32 i=0; i<GetHdlCount(); i++) in SetMoveOutside()
2186 for(sal_uInt32 i=0; i<GetHdlCount(); i++) in SetFineHdl()
2203 for (sal_uIntPtr i=0; i<GetHdlCount(); i++) in Clear()
2270 sal_uIntPtr nAnz=GetHdlCount(); in IsHdlListHit()
2296 for (sal_uIntPtr i=0; i<GetHdlCount() && pRet==NULL; i++) in GetHdl()
H A Dsvdoedge.cxx1709 sal_uInt32 SdrEdgeObj::GetHdlCount() const in GetHdlCount() function in SdrEdgeObj
H A Dsvdovirt.cxx221 sal_uInt32 SdrVirtObj::GetHdlCount() const in GetHdlCount() function in SdrVirtObj
223 return rRefObj.GetHdlCount(); in GetHdlCount()
265 const sal_uInt32 nHdlCount(aLocalList.GetHdlCount()); in AddToHdlList()
282 while(aLocalList.GetHdlCount()) in AddToHdlList()
284 aLocalList.RemoveHdl(aLocalList.GetHdlCount() - 1L); in AddToHdlList()
H A Dsvdpoev.cxx384 sal_uInt32 nMax(pObj->GetHdlCount()); in RipUpAtMarkedPoints()
H A Dsvdotxdr.cxx54 sal_uInt32 SdrTextObj::GetHdlCount() const in GetHdlCount() function in SdrTextObj
H A Dsvdorect.cxx313 sal_uInt32 SdrRectObj::GetHdlCount() const in GetHdlCount() function in SdrRectObj
H A Dsvdocapt.cxx282 sal_uInt32 SdrCaptionObj::GetHdlCount() const in GetHdlCount() function in SdrCaptionObj
284 sal_uInt32 nAnz1(SdrRectObj::GetHdlCount()); in GetHdlCount()
292 const sal_uInt32 nRectHdlAnz(SdrRectObj::GetHdlCount()); in GetHdl()
H A Dsvdocirc.cxx388 sal_uInt32 SdrCircObj::GetHdlCount() const in GetHdlCount() function in SdrCircObj
H A Dsvdmrkv.cxx766 const sal_uIntPtr nSiz0=aHdl.GetHdlCount(); in SetMarkHandles()
768 const sal_uIntPtr nSiz1=aHdl.GetHdlCount(); in SetMarkHandles()
827 const sal_uIntPtr nSiz0=aHdl.GetHdlCount(); in SetMarkHandles()
829 const sal_uIntPtr nSiz1=aHdl.GetHdlCount(); in SetMarkHandles()
910 for(sal_uInt32 a(0); a < aHdl.GetHdlCount(); a++) in SetMarkHandles()
1100 if(aHdl.GetHdlCount()) in MouseMove()
1110 const sal_uIntPtr nHdlCount = aHdl.GetHdlCount(); in MouseMove()
H A Dsvdmrkv1.cxx187 for (sal_uIntPtr i = aHdl.GetHdlCount(); i>0;) in ImpMarkPoint()
240 sal_uIntPtr nHdlAnz=aHdl.GetHdlCount(); in MarkPoints()
342 sal_uIntPtr nHdlAnz=aHdl.GetHdlCount(); in ImpSetPointsRects()
680 sal_uIntPtr nHdlAnz=aHdl.GetHdlCount(); in GetGluePointHdl()
/trunk/main/svx/inc/svx/
H A Dsvdobj.hxx704 virtual sal_uInt32 GetHdlCount() const;
H A Dsvdhdl.hxx493 sal_uIntPtr GetHdlCount() const { return aList.Count(); } in GetHdlCount() function in SdrHdlList
H A Dsvdomeas.hxx106 virtual sal_uInt32 GetHdlCount() const;
H A Dsvdotext.hxx444 virtual sal_uInt32 GetHdlCount() const;
/trunk/main/svx/source/table/
H A Dsvdotable.cxx2336 sal_uInt32 SdrTableObj::GetHdlCount() const in GetHdlCount() function in sdr::table::SdrTableObj
2338 sal_uInt32 nCount = SdrTextObj::GetHdlCount(); in GetHdlCount()
2440 sal_uIntPtr nHdlCount = rHdlList.GetHdlCount(); in AddToHdlList()
2457 const sal_uInt32 nHdlCount(aLocalList.GetHdlCount()); in GetHdl()
/trunk/main/sd/source/ui/view/
H A Dsdview2.cxx573 for( sal_uInt32 n = 0; n < rHdlList.GetHdlCount(); n++ ) in AcceptDrop()
729 for( sal_uInt32 n = 0; !nRet && n < rHdlList.GetHdlCount(); n++ ) in ExecuteDrop()
/trunk/main/svx/source/engine3d/
H A Dobj3d.cxx1055 sal_uInt32 E3dCompoundObject::GetHdlCount() const in GetHdlCount() function in E3dCompoundObject
/trunk/main/svx/source/dialog/
H A Dgraphctl.cxx676 for(sal_uInt32 a(0); !pNewOne && a < rHdlList.GetHdlCount(); a++) in KeyInput()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1126 sal_uInt32 EnhancedCustomShape2d::GetHdlCount() const in GetHdlCount() function in EnhancedCustomShape2d
1134 if ( nIndex < GetHdlCount() ) in GetHandlePosition()
1199 if ( nIndex < GetHdlCount() ) in SetHandleControllerPosition()
H A DEnhancedCustomShapeEngine.cxx461 nHdlCount = aCustomShape2d.GetHdlCount(); in SEQ()

Completed in 162 milliseconds

12