Lines Matching refs:Check
87 aPrinterOutputRB.Check( sal_True ); in SfxCommonPrintOptionsTabPage()
92 aPrintFileOutputRB.Check( sal_True ); in SfxCommonPrintOptionsTabPage()
194 aPaperSizeCB.Check( aWarnOptions.IsPaperSize() ); in Reset()
195 aPaperOrientationCB.Check( aWarnOptions.IsPaperOrientation() ); in Reset()
197 aTransparencyCB.Check( aWarnOptions.IsTransparency() ); in Reset()
227 aReduceTransparencyCB.Check( pCurrentOptions->IsReduceTransparency() ); in ImplUpdateControls()
230 aReduceTransparencyAutoRB.Check( sal_True ); in ImplUpdateControls()
232 aReduceTransparencyNoneRB.Check( sal_True ); in ImplUpdateControls()
234 aReduceGradientsCB.Check( pCurrentOptions->IsReduceGradients() ); in ImplUpdateControls()
237 aReduceGradientsStripesRB.Check( sal_True ); in ImplUpdateControls()
239 aReduceGradientsColorRB.Check( sal_True ); in ImplUpdateControls()
243 aReduceBitmapsCB.Check( pCurrentOptions->IsReduceBitmaps() ); in ImplUpdateControls()
246 aReduceBitmapsOptimalRB.Check( sal_True ); in ImplUpdateControls()
248 aReduceBitmapsNormalRB.Check( sal_True ); in ImplUpdateControls()
250 aReduceBitmapsResolutionRB.Check( sal_True ); in ImplUpdateControls()
270 aReduceBitmapsTransparencyCB.Check( pCurrentOptions->IsReducedBitmapIncludesTransparency() ); in ImplUpdateControls()
271 aConvertToGreyscalesCB.Check( pCurrentOptions->IsConvertToGreyscales() ); in ImplUpdateControls()