Lines Matching refs:SvtResId

462 	struct SvtResId : public ResId  struct
464 SvtResId (sal_uInt16 nId) : ResId (nId, *ResMgrHolder::getOrCreate()) {} in SvtResId() function
477 ModalDialog( _pParent, SvtResId( DLG_SVT_EXPLORERFILE ) ) in SvtFileDialog()
501 :ModalDialog( _pParent, SvtResId( DLG_SVT_EXPLORERFILE ) ) in SvtFileDialog()
558 …m_aImages = ImageList( SvtResId( bIsHighContrast ? RID_FILEPICKER_IMAGES_HC : RID_FILEPICKER_IMAGE… in Init_Impl()
580 _pImp->_pFtFileName = new FixedText( this, SvtResId( FT_EXPLORERFILE_FILENAME ) ); in Init_Impl()
586 Edit aDummy( this, SvtResId( ED_EXPLORERFILE_FILENAME ) ); in Init_Impl()
602 _pImp->_pFtFileType = new FixedText( this, SvtResId( FT_EXPLORERFILE_FILETYPE ) ); in Init_Impl()
603 _pImp->CreateFilterListControl( this, SvtResId( LB_EXPLORERFILE_FILETYPE ) ); in Init_Impl()
612 FixedText aSharedListBoxLabel( this, SvtResId( FT_EXPLORERFILE_SHARED_LISTBOX ) ); in Init_Impl()
617 ListBox aSharedListBox( this, SvtResId( LB_EXPLORERFILE_SHARED_LISTBOX ) ); in Init_Impl()
622 _pImp->_pFtCurrentPath = new FixedText( this, SvtResId( FT_EXPLORERFILE_CURRENTPATH ) ); in Init_Impl()
627 _pImp->_pBtnFileOpen = new PushButton( this, SvtResId( BTN_EXPLORERFILE_OPEN ) ); in Init_Impl()
628 _pImp->_pBtnCancel = new CancelButton( this, SvtResId( BTN_EXPLORERFILE_CANCEL ) ); in Init_Impl()
629 _pImp->_pBtnHelp = new HelpButton( this, SvtResId( BTN_EXPLORERFILE_HELP ) ); in Init_Impl()
631 _pImp->_pBtnUp = new SvtUpButton_Impl( this, SvtResId( BTN_EXPLORERFILE_UP ) ); in Init_Impl()
632 _pImp->_pBtnNewFolder = new ImageButton( this, SvtResId( BTN_EXPLORERFILE_NEWFOLDER ) ); in Init_Impl()
634 _pImp->_pBtnStandard = new SvtTravelButton_Impl( this, SvtResId( BTN_EXPLORERFILE_STANDARD ) ); in Init_Impl()
643 _pFileView = new SvtFileView( this, SvtResId( CTL_EXPLORERFILE_FILELIST ), in Init_Impl()
700 _pCbReadOnly = new CheckBox( this, SvtResId( CB_EXPLORERFILE_READONLY ) ); in Init_Impl()
702 _pCbReadOnly->SetText( SvtResId( STR_SVT_FILEPICKER_READONLY ) ); in Init_Impl()
710 _pImp->_pCbPassword = new CheckBox( this, SvtResId( CB_EXPLORERFILE_PASSWORD ) ); in Init_Impl()
711 _pImp->_pCbPassword->SetText( SvtResId( STR_SVT_FILEPICKER_PASSWORD ) ); in Init_Impl()
772 _pImp->_pFtFileName->SetText( SvtResId( STR_PATHNAME ) ); in Init_Impl()
777 SetText( SvtResId( nResId ) ); in Init_Impl()
780 _pImp->_pBtnFileOpen->SetText( SvtResId( nButtonResId ) ); in Init_Impl()
860 …svtools::QueryFolderNameDialog aDlg( pThis, sFolderName, String( SvtResId( STR_SVT_NEW_FOLDER ) ) … in IMPL_STATIC_LINK()
977 String sAllFilesFilter( SvtResId( STR_FILTERNAME_ALL ) ); in adjustFilter()
1257 QueryBox aBox( pThis, WB_YES_NO, SvtResId( STR_SVT_ALREADYEXISTOVERWRITE ) ); in IMPL_STATIC_LINK()
1295 String sError( SvtResId( RID_FILEOPEN_NOTEXISTENTFILE ) ); in IMPL_STATIC_LINK()
2117 ErrorBox aBox( this, WB_OK, SvtResId( STR_SVT_NOREMOVABLEDEVICE ) ); in PrepareExecute()
2180 String aAll( SvtResId( STR_FILTERNAME_ALL ) ); in PrepareExecute()
2684 …m_aImages = ImageList( SvtResId( bIsHighContrast ? RID_FILEPICKER_IMAGES_HC : RID_FILEPICKER_IMAGE… in implUpdateImages()
2983 _pCbLinkBox ->SetText( SvtResId( STR_SVT_FILEPICKER_INSERT_AS_LINK ) ); in AddControls_Impl()
3000 _pCbPreviewBox->SetText( SvtResId( STR_SVT_FILEPICKER_SHOW_PREVIEW ) ); in AddControls_Impl()
3015 _pPrevBmp->SetAccessibleName(SvtResId(STR_PREVIEW)); in AddControls_Impl()
3020 _pImp->_pCbAutoExtension = new CheckBox( this, SvtResId( CB_AUTO_EXTENSION ) ); in AddControls_Impl()
3021 _pImp->_pCbAutoExtension->SetText( SvtResId( STR_SVT_FILEPICKER_AUTO_EXTENSION ) ); in AddControls_Impl()
3030 _pImp->_pCbOptions = new CheckBox( this, SvtResId( CB_OPTIONS ) ); in AddControls_Impl()
3031 _pImp->_pCbOptions->SetText( SvtResId( STR_SVT_FILEPICKER_FILTER_OPTIONS ) ); in AddControls_Impl()
3039 _pCbSelection = new CheckBox( this, SvtResId( CB_OPTIONS ) ); in AddControls_Impl()
3040 _pCbSelection->SetText( SvtResId( STR_SVT_FILEPICKER_SELECTION ) ); in AddControls_Impl()
3049 _pPbPlay->SetText( SvtResId( STR_SVT_FILEPICKER_PLAY ) ); in AddControls_Impl()
3058 _pImp->_pFtFileVersion = new FixedText( this, SvtResId( FT_EXPLORERFILE_SHARED_LISTBOX ) ); in AddControls_Impl()
3059 _pImp->_pFtFileVersion->SetText( SvtResId( STR_SVT_FILEPICKER_VERSION ) ); in AddControls_Impl()
3061 _pImp->_pLbFileVersion = new ListBox( this, SvtResId( LB_EXPLORERFILE_SHARED_LISTBOX ) ); in AddControls_Impl()
3066 _pImp->_pFtTemplates = new FixedText( this, SvtResId( FT_EXPLORERFILE_SHARED_LISTBOX ) ); in AddControls_Impl()
3067 _pImp->_pFtTemplates->SetText( SvtResId( STR_SVT_FILEPICKER_TEMPLATES ) ); in AddControls_Impl()
3069 _pImp->_pLbTemplates = new ListBox( this, SvtResId( LB_EXPLORERFILE_SHARED_LISTBOX ) ); in AddControls_Impl()
3078 _pImp->_pFtImageTemplates = new FixedText( this, SvtResId( FT_EXPLORERFILE_SHARED_LISTBOX ) ); in AddControls_Impl()
3079 _pImp->_pFtImageTemplates->SetText( SvtResId( STR_SVT_FILEPICKER_IMAGE_TEMPLATE ) ); in AddControls_Impl()
3081 _pImp->_pLbImageTemplates = new ListBox( this, SvtResId( LB_EXPLORERFILE_SHARED_LISTBOX ) ); in AddControls_Impl()
3432 ModalDialog( _pParent, SvtResId( DLG_SVT_QUERYFOLDERNAME ) ), in QueryFolderNameDialog()
3434 aNameText ( this, SvtResId( FT_SVT_QUERYFOLDERNAME_DLG_NAME ) ), in QueryFolderNameDialog()
3435 aNameEdit ( this, SvtResId( ED_SVT_QUERYFOLDERNAME_DLG_NAME ) ), in QueryFolderNameDialog()
3436 aNameLine ( this, SvtResId( FL_SVT_QUERYFOLDERNAME_DLG_NAME ) ), in QueryFolderNameDialog()
3437 aOKBtn ( this, SvtResId( BT_SVT_QUERYFOLDERNAME_DLG_OK ) ), in QueryFolderNameDialog()
3438 aCancelBtn ( this, SvtResId( BT_SVT_QUERYFOLDERNAME_DLG_CANCEL ) ) in QueryFolderNameDialog()