Home
last modified time | relevance | path

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

/aoo42x/main/sfx2/source/dialog/
H A Dprintopt.cxx227 aReduceTransparencyCB.Check( pCurrentOptions->IsReduceTransparency() ); in ImplUpdateControls()
234 aReduceGradientsCB.Check( pCurrentOptions->IsReduceGradients() ); in ImplUpdateControls()
236 if( pCurrentOptions->GetReducedGradientMode() == PRINTER_GRADIENT_STRIPES ) 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()
271 aConvertToGreyscalesCB.Check( pCurrentOptions->IsConvertToGreyscales() ); in ImplUpdateControls()
382 pCurrentOptions->SetReduceTransparency( aReduceTransparencyCB.IsChecked() ); in ImplSaveControls()
384 pCurrentOptions->SetReduceGradients( aReduceGradientsCB.IsChecked() ); in ImplSaveControls()
[all …]
/aoo42x/main/sfx2/inc/sfx2/
H A Dprintopt.hxx100 SAL_DLLPRIVATE void ImplUpdateControls( const PrinterOptions* pCurrentOptions );
101 SAL_DLLPRIVATE void ImplSaveControls( PrinterOptions* pCurrentOptions );

Completed in 10 milliseconds