Home
last modified time | relevance | path

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

/trunk/main/sdext/source/minimizer/
H A Dimpoptimizer.cxx399 rOptimizer.SetStatusValue( TK_Progress, Any( static_cast< sal_Int32 >( nProgress ) ) ); in CompressGraphics()
545 SetStatusValue( TK_Progress, Any( static_cast< sal_Int32 >( 40 ) ) ); in ImplOptimize()
553 SetStatusValue( TK_Progress, Any( static_cast< sal_Int32 >( 40 ) ) ); in ImplOptimize()
568 SetStatusValue( TK_Progress, Any( static_cast< sal_Int32 >( 45 ) ) ); in ImplOptimize()
576 SetStatusValue( TK_Progress, Any( static_cast< sal_Int32 >( 50 ) ) ); in ImplOptimize()
585 SetStatusValue( TK_Progress, Any( static_cast< sal_Int32 >( 100 ) ) ); in ImplOptimize()
621 SetStatusValue( TK_Progress, Any( static_cast< sal_Int32 >( 0 ) ) ); in Optimize()
671 SetStatusValue( TK_Progress, Any( static_cast< sal_Int32 >( 10 ) ) ); in Optimize()
693 SetStatusValue( TK_Progress, Any( static_cast< sal_Int32 >( 30 ) ) ); in Optimize()
H A Doptimizerdialog.cxx389 pVal = maStats.GetStatusValue( TK_Progress ); in UpdateStatus()
394 … setControlProperty( TKGet( TK_Progress ), TKGet( TK_ProgressValue ), Any( nProgress ) ); in UpdateStatus()
H A Dpppoptimizertoken.hxx146 TK_Progress, enumerator
H A Dpppoptimizertoken.cxx163 { "Progress", TK_Progress },
H A Doptimizerdialogcontrols.cxx937 TKGet( TK_Progress ), aNames, aValues ), UNO_QUERY ); in InitPage4()
959 aControlList.push_back( TKGet( TK_Progress ) ); in InitPage4()