/aoo41x/main/sfx2/inc/sfx2/ |
H A D | basedlgs.hxx | 64 class SFX2_DLLPUBLIC SfxModalDialog: public ModalDialog class 72 SAL_DLLPRIVATE SfxModalDialog(SfxModalDialog &); // not defined 73 SAL_DLLPRIVATE void operator =(SfxModalDialog &); // not defined 80 SfxModalDialog(Window *pParent, const ResId& ); 81 SfxModalDialog(Window* pParent, sal_uInt32 nUniqueId, WinBits nWinStyle = WB_STDMODAL ); 92 ~SfxModalDialog(); 187 class SFX2_DLLPUBLIC SfxSingleTabDialog : public SfxModalDialog
|
H A D | layout-pre.hxx | 35 #undef SfxModalDialog 40 #define SfxModalDialog SfxDialog macro
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | basedlgs.cxx | 121 void SfxModalDialog::SetDialogData_Impl() in SetDialogData_Impl() 133 void SfxModalDialog::GetDialogData_Impl() in GetDialogData_Impl() 156 void SfxModalDialog::init() in init() 163 SfxModalDialog::SfxModalDialog(Window* pParent, const ResId &rResId ) in SfxModalDialog() function in SfxModalDialog 182 SfxModalDialog::SfxModalDialog(Window* pParent, in SfxModalDialog() function in SfxModalDialog 202 SfxModalDialog::~SfxModalDialog() in ~SfxModalDialog() 214 void SfxModalDialog::CreateOutputItemSet( SfxItemPool& rPool ) in CreateOutputItemSet() 223 void SfxModalDialog::CreateOutputItemSet( const SfxItemSet& rSet ) in CreateOutputItemSet() 769 SfxModalDialog( pParent, nUniqueId, WinBits( WB_STDMODAL | WB_3DLOOK ) ), in SfxSingleTabDialog() 796 : SfxModalDialog( pParent, nUniqueId, WinBits( WB_STDMODAL | WB_3DLOOK ) ), in SfxSingleTabDialog() [all …]
|
H A D | versdlg.cxx | 204 : SfxModalDialog( NULL, SfxResId( DLG_VERSIONS ) ) in SfxVersionDialog() 470 : SfxModalDialog( pParent, SfxResId( DLG_COMMENTS ) ) in SfxViewVersionDialog_Impl()
|
/aoo41x/main/sw/source/ui/dialog/ |
H A D | wordcountdialog.cxx | 40 #undef SfxModalDialog 41 #define SfxModalDialog( parent, id ) Dialog( parent, "wordcount.xml", id ) macro 50 SfxModalDialog(pParent, SW_RES(DLG_WORDCOUNT)), in SwWordCountDialog()
|
H A D | swdlgfact.cxx | 693 SfxModalDialog* pDlg=NULL; in CreateSfxDialog() 1096 SfxModalDialog* pDlg=NULL; in CreateSwBorderDlg() 1115 SfxModalDialog* pDlg=NULL; in CreateSwWrapDlg() 1195 SfxModalDialog* pDlg=NULL; in CreateSwFldEditDlg()
|
/aoo41x/main/toolkit/workben/layout/ |
H A D | wordcountdialog.cxx | 46 #undef SfxModalDialog 47 #define SfxModalDialog( parent, id ) Dialog( parent, "wordcount.xml", id ) macro 56 SfxModalDialog(pParent, SW_RES(DLG_WORDCOUNT)), in SwWordCountDialog()
|
H A D | recover.cxx | 53 #undef SfxModalDialog 54 #define SfxModalDialog( parent, id ) Dialog( parent, "recover.xml", id ) macro 62 : SfxModalDialog( pParent, SVX_RES( RID_SVXDLG_RECOVER ) ) in SvxRecoverDialog()
|
H A D | zoom.cxx | 113 #undef SfxModalDialog 114 #define SfxModalDialog( parent, id ) Dialog( parent, "zoom.xml", id ) macro 258 SfxModalDialog( pParent, SVX_RES( RID_SVXDLG_ZOOM ) ), in SvxZoomDialog()
|
/aoo41x/main/cui/source/inc/ |
H A D | cuicharmap.hxx | 77 … SvxCharMapData( class SfxModalDialog* pDialog, sal_Bool bOne_, ResMgr* pResContext ); 83 SfxModalDialog* mpDialog; 116 class SvxCharacterMap : public SfxModalDialog
|
H A D | passwdomdlg.hxx | 35 class PasswordToOpenModifyDialog : public SfxModalDialog
|
/aoo41x/main/sw/source/ui/dbui/ |
H A D | mmaddressblockpage.hxx | 109 class SwSelectAddressBlockDialog : public SfxModalDialog 225 class SwCustomizeAddressBlockDialog : public SfxModalDialog 296 class SwAssignFieldsDialog : public SfxModalDialog
|
H A D | customizeaddresslistdialog.hxx | 38 class SwCustomizeAddressListDialog : public SfxModalDialog 73 class SwAddRenameEntryDialog : public SfxModalDialog
|
H A D | customizeaddresslistdialog.cxx | 46 SfxModalDialog(pParent, SW_RES(DLG_MM_CUSTOMIZE_ADDRESS_LIST)), in SwCustomizeAddressListDialog() 220 SfxModalDialog(pParent, SW_RES(DLG_MM_ADD_RENAME_ENTRY)), in SwAddRenameEntryDialog()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | cuicharmap.cxx | 59 SfxModalDialog( pParent, CUI_RES( RID_SVXDLG_CHARMAP ) ), in SvxCharacterMap() 147 short nResult = SfxModalDialog::Execute(); in Execute() 258 SvxCharMapData::SvxCharMapData( SfxModalDialog* pDialog, sal_Bool bOne_, ResMgr* pResContext ) in SvxCharMapData() 571 …SfxModalDialog* pDlg = new SfxMacroAssignDlg( mpDialog, com::sun::star::uno::Reference < com::sun:… in IMPL_LINK()
|
H A D | zoom.cxx | 51 #undef SfxModalDialog 52 #define SfxModalDialog( parent, id ) Dialog( parent, "zoom.xml", id ) macro 152 SfxModalDialog( pParent, CUI_RES( RID_SVXDLG_ZOOM ) ), in SvxZoomDialog()
|
/aoo41x/main/sw/source/ui/config/ |
H A D | mailconfigpage.cxx | 61 class SwTestAccountSettingsDialog : public SfxModalDialog 101 class SwAuthenticationSettingsDialog : public SfxModalDialog 275 SfxModalDialog(pParent, SW_RES(DLG_MM_TESTACCOUNTSETTINGS)), in SwTestAccountSettingsDialog() 492 SfxModalDialog(pParent, SW_RES(DLG_MM_SERVERAUTHENTICATION)), in SwAuthenticationSettingsDialog()
|
/aoo41x/main/sw/source/ui/misc/ |
H A D | swmodalredlineacceptdlg.cxx | 84 SfxModalDialog(pParent, SW_RES(DLG_MOD_REDLINE_ACCEPT)) in SwModalRedlineAcceptDlg() 121 SfxModalDialog::Resize(); in Resize()
|
/aoo41x/main/sfx2/source/inc/ |
H A D | versdlg.hxx | 53 class SfxVersionDialog : public SfxModalDialog 87 class SfxViewVersionDialog_Impl : public SfxModalDialog
|
H A D | alienwarn.hxx | 33 class SfxAlienWarningDialog : public SfxModalDialog
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | brkdlg.cxx | 61 : SfxModalDialog ( pWindow, SdResId( DLG_BREAK ) ), in BreakDlg() 172 return SfxModalDialog::Execute(); in Execute()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | dbinsdlg.hxx | 95 class SwInsertDBColAutoPilot : public SfxModalDialog, public utl::ConfigItem 161 using SfxModalDialog::Notify;
|
H A D | swmodalredlineacceptdlg.hxx | 30 class SwModalRedlineAcceptDlg : public SfxModalDialog
|
/aoo41x/main/svx/inc/svx/ |
H A D | stddlg.hxx | 33 class SVX_DLLPUBLIC SvxStandardDialog: public SfxModalDialog
|
/aoo41x/main/svx/source/dialog/ |
H A D | stddlg.cxx | 52 SfxModalDialog( pParent, rResId ) in SvxStandardDialog()
|