Lines Matching refs:CUI_RES
49 #undef CUI_RES
50 #define CUI_RES(x) #x macro
152 SfxModalDialog( pParent, CUI_RES( RID_SVXDLG_ZOOM ) ), in SvxZoomDialog()
154 aZoomFl ( this, CUI_RES( FL_ZOOM ) ), in SvxZoomDialog()
155 aOptimalBtn ( this, CUI_RES( BTN_OPTIMAL ) ), in SvxZoomDialog()
156 aWholePageBtn ( this, CUI_RES( BTN_WHOLE_PAGE ) ), in SvxZoomDialog()
157 aPageWidthBtn ( this, CUI_RES( BTN_PAGE_WIDTH ) ), in SvxZoomDialog()
158 a100Btn ( this, CUI_RES( BTN_100 ) ), in SvxZoomDialog()
159 aUserBtn ( this, CUI_RES( BTN_USER ) ), in SvxZoomDialog()
160 aUserEdit ( this, CUI_RES( ED_USER ) ), in SvxZoomDialog()
162 aViewLayoutFl ( this, CUI_RES( FL_VIEWLAYOUT ) ), in SvxZoomDialog()
163 aAutomaticBtn ( this, CUI_RES( BTN_AUTOMATIC ) ), in SvxZoomDialog()
164 aSingleBtn ( this, CUI_RES( BTN_SINGLE ) ), in SvxZoomDialog()
165 aColumnsBtn ( this, CUI_RES( BTN_COLUMNS ) ), in SvxZoomDialog()
166 aColumnsEdit ( this, CUI_RES( ED_COLUMNS ) ), in SvxZoomDialog()
167 aBookModeChk ( this, CUI_RES( CHK_BOOK ) ), in SvxZoomDialog()
169 aBottomFl ( this, CUI_RES( FL_BOTTOM ) ), in SvxZoomDialog()
170 aOKBtn ( this, CUI_RES( BTN_ZOOM_OK ) ), in SvxZoomDialog()
171 aCancelBtn ( this, CUI_RES( BTN_ZOOM_CANCEL ) ), in SvxZoomDialog()
172 aHelpBtn ( this, CUI_RES( BTN_ZOOM_HELP ) ), in SvxZoomDialog()