Lines Matching refs:SfxResId

55 	SfxTabPage( pParent, SfxResId( TP_COMMONPRINTOPTIONS ), rSet ),  in SfxCommonPrintOptionsTabPage()
57 aReduceGB( this, SfxResId( GB_REDUCE ) ), in SfxCommonPrintOptionsTabPage()
58 aOutputTypeFT( this, SfxResId( FT_OUTPUTTYPE ) ), in SfxCommonPrintOptionsTabPage()
59 aPrinterOutputRB( this, SfxResId( RB_PRINTEROUTPUT ) ), in SfxCommonPrintOptionsTabPage()
60 aPrintFileOutputRB( this, SfxResId( RB_PRINTFILEOUTPUT ) ), in SfxCommonPrintOptionsTabPage()
61 aOutputGB( this, SfxResId( GB_OUTPUT ) ), in SfxCommonPrintOptionsTabPage()
62 aReduceTransparencyCB( this, SfxResId( CB_REDUCETRANSPARENCY ) ), in SfxCommonPrintOptionsTabPage()
63 aReduceTransparencyAutoRB( this, SfxResId( RB_REDUCETRANSPARENCY_AUTO ) ), in SfxCommonPrintOptionsTabPage()
64 aReduceTransparencyNoneRB( this, SfxResId( RB_REDUCETRANSPARENCY_NONE ) ), in SfxCommonPrintOptionsTabPage()
65 aReduceGradientsCB( this, SfxResId( CB_REDUCEGRADIENTS ) ), in SfxCommonPrintOptionsTabPage()
66 aReduceGradientsStripesRB( this, SfxResId( RB_REDUCEGRADIENTS_STRIPES ) ), in SfxCommonPrintOptionsTabPage()
67 aReduceGradientsColorRB( this, SfxResId( RB_REDUCEGRADIENTS_COLOR ) ), in SfxCommonPrintOptionsTabPage()
68 aReduceGradientsStepCountNF( this, SfxResId( NF_REDUCEGRADIENTS_STEPCOUNT ) ), in SfxCommonPrintOptionsTabPage()
69 aReduceBitmapsCB( this, SfxResId( CB_REDUCEBITMAPS ) ), in SfxCommonPrintOptionsTabPage()
70 aReduceBitmapsOptimalRB( this, SfxResId( RB_REDUCEBITMAPS_OPTIMAL ) ), in SfxCommonPrintOptionsTabPage()
71 aReduceBitmapsNormalRB( this, SfxResId( RB_REDUCEBITMAPS_NORMAL ) ), in SfxCommonPrintOptionsTabPage()
72 aReduceBitmapsResolutionRB( this, SfxResId( RB_REDUCEBITMAPS_RESOLUTION ) ), in SfxCommonPrintOptionsTabPage()
73 aReduceBitmapsResolutionLB( this, SfxResId( LB_REDUCEBITMAPS_RESOLUTION ) ), in SfxCommonPrintOptionsTabPage()
74 aReduceBitmapsTransparencyCB( this, SfxResId( CB_REDUCEBITMAPS_TRANSPARENCY ) ), in SfxCommonPrintOptionsTabPage()
75 aConvertToGreyscalesCB( this, SfxResId( CB_CONVERTTOGREYSCALES ) ), in SfxCommonPrintOptionsTabPage()
76 aWarnGB( this, SfxResId( GB_PRINT_WARN ) ), in SfxCommonPrintOptionsTabPage()
77 aPaperSizeCB( this, SfxResId( CB_PAPERSIZE ) ), in SfxCommonPrintOptionsTabPage()
78 aPaperOrientationCB( this, SfxResId( CB_PAPERORIENTATION ) ), in SfxCommonPrintOptionsTabPage()
79 aTransparencyCB( this, SfxResId( CB_TRANSPARENCY ) ) in SfxCommonPrintOptionsTabPage()
512 ModalDialog( pParent, SfxResId( RID_WARN_PRINTTRANSPARENCY ) ), in TransparencyPrintWarningBox()
513 aWarnFI ( this, SfxResId( FI_PRINTTRANSWARN ) ), in TransparencyPrintWarningBox()
514 aWarnFT ( this, SfxResId( FT_PRINTTRANSWARN ) ), in TransparencyPrintWarningBox()
515 aYesBtn ( this, SfxResId( BTN_PRINTTRANS_YES ) ), in TransparencyPrintWarningBox()
516 aNoBtn ( this, SfxResId( BTN_PRINTTRANS_NO ) ), in TransparencyPrintWarningBox()
517 aCancelBtn ( this, SfxResId( BTN_PRINTTRANS_CANCEL ) ), in TransparencyPrintWarningBox()
518 aNoWarnCB ( this, SfxResId( CBX_NOPRINTTRANSWARN ) ) in TransparencyPrintWarningBox()