Lines Matching refs:SW_RES
95 SfxFloatingWindow(_pBindings, pChild, pParent, SW_RES(DLG_MAILMERGECHILD)), in SwMailMergeChildWin()
96 m_aBackTB(this, SW_RES( TB_BACK )) in SwMailMergeChildWin()
314 ModalDialog(pParent, SW_RES( DLG_MM_SENDWARNING )), in SwSendWarningBox_Impl()
315 aWarningImageIM(this, SW_RES( IM_WARNING )), in SwSendWarningBox_Impl()
316 aWarningFI( this, SW_RES( FI_WARNING )), in SwSendWarningBox_Impl()
317 aDetailFT( this, SW_RES( FT_DETAILS )), in SwSendWarningBox_Impl()
318 aDetailED( this, SW_RES( ED_DETAILS )), in SwSendWarningBox_Impl()
319 aSeparatorFL( this, SW_RES( FL_SEPARATOR )), in SwSendWarningBox_Impl()
320 aOKPB( this, SW_RES(PB_OK)) in SwSendWarningBox_Impl()
340 ModelessDialog /*SfxModalDialog*/(pParent, SW_RES(DLG_MM_SENDMAILS)), in SwSendMailDialog()
344 m_aStatusFL( this, SW_RES( FL_STATUS )), in SwSendMailDialog()
345 m_aStatusFT( this, SW_RES( FT_STATUS1 )), in SwSendMailDialog()
346 m_aTransferStatusFL( this, SW_RES( FL_TRANSFERSTATUS )), in SwSendMailDialog()
347 m_aTransferStatusFT( this, SW_RES( FT_TRANSFERSTATUS )), in SwSendMailDialog()
348 m_PausedFI(this, SW_RES( FI_PAUSED )), in SwSendMailDialog()
349 m_aProgressBar( this, SW_RES( PB_PROGRESS )), in SwSendMailDialog()
350 m_aErrorStatusFT( this, SW_RES( FT_ERRORSTATUS )), in SwSendMailDialog()
351 m_aDetailsPB( this, SW_RES( PB_DETAILS )), in SwSendMailDialog()
353 m_aStatusLB( this, SW_RES( LB_STATUS )), in SwSendMailDialog()
354 m_aSeparatorFL( this, SW_RES( FL_SEPARATOR )), in SwSendMailDialog()
355 m_aStopPB( this, SW_RES( PB_STOP )), in SwSendMailDialog()
356 m_aClosePB( this, SW_RES( PB_CLOSE )), in SwSendMailDialog()
361 m_sLess(SW_RES(ST_LESS)), in SwSendMailDialog()
362 m_sContinue(SW_RES( ST_CONTINUE )), in SwSendMailDialog()
364 m_sSend(SW_RES(ST_SEND)), in SwSendMailDialog()
367 m_sSendingTo( SW_RES(ST_SENDINGTO )), in SwSendMailDialog()
368 m_sCompleted( SW_RES(ST_COMPLETED )), in SwSendMailDialog()
369 m_sFailed( SW_RES(ST_FAILED )), in SwSendMailDialog()
370 m_sTerminateQuery( SW_RES( ST_TERMINATEQUERY )), in SwSendMailDialog()
373 m_aImageList( SW_RES( ILIST ) ), in SwSendMailDialog()
374 m_aImageListHC( SW_RES( ILIST_HC ) ), in SwSendMailDialog()
381 String sTask(SW_RES(ST_TASK)); in SwSendMailDialog()
382 String sStatus(SW_RES(ST_STATUS)); in SwSendMailDialog()