Lines Matching refs:SVX_RES

78     : TabDialog    (pParent, SVX_RES( RID_SVX_TABDLG_DOCRECOVERY ))  in TabDialog4Recovery()
746 : IExtendedTabPage( pParent, SVX_RES( RID_SVXPAGE_DOCRECOVERY_SAVE ) ) in SaveDialog()
747 , m_aTitleWin ( this , SVX_RES ( WIN_SAVE_TITLE ) ) in SaveDialog()
748 , m_aTitleFT ( this , SVX_RES ( FT_SAVE_TITLE ) ) in SaveDialog()
749 , m_aTitleFL ( this , SVX_RES ( FL_SAVE_TITLE ) ) in SaveDialog()
750 , m_aDescrFT ( this , SVX_RES ( FT_SAVE_DESCR ) ) in SaveDialog()
751 , m_aFileListFT ( this , SVX_RES ( FT_SAVE_FILELIST ) ) in SaveDialog()
752 , m_aFileListLB ( this , SVX_RES ( LB_SAVE_FILELIST ) ) in SaveDialog()
753 , m_aBottomFL ( this , SVX_RES ( FL_SAVE_BOTTOM ) ) in SaveDialog()
754 , m_aOkBtn ( this , SVX_RES ( BT_SAVE_OK ) ) in SaveDialog()
838 : ModalDialog ( pParent , SVX_RES( RID_SVX_MDLG_DOCRECOVERY_PROGR ) ) in SaveProgressDialog()
839 , m_aHintFT ( this , SVX_RES ( FT_SAVEPROGR_HINT ) ) in SaveProgressDialog()
840 , m_aProgrFT ( this , SVX_RES ( FT_SAVEPROGR_PROGR ) ) in SaveProgressDialog()
841 , m_aProgrParent( this , SVX_RES ( WIN_SAVEPROGR_PROGR ) ) in SaveProgressDialog()
1015 QueryBox aQuery(pParent, SVX_RES(nRes)); in impl_askUserForWizardCancel()
1025 : IExtendedTabPage( pParent , SVX_RES( RID_SVXPAGE_DOCRECOVERY_RECOVER ) ) in RecoveryDialog()
1026 , m_aTitleWin ( this , SVX_RES ( WIN_RECOV_TITLE ) ) in RecoveryDialog()
1027 , m_aTitleFT ( this , SVX_RES ( FT_RECOV_TITLE ) ) in RecoveryDialog()
1028 , m_aTitleFL ( this , SVX_RES ( FL_RECOV_TITLE ) ) in RecoveryDialog()
1029 , m_aDescrFT ( this , SVX_RES ( FT_RECOV_DESCR ) ) in RecoveryDialog()
1030 , m_aProgressFT ( this , SVX_RES ( FT_RECOV_PROGR ) ) in RecoveryDialog()
1031 , m_aProgrParent ( this , SVX_RES ( WIN_RECOV_PROGR ) ) in RecoveryDialog()
1032 , m_aFileListFT ( this , SVX_RES ( FT_RECOV_FILELIST ) ) in RecoveryDialog()
1033 , m_aFileListLB ( this , SVX_RES ( LB_RECOV_FILELIST ) ) in RecoveryDialog()
1034 , m_aBottomFL ( this , SVX_RES ( FL_RECOV_BOTTOM ) ) in RecoveryDialog()
1035 , m_aNextBtn ( this , SVX_RES ( BTN_RECOV_NEXT ) ) in RecoveryDialog()
1036 , m_aCancelBtn ( this , SVX_RES ( BTN_RECOV_CANCEL ) ) in RecoveryDialog()
1037 , m_aNextStr ( SVX_RES ( STR_RECOVERY_NEXT ) ) in RecoveryDialog()
1038 , m_aTitleRecoveryInProgress( SVX_RES ( STR_RECOVERY_INPROGRESS ) ) in RecoveryDialog()
1039 , m_aTitleRecoveryReport( SVX_RES ( STR_RECOVERY_REPORT ) ) in RecoveryDialog()
1040 , m_aRecoveryOnlyFinish ( SVX_RES ( STR_RECOVERYONLY_FINISH ) ) in RecoveryDialog()
1041 , m_aRecoveryOnlyFinishDescr( SVX_RES ( STR_RECOVERYONLY_FINISH_DESCR ) ) in RecoveryDialog()
1053 m_aFileListLB.InsertHeaderEntry( String( SVX_RES( STR_HEADERBAR ) ) ); in RecoveryDialog()
1469 : ModalDialog ( pParent, SVX_RES( RID_SVX_MDLG_DOCRECOVERY_BROKEN ) ) in BrokenRecoveryDialog()
1470 , m_aDescrFT ( this , SVX_RES( FT_BROKEN_DESCR ) ) in BrokenRecoveryDialog()
1471 , m_aFileListFT ( this , SVX_RES( FT_BROKEN_FILELIST ) ) in BrokenRecoveryDialog()
1472 , m_aFileListLB ( this , SVX_RES( LB_BROKEN_FILELIST ) ) in BrokenRecoveryDialog()
1473 , m_aSaveDirFT ( this , SVX_RES( FT_BROKEN_SAVEDIR ) ) in BrokenRecoveryDialog()
1474 , m_aSaveDirED ( this , SVX_RES( ED_BROKEN_SAVEDIR ) ) in BrokenRecoveryDialog()
1475 , m_aSaveDirBtn ( this , SVX_RES( BTN_BROKEN_SAVEDIR ) ) in BrokenRecoveryDialog()
1476 , m_aBottomFL ( this , SVX_RES( FL_BROKEN_BOTTOM ) ) in BrokenRecoveryDialog()
1477 , m_aOkBtn ( this , SVX_RES( BTN_BROKEN_OK ) ) in BrokenRecoveryDialog()
1478 , m_aCancelBtn ( this , SVX_RES( BTN_BROKEN_CANCEL ) ) in BrokenRecoveryDialog()
1603 :IExtendedTabPage ( _pParent, SVX_RES( RID_SVXPAGE_ERR_REP_WELCOME ) ) in ErrorRepWelcomeDialog()
1604 ,maTitleWin ( this, SVX_RES( WIN_RECOV_TITLE ) ) in ErrorRepWelcomeDialog()
1605 ,maTitleFT ( this, SVX_RES( FT_RECOV_TITLE ) ) in ErrorRepWelcomeDialog()
1606 ,maTitleFL ( this, SVX_RES( FL_RECOV_TITLE ) ) in ErrorRepWelcomeDialog()
1607 ,maDescrFT ( this, SVX_RES( FT_RECOV_DESCR ) ) in ErrorRepWelcomeDialog()
1608 ,maBottomFL ( this, SVX_RES( FL_RECOV_BOTTOM ) ) in ErrorRepWelcomeDialog()
1609 ,maPrevBtn ( this, SVX_RES( BTN_RECOV_PREV ) ) in ErrorRepWelcomeDialog()
1610 ,maNextBtn ( this, SVX_RES( BTN_RECOV_NEXT ) ) in ErrorRepWelcomeDialog()
1611 ,maCancelBtn ( this, SVX_RES( BTN_RECOV_CANCEL ) ) in ErrorRepWelcomeDialog()
1710 :IExtendedTabPage ( _pParent, SVX_RES( RID_SVXPAGE_ERR_REP_SEND ) ) in ErrorRepSendDialog()
1711 ,maTitleWin ( this, SVX_RES( WIN_RECOV_TITLE ) ) in ErrorRepSendDialog()
1712 ,maTitleFT ( this, SVX_RES( FT_RECOV_TITLE ) ) in ErrorRepSendDialog()
1713 ,maTitleFL ( this, SVX_RES( FL_RECOV_TITLE ) ) in ErrorRepSendDialog()
1714 ,maDescrFT ( this, SVX_RES( FT_RECOV_DESCR ) ) in ErrorRepSendDialog()
1716 ,maDocTypeFT ( this, SVX_RES( FT_ERRSEND_DOCTYPE ) ) in ErrorRepSendDialog()
1717 ,maDocTypeED ( this, SVX_RES( ED_ERRSEND_DOCTYPE ) ) in ErrorRepSendDialog()
1718 ,maUsingFT ( this, SVX_RES( FT_ERRSEND_USING ) ) in ErrorRepSendDialog()
1719 ,maUsingML ( this, SVX_RES( ML_ERRSEND_USING ) ) in ErrorRepSendDialog()
1720 ,maShowRepBtn ( this, SVX_RES( BTN_ERRSEND_SHOWREP ) ) in ErrorRepSendDialog()
1721 ,maOptBtn ( this, SVX_RES( BTN_ERRSEND_OPT ) ) in ErrorRepSendDialog()
1722 ,maContactCB ( this, SVX_RES( CB_ERRSEND_CONTACT ) ) in ErrorRepSendDialog()
1723 ,maEMailAddrFT ( this, SVX_RES( FT_ERRSEND_EMAILADDR ) ) in ErrorRepSendDialog()
1724 ,maEMailAddrED ( this, SVX_RES( ED_ERRSEND_EMAILADDR ) ) in ErrorRepSendDialog()
1726 ,maBottomFL ( this, SVX_RES( FL_RECOV_BOTTOM ) ) in ErrorRepSendDialog()
1727 ,maPrevBtn ( this, SVX_RES( BTN_RECOV_PREV ) ) in ErrorRepSendDialog()
1728 ,maNextBtn ( this, SVX_RES( BTN_RECOV_NEXT ) ) in ErrorRepSendDialog()
1729 ,maCancelBtn ( this, SVX_RES( BTN_RECOV_CANCEL ) ) in ErrorRepSendDialog()
1899 :ModalDialog ( _pParent, SVX_RES( RID_SVX_MDLG_ERR_REP_OPTIONS ) ) in ErrorRepOptionsDialog()
1900 ,maProxyFL( this, SVX_RES( FL_ERROPT_PROXY ) ) in ErrorRepOptionsDialog()
1901 ,maSystemBtn( this, SVX_RES( BTN_ERROPT_SYSTEM ) ) in ErrorRepOptionsDialog()
1902 ,maDirectBtn( this, SVX_RES( BTN_ERROPT_DIRECT ) ) in ErrorRepOptionsDialog()
1903 ,maManualBtn( this, SVX_RES( BTN_ERROPT_MANUAL ) ) in ErrorRepOptionsDialog()
1904 ,maProxyServerFT( this, SVX_RES( FT_ERROPT_PROXYSERVER ) ) in ErrorRepOptionsDialog()
1905 ,maProxyServerEd( this, SVX_RES( ED_ERROPT_PROXYSERVER ) ) in ErrorRepOptionsDialog()
1906 ,maProxyPortFT( this, SVX_RES( FT_ERROPT_PROXYPORT ) ) in ErrorRepOptionsDialog()
1907 ,maProxyPortEd( this, SVX_RES( ED_ERROPT_PROXYPORT ) ) in ErrorRepOptionsDialog()
1908 ,maDescriptionFT( this, SVX_RES( FT_ERROPT_DESCRIPTION ) ) in ErrorRepOptionsDialog()
1909 ,maButtonsFL( this, SVX_RES( FL_ERROPT_BUTTONS ) ) in ErrorRepOptionsDialog()
1910 ,maOKBtn( this, SVX_RES( BTN_ERROPT_OK ) ) in ErrorRepOptionsDialog()
1911 ,maCancelBtn( this, SVX_RES( BTN_ERROPT_CANCEL ) ) in ErrorRepOptionsDialog()
2130 :ModalDialog ( _pParent, SVX_RES( RID_SVX_MDLG_ERR_REP_PREVIEW ) ) in ErrorRepPreviewDialog()
2131 ,maContentML( this, SVX_RES( ML_ERRPREVIEW_CONTENT ) ) in ErrorRepPreviewDialog()
2132 ,maOKBtn( this, SVX_RES( BTN_ERRPREVIEW_OK ) ) in ErrorRepPreviewDialog()