Lines Matching refs:SVX_RES

51 #undef SVX_RES
52 #define SVX_RES(x) #x macro
62 : SfxModalDialog( pParent, SVX_RES( RID_SVXDLG_RECOVER ) ) in SvxRecoverDialog()
64 , aHeaderImage( this, SVX_RES( FI_HEADER ) ) in SvxRecoverDialog()
65 , aHeaderText( this, SVX_RES( FT_HEADER ) ) in SvxRecoverDialog()
66 , aHeaderLine( this, SVX_RES( FL_HEADER ) ) in SvxRecoverDialog()
67 , aRecoverText( this, SVX_RES( FT_RECOVER ) ) in SvxRecoverDialog()
68 , aTextAdvanced( this, SVX_RES( FT_ADVANCED ) ) in SvxRecoverDialog()
70 , aCheckBoxDoc( this, SVX_RES( CB_DOC ) ) in SvxRecoverDialog()
71 , aImageDoc( this, SVX_RES( FI_DOC ) ) in SvxRecoverDialog()
72 , aTextDoc( this, SVX_RES( FT_DOC ) ) in SvxRecoverDialog()
74 , aCheckBoxSheet( this, SVX_RES( CB_SHEET ) ) in SvxRecoverDialog()
75 , aImageSheet( this, SVX_RES( FI_SHEET ) ) in SvxRecoverDialog()
76 , aTextSheet( this, SVX_RES( FT_SHEET ) ) in SvxRecoverDialog()
78 , aCheckBoxDraw( this, SVX_RES( CB_DRAW ) ) in SvxRecoverDialog()
79 , aImageDraw( this, SVX_RES( FI_DRAW ) ) in SvxRecoverDialog()
80 , aTextDraw( this, SVX_RES( FT_DRAW ) ) in SvxRecoverDialog()
82 , aCheckBoxPresent( this, SVX_RES( CB_PRESENT ) ) in SvxRecoverDialog()
83 , aImagePresent( this, SVX_RES( FI_PRESENT ) ) in SvxRecoverDialog()
84 , aTextPresent( this, SVX_RES( FT_PRESENT ) ) in SvxRecoverDialog()
86 , aButtonAdvanced( this, SVX_RES( PB_ADVANCED ) ) in SvxRecoverDialog()
88 , aProgressText( this, SVX_RES( FT_PROGRESS ) ) in SvxRecoverDialog()
89 , aProgressBar( this, SVX_RES( PB_RECOVER ) ) in SvxRecoverDialog()
90 , aCheckBoxLogFile( this, SVX_RES( CH_LOGFILE ) ) in SvxRecoverDialog()
91 , aOKBtn( this, SVX_RES( BTN_OK ) ) in SvxRecoverDialog()
92 , aCancelBtn( this, SVX_RES( BTN_CANCEL ) ) in SvxRecoverDialog()
93 , aHelpBtn( this, SVX_RES( BTN_HELP ) ) in SvxRecoverDialog()