Searched refs:nDestSize (Results 1 – 7 of 7) sorted by relevance
274 const sal_uInt32 nDestSize(aDestination.size()); in impCreate3DDecomposition() local275 aRetval.realloc(nDestSize); in impCreate3DDecomposition()277 for(sal_uInt32 b(0); b < nDestSize; b++) in impCreate3DDecomposition()
667 sal_Int64 nDestSize = 0; in Optimize() local735 nDestSize = PPPOptimizer::GetFileSize( maSaveAsURL ); in Optimize()743 nSourceSize, nDestSize, nEstimatedFileSize ); in Optimize()762 if ( nSourceSize && nDestSize ) in Optimize()765 SetStatusValue( TK_FileSizeDestination, Any( nDestSize ) ); in Optimize()
60 const sal_Int64& nDestSize,
127 sal_uInt32 nDestSize = rGfxLink.GetDataSize(); in IsEqual() local128 if ( pSource && pDest && ( nSourceSize == nDestSize ) ) in IsEqual()
410 const size_t nDestSize = ::std::min( nPermSize, nRowSize ); in EndElement() local411 for( size_t nDestinationIndex = 0; nDestinationIndex < nDestSize; ++nDestinationIndex ) in EndElement()446 const size_t nDestSize = ::std::min( nPermSize, nTableRowCount ); in EndElement() local448 for( size_t nDestinationIndex = 0; nDestinationIndex < nDestSize; ++nDestinationIndex ) in EndElement()
341 const sal_uInt32 nDestSize = pDestColumns->size(); in checkAppendData() local344 …for(sal_Int32 nPos = 1;aDestIter != aDestEnd && i < nDestSize && i < nSrcSize;++aDestIter,++nPos,+… in checkAppendData()
1410 ImplPolygonPointFilter( sal_uInt16 nDestSize ) : in ImplPolygonPointFilter() argument1413 mpPoly = new ImplPolygon( nDestSize ); in ImplPolygonPointFilter()
Completed in 51 milliseconds