Lines Matching refs:bNewValue

385 	sal_Bool bNewValue = sal_False;  in impl_checkPrint()  local
388 bNewValue = !bOldValue; in impl_checkPrint()
389 aPrintOpt.SetReduceTransparency(bNewValue) ; in impl_checkPrint()
390 bNewValue = impl_IsReduceTransparency(); in impl_checkPrint()
392 if ( bNewValue == bOldValue ) // test the new source in impl_checkPrint()
402 bNewValue = bOldValue = sal_False; in impl_checkPrint()
404 bNewValue = !bOldValue; in impl_checkPrint()
405 impl_SetReduceTransparency(bNewValue); in impl_checkPrint()
406 bNewValue = aPrintOpt.IsReduceTransparency(); in impl_checkPrint()
408 if(bNewValue == bOldValue) // test the new source in impl_checkPrint()
452 bNewValue = bOldValue = sal_False; in impl_checkPrint()
454 bNewValue = !bOldValue; in impl_checkPrint()
455 aPrintOpt.SetReduceGradients(bNewValue); in impl_checkPrint()
456 bNewValue = impl_IsReduceGradients(); in impl_checkPrint()
458 if (bNewValue == bOldValue) //test the new source in impl_checkPrint()
469 bNewValue = bOldValue = sal_False; in impl_checkPrint()
471 bNewValue = !bOldValue; in impl_checkPrint()
472 this->impl_SetReduceGradients(bNewValue); in impl_checkPrint()
473 bNewValue = aPrintOpt.IsReduceGradients(); in impl_checkPrint()
475 if (bNewValue == bOldValue) // test the new source in impl_checkPrint()
554 bNewValue = bOldValue = sal_False; in impl_checkPrint()
556 bNewValue = !bOldValue; in impl_checkPrint()
557 aPrintOpt.SetReduceBitmaps(bNewValue); in impl_checkPrint()
558 bNewValue = this->impl_IsReduceBitmaps(); in impl_checkPrint()
560 if (bNewValue == bOldValue) // test the new source in impl_checkPrint()
570 bNewValue = bOldValue = sal_False; in impl_checkPrint()
572 bNewValue = !bOldValue; in impl_checkPrint()
573 this->impl_SetReduceBitmaps(bNewValue); in impl_checkPrint()
574 bNewValue = aPrintOpt.IsReduceBitmaps(); in impl_checkPrint()
576 if (bNewValue == bOldValue) // test the new source in impl_checkPrint()
669 bNewValue = bOldValue = sal_False; in impl_checkPrint()
671 bNewValue = !bOldValue; in impl_checkPrint()
672 aPrintOpt.SetReducedBitmapIncludesTransparency(bNewValue); in impl_checkPrint()
673 bNewValue = impl_IsReducedBitmapIncludesTransparency(); in impl_checkPrint()
675 if (bNewValue == bOldValue) // test the old source in impl_checkPrint()
685 bNewValue = bOldValue = sal_False; in impl_checkPrint()
687 bNewValue = !bOldValue; in impl_checkPrint()
688 impl_SetReducedBitmapIncludesTransparency(bNewValue); in impl_checkPrint()
689 bNewValue = aPrintOpt.IsReducedBitmapIncludesTransparency(); in impl_checkPrint()
691 if (bNewValue == bOldValue) // test the new source in impl_checkPrint()
701 bNewValue = bOldValue = sal_False; in impl_checkPrint()
703 bNewValue = !bOldValue; in impl_checkPrint()
704 aPrintOpt.SetConvertToGreyscales(bNewValue); in impl_checkPrint()
705 bNewValue = this->impl_IsConvertToGreyscales(); in impl_checkPrint()
707 if (bNewValue == bOldValue) // test the new source in impl_checkPrint()
717 bNewValue = bOldValue = sal_False; in impl_checkPrint()
719 bNewValue = !bOldValue; in impl_checkPrint()
720 impl_SetConvertToGreyscales(bNewValue); in impl_checkPrint()
721 bNewValue = aPrintOpt.IsConvertToGreyscales(); in impl_checkPrint()
723 if (bNewValue == bOldValue) // test the new source in impl_checkPrint()