Lines Matching refs:nPoints
104 sal_uInt16 nPoints = 0; in ImplWritePolyPolyAction() local
108 nPoints = sal::static_int_cast<sal_uInt16>(nPoints + rPolyPoly[ n ].GetSize()); in ImplWritePolyPolyAction()
111 rOStm << (sal_Int32) ( 8 + ( nPoly << 2 ) + ( nPoints << 3 ) ); in ImplWritePolyPolyAction()
1603 const sal_uInt16 nPoints = aChordPoly.GetSize(); in ImplWriteActions() local
1606 rOStm << (sal_Int32) ( 8 + ( nPoints << 3 ) ); in ImplWriteActions()
1607 rOStm << (sal_Int32) nPoints; in ImplWriteActions()
1609 for( sal_uInt16 n = 0; n < nPoints; n++ ) in ImplWriteActions()
1625 const sal_uInt16 nPoints(aSimplePoly.GetSize()); in ImplWriteActions() local
1663 rOStm << (sal_Int32) ( 8 + ( nPoints << 3 ) ); in ImplWriteActions()
1664 rOStm << (sal_Int32) nPoints; in ImplWriteActions()
1666 for( sal_uInt16 n = 0; n < nPoints; n++ ) in ImplWriteActions()
1710 const sal_uInt16 nPoints(aSimplePoly.GetSize()); in ImplWriteActions() local
1713 rOStm << (sal_Int32) ( 8 + ( nPoints << 3 ) ); in ImplWriteActions()
1714 rOStm << (sal_Int32) nPoints; in ImplWriteActions()
1716 for( sal_uInt16 n = 0; n < nPoints; n++ ) in ImplWriteActions()