Searched refs:nShapes (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sw/source/core/access/ |
H A D | accmap.cxx | 1136 size_t nShapes = 0; in InvalidateShapeInParaSelection() local 1147 pShapes = mpShapeMap->Copy( nShapes, pFESh, &pSelShape ); in InvalidateShapeInParaSelection() 1257 size_t nNumShapes = nShapes; in InvalidateShapeInParaSelection() 1447 size_t nShapes = 0; in DoInvalidateShapeSelection() local 1464 pShapes = mpShapeMap->Copy( nShapes, pFESh, &pSelShape ); in DoInvalidateShapeSelection() 1477 int nShapeCount = nShapes; in DoInvalidateShapeSelection() 1507 while( nShapes ) in DoInvalidateShapeSelection() 1549 --nShapes; in DoInvalidateShapeSelection()
|
/trunk/main/filter/source/msfilter/ |
H A D | eschesdo.cxx | 893 sal_uInt32 nLastPer = 0, nShapes = mXShapes->getCount(); in ImplWritePage() local 894 for( sal_uInt32 n = 0; n < nShapes; ++n ) in ImplWritePage() 896 sal_uInt32 nPer = ( 5 * n ) / nShapes; in ImplWritePage()
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmlcelli.cxx | 719 sal_Int32 nShapes = xShapesIndex->getCount(); in SetDetectiveObj() local 721 rXMLImport.GetShapeImport()->shapeWithZIndexAdded(xShape, nShapes); in SetDetectiveObj()
|
H A D | xmlexprt.cxx | 661 sal_Int32 nShapes(xShapesIndex->getCount()); in CollectSharedData() local 662 for (sal_Int32 nShape = 0; nShape < nShapes; ++nShape) in CollectSharedData()
|
/trunk/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 4265 sal_uInt32 nInstance, nGroups, nShapes, nShapeCount, nPer, nLastPer, nIndices, nOlePictureId; in ImplWritePage() local 4269 ResetGroupTable( nShapes = mXShapes->getCount() ); in ImplWritePage() 4292 nPer = ( 5 * nShapeCount ) / nShapes; in ImplWritePage()
|
Completed in 171 milliseconds