Lines Matching refs:SvtResId

701         aUnitStr += String( SvtResId( STR_SVT_BYTES ) );  in CreateExactSizeText_Impl()
707 aUnitStr += String( SvtResId( STR_SVT_KB ) ); in CreateExactSizeText_Impl()
713 aUnitStr += String( SvtResId( STR_SVT_MB ) ); in CreateExactSizeText_Impl()
719 aUnitStr += String( SvtResId( STR_SVT_GB ) ); in CreateExactSizeText_Impl()
743 msAccessibleDescText( SvtResId( STR_SVT_ACC_DESC_FILEVIEW ) ), in ViewTabListBox_Impl()
744 msFolder ( SvtResId( STR_SVT_ACC_DESC_FOLDER ) ), in ViewTabListBox_Impl()
745 msFile ( SvtResId( STR_SVT_ACC_DESC_FILE ) ), in ViewTabListBox_Impl()
760 …mpHeaderBar->InsertItem( COLUMN_TITLE, String( SvtResId( STR_SVT_FILEVIEW_COLUMN_TITLE ) ), 180, n… in ViewTabListBox_Impl()
761 …mpHeaderBar->InsertItem( COLUMN_TYPE, String( SvtResId( STR_SVT_FILEVIEW_COLUMN_TYPE ) ), 140, nBi… in ViewTabListBox_Impl()
762 …mpHeaderBar->InsertItem( COLUMN_SIZE, String( SvtResId( STR_SVT_FILEVIEW_COLUMN_SIZE ) ), 80, nBit… in ViewTabListBox_Impl()
763 …mpHeaderBar->InsertItem( COLUMN_DATE, String( SvtResId( STR_SVT_FILEVIEW_COLUMN_DATE ) ), 500, nBi… in ViewTabListBox_Impl()
766 …mpHeaderBar->InsertItem( COLUMN_TITLE, String( SvtResId( STR_SVT_FILEVIEW_COLUMN_TITLE ) ), 600, n… in ViewTabListBox_Impl()
952 = new PopupMenu( SvtResId( RID_FILEVIEW_CONTEXTMENU ) ); in CreateContextMenu()
1908 ,maFolderImage ( SvtResId( IMG_SVT_FOLDER ) ) in SvtFileView_Impl()
2758 ModalDialog( pParent, SvtResId( DLG_SVT_QUERYDELETE ) ), in QueryDeleteDlg_Impl()
2760 _aEntryLabel ( this, SvtResId( TXT_ENTRY ) ), in QueryDeleteDlg_Impl()
2761 _aEntry ( this, SvtResId( TXT_ENTRYNAME ) ), in QueryDeleteDlg_Impl()
2762 _aQueryMsg ( this, SvtResId( TXT_QUERYMSG ) ), in QueryDeleteDlg_Impl()
2763 _aYesButton ( this, SvtResId( BTN_YES ) ), in QueryDeleteDlg_Impl()
2764 _aAllButton ( this, SvtResId( BTN_ALL ) ), in QueryDeleteDlg_Impl()
2765 _aNoButton ( this, SvtResId( BTN_NO ) ), in QueryDeleteDlg_Impl()
2766 _aCancelButton( this, SvtResId( BTN_CANCEL ) ) in QueryDeleteDlg_Impl()