Lines Matching refs:SfxResId

211 	aLeftTypLb	(  pParent, SfxResId( LB_LEFT_TYP ) ),  in SfxOrganizeDlg_Impl()
214 aRightTypLb ( pParent, SfxResId( LB_RIGHT_TYP ) ), in SfxOrganizeDlg_Impl()
216 aOkBtn ( pParent, SfxResId( BTN_OK ) ), in SfxOrganizeDlg_Impl()
217 aEditBtn ( pParent, SfxResId( BTN_EDIT ) ), in SfxOrganizeDlg_Impl()
218 aHelpBtn ( pParent, SfxResId( BTN_HELP ) ), in SfxOrganizeDlg_Impl()
219 aAddressTemplateBtn ( pParent, SfxResId( BTN_ADDRESSTEMPLATE ) ), in SfxOrganizeDlg_Impl()
220 aFilesBtn ( pParent, SfxResId( BTN_FILES ) ), in SfxOrganizeDlg_Impl()
222 aEditAcc ( SfxResId( ACC_EDIT ) ), in SfxOrganizeDlg_Impl()
322 Image aOpenedFolderBmp( SfxResId( IMG_OPENED_FOLDER ) ); in InitBitmaps()
323 Image aClosedFolderBmp( SfxResId( IMG_CLOSED_FOLDER ) ); in InitBitmaps()
324 Image aOpenedDocBmp( SfxResId( IMG_OPENED_DOC ) ); in InitBitmaps()
325 Image aClosedDocBmp( SfxResId( IMG_CLOSED_DOC ) ); in InitBitmaps()
327 Image aOpenedFolderBmpHC( SfxResId( IMG_OPENED_FOLDER_HC ) ); in InitBitmaps()
328 Image aClosedFolderBmpHC( SfxResId( IMG_CLOSED_FOLDER_HC ) ); in InitBitmaps()
329 Image aOpenedDocBmpHC( SfxResId( IMG_OPENED_DOC_HC ) ); in InitBitmaps()
330 Image aClosedDocBmpHC( SfxResId( IMG_CLOSED_DOC_HC ) ); in InitBitmaps()
349 SfxResId aResId( nId ); in QueryDelete_Impl()
368 String aText( SfxResId( STR_ERROR_DELETE_TEMPLATE_DIR ) ); in ErrorDelete_Impl()
373 String aText( SfxResId( STR_ERROR_DELETE_TEMPLATE ) ); in ErrorDelete_Impl()
635 String aText( SfxResId( bCopy ? STR_ERROR_COPY_TEMPLATE : STR_ERROR_MOVE_TEMPLATE ) ); in MoveOrCopyTemplates()
964 ErrorBox aBox( this, SfxResId( MSG_ERROR_EMPTY_NAME ) ); in EditedEntry()
971 ErrorBox aBox( this, SfxResId( MSG_ERROR_UNIQ_NAME ) ); in EditedEntry()
986 SfxResId aResId( USHRT_MAX != nIndex ? MSG_ERROR_RENAME_TEMPLATE in EditedEntry()
1570 pFileDlg->AddFilter( String( SfxResId( STR_SFX_FILTERNAME_ALL ) ), in GetPath_Impl()
1573 String sFilterName( SfxResId( STR_TEMPLATE_FILTER ) ); in GetPath_Impl()
1665 pFileDlg->AddFilter( String( SfxResId( STR_SFX_FILTERNAME_ALL ) ), in GetPaths_Impl()
1669 String sFilterName( SfxResId( STR_TEMPLATE_FILTER ) ); in GetPaths_Impl()
1839 const String aNoName( SfxResId(STR_NONAME) ); in Dispatch_Impl()
1873 QueryBox aQBox(pDialog, SfxResId(MSG_REGION_NOTEMPTY)); in Dispatch_Impl()
1951 ErrorBox( pDialog, SfxResId( MSG_ERROR_RESCAN ) ).Execute(); in Dispatch_Impl()
1978 ErrorBox( pDialog, SfxResId( MSG_PRINT_ERROR ) ).Execute(); in Dispatch_Impl()
2299 String sFilterName( SfxResId( RID_STR_FILTCONFIG ) ); in IMPL_LINK()
2305 sFilterName = String( SfxResId( RID_STR_FILTBASIC ) ); in IMPL_LINK()
2312 pFileDlg->SetCurrentFilter( String( SfxResId( STR_SFX_FILTERNAME_ALL ) ) ); in IMPL_LINK()
2350 String aText( SfxResId( STR_ERROR_COPY_TEMPLATE ) ); in IMPL_LINK()
2382 String aText( SfxResId( STR_ERROR_COPY_TEMPLATE ) ); in IMPL_LINK()
2400 String aText( SfxResId( STR_ERROR_COPY_TEMPLATE ) ); in IMPL_LINK()
2456 : ModalDialog( pParent, SfxResId(DLG_ORGANIZE)), in SfxTemplateOrganizeDlg()