Lines Matching refs:SvtResId

460 	struct SvtResId : public ResId  struct
462 SvtResId (sal_uInt16 nId) : ResId (nId, *ResMgrHolder::getOrCreate()) {} in SvtResId() function
475 ModalDialog( _pParent, SvtResId( DLG_SVT_EXPLORERFILE ) ) in SvtFileDialog()
499 :ModalDialog( _pParent, SvtResId( DLG_SVT_EXPLORERFILE ) ) in SvtFileDialog()
556 …m_aImages = ImageList( SvtResId( bIsHighContrast ? RID_FILEPICKER_IMAGES_HC : RID_FILEPICKER_IMAGE… in Init_Impl()
578 _pImp->_pFtFileName = new FixedText( this, SvtResId( FT_EXPLORERFILE_FILENAME ) ); in Init_Impl()
584 Edit aDummy( this, SvtResId( ED_EXPLORERFILE_FILENAME ) ); in Init_Impl()
600 _pImp->_pFtFileType = new FixedText( this, SvtResId( FT_EXPLORERFILE_FILETYPE ) ); in Init_Impl()
601 _pImp->CreateFilterListControl( this, SvtResId( LB_EXPLORERFILE_FILETYPE ) ); in Init_Impl()
610 FixedText aSharedListBoxLabel( this, SvtResId( FT_EXPLORERFILE_SHARED_LISTBOX ) ); in Init_Impl()
615 ListBox aSharedListBox( this, SvtResId( LB_EXPLORERFILE_SHARED_LISTBOX ) ); in Init_Impl()
620 _pImp->_pFtCurrentPath = new FixedText( this, SvtResId( FT_EXPLORERFILE_CURRENTPATH ) ); in Init_Impl()
625 _pImp->_pBtnFileOpen = new PushButton( this, SvtResId( BTN_EXPLORERFILE_OPEN ) ); in Init_Impl()
626 _pImp->_pBtnCancel = new CancelButton( this, SvtResId( BTN_EXPLORERFILE_CANCEL ) ); in Init_Impl()
627 _pImp->_pBtnHelp = new HelpButton( this, SvtResId( BTN_EXPLORERFILE_HELP ) ); in Init_Impl()
629 _pImp->_pBtnUp = new SvtUpButton_Impl( this, SvtResId( BTN_EXPLORERFILE_UP ) ); in Init_Impl()
630 _pImp->_pBtnNewFolder = new ImageButton( this, SvtResId( BTN_EXPLORERFILE_NEWFOLDER ) ); in Init_Impl()
632 _pImp->_pBtnStandard = new SvtTravelButton_Impl( this, SvtResId( BTN_EXPLORERFILE_STANDARD ) ); in Init_Impl()
641 _pFileView = new SvtFileView( this, SvtResId( CTL_EXPLORERFILE_FILELIST ), in Init_Impl()
698 _pCbReadOnly = new CheckBox( this, SvtResId( CB_EXPLORERFILE_READONLY ) ); in Init_Impl()
700 _pCbReadOnly->SetText( SvtResId( STR_SVT_FILEPICKER_READONLY ) ); in Init_Impl()
708 _pImp->_pCbPassword = new CheckBox( this, SvtResId( CB_EXPLORERFILE_PASSWORD ) ); in Init_Impl()
709 _pImp->_pCbPassword->SetText( SvtResId( STR_SVT_FILEPICKER_PASSWORD ) ); in Init_Impl()
770 _pImp->_pFtFileName->SetText( SvtResId( STR_PATHNAME ) ); in Init_Impl()
775 SetText( SvtResId( nResId ) ); in Init_Impl()
778 _pImp->_pBtnFileOpen->SetText( SvtResId( nButtonResId ) ); in Init_Impl()
858 …svtools::QueryFolderNameDialog aDlg( pThis, sFolderName, String( SvtResId( STR_SVT_NEW_FOLDER ) ) … in IMPL_STATIC_LINK()
975 String sAllFilesFilter( SvtResId( STR_FILTERNAME_ALL ) ); in adjustFilter()
1255 QueryBox aBox( pThis, WB_YES_NO, SvtResId( STR_SVT_ALREADYEXISTOVERWRITE ) ); in IMPL_STATIC_LINK()
1293 String sError( SvtResId( RID_FILEOPEN_NOTEXISTENTFILE ) ); in IMPL_STATIC_LINK()
2115 ErrorBox aBox( this, WB_OK, SvtResId( STR_SVT_NOREMOVABLEDEVICE ) ); in PrepareExecute()
2178 String aAll( SvtResId( STR_FILTERNAME_ALL ) ); in PrepareExecute()
2682 …m_aImages = ImageList( SvtResId( bIsHighContrast ? RID_FILEPICKER_IMAGES_HC : RID_FILEPICKER_IMAGE… in implUpdateImages()
2981 _pCbLinkBox ->SetText( SvtResId( STR_SVT_FILEPICKER_INSERT_AS_LINK ) ); in AddControls_Impl()
2998 _pCbPreviewBox->SetText( SvtResId( STR_SVT_FILEPICKER_SHOW_PREVIEW ) ); in AddControls_Impl()
3013 _pPrevBmp->SetAccessibleName(SvtResId(STR_PREVIEW)); in AddControls_Impl()
3018 _pImp->_pCbAutoExtension = new CheckBox( this, SvtResId( CB_AUTO_EXTENSION ) ); in AddControls_Impl()
3019 _pImp->_pCbAutoExtension->SetText( SvtResId( STR_SVT_FILEPICKER_AUTO_EXTENSION ) ); in AddControls_Impl()
3028 _pImp->_pCbOptions = new CheckBox( this, SvtResId( CB_OPTIONS ) ); in AddControls_Impl()
3029 _pImp->_pCbOptions->SetText( SvtResId( STR_SVT_FILEPICKER_FILTER_OPTIONS ) ); in AddControls_Impl()
3037 _pCbSelection = new CheckBox( this, SvtResId( CB_OPTIONS ) ); in AddControls_Impl()
3038 _pCbSelection->SetText( SvtResId( STR_SVT_FILEPICKER_SELECTION ) ); in AddControls_Impl()
3047 _pPbPlay->SetText( SvtResId( STR_SVT_FILEPICKER_PLAY ) ); in AddControls_Impl()
3056 _pImp->_pFtFileVersion = new FixedText( this, SvtResId( FT_EXPLORERFILE_SHARED_LISTBOX ) ); in AddControls_Impl()
3057 _pImp->_pFtFileVersion->SetText( SvtResId( STR_SVT_FILEPICKER_VERSION ) ); in AddControls_Impl()
3059 _pImp->_pLbFileVersion = new ListBox( this, SvtResId( LB_EXPLORERFILE_SHARED_LISTBOX ) ); in AddControls_Impl()
3064 _pImp->_pFtTemplates = new FixedText( this, SvtResId( FT_EXPLORERFILE_SHARED_LISTBOX ) ); in AddControls_Impl()
3065 _pImp->_pFtTemplates->SetText( SvtResId( STR_SVT_FILEPICKER_TEMPLATES ) ); in AddControls_Impl()
3067 _pImp->_pLbTemplates = new ListBox( this, SvtResId( LB_EXPLORERFILE_SHARED_LISTBOX ) ); in AddControls_Impl()
3076 _pImp->_pFtImageTemplates = new FixedText( this, SvtResId( FT_EXPLORERFILE_SHARED_LISTBOX ) ); in AddControls_Impl()
3077 _pImp->_pFtImageTemplates->SetText( SvtResId( STR_SVT_FILEPICKER_IMAGE_TEMPLATE ) ); in AddControls_Impl()
3079 _pImp->_pLbImageTemplates = new ListBox( this, SvtResId( LB_EXPLORERFILE_SHARED_LISTBOX ) ); in AddControls_Impl()
3430 ModalDialog( _pParent, SvtResId( DLG_SVT_QUERYFOLDERNAME ) ), in QueryFolderNameDialog()
3432 aNameText ( this, SvtResId( FT_SVT_QUERYFOLDERNAME_DLG_NAME ) ), in QueryFolderNameDialog()
3433 aNameEdit ( this, SvtResId( ED_SVT_QUERYFOLDERNAME_DLG_NAME ) ), in QueryFolderNameDialog()
3434 aNameLine ( this, SvtResId( FL_SVT_QUERYFOLDERNAME_DLG_NAME ) ), in QueryFolderNameDialog()
3435 aOKBtn ( this, SvtResId( BT_SVT_QUERYFOLDERNAME_DLG_OK ) ), in QueryFolderNameDialog()
3436 aCancelBtn ( this, SvtResId( BT_SVT_QUERYFOLDERNAME_DLG_CANCEL ) ) in QueryFolderNameDialog()