Lines Matching refs:SW_RES

149     SfxTabPage(pParent, SW_RES(TP_MAILCONFIG), rSet),  in SwMailConfigPage()
153 m_aIdentityFL( this, SW_RES( FL_IDENTITY)), in SwMailConfigPage()
154 m_aDisplayNameFT( this, SW_RES( FT_DISPLAYNAME)), in SwMailConfigPage()
155 m_aDisplayNameED( this, SW_RES( ED_DISPLAYNAME)), in SwMailConfigPage()
156 m_aAddressFT( this, SW_RES( FT_ADDRESS)), in SwMailConfigPage()
157 m_aAddressED( this, SW_RES( ED_ADDRESS)), in SwMailConfigPage()
158 m_aReplyToCB( this, SW_RES( CB_REPLYTO)), in SwMailConfigPage()
159 m_aReplyToFT( this, SW_RES( FT_REPLYTO)), in SwMailConfigPage()
160 m_aReplyToED( this, SW_RES( ED_REPLYTO)), in SwMailConfigPage()
161 m_aSMTPFL( this, SW_RES( FL_SMTP)), in SwMailConfigPage()
162 m_aServerFT( this, SW_RES( FT_SERVER)), in SwMailConfigPage()
163 m_aServerED( this, SW_RES( ED_SERVER)), in SwMailConfigPage()
164 m_aPortFT( this, SW_RES( FT_PORT)), in SwMailConfigPage()
165 m_aPortNF( this, SW_RES( NF_PORT)), in SwMailConfigPage()
166 m_aSecureCB( this, SW_RES( CB_SECURE)), in SwMailConfigPage()
167 m_aServerAuthenticationPB( this, SW_RES( PB_AUTHENTICATION )), in SwMailConfigPage()
168 m_aSeparatorFL( this, SW_RES( FL_SEPARATOR )), in SwMailConfigPage()
169 m_aTestPB( this, SW_RES( PB_TEST)), in SwMailConfigPage()
275 SfxModalDialog(pParent, SW_RES(DLG_MM_TESTACCOUNTSETTINGS)), in SwTestAccountSettingsDialog()
279 m_aInfoFI( this, SW_RES( FI_INFO )), in SwTestAccountSettingsDialog()
281 m_aStatusLB( this, SW_RES( LB_STATUS )), in SwTestAccountSettingsDialog()
282 m_aErrorFI( this, SW_RES( FI_ERROR )), in SwTestAccountSettingsDialog()
283 m_eErrorsED( this, SW_RES( ED_ERROR )), in SwTestAccountSettingsDialog()
284 m_aSeparatorFL( this, SW_RES( FL_SEPAPARATOR )), in SwTestAccountSettingsDialog()
285 m_aStopPB( this, SW_RES( PB_STOP )), in SwTestAccountSettingsDialog()
286 m_aCancelPB( this, SW_RES( PB_CANCEL )), in SwTestAccountSettingsDialog()
287 m_aHelpPB( this, SW_RES( PB_HELP )), in SwTestAccountSettingsDialog()
291 …m_aImageList( SW_RES( GetSettings().GetStyleSettings().GetHighContrastMode() ? ILIST_HC : ILIST) ), in SwTestAccountSettingsDialog()
292 m_sTask( SW_RES( ST_TASK )), in SwTestAccountSettingsDialog()
293 m_sStatus( SW_RES( ST_STATUS )), in SwTestAccountSettingsDialog()
294 m_sEstablish( SW_RES( ST_ESTABLISH )), in SwTestAccountSettingsDialog()
295 m_sFindServer( SW_RES( ST_FINDSERVER )), in SwTestAccountSettingsDialog()
296 m_sCompleted( SW_RES( ST_COMPLETED )), in SwTestAccountSettingsDialog()
297 m_sFailed( SW_RES( ST_FAILED )), in SwTestAccountSettingsDialog()
298 m_sErrorServer( SW_RES( ST_ERROR_SERVER )), in SwTestAccountSettingsDialog()
492 SfxModalDialog(pParent, SW_RES(DLG_MM_SERVERAUTHENTICATION)), in SwAuthenticationSettingsDialog()
496 m_aAuthenticationCB( this, SW_RES( CB_AUTHENTICATION )), in SwAuthenticationSettingsDialog()
497 m_aSeparateAuthenticationRB( this, SW_RES( RB_SEP_AUTHENTICATION )), in SwAuthenticationSettingsDialog()
498 m_aSMTPAfterPOPRB( this, SW_RES( RB_SMTPAFTERPOP )), in SwAuthenticationSettingsDialog()
499 m_aOutgoingServerFT( this, SW_RES( FT_OUTGOINGSERVER )), in SwAuthenticationSettingsDialog()
500 m_aUserNameFT( this, SW_RES( FT_USERNAME )), in SwAuthenticationSettingsDialog()
501 m_aUserNameED( this, SW_RES( ED_USERNAME )), in SwAuthenticationSettingsDialog()
502 m_aOutPasswordFT( this, SW_RES( FT_OUTPASSWORD )), in SwAuthenticationSettingsDialog()
503 m_aOutPasswordED( this, SW_RES( ED_OUTPASSWORD )), in SwAuthenticationSettingsDialog()
504 m_aIncomingServerFT( this, SW_RES( FT_INCOMINGSERVER )), in SwAuthenticationSettingsDialog()
505 m_aServerFT( this, SW_RES( FT_SERVER )), in SwAuthenticationSettingsDialog()
506 m_aServerED( this, SW_RES( ED_SERVER )), in SwAuthenticationSettingsDialog()
507 m_aPortFT( this, SW_RES( FT_PORT )), in SwAuthenticationSettingsDialog()
508 m_aPortNF( this, SW_RES( NF_PORT )), in SwAuthenticationSettingsDialog()
509 m_aProtocolFT( this, SW_RES( FT_PROTOCOL )), in SwAuthenticationSettingsDialog()
510 m_aPOP3RB( this, SW_RES( RB_POP3 )), in SwAuthenticationSettingsDialog()
511 m_aIMAPRB( this, SW_RES( RB_IMAP )), in SwAuthenticationSettingsDialog()
512 m_aInUsernameFT( this, SW_RES( FT_INUSERNAME )), in SwAuthenticationSettingsDialog()
513 m_aInUsernameED( this, SW_RES( ED_INUSERNAME )), in SwAuthenticationSettingsDialog()
514 m_aInPasswordFT( this, SW_RES( FT_INPASSWORD )), in SwAuthenticationSettingsDialog()
515 m_aInPasswordED( this, SW_RES( ED_INPASSWORD )), in SwAuthenticationSettingsDialog()
516 m_aSeparatorFL( this, SW_RES( FL_SEPARATOR )), in SwAuthenticationSettingsDialog()
517 m_aOKPB( this, SW_RES( PB_OK )), in SwAuthenticationSettingsDialog()
518 m_aCancelPB( this, SW_RES( PB_CANCEL )), in SwAuthenticationSettingsDialog()
519 m_aHelpPB( this, SW_RES( PB_HELP )), in SwAuthenticationSettingsDialog()