Searched refs:nProgressStart (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/vcl/inc/vcl/ |
H A D | bitmap.hxx | 215 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()
|
/aoo42x/main/sc/source/core/data/ |
H A D | documen4.cxx | 1026 long nProgressStart = 2*nThisEndRow; // start fuer hier in CompareDocument() local 1189 aProgress.SetStateOnPercent(nProgressStart+nThisRow); in CompareDocument()
|
H A D | table1.cxx | 281 … sal_Bool bForce, ScProgress* pOuterProgress, sal_uLong nProgressStart ) in SetOptimalHeight() argument 331 pProgress->SetState( nWeightedCount + nProgressStart ); in SetOptimalHeight()
|
H A D | document.cxx | 3420 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()
|
/aoo42x/main/sc/inc/ |
H A D | table.hxx | 627 … ScProgress* pOuterProgress = NULL, sal_uLong nProgressStart = 0 );
|
Completed in 56 milliseconds