Home
last modified time | relevance | path

Searched refs:aPrintOpt (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DPrintOptTest.cxx389 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 …]
H A DPrintOptTest.hxx43 SvtPrinterOptions aPrintOpt; member in PrintOptTest
/trunk/main/sc/source/ui/unoobj/
H A Dappluno.cxx572 ScPrintOptions aPrintOpt(pScMod->GetPrintOptions()); in setPropertyValue() local
573 aPrintOpt.SetAllSheets( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
574 pScMod->SetPrintOptions( aPrintOpt ); in setPropertyValue()
578 ScPrintOptions aPrintOpt(pScMod->GetPrintOptions()); in setPropertyValue() local
579 aPrintOpt.SetSkipEmpty( !ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); // reversed in setPropertyValue()
580 pScMod->SetPrintOptions( aPrintOpt ); in setPropertyValue()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx441 vcl::PrinterOptionsHelper::UIControlOptions aPrintOpt; in ProcessResource() local
442 aPrintOpt.maGroupHint = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "JobPage" ) ); in ProcessResource()
446 aPrintOpt ) in ProcessResource()

Completed in 45 milliseconds