Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/source/dialog/
H A Dprintopt.cxx225 void SfxCommonPrintOptionsTabPage::ImplUpdateControls( const PrinterOptions* pCurrentOptions ) in ImplUpdateControls() argument
227 aReduceTransparencyCB.Check( pCurrentOptions->IsReduceTransparency() ); in ImplUpdateControls()
229 if( pCurrentOptions->GetReducedTransparencyMode() == PRINTER_TRANSPARENCY_AUTO ) in ImplUpdateControls()
234 aReduceGradientsCB.Check( pCurrentOptions->IsReduceGradients() ); in ImplUpdateControls()
236 if( pCurrentOptions->GetReducedGradientMode() == PRINTER_GRADIENT_STRIPES ) in ImplUpdateControls()
241 aReduceGradientsStepCountNF.SetValue( pCurrentOptions->GetReducedGradientStepCount() ); in ImplUpdateControls()
243 aReduceBitmapsCB.Check( pCurrentOptions->IsReduceBitmaps() ); in ImplUpdateControls()
245 if( pCurrentOptions->GetReducedBitmapMode() == PRINTER_BITMAP_OPTIMAL ) in ImplUpdateControls()
247 else if( pCurrentOptions->GetReducedBitmapMode() == PRINTER_BITMAP_NORMAL ) in ImplUpdateControls()
252 const sal_uInt16 nDPI = pCurrentOptions->GetReducedBitmapResolution(); in ImplUpdateControls()
[all …]
/AOO41X/main/sfx2/inc/sfx2/
H A Dprintopt.hxx100 SAL_DLLPRIVATE void ImplUpdateControls( const PrinterOptions* pCurrentOptions );
101 SAL_DLLPRIVATE void ImplSaveControls( PrinterOptions* pCurrentOptions );