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()455 aPrintOpt.SetReduceGradients(bNewValue); in impl_checkPrint()473 bNewValue = aPrintOpt.IsReduceGradients(); in impl_checkPrint()489 aPrintOpt.SetReducedGradientMode(nNewMode); in impl_checkPrint()557 aPrintOpt.SetReduceBitmaps(bNewValue); in impl_checkPrint()574 bNewValue = aPrintOpt.IsReduceBitmaps(); in impl_checkPrint()589 aPrintOpt.SetReducedBitmapMode(nNewMode); in impl_checkPrint()605 aPrintOpt.SetReducedBitmapMode(nNewMode); in impl_checkPrint()622 nNewMode = aPrintOpt.GetReducedBitmapMode(); 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()
Completed in 33 milliseconds