Lines Matching refs:SVX_RES
111 #undef SVX_RES
112 #define SVX_RES(x) #x macro
258 SfxModalDialog( pParent, SVX_RES( RID_SVXDLG_ZOOM ) ), in SvxZoomDialog()
260 aZoomFl ( this, SVX_RES( FL_ZOOM ) ), in SvxZoomDialog()
261 aOptimalBtn ( this, SVX_RES( BTN_OPTIMAL ) ), in SvxZoomDialog()
262 aWholePageBtn ( this, SVX_RES( BTN_WHOLE_PAGE ) ), in SvxZoomDialog()
263 aPageWidthBtn ( this, SVX_RES( BTN_PAGE_WIDTH ) ), in SvxZoomDialog()
264 a100Btn ( this, SVX_RES( BTN_100 ) ), in SvxZoomDialog()
265 aUserBtn ( this, SVX_RES( BTN_USER ) ), in SvxZoomDialog()
266 aUserEdit ( this, SVX_RES( ED_USER ) ), in SvxZoomDialog()
268 aViewLayoutFl ( this, SVX_RES( FL_VIEWLAYOUT ) ), in SvxZoomDialog()
269 aAutomaticBtn ( this, SVX_RES( BTN_AUTOMATIC ) ), in SvxZoomDialog()
270 aSingleBtn ( this, SVX_RES( BTN_SINGLE ) ), in SvxZoomDialog()
271 aColumnsBtn ( this, SVX_RES( BTN_COLUMNS ) ), in SvxZoomDialog()
272 aColumnsEdit ( this, SVX_RES( ED_COLUMNS ) ), in SvxZoomDialog()
273 aBookModeChk ( this, SVX_RES( CHK_BOOK ) ), in SvxZoomDialog()
275 aBottomFl ( this, SVX_RES( FL_BOTTOM ) ), in SvxZoomDialog()
276 aOKBtn ( this, SVX_RES( BTN_ZOOM_OK ) ), in SvxZoomDialog()
277 aCancelBtn ( this, SVX_RES( BTN_ZOOM_CANCEL ) ), in SvxZoomDialog()
278 aHelpBtn ( this, SVX_RES( BTN_ZOOM_HELP ) ), in SvxZoomDialog()