Home
last modified time | relevance | path

Searched refs:nHdlCount (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeEngine.cxx456 sal_uInt32 i, nHdlCount = 0; in SEQ() local
461 nHdlCount = aCustomShape2d.GetHdlCount(); in SEQ()
463 SEQ( REF( com::sun::star::drawing::XCustomShapeHandle ) ) aSeq( nHdlCount ); in SEQ()
464 for ( i = 0; i < nHdlCount; i++ ) in SEQ()
/trunk/main/svx/source/svdraw/
H A Dsvdovirt.cxx265 const sal_uInt32 nHdlCount(aLocalList.GetHdlCount()); in AddToHdlList() local
267 if(nHdlCount) in AddToHdlList()
273 for(sal_uInt32 a(0L); a < nHdlCount; a++) in AddToHdlList()
H A Dsvdopath.cxx148 const sal_uInt32 nHdlCount = rHdlList.GetHdlCount(); in ImpSdrPathDragData() local
149 …const SdrObject* pInteractionObject(nHdlCount && rHdlList.GetHdl(0) ? rHdlList.GetHdl(0)->GetObj()… in ImpSdrPathDragData()
151 for(sal_uInt32 a(0); a < nHdlCount; a++) in ImpSdrPathDragData()
578 const sal_uInt32 nHdlCount = rHdlList.GetHdlCount(); in beginPathDrag() local
579 …const SdrObject* pInteractionObject(nHdlCount && rHdlList.GetHdl(0) ? rHdlList.GetHdl(0)->GetObj()… in beginPathDrag()
582 for(sal_uInt32 a(0); a < nHdlCount; a++) in beginPathDrag()
2047 const sal_uInt32 nHdlCount(aLocalList.GetHdlCount()); in GetHdl() local
2049 if(nHdlCount && nHdlNum < nHdlCount) in GetHdl()
H A Dsvdmrkv.cxx1110 const sal_uIntPtr nHdlCount = aHdl.GetHdlCount(); in MouseMove() local
1112 for(sal_uIntPtr nHdl = 0; nHdl < nHdlCount; nHdl++ ) in MouseMove()
/trunk/main/svx/source/table/
H A Dsvdotable.cxx2440 sal_uIntPtr nHdlCount = rHdlList.GetHdlCount(); in AddToHdlList() local
2441 for( sal_uIntPtr nHdl = 0; nHdl < nHdlCount; nHdl++ ) in AddToHdlList()
2457 const sal_uInt32 nHdlCount(aLocalList.GetHdlCount()); in GetHdl() local
2459 if(nHdlCount && nHdlNum < nHdlCount) in GetHdl()

Completed in 54 milliseconds