Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/source/dialog/
H A Dprintopt.cxx68 aReduceGradientsStepCountNF( this, SfxResId( NF_REDUCEGRADIENTS_STEPCOUNT ) ), in SfxCommonPrintOptionsTabPage()
142 if ( pWindow == (Window *)&aReduceGradientsStepCountNF ) in GetParentLabeledBy()
153 return (Window *)&aReduceGradientsStepCountNF; in GetParentLabelFor()
241 aReduceGradientsStepCountNF.SetValue( pCurrentOptions->GetReducedGradientStepCount() ); in ImplUpdateControls()
326 aReduceGradientsStepCountNF.SetAccessibleName( sAccessibleName ); in ImplSetAccessibleNames()
386 …pCurrentOptions->SetReducedGradientStepCount( (sal_uInt16) aReduceGradientsStepCountNF.GetValue() … in ImplSaveControls()
420 aReduceGradientsStepCountNF.Enable( bEnable ); in IMPL_LINK()
452 aReduceGradientsStepCountNF.Enable( bEnable ); in IMPL_LINK()
/AOO41X/main/sfx2/inc/sfx2/
H A Dprintopt.hxx68 NumericField aReduceGradientsStepCountNF; member in SfxCommonPrintOptionsTabPage