Home
last modified time | relevance | path

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

/trunk/main/svtools/source/config/
H A Dprintoptions.cxx144 sal_Int16 GetReducedBitmapMode() const ;
334 sal_Int16 SvtPrintOptions_Impl::GetReducedBitmapMode() const in GetReducedBitmapMode() function in SvtPrintOptions_Impl
626 sal_Int16 SvtBasePrintOptions::GetReducedBitmapMode() const in GetReducedBitmapMode() function in SvtBasePrintOptions
629 return m_pDataContainer->GetReducedBitmapMode(); in GetReducedBitmapMode()
746 rOptions.SetReducedBitmapMode( (PrinterBitmapMode) GetReducedBitmapMode() ); in GetPrinterOptions()
766 sal::static_int_cast< sal_Int16 >(rOptions.GetReducedBitmapMode()) ); in SetPrinterOptions()
/trunk/main/sfx2/source/dialog/
H A Dprintopt.cxx245 if( pCurrentOptions->GetReducedBitmapMode() == PRINTER_BITMAP_OPTIMAL ) in ImplUpdateControls()
247 else if( pCurrentOptions->GetReducedBitmapMode() == PRINTER_BITMAP_NORMAL ) in ImplUpdateControls()
/trunk/main/svtools/inc/svtools/
H A Dprintoptions.hxx64 sal_Int16 GetReducedBitmapMode() const;
/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DPrintOptTest.cxx622 nNewMode = aPrintOpt.GetReducedBitmapMode(); in impl_checkPrint()
/trunk/main/vcl/inc/vcl/
H A Dprint.hxx191 PrinterBitmapMode GetReducedBitmapMode() const { return meReducedBitmapMode; } in GetReducedBitmapMode() function in PrinterOptions
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx1144 if( PRINTER_BITMAP_OPTIMAL == rPrinterOptions.GetReducedBitmapMode() ) in removeTransparencies()
1149 else if( PRINTER_BITMAP_NORMAL == rPrinterOptions.GetReducedBitmapMode() ) in removeTransparencies()

Completed in 48 milliseconds