Searched refs:aPrintOpt (Results 1 – 4 of 4) sorted by relevance
389 aPrintOpt.SetReduceTransparency(bNewValue) ; in impl_checkPrint()406 bNewValue = aPrintOpt.IsReduceTransparency(); in impl_checkPrint()422 aPrintOpt.SetReducedTransparencyMode( nNewMode ); in impl_checkPrint()439 nNewMode = aPrintOpt.GetReducedTransparencyMode(); in impl_checkPrint()455 aPrintOpt.SetReduceGradients(bNewValue); in impl_checkPrint()473 bNewValue = aPrintOpt.IsReduceGradients(); in impl_checkPrint()489 aPrintOpt.SetReducedGradientMode(nNewMode); in impl_checkPrint()506 nNewMode = aPrintOpt.GetReducedGradientMode(); in impl_checkPrint()524 aPrintOpt.SetReducedGradientStepCount(nNewStepCount); in impl_checkPrint()542 nNewStepCount = aPrintOpt.GetReducedGradientStepCount(); in impl_checkPrint()[all …]
43 SvtPrinterOptions aPrintOpt; member in PrintOptTest
572 ScPrintOptions aPrintOpt(pScMod->GetPrintOptions()); in setPropertyValue() local573 aPrintOpt.SetAllSheets( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()574 pScMod->SetPrintOptions( aPrintOpt ); in setPropertyValue()578 ScPrintOptions aPrintOpt(pScMod->GetPrintOptions()); in setPropertyValue() local579 aPrintOpt.SetSkipEmpty( !ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); // reversed in setPropertyValue()580 pScMod->SetPrintOptions( aPrintOpt ); in setPropertyValue()
441 vcl::PrinterOptionsHelper::UIControlOptions aPrintOpt; in ProcessResource() local442 aPrintOpt.maGroupHint = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "JobPage" ) ); in ProcessResource()446 aPrintOpt ) in ProcessResource()