Lines Matching refs:sal_uLong

162 	sal_uLong				mnSize;
163 sal_uLong mnRealSize;
170 void ImplSetSize( sal_uLong nSize );
172 sal_uLong ImplGetRealSize() const { return mnRealSize; } in ImplGetRealSize()
173 void ImplSetRealSize( sal_uLong nRealSize ) { mnRealSize = nRealSize; } in ImplSetRealSize()
175 inline Point& operator[]( sal_uLong nPos );
176 inline const Point& operator[]( sal_uLong nPos ) const;
201 void ImplPointArray::ImplSetSize( sal_uLong nSize ) in ImplSetSize()
203 const sal_uLong nTotal = nSize * sizeof( Point ); in ImplSetSize()
217 inline Point& ImplPointArray::operator[]( sal_uLong nPos ) in operator []()
225 inline const Point& ImplPointArray::operator[]( sal_uLong nPos ) const in operator []()
342 sal_uLong mnArraySize;
343 sal_uLong mnCount;
356 ImplChain( sal_uLong nInitCount = 1024UL, long nResize = -1L );
361 void ImplEndAdd( sal_uLong nTypeFlag );
368 ImplChain::ImplChain( sal_uLong nInitCount, long nResize ) : in ImplChain()
388 const sal_uLong nOldArraySize = mnArraySize; in ImplGetSpace()
391 mnArraySize = ( mnResize < 0L ) ? ( mnArraySize << 1UL ) : ( mnArraySize + (sal_uLong) mnResize ); in ImplGetSpace()
419 void ImplChain::ImplEndAdd( sal_uLong nFlag ) in ImplEndAdd()
646 for( sal_uLong i = 0; i < mnCount; ) in ImplEndAdd()
669 sal_uLong nNewPos; in ImplPostProcess()
670 sal_uLong nCount = rArr.ImplGetRealSize(); in ImplPostProcess()
671 sal_uLong n; in ImplPostProcess()
739 sal_uInt8 cReduce, sal_uLong nFlags, const Link* pProgress ) in ImplVectorize()
845 sal_uLong nFlags, const Link* pProgress ) in ImplVectorize()
1067 …er::ImplCalculate( ImplVectMap* pMap, PolyPolygon& rPolyPoly, sal_uInt8 cReduce, sal_uLong nFlags ) in ImplCalculate()
1142 sal_uLong nFound; in ImplGetChain()
1143 sal_uLong nLastDir = 0UL; in ImplGetChain()
1144 sal_uLong nDir; in ImplGetChain()