Home
last modified time | relevance | path

Searched refs:nProgressStart (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx215 BmpFilterParam( sal_uLong nProgressStart = 0, sal_uLong nProgressEnd = 0 ) : in BmpFilterParam() argument
216 …meFilter( BMP_FILTER_UNKNOWN ), mnProgressStart( nProgressStart ), mnProgressEnd( nProgressEnd ) {} in BmpFilterParam()
218 …BmpFilterParam( sal_uInt8 cSolarGreyThreshold, sal_uLong nProgressStart = 0, sal_uLong nProgressEn… in BmpFilterParam() argument
219 meFilter( BMP_FILTER_SOLARIZE ), mnProgressStart( nProgressStart ), mnProgressEnd( nProgressEnd ), in BmpFilterParam()
222 …BmpFilterParam( sal_uInt16 nSepiaPercent, sal_uLong nProgressStart = 0, sal_uLong nProgressEnd = 0… in BmpFilterParam() argument
223 meFilter( BMP_FILTER_SEPIA ), mnProgressStart( nProgressStart ), mnProgressEnd( nProgressEnd ), in BmpFilterParam()
226 …BmpFilterParam( const Size& rMosaicTileSize, sal_uLong nProgressStart = 0, sal_uLong nProgressEnd … in BmpFilterParam() argument
227 meFilter( BMP_FILTER_MOSAIC ), mnProgressStart( nProgressStart ), mnProgressEnd( nProgressEnd ) in BmpFilterParam()
233 sal_uLong nProgressStart = 0, sal_uLong nProgressEnd = 0 ) : in BmpFilterParam() argument
234 …meFilter( BMP_FILTER_EMBOSS_GREY ), mnProgressStart( nProgressStart ), mnProgressEnd( nProgressEnd… in BmpFilterParam()
/trunk/main/sc/source/core/data/
H A Ddocumen4.cxx1026 long nProgressStart = 2*nThisEndRow; // start fuer hier in CompareDocument() local
1189 aProgress.SetStateOnPercent(nProgressStart+nThisRow); in CompareDocument()
H A Dtable1.cxx281 … sal_Bool bForce, ScProgress* pOuterProgress, sal_uLong nProgressStart ) in SetOptimalHeight() argument
331 pProgress->SetState( nWeightedCount + nProgressStart ); in SetOptimalHeight()
H A Ddocument.cxx3420 sal_uLong nProgressStart = 0; in UpdateAllRowHeights() local
3425 pDev, nPPTX, nPPTY, rZoomX, rZoomY, sal_False, &aProgress, nProgressStart ); in UpdateAllRowHeights()
3426 nProgressStart += pTab[nTab]->GetWeightedCount(); in UpdateAllRowHeights()
/trunk/main/sc/inc/
H A Dtable.hxx627 … ScProgress* pOuterProgress = NULL, sal_uLong nProgressStart = 0 );

Completed in 66 milliseconds