Searched refs:nProgressStart (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/main/vcl/inc/vcl/ |
| H A D | bitmap.hxx | 208 BmpFilterParam( sal_uLong nProgressStart = 0, sal_uLong nProgressEnd = 0 ) : in BmpFilterParam() argument 209 …meFilter( BMP_FILTER_UNKNOWN ), mnProgressStart( nProgressStart ), mnProgressEnd( nProgressEnd ) {} in BmpFilterParam() 211 …BmpFilterParam( sal_uInt8 cSolarGreyThreshold, sal_uLong nProgressStart = 0, sal_uLong nProgressEn… in BmpFilterParam() argument 212 … meFilter( BMP_FILTER_SOLARIZE ), mnProgressStart( nProgressStart ), mnProgressEnd( nProgressEnd ), in BmpFilterParam() 215 …BmpFilterParam( sal_uInt16 nSepiaPercent, sal_uLong nProgressStart = 0, sal_uLong nProgressEnd = 0… in BmpFilterParam() argument 216 … meFilter( BMP_FILTER_SEPIA ), mnProgressStart( nProgressStart ), mnProgressEnd( nProgressEnd ), in BmpFilterParam() 219 …BmpFilterParam( const Size& rMosaicTileSize, sal_uLong nProgressStart = 0, sal_uLong nProgressEnd … in BmpFilterParam() argument 220 … meFilter( BMP_FILTER_MOSAIC ), mnProgressStart( nProgressStart ), mnProgressEnd( nProgressEnd ) in BmpFilterParam() 226 sal_uLong nProgressStart = 0, sal_uLong nProgressEnd = 0 ) : in BmpFilterParam() argument 227 …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 | 3414 sal_uLong nProgressStart = 0; in UpdateAllRowHeights() local 3419 pDev, nPPTX, nPPTY, rZoomX, rZoomY, sal_False, &aProgress, nProgressStart ); in UpdateAllRowHeights() 3420 nProgressStart += pTab[nTab]->GetWeightedCount(); in UpdateAllRowHeights()
|
| /AOO42X/main/sc/inc/ |
| H A D | table.hxx | 627 … ScProgress* pOuterProgress = NULL, sal_uLong nProgressStart = 0 );
|