Home
last modified time | relevance | path

Searched refs:GetReducedGradientMode (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/config/
H A Dprintoptions.cxx76 sal_Int16 GetReducedGradientMode() const ;
200 sal_Int16 SvtPrintOptions_Impl::GetReducedGradientMode() const in GetReducedGradientMode() function in SvtPrintOptions_Impl
527 sal_Int16 SvtBasePrintOptions::GetReducedGradientMode() const in GetReducedGradientMode() function in SvtBasePrintOptions
530 return m_pDataContainer->GetReducedGradientMode(); in GetReducedGradientMode()
646 rOptions.SetReducedGradientMode( static_cast<PrinterGradientMode>(GetReducedGradientMode()) ); in GetPrinterOptions()
664 sal::static_int_cast< sal_Int16 >(rOptions.GetReducedGradientMode()) ); in SetPrinterOptions()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/config/
H A Dprintoptions.cxx275 sal_Int16 SvtBasePrintOptions::GetReducedGradientMode() in GetReducedGradientMode() function in SvtBasePrintOptions
394 rOptions.SetReducedGradientMode( static_cast<PrinterGradientMode>(GetReducedGradientMode()) ); in GetPrinterOptions()
412 sal::static_int_cast< sal_Int16 >(rOptions.GetReducedGradientMode()) ); in SetPrinterOptions()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svtools/
H A Dprintoptions.hxx54 sal_Int16 GetReducedGradientMode() const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svtools/
H A Dprintoptions.hxx54 static sal_Int16 GetReducedGradientMode();
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/dialog/
H A Dprintopt.cxx159 if( pCurrentOptions->GetReducedGradientMode() == PrinterGradientMode::Stripes ) in ImplUpdateControls()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/dialog/
H A Dprintopt.cxx154 if( pCurrentOptions->GetReducedGradientMode() == PrinterGradientMode::Stripes ) in ImplUpdateControls()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dprint.hxx107 PrinterGradientMode GetReducedGradientMode() const { return meReducedGradientsMode; } in UNLESS_MERGELIBS()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dprint.hxx137 PrinterGradientMode GetReducedGradientMode() const { return meReducedGradientsMode; } in GetReducedGradientMode() function in PrinterOptions
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dprint2.cxx1259 if( PrinterGradientMode::Stripes == rPrinterOptions.GetReducedGradientMode() ) in DrawGradientEx()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dprint2.cxx1338 if( PrinterGradientMode::Stripes == rPrinterOptions.GetReducedGradientMode() ) in DrawGradientEx()