Home
last modified time | relevance | path

Searched refs:nDestSize (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx410 const size_t nDestSize = ::std::min( nPermSize, nRowSize ); in EndElement() local
411 for( size_t nDestinationIndex = 0; nDestinationIndex < nDestSize; ++nDestinationIndex ) in EndElement()
446 const size_t nDestSize = ::std::min( nPermSize, nTableRowCount ); in EndElement() local
448 for( size_t nDestinationIndex = 0; nDestinationIndex < nDestSize; ++nDestinationIndex ) in EndElement()
/trunk/main/vcl/source/gdi/
H A Dgfxlink.cxx127 sal_uInt32 nDestSize = rGfxLink.GetDataSize(); in IsEqual() local
128 if ( pSource && pDest && ( nSourceSize == nDestSize ) ) in IsEqual()
/trunk/main/tools/source/generic/
H A Dpoly.cxx1410 ImplPolygonPointFilter( sal_uInt16 nDestSize ) : in ImplPolygonPointFilter() argument
1413 mpPoly = new ImplPolygon( nDestSize ); in ImplPolygonPointFilter()
/trunk/main/sdext/source/minimizer/
H A Dimpoptimizer.cxx667 sal_Int64 nDestSize = 0; in Optimize() local
735 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()
H A Dinformationdialog.hxx60 const sal_Int64& nDestSize,
/trunk/main/drawinglayer/source/primitive3d/
H A Dhatchtextureprimitive3d.cxx274 const sal_uInt32 nDestSize(aDestination.size()); in impCreate3DDecomposition() local
275 aRetval.realloc(nDestSize); in impCreate3DDecomposition()
277 for(sal_uInt32 b(0); b < nDestSize; b++) in impCreate3DDecomposition()
/trunk/main/dbaccess/source/ui/misc/
H A DWCPage.cxx341 const sal_uInt32 nDestSize = pDestColumns->size(); in checkAppendData() local
344 …for(sal_Int32 nPos = 1;aDestIter != aDestEnd && i < nDestSize && i < nSrcSize;++aDestIter,++nPos,+… in checkAppendData()

Completed in 50 milliseconds