Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx1371 String aEst( nRealFileSize ? msEstimatedSizePix2 : msEstimatedSizePix1 ); in updateControls() local
1373 xub_StrLen nInd = aEst.Search( '%' ); in updateControls()
1374 aEst.Replace( nInd, 2, ImpValueOfInKB( nRawFileSize ) ); in updateControls()
1378 nInd = aEst.Search( '%', nInd ); in updateControls()
1379 aEst.Replace( nInd, 2, ImpValueOfInKB( nRealFileSize ) ); in updateControls()
1381 maFtEstimatedSize.SetText( aEst ); in updateControls()
1387 String aEst( msEstimatedSizeVec ); in updateControls() local
1388 xub_StrLen nInd = aEst.Search( '%', 0 ); in updateControls()
1389 aEst.Replace( nInd, 2, ImpValueOfInKB( nRealFileSize ) ); in updateControls()
1390 maFtEstimatedSize.SetText( aEst ); in updateControls()

Completed in 13 milliseconds