summaryrefslogtreecommitdiff
path: root/svx/source/cui
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/cui')
-rw-r--r--svx/source/cui/SpellDialog.cxx2
-rw-r--r--svx/source/cui/acccfg.cxx2
-rw-r--r--svx/source/cui/acccfg.hxx2
-rw-r--r--svx/source/cui/align.cxx6
-rw-r--r--svx/source/cui/autocdlg.cxx8
-rw-r--r--svx/source/cui/backgrnd.cxx6
-rw-r--r--svx/source/cui/border.cxx2
-rw-r--r--svx/source/cui/cfg.cxx2
-rw-r--r--svx/source/cui/cfg.hxx2
-rw-r--r--svx/source/cui/cfgchart.cxx4
-rw-r--r--svx/source/cui/cfgchart.hxx3
-rw-r--r--svx/source/cui/cfgutil.cxx4
-rw-r--r--svx/source/cui/cfgutil.hxx2
-rw-r--r--svx/source/cui/chardlg.cxx8
-rw-r--r--svx/source/cui/connpoolconfig.cxx4
-rw-r--r--svx/source/cui/connpooloptions.cxx2
-rw-r--r--svx/source/cui/connpooloptions.hxx2
-rw-r--r--svx/source/cui/connpoolsettings.hxx2
-rw-r--r--svx/source/cui/cuicharmap.cxx10
-rw-r--r--svx/source/cui/cuifmsearch.cxx4
-rw-r--r--svx/source/cui/cuifmsearch.hxx2
-rw-r--r--svx/source/cui/cuigaldlg.cxx4
-rw-r--r--svx/source/cui/cuigaldlg.hxx2
-rw-r--r--svx/source/cui/cuiimapwnd.cxx4
-rw-r--r--svx/source/cui/cuiimapwnd.hxx2
-rw-r--r--svx/source/cui/cuisrchdlg.cxx8
-rw-r--r--svx/source/cui/cuisrchdlg.hxx4
-rw-r--r--svx/source/cui/cuitbxform.cxx6
-rw-r--r--svx/source/cui/dbregister.cxx6
-rw-r--r--svx/source/cui/dbregister.hxx2
-rw-r--r--svx/source/cui/dbregisterednamesconfig.cxx4
-rw-r--r--svx/source/cui/dbregistersettings.hxx2
-rw-r--r--svx/source/cui/doclinkdialog.cxx2
-rw-r--r--svx/source/cui/grfpage.cxx2
-rw-r--r--svx/source/cui/hlinettp.cxx3
-rw-r--r--svx/source/cui/hltpbase.cxx2
-rw-r--r--svx/source/cui/hltpbase.hxx4
-rw-r--r--svx/source/cui/iconcdlg.cxx2
-rw-r--r--svx/source/cui/iconcdlg.hxx4
-rw-r--r--svx/source/cui/insdlg.cxx6
-rw-r--r--svx/source/cui/internationaloptions.cxx2
-rw-r--r--svx/source/cui/linkdlg.cxx2
-rw-r--r--svx/source/cui/macroass.cxx4
-rwxr-xr-xsvx/source/cui/macroass.hxx2
-rw-r--r--svx/source/cui/macropg.cxx4
-rw-r--r--svx/source/cui/macropg.hxx2
-rw-r--r--svx/source/cui/numfmt.cxx6
-rw-r--r--svx/source/cui/numpages.cxx12
-rw-r--r--svx/source/cui/numpages.hxx2
-rw-r--r--svx/source/cui/optctl.cxx2
-rw-r--r--svx/source/cui/optdict.cxx2
-rw-r--r--svx/source/cui/optgdlg.cxx12
-rw-r--r--svx/source/cui/optinet2.cxx18
-rw-r--r--svx/source/cui/optinet2.hxx2
-rw-r--r--svx/source/cui/optmemory.cxx10
-rw-r--r--svx/source/cui/optpath.cxx4
-rw-r--r--svx/source/cui/optsave.cxx4
-rw-r--r--svx/source/cui/optupdt.cxx2
-rw-r--r--svx/source/cui/page.cxx20
-rw-r--r--svx/source/cui/paragrph.cxx8
-rw-r--r--svx/source/cui/postdlg.cxx4
-rw-r--r--svx/source/cui/scriptdlg.hrc2
-rw-r--r--svx/source/cui/sdrcelldlg.cxx2
-rw-r--r--svx/source/cui/selector.cxx2
-rw-r--r--svx/source/cui/selector.hxx2
-rw-r--r--svx/source/cui/splitcelldlg.cxx4
-rw-r--r--svx/source/cui/srchxtra.cxx4
-rw-r--r--svx/source/cui/svuidlg.hrc2
-rw-r--r--svx/source/cui/swpossizetabpage.cxx2
-rw-r--r--svx/source/cui/tabstpge.cxx4
-rw-r--r--svx/source/cui/tparea.cxx2
-rw-r--r--svx/source/cui/transfrm.cxx4
-rw-r--r--svx/source/cui/treeopt.cxx33
-rw-r--r--svx/source/cui/zoom.cxx4
74 files changed, 182 insertions, 157 deletions
diff --git a/svx/source/cui/SpellDialog.cxx b/svx/source/cui/SpellDialog.cxx
index 9de0626fe3..f7b8981b84 100644
--- a/svx/source/cui/SpellDialog.cxx
+++ b/svx/source/cui/SpellDialog.cxx
@@ -48,7 +48,7 @@
#include <SpellAttrib.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/bindings.hxx>
-#include <svtools/undo.hxx>
+#include <svl/undo.hxx>
#include <unotools/lingucfg.hxx>
#include <svtools/textdata.hxx>
#include <svtools/filter.hxx>
diff --git a/svx/source/cui/acccfg.cxx b/svx/source/cui/acccfg.cxx
index 43e0bb5bae..e57b3e854c 100644
--- a/svx/source/cui/acccfg.cxx
+++ b/svx/source/cui/acccfg.cxx
@@ -43,7 +43,7 @@
#include <sfx2/app.hxx>
#include <sfx2/filedlghelper.hxx>
#include <sfx2/minfitem.hxx>
-#include <svtools/stritem.hxx>
+#include <svl/stritem.hxx>
#include "svx/dialogs.hrc"
#include "acccfg.hrc"
diff --git a/svx/source/cui/acccfg.hxx b/svx/source/cui/acccfg.hxx
index d115544cfb..5ff1042fcb 100644
--- a/svx/source/cui/acccfg.hxx
+++ b/svx/source/cui/acccfg.hxx
@@ -60,7 +60,7 @@
#include <sfx2/basedlgs.hxx>
#define _SVSTDARR_STRINGSDTOR
-#include <svtools/svstdarr.hxx>
+#include <svl/svstdarr.hxx>
#include <sfx2/minarray.hxx>
diff --git a/svx/source/cui/align.cxx b/svx/source/cui/align.cxx
index 77538a9a66..20b58020cb 100644
--- a/svx/source/cui/align.cxx
+++ b/svx/source/cui/align.cxx
@@ -52,12 +52,12 @@
#include <sfx2/app.hxx>
#include <sfx2/module.hxx>
#include <sfx2/itemconnect.hxx>
-#include <svtools/cjkoptions.hxx>
-#include <svtools/languageoptions.hxx>
+#include <svl/cjkoptions.hxx>
+#include <svl/languageoptions.hxx>
#include <svtools/localresaccess.hxx>
#include <svx/svxids.hrc> //CHINA001
#include "flagsdef.hxx" //CHINA001
-#include <svtools/intitem.hxx> //CHINA001
+#include <svl/intitem.hxx> //CHINA001
#include <sfx2/request.hxx> //CHINA001
namespace svx {
diff --git a/svx/source/cui/autocdlg.cxx b/svx/source/cui/autocdlg.cxx
index 4da7f0d8d8..67e5a2d5a0 100644
--- a/svx/source/cui/autocdlg.cxx
+++ b/svx/source/cui/autocdlg.cxx
@@ -37,13 +37,13 @@
#define _SVSTDARR_STRINGSISORTDTOR
#define _SVSTDARR_STRINGSDTOR
-#include <svtools/svstdarr.hxx>
+#include <svl/svstdarr.hxx>
#include <vcl/msgbox.hxx>
#include <vcl/field.hxx>
#include <vcl/keycodes.hxx>
#include <sot/exchange.hxx>
#include <svtools/transfer.hxx>
-#include <svtools/syslocale.hxx>
+#include <unotools/syslocale.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/viewsh.hxx>
#include <unotools/charclass.hxx>
@@ -56,8 +56,8 @@
#include <sfx2/module.hxx>
#include <sfx2/request.hxx>
#include <sfx2/sfxsids.hrc>
-#include <svtools/eitem.hxx>
-#include <svtools/languageoptions.hxx>
+#include <svl/eitem.hxx>
+#include <svl/languageoptions.hxx>
#include <svx/SmartTagMgr.hxx>
#include <com/sun/star/smarttags/XSmartTagRecognizer.hpp>
#include <com/sun/star/smarttags/XSmartTagAction.hpp>
diff --git a/svx/source/cui/backgrnd.cxx b/svx/source/cui/backgrnd.cxx
index 4e70365223..079d1273be 100644
--- a/svx/source/cui/backgrnd.cxx
+++ b/svx/source/cui/backgrnd.cxx
@@ -37,13 +37,13 @@
// include ---------------------------------------------------------------
#include <unotools/pathoptions.hxx>
-#include <svtools/intitem.hxx>
+#include <svl/intitem.hxx>
#include <vcl/msgbox.hxx>
#include <tools/urlobj.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/docfile.hxx>
#include <svtools/wallitem.hxx>
-#include <svtools/cntwall.hxx>
+#include <svl/cntwall.hxx>
#ifndef _CNTIDS_HRC
#include <sfx2/cntids.hrc>
#endif
@@ -77,7 +77,7 @@
#endif
#include <svx/svxids.hrc> //CHINA001
#include "flagsdef.hxx" //CHINA001
-#include <svtools/intitem.hxx> //CHINA001
+#include <svl/intitem.hxx> //CHINA001
#include <sfx2/request.hxx> //CHINA001
using namespace ::com::sun::star;
// static ----------------------------------------------------------------
diff --git a/svx/source/cui/border.cxx b/svx/source/cui/border.cxx
index 1ab5a45b9e..fa0b1bc6b1 100644
--- a/svx/source/cui/border.cxx
+++ b/svx/source/cui/border.cxx
@@ -60,7 +60,7 @@
#include <svx/svxids.hrc> //CHINA001
#include "flagsdef.hxx" //CHINA001
#include <sfx2/request.hxx>
-#include <svtools/intitem.hxx> //CHINA001
+#include <svl/intitem.hxx> //CHINA001
#include <sfx2/itemconnect.hxx>
#include "borderconn.hxx"
diff --git a/svx/source/cui/cfg.cxx b/svx/source/cui/cfg.cxx
index 2931be6c17..249c25a875 100644
--- a/svx/source/cui/cfg.cxx
+++ b/svx/source/cui/cfg.cxx
@@ -62,7 +62,7 @@
#include <sfx2/objsh.hxx>
#include <sfx2/request.hxx>
#include <sfx2/filedlghelper.hxx>
-#include <svtools/stritem.hxx>
+#include <svl/stritem.hxx>
#include <svtools/miscopt.hxx>
#include <tools/diagnose_ex.h>
#include <toolkit/unohlp.hxx>
diff --git a/svx/source/cui/cfg.hxx b/svx/source/cui/cfg.hxx
index 4aee5295e2..8bbbb8828a 100644
--- a/svx/source/cui/cfg.hxx
+++ b/svx/source/cui/cfg.hxx
@@ -54,7 +54,7 @@
#define _SVSTDARR_USHORTS
#define _SVSTDARR_STRINGSDTOR
-#include <svtools/svstdarr.hxx> // SvUShorts
+#include <svl/svstdarr.hxx> // SvUShorts
#include <sfx2/minarray.hxx>
#include <sfx2/tabdlg.hxx>
#include <vector>
diff --git a/svx/source/cui/cfgchart.cxx b/svx/source/cui/cfgchart.cxx
index 2925fd9e7f..caa287a821 100644
--- a/svx/source/cui/cfgchart.cxx
+++ b/svx/source/cui/cfgchart.cxx
@@ -270,6 +270,10 @@ void SvxChartOptions::Commit()
PutProperties( aNames, aValues );
}
+void SvxChartOptions::Notify( const com::sun::star::uno::Sequence< rtl::OUString >& )
+{
+}
+
// --------------------
// class SvxChartColorTableItem
// --------------------
diff --git a/svx/source/cui/cfgchart.hxx b/svx/source/cui/cfgchart.hxx
index b519823466..a5626c9fc4 100644
--- a/svx/source/cui/cfgchart.hxx
+++ b/svx/source/cui/cfgchart.hxx
@@ -36,7 +36,7 @@
// header for ConfigItem
#include <unotools/configitem.hxx>
// header for SfxPoolItem
-#include <svtools/poolitem.hxx>
+#include <svl/poolitem.hxx>
// header for XColorEntry
#include <svx/xtable.hxx>
@@ -90,6 +90,7 @@ public:
void SetDefaultColors( const SvxChartColorTable& aCol );
virtual void Commit();
+ virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames);
};
// ====================
diff --git a/svx/source/cui/cfgutil.cxx b/svx/source/cui/cfgutil.cxx
index 9df95d970d..03985bbb89 100644
--- a/svx/source/cui/cfgutil.cxx
+++ b/svx/source/cui/cfgutil.cxx
@@ -71,10 +71,10 @@
#include <comphelper/sequenceashashmap.hxx>
#include <unotools/configmgr.hxx>
#include "svx/dialmgr.hxx"
-#include <svtools/stritem.hxx>
+#include <svl/stritem.hxx>
#define _SVSTDARR_STRINGSDTOR
-#include <svtools/svstdarr.hxx>
+#include <svl/svstdarr.hxx>
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
diff --git a/svx/source/cui/cfgutil.hxx b/svx/source/cui/cfgutil.hxx
index 0f789ee0b8..789babe064 100644
--- a/svx/source/cui/cfgutil.hxx
+++ b/svx/source/cui/cfgutil.hxx
@@ -41,7 +41,7 @@
#include <com/sun/star/script/browse/XBrowseNode.hpp>
#define _SVSTDARR_STRINGSDTOR
-#include <svtools/svstdarr.hxx>
+#include <svl/svstdarr.hxx>
#include <vcl/timer.hxx>
#include <svtools/svtabbx.hxx>
diff --git a/svx/source/cui/chardlg.cxx b/svx/source/cui/chardlg.cxx
index c67c6f40c8..8a53d6fd50 100644
--- a/svx/source/cui/chardlg.cxx
+++ b/svx/source/cui/chardlg.cxx
@@ -40,7 +40,7 @@
#include <vcl/svapp.hxx>
#include <unotools/pathoptions.hxx>
#include <svtools/ctrltool.hxx>
-#include <svtools/sfontitm.hxx>
+#include <svl/sfontitm.hxx>
#include <sfx2/printer.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/viewsh.hxx>
@@ -49,7 +49,7 @@
#include <vcl/msgbox.hxx>
#define _SVX_CHARDLG_CXX
-#include <svtools/languageoptions.hxx>
+#include <svl/languageoptions.hxx>
#include <svx/dialogs.hrc>
#include <svx/svxitems.hrc>
@@ -88,12 +88,12 @@
#include <svx/charreliefitem.hxx>
#include <svx/twolinesitem.hxx>
#include <charhiddenitem.hxx>
-#include <svtools/stritem.hxx>
+#include <svl/stritem.hxx>
#include <svx/charscaleitem.hxx>
#include <svx/charrotateitem.hxx>
#include <svx/svxdlg.hxx> //CHINA001
#include <svx/dialogs.hrc> //CHINA001
-#include <svtools/intitem.hxx> //CHINA001
+#include <svl/intitem.hxx> //CHINA001
#include <sfx2/request.hxx> //CHINA001
#include "flagsdef.hxx" //CHINA001
diff --git a/svx/source/cui/connpoolconfig.cxx b/svx/source/cui/connpoolconfig.cxx
index 8965dc9105..bf9346b127 100644
--- a/svx/source/cui/connpoolconfig.cxx
+++ b/svx/source/cui/connpoolconfig.cxx
@@ -38,10 +38,10 @@
#include "connpoolsettings.hxx"
#include "connpooloptions.hxx"
-#include <svtools/itemset.hxx>
+#include <svl/itemset.hxx>
#include <unotools/confignode.hxx>
#include <comphelper/extract.hxx>
-#include <svtools/eitem.hxx>
+#include <svl/eitem.hxx>
#include <comphelper/processfactory.hxx>
#include "sdbcdriverenum.hxx"
diff --git a/svx/source/cui/connpooloptions.cxx b/svx/source/cui/connpooloptions.cxx
index de9b1ec86c..d4be1f525a 100644
--- a/svx/source/cui/connpooloptions.cxx
+++ b/svx/source/cui/connpooloptions.cxx
@@ -41,7 +41,7 @@
#include <svtools/editbrowsebox.hxx>
#include <vcl/field.hxx>
#include "connpoolsettings.hxx"
-#include <svtools/eitem.hxx>
+#include <svl/eitem.hxx>
#include <svx/dialogs.hrc>
#include "helpid.hrc"
diff --git a/svx/source/cui/connpooloptions.hxx b/svx/source/cui/connpooloptions.hxx
index 9bba07f614..cbc640c750 100644
--- a/svx/source/cui/connpooloptions.hxx
+++ b/svx/source/cui/connpooloptions.hxx
@@ -31,7 +31,7 @@
#ifndef _OFFAPP_CONNPOOLOPTIONS_HXX_
#define _OFFAPP_CONNPOOLOPTIONS_HXX_
-#include <svtools/solar.hrc>
+#include <svl/solar.hrc>
#include <sfx2/tabdlg.hxx>
#include <vcl/fixed.hxx>
#include <vcl/button.hxx>
diff --git a/svx/source/cui/connpoolsettings.hxx b/svx/source/cui/connpoolsettings.hxx
index 7788ea7e80..b811022361 100644
--- a/svx/source/cui/connpoolsettings.hxx
+++ b/svx/source/cui/connpoolsettings.hxx
@@ -33,7 +33,7 @@
#include <tools/string.hxx>
#include <comphelper/stl_types.hxx>
-#include <svtools/poolitem.hxx>
+#include <svl/poolitem.hxx>
//........................................................................
namespace offapp
diff --git a/svx/source/cui/cuicharmap.cxx b/svx/source/cui/cuicharmap.cxx
index a66c7b3c10..0c81cfb8e1 100644
--- a/svx/source/cui/cuicharmap.cxx
+++ b/svx/source/cui/cuicharmap.cxx
@@ -43,10 +43,10 @@
#include <vcl/svapp.hxx>
#include <vcl/msgbox.hxx>
#include <svtools/colorcfg.hxx>
-#include <svtools/eitem.hxx>
-#include <svtools/intitem.hxx>
-#include <svtools/stritem.hxx>
-#include <svtools/itempool.hxx>
+#include <svl/eitem.hxx>
+#include <svl/intitem.hxx>
+#include <svl/stritem.hxx>
+#include <svl/itempool.hxx>
#include <rtl/textenc.h>
#include <svx/ucsubset.hxx>
@@ -570,7 +570,7 @@ IMPL_LINK( SvxCharMapData, DeleteHdl, PushButton *, EMPTYARG )
#include <sfx2/objsh.hxx>
#include <vcl/msgbox.hxx>
-#include <svtools/stritem.hxx>
+#include <svl/stritem.hxx>
IMPL_LINK( SvxCharMapData, AssignHdl, PushButton *, EMPTYARG )
{
diff --git a/svx/source/cui/cuifmsearch.cxx b/svx/source/cui/cuifmsearch.cxx
index 4549d9c7b3..aa27b0d828 100644
--- a/svx/source/cui/cuifmsearch.cxx
+++ b/svx/source/cui/cuifmsearch.cxx
@@ -52,7 +52,7 @@
#ifndef _SVX_DIALOGS_HRC
#include <svx/dialogs.hrc>
#endif
-#include <svtools/filerec.hxx>
+#include <svl/filerec.hxx>
#include "fmsrcimp.hxx"
#include "fmsrccfg.hxx"
@@ -61,7 +61,7 @@
#endif // _FMSEARCH_HRC
#include "cuifmsearch.hxx"
#include "srchdlg.hxx"
-#include <svtools/cjkoptions.hxx>
+#include <svl/cjkoptions.hxx>
#include <com/sun/star/i18n/TransliterationModules.hpp>
#include <comphelper/processfactory.hxx>
diff --git a/svx/source/cui/cuifmsearch.hxx b/svx/source/cui/cuifmsearch.hxx
index 23b1ceeccf..3115830c44 100644
--- a/svx/source/cui/cuifmsearch.hxx
+++ b/svx/source/cui/cuifmsearch.hxx
@@ -36,7 +36,7 @@
#include <svx/fmsearch.hxx> //CHINA001
#define _SVSTDARR_STRINGSDTOR
-#include <svtools/svstdarr.hxx>
+#include <svl/svstdarr.hxx>
#ifndef _DIALOG_HXX //autogen
#include <vcl/dialog.hxx>
diff --git a/svx/source/cui/cuigaldlg.cxx b/svx/source/cui/cuigaldlg.cxx
index 1696462522..c1a5345a2c 100644
--- a/svx/source/cui/cuigaldlg.cxx
+++ b/svx/source/cui/cuigaldlg.cxx
@@ -50,11 +50,11 @@
#include "galbrws2.hxx"
#include "galdlg.hxx"
#include "cuigaldlg.hxx" //CHINA001
-#include <svtools/pickerhelper.hxx>
+#include <svl/pickerhelper.hxx>
#ifndef _SVX_HELPID_HRC
#include "helpid.hrc"
#endif
-#include <svtools/syslocale.hxx>
+#include <unotools/syslocale.hxx>
#include <cppuhelper/implbase1.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/lang/XInitialization.hpp>
diff --git a/svx/source/cui/cuigaldlg.hxx b/svx/source/cui/cuigaldlg.hxx
index 5290fd1cc2..eaf217a3df 100644
--- a/svx/source/cui/cuigaldlg.hxx
+++ b/svx/source/cui/cuigaldlg.hxx
@@ -40,7 +40,7 @@
#include <vcl/menu.hxx>
#include <vcl/edit.hxx>
#include <vcl/combobox.hxx>
-#include <svtools/slstitm.hxx>
+#include <svl/slstitm.hxx>
#include <svtools/transfer.hxx>
#include <goodies/grfmgr.hxx>
#include <sfx2/tabdlg.hxx>
diff --git a/svx/source/cui/cuiimapwnd.cxx b/svx/source/cui/cuiimapwnd.cxx
index 72147f49e6..dd4e40f173 100644
--- a/svx/source/cui/cuiimapwnd.cxx
+++ b/svx/source/cui/cuiimapwnd.cxx
@@ -43,7 +43,7 @@
#include <svtools/imaprect.hxx>
#include <svtools/imapcirc.hxx>
#include <svtools/imappoly.hxx>
-#include <svtools/urlbmk.hxx>
+#include <svl/urlbmk.hxx>
#include <xoutbmp.hxx>
#include <svx/dialmgr.hxx>
@@ -57,7 +57,7 @@
#include <svx/svdopath.hxx>
#include <svx/xfltrit.hxx>
#include <svx/svdpagv.hxx>
-#include <svtools/urihelper.hxx>
+#include <svl/urihelper.hxx>
#include <svx/xfillit.hxx>
#include <svx/xlineit.hxx>
diff --git a/svx/source/cui/cuiimapwnd.hxx b/svx/source/cui/cuiimapwnd.hxx
index ff3582ae3a..c8080fefb8 100644
--- a/svx/source/cui/cuiimapwnd.hxx
+++ b/svx/source/cui/cuiimapwnd.hxx
@@ -6,7 +6,7 @@
#include <vcl/combobox.hxx>
#include <vcl/button.hxx>
#include <vcl/menu.hxx>
-#include <svtools/itempool.hxx>
+#include <svl/itempool.hxx>
#include <svtools/imapobj.hxx>
#include <svtools/transfer.hxx>
#include <svtools/imap.hxx>
diff --git a/svx/source/cui/cuisrchdlg.cxx b/svx/source/cui/cuisrchdlg.cxx
index 238cfb4432..b1a2f9df3e 100644
--- a/svx/source/cui/cuisrchdlg.cxx
+++ b/svx/source/cui/cuisrchdlg.cxx
@@ -39,16 +39,16 @@
#include <vcl/wrkwin.hxx>
#include <vcl/morebtn.hxx>
#include <vcl/msgbox.hxx>
-#include <svtools/slstitm.hxx>
-#include <svtools/itemiter.hxx>
-#include <svtools/style.hxx>
+#include <svl/slstitm.hxx>
+#include <svl/itemiter.hxx>
+#include <svl/style.hxx>
#include <unotools/searchopt.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/module.hxx>
#include <sfx2/viewsh.hxx>
#include <sfx2/basedlgs.hxx>
-#include <svtools/cjkoptions.hxx>
+#include <svl/cjkoptions.hxx>
#include <com/sun/star/i18n/TransliterationModules.hpp>
#define _CUI_SRCHDLG_CXX
diff --git a/svx/source/cui/cuisrchdlg.hxx b/svx/source/cui/cuisrchdlg.hxx
index 7ed9b2a508..b264b131bf 100644
--- a/svx/source/cui/cuisrchdlg.hxx
+++ b/svx/source/cui/cuisrchdlg.hxx
@@ -57,9 +57,9 @@
#endif
#include <sfx2/childwin.hxx>
#include <sfx2/basedlgs.hxx>
-#include <svtools/svarray.hxx>
+#include <svl/svarray.hxx>
#define _SVSTDARR_STRINGSDTOR
-#include <svtools/svstdarr.hxx>
+#include <svl/svstdarr.hxx>
#include <svtools/svmedit.hxx>
#include <sfx2/srchdefs.hxx>
diff --git a/svx/source/cui/cuitbxform.cxx b/svx/source/cui/cuitbxform.cxx
index 9cbbaca680..29b52a50e4 100644
--- a/svx/source/cui/cuitbxform.cxx
+++ b/svx/source/cui/cuitbxform.cxx
@@ -38,9 +38,9 @@
#include <string> // HACK: prevent conflict between STLPORT and Workshop headers
#include <tools/ref.hxx>
#include <tools/shl.hxx>
-#include <svtools/intitem.hxx>
-#include <svtools/eitem.hxx>
-#include <svtools/stritem.hxx>
+#include <svl/intitem.hxx>
+#include <svl/eitem.hxx>
+#include <svl/stritem.hxx>
#include <sfx2/dispatch.hxx>
#include <vcl/toolbox.hxx>
#include <vcl/fixed.hxx>
diff --git a/svx/source/cui/dbregister.cxx b/svx/source/cui/dbregister.cxx
index 0a38f57481..5a06145e07 100644
--- a/svx/source/cui/dbregister.cxx
+++ b/svx/source/cui/dbregister.cxx
@@ -40,7 +40,7 @@
#include "dbregistersettings.hxx"
#include "connpooloptions.hxx"
#ifndef SVTOOLS_FILENOTATION_HXX_
-#include <svtools/filenotation.hxx>
+#include <svl/filenotation.hxx>
#endif
#include <svx/dialogs.hrc>
#include <svx/svxids.hrc>
@@ -48,7 +48,7 @@
#include <svtools/editbrowsebox.hxx>
#include <svx/dialogs.hrc>
#include <vcl/field.hxx>
-#include <svtools/eitem.hxx>
+#include <svl/eitem.hxx>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/uno/Exception.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
@@ -58,7 +58,7 @@
#include <vcl/msgbox.hxx>
#include <svtools/svtabbx.hxx>
-#include <svtools/itemset.hxx>
+#include <svl/itemset.hxx>
#include "doclinkdialog.hxx"
#include <tools/urlobj.hxx>
#include <unotools/localfilehelper.hxx>
diff --git a/svx/source/cui/dbregister.hxx b/svx/source/cui/dbregister.hxx
index 303687300e..84c25b2047 100644
--- a/svx/source/cui/dbregister.hxx
+++ b/svx/source/cui/dbregister.hxx
@@ -34,7 +34,7 @@
#include "optpath.hxx"
#include <tools/string.hxx>
#include <comphelper/stl_types.hxx>
-#include <svtools/poolitem.hxx>
+#include <svl/poolitem.hxx>
#include "ControlFocusHelper.hxx"
#include <sfx2/basedlgs.hxx>
diff --git a/svx/source/cui/dbregisterednamesconfig.cxx b/svx/source/cui/dbregisterednamesconfig.cxx
index 08508314b1..277d74abb8 100644
--- a/svx/source/cui/dbregisterednamesconfig.cxx
+++ b/svx/source/cui/dbregisterednamesconfig.cxx
@@ -38,7 +38,7 @@
#include "dbregisterednamesconfig.hxx"
-#include <svtools/itemset.hxx>
+#include <svl/itemset.hxx>
#include <tools/diagnose_ex.h>
#include <svx/svxids.hrc>
@@ -46,7 +46,7 @@
#include <comphelper/extract.hxx>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/uno/XNamingService.hpp>
-#include <svtools/eitem.hxx>
+#include <svl/eitem.hxx>
#include <comphelper/processfactory.hxx>
#include <unotools/pathoptions.hxx>
#include "dbregistersettings.hxx"
diff --git a/svx/source/cui/dbregistersettings.hxx b/svx/source/cui/dbregistersettings.hxx
index c6639a66bb..ff3f3c6fbc 100644
--- a/svx/source/cui/dbregistersettings.hxx
+++ b/svx/source/cui/dbregistersettings.hxx
@@ -32,7 +32,7 @@
#define SVX_DBREGISTERSETTING_HXX
#include <comphelper/stl_types.hxx>
-#include <svtools/poolitem.hxx>
+#include <svl/poolitem.hxx>
//........................................................................
namespace svx
diff --git a/svx/source/cui/doclinkdialog.cxx b/svx/source/cui/doclinkdialog.cxx
index d4dc239aaa..df4355dc7a 100644
--- a/svx/source/cui/doclinkdialog.cxx
+++ b/svx/source/cui/doclinkdialog.cxx
@@ -42,7 +42,7 @@
#include <svx/svxids.hrc>
#include <tools/debug.hxx>
#ifndef SVTOOLS_FILENOTATION_HXX_
-#include <svtools/filenotation.hxx>
+#include <svl/filenotation.hxx>
#endif
#include <vcl/msgbox.hxx>
#include <ucbhelper/content.hxx>
diff --git a/svx/source/cui/grfpage.cxx b/svx/source/cui/grfpage.cxx
index aabc03766f..e0a7d7f376 100644
--- a/svx/source/cui/grfpage.cxx
+++ b/svx/source/cui/grfpage.cxx
@@ -39,7 +39,7 @@
#include <tools/shl.hxx>
-#include <svtools/eitem.hxx>
+#include <svl/eitem.hxx>
#include <sfx2/app.hxx>
#include <sfx2/module.hxx>
#include <sfx2/sfxsids.hrc>
diff --git a/svx/source/cui/hlinettp.cxx b/svx/source/cui/hlinettp.cxx
index 90b0f8042d..40e25ca418 100644
--- a/svx/source/cui/hlinettp.cxx
+++ b/svx/source/cui/hlinettp.cxx
@@ -34,9 +34,10 @@
#ifdef SVX_DLLIMPLEMENTATION
#undef SVX_DLLIMPLEMENTATION
#endif
-#include <svtools/adrparse.hxx>
+//#include <unotools/adrparse.hxx>
#include <unotools/pathoptions.hxx>
#include <unotools/useroptions.hxx>
+#include <svl/adrparse.hxx>
#include "hlinettp.hxx"
#include "hyperdlg.hrc"
diff --git a/svx/source/cui/hltpbase.cxx b/svx/source/cui/hltpbase.cxx
index 2e76c5be4a..55725565df 100644
--- a/svx/source/cui/hltpbase.cxx
+++ b/svx/source/cui/hltpbase.cxx
@@ -38,7 +38,7 @@
#include <sfx2/viewfrm.hxx>
#include <sot/formats.hxx>
#include <sfx2/sfxsids.hrc>
-#include <svtools/macitem.hxx>
+#include <svl/macitem.hxx>
#include <ucbhelper/content.hxx>
#include <unotools/localfilehelper.hxx>
#include "hyperdlg.hrc"
diff --git a/svx/source/cui/hltpbase.hxx b/svx/source/cui/hltpbase.hxx
index 6a8ed9a030..5f3ff2a793 100644
--- a/svx/source/cui/hltpbase.hxx
+++ b/svx/source/cui/hltpbase.hxx
@@ -43,8 +43,8 @@
#include <vcl/edit.hxx>
#include <vcl/lstbox.hxx>
#include <tools/urlobj.hxx>
-#include <svtools/stritem.hxx>
-#include <svtools/eitem.hxx>
+#include <svl/stritem.hxx>
+#include <svl/eitem.hxx>
#include <svtools/transfer.hxx>
#include <sfx2/dispatch.hxx>
#include <vcl/msgbox.hxx>
diff --git a/svx/source/cui/iconcdlg.cxx b/svx/source/cui/iconcdlg.cxx
index 8058041662..0a6332f0b6 100644
--- a/svx/source/cui/iconcdlg.cxx
+++ b/svx/source/cui/iconcdlg.cxx
@@ -39,7 +39,7 @@
#include <tools/shl.hxx>
#define _SVSTDARR_USHORTS
-#include <svtools/svstdarr.hxx>
+#include <svl/svstdarr.hxx>
#include <svx/dialmgr.hxx>
#include "iconcdlg.hxx"
diff --git a/svx/source/cui/iconcdlg.hxx b/svx/source/cui/iconcdlg.hxx
index 4dce9737d2..b9a65739cc 100644
--- a/svx/source/cui/iconcdlg.hxx
+++ b/svx/source/cui/iconcdlg.hxx
@@ -38,8 +38,8 @@
#endif
#include <vcl/image.hxx>
#include <svtools/ivctrl.hxx>
-#include <svtools/itempool.hxx>
-#include <svtools/itemset.hxx>
+#include <svl/itempool.hxx>
+#include <svl/itemset.hxx>
#include <tools/list.hxx>
#include <tools/string.hxx>
diff --git a/svx/source/cui/insdlg.cxx b/svx/source/cui/insdlg.cxx
index 3d72463198..3fbbaad0a6 100644
--- a/svx/source/cui/insdlg.cxx
+++ b/svx/source/cui/insdlg.cxx
@@ -55,7 +55,7 @@
#include <stdio.h>
#include <tools/urlobj.hxx>
#include <tools/debug.hxx>
-#include <svtools/urihelper.hxx>
+#include <svl/urihelper.hxx>
#include <svtools/svmedit.hxx>
#include <vcl/button.hxx>
#include <vcl/fixed.hxx>
@@ -67,7 +67,7 @@
#include <sfx2/frmdescr.hxx>
#include <sfx2/viewsh.hxx>
#include <sfx2/filedlghelper.hxx>
-#include <svtools/ownlist.hxx>
+#include <svl/ownlist.hxx>
#include <comphelper/seqstream.hxx>
#include "svuidlg.hrc"
@@ -87,7 +87,7 @@ using namespace ::com::sun::star::ui::dialogs;
using ::rtl::OUString;
#define _SVSTDARR_STRINGSDTOR
-#include <svtools/svstdarr.hxx>
+#include <svl/svstdarr.hxx>
static String impl_getSvtResString( sal_uInt32 nId )
diff --git a/svx/source/cui/internationaloptions.cxx b/svx/source/cui/internationaloptions.cxx
index 266c0a715c..203574617a 100644
--- a/svx/source/cui/internationaloptions.cxx
+++ b/svx/source/cui/internationaloptions.cxx
@@ -38,7 +38,7 @@
#ifndef _OFFAPP_INTERNATIONALOPTIONS_HRC_
#include "internationaloptions.hrc"
#endif
-#include <svtools/eitem.hxx>
+#include <svl/eitem.hxx>
#include <svx/dialogs.hrc>
#include "helpid.hrc"
diff --git a/svx/source/cui/linkdlg.cxx b/svx/source/cui/linkdlg.cxx
index cb4fe626f8..448ac80b9d 100644
--- a/svx/source/cui/linkdlg.cxx
+++ b/svx/source/cui/linkdlg.cxx
@@ -60,7 +60,7 @@
#include <svx/dialmgr.hxx>
#define _SVSTDARR_USHORTS
-#include <svtools/svstdarr.hxx>
+#include <svl/svstdarr.hxx>
#define MAX_FILENAME 18
#define MAX_LINKNAME 18
diff --git a/svx/source/cui/macroass.cxx b/svx/source/cui/macroass.cxx
index ed8f8a46f3..2a7b234590 100644
--- a/svx/source/cui/macroass.cxx
+++ b/svx/source/cui/macroass.cxx
@@ -32,7 +32,7 @@
#include "precompiled_svx.hxx"
#define ITEMID_MACRO 0
-#include <svtools/macitem.hxx>
+#include <svl/macitem.hxx>
#undef ITEMID_MACRO
#include "macroass.hxx"
@@ -41,7 +41,7 @@
#include <svx/dialmgr.hxx>
#define _SVSTDARR_STRINGSDTOR
-#include <svtools/svstdarr.hxx>
+#include <svl/svstdarr.hxx>
#include <svtools/svmedit.hxx>
#include "cfgutil.hxx"
diff --git a/svx/source/cui/macroass.hxx b/svx/source/cui/macroass.hxx
index 55476b1120..59605a090a 100755
--- a/svx/source/cui/macroass.hxx
+++ b/svx/source/cui/macroass.hxx
@@ -34,7 +34,7 @@
#include <sfx2/basedlgs.hxx>
#include <sfx2/tabdlg.hxx>
-#include <svtools/macitem.hxx>
+#include <svl/macitem.hxx>
#include <vcl/lstbox.hxx>
#include <com/sun/star/frame/XFrame.hpp>
diff --git a/svx/source/cui/macropg.cxx b/svx/source/cui/macropg.cxx
index f705df676b..9e62945494 100644
--- a/svx/source/cui/macropg.cxx
+++ b/svx/source/cui/macropg.cxx
@@ -36,12 +36,12 @@
#include "macropg.hxx"
#include <vcl/msgbox.hxx>
#define _SVSTDARR_STRINGSDTOR
-#include <svtools/svstdarr.hxx>
+#include <svl/svstdarr.hxx>
#ifndef _SV_MEDIT_HXX
#include <svtools/svmedit.hxx>
#endif
#ifndef _EITEM_HXX
-#include <svtools/eitem.hxx>
+#include <svl/eitem.hxx>
#endif
#include <tools/diagnose_ex.h>
diff --git a/svx/source/cui/macropg.hxx b/svx/source/cui/macropg.hxx
index 31f1de9cbe..49e5ecb428 100644
--- a/svx/source/cui/macropg.hxx
+++ b/svx/source/cui/macropg.hxx
@@ -37,7 +37,7 @@
#include <com/sun/star/util/XModifiable.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/uno/Reference.hxx>
-#include <svtools/macitem.hxx>
+#include <svl/macitem.hxx>
#ifndef _LSTBOX_HXX //autogen
#include <vcl/lstbox.hxx>
#endif
diff --git a/svx/source/cui/numfmt.cxx b/svx/source/cui/numfmt.cxx
index 614cd5259f..fa72be99d5 100644
--- a/svx/source/cui/numfmt.cxx
+++ b/svx/source/cui/numfmt.cxx
@@ -40,8 +40,8 @@
#endif
// include ---------------------------------------------------------------
-#include <svtools/eitem.hxx>
-#include <svtools/intitem.hxx>
+#include <svl/eitem.hxx>
+#include <svl/intitem.hxx>
#include <sfx2/objsh.hxx>
#include <vcl/svapp.hxx>
#include <unotools/localedatawrapper.hxx>
@@ -49,7 +49,7 @@
#define _SVSTDARR_STRINGS
#define _SVSTDARR_STRINGSDTOR
-#include <svtools/svstdarr.hxx>
+#include <svl/svstdarr.hxx>
#include <svtools/colorcfg.hxx>
#define _SVX_NUMFMT_CXX
diff --git a/svx/source/cui/numpages.cxx b/svx/source/cui/numpages.cxx
index faa0d971b7..7a8720aa32 100644
--- a/svx/source/cui/numpages.cxx
+++ b/svx/source/cui/numpages.cxx
@@ -52,12 +52,12 @@
#include <helpid.hrc>
#endif
#include <svx/numitem.hxx>
-#include <svtools/eitem.hxx>
+#include <svl/eitem.hxx>
#include <vcl/svapp.hxx>
#include <gallery.hxx>
-#include <svtools/urihelper.hxx>
+#include <svl/urihelper.hxx>
#include <svx/brshitem.hxx>
-#include <svtools/intitem.hxx>
+#include <svl/intitem.hxx>
#include <sfx2/objsh.hxx>
#include <vcl/graph.hxx>
#include <vcl/msgbox.hxx>
@@ -86,9 +86,9 @@
#include <svx/dialogs.hrc> //CHINA001
#include <sfx2/request.hxx> //CHINA001
-#include <svtools/aeitem.hxx> //add CHINA001
-#include <svtools/stritem.hxx>//add CHINA001
-#include <svtools/slstitm.hxx> //add CHINA001
+#include <svl/aeitem.hxx> //add CHINA001
+#include <svl/stritem.hxx>//add CHINA001
+#include <svl/slstitm.hxx> //add CHINA001
using namespace com::sun::star;
using namespace com::sun::star::uno;
diff --git a/svx/source/cui/numpages.hxx b/svx/source/cui/numpages.hxx
index d0c00b121f..6777894832 100644
--- a/svx/source/cui/numpages.hxx
+++ b/svx/source/cui/numpages.hxx
@@ -43,7 +43,7 @@
#include <svx/numdef.hxx>
#endif
#include <svtools/ctrlbox.hxx>
-#include <svtools/svarray.hxx>
+#include <svl/svarray.hxx>
// -----------------------------------------------------------------------
class SvxNumRule;
diff --git a/svx/source/cui/optctl.cxx b/svx/source/cui/optctl.cxx
index 26d775cab7..c554bdea1f 100644
--- a/svx/source/cui/optctl.cxx
+++ b/svx/source/cui/optctl.cxx
@@ -43,7 +43,7 @@
#ifndef _SVX_DIALOGS_HRC
#include <svx/dialogs.hrc>
#endif
-#include <svtools/ctloptions.hxx>
+#include <svl/ctloptions.hxx>
// class SvxCTLOptionsPage -----------------------------------------------------
diff --git a/svx/source/cui/optdict.cxx b/svx/source/cui/optdict.cxx
index 166d17fb18..e299180ccf 100644
--- a/svx/source/cui/optdict.cxx
+++ b/svx/source/cui/optdict.cxx
@@ -42,7 +42,7 @@
#include <unolingu.hxx>
#include <dlgutil.hxx>
#include <sfx2/sfxuno.hxx>
-#include <svtools/eitem.hxx>
+#include <svl/eitem.hxx>
#include <com/sun/star/frame/XStorable.hpp>
#ifndef _UNOTOOLS_PROCESSFACTORY_HXX
#include <comphelper/processfactory.hxx>
diff --git a/svx/source/cui/optgdlg.cxx b/svx/source/cui/optgdlg.cxx
index 9827d9a36b..39f561ee8b 100644
--- a/svx/source/cui/optgdlg.cxx
+++ b/svx/source/cui/optgdlg.cxx
@@ -33,12 +33,12 @@
#ifdef SVX_DLLIMPLEMENTATION
#undef SVX_DLLIMPLEMENTATION
#endif
-#include <svtools/zforlist.hxx>
+#include <svl/zforlist.hxx>
#include <goodies/grfmgr.hxx>
-#include <svtools/flagitem.hxx>
+#include <svl/flagitem.hxx>
#include <sfx2/dispatch.hxx>
#include <unotools/lingucfg.hxx>
-#include <svtools/szitem.hxx>
+#include <svl/szitem.hxx>
#include <sfx2/viewsh.hxx>
#include <sfx2/viewfrm.hxx>
#include <sfx2/imgmgr.hxx>
@@ -51,16 +51,16 @@
#include <unotools/fontoptions.hxx>
#include <svtools/menuoptions.hxx>
#include <unotools/startoptions.hxx>
-#include <svtools/languageoptions.hxx>
+#include <svl/languageoptions.hxx>
#include <svtools/miscopt.hxx>
#include <unotools/printwarningoptions.hxx>
-#include <svtools/syslocaleoptions.hxx>
+#include <unotools/syslocaleoptions.hxx>
#include <svtools/helpopt.hxx>
#include <svtools/accessibilityoptions.hxx>
#include <unotools/configitem.hxx>
#include <sfx2/objsh.hxx>
#include <comphelper/types.hxx>
-#include <svtools/ctloptions.hxx>
+#include <svl/ctloptions.hxx>
#include <svtools/langtab.hxx>
#include <unotools/localfilehelper.hxx>
#include <unotools/configmgr.hxx>
diff --git a/svx/source/cui/optinet2.cxx b/svx/source/cui/optinet2.cxx
index f3a795f09e..a03639f84e 100644
--- a/svx/source/cui/optinet2.cxx
+++ b/svx/source/cui/optinet2.cxx
@@ -39,10 +39,10 @@
#include <tools/shl.hxx>
#include <tools/config.hxx>
#include <vcl/msgbox.hxx>
-#include <svtools/intitem.hxx>
-#include <svtools/stritem.hxx>
-#include <svtools/eitem.hxx>
-#include <svtools/slstitm.hxx>
+#include <svl/intitem.hxx>
+#include <svl/stritem.hxx>
+#include <svl/eitem.hxx>
+#include <svl/slstitm.hxx>
#include <sfx2/fcontnr.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/docfilt.hxx>
@@ -50,10 +50,10 @@
#include <sfx2/sfxsids.hrc>
#include <sfx2/filedlghelper.hxx>
#include <tools/inetdef.hxx>
-#include <svtools/urihelper.hxx>
+#include <svl/urihelper.hxx>
#ifndef _CNTWIDS_HRC
-#include <svtools/cntwids.hrc>
+#include <svl/cntwids.hrc>
#endif
#include <unotools/inetoptions.hxx>
#ifndef _SV_SVAPP_HXX
@@ -2154,7 +2154,7 @@ public:
virtual ~MailerProgramCfg_Impl();
virtual void Commit();
-
+ virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames);
};
/* -------------------------------------------------------------------------*/
@@ -2234,6 +2234,10 @@ void MailerProgramCfg_Impl::Commit()
PutProperties(aNames, aValues);
}
+void MailerProgramCfg_Impl::Notify( const com::sun::star::uno::Sequence< rtl::OUString >& )
+{
+}
+
/* -------------------------------------------------------------------------*/
struct SvxEMailTabPage_Impl
diff --git a/svx/source/cui/optinet2.hxx b/svx/source/cui/optinet2.hxx
index 53f9cc695c..026674be36 100644
--- a/svx/source/cui/optinet2.hxx
+++ b/svx/source/cui/optinet2.hxx
@@ -34,7 +34,7 @@
#include <vcl/lstbox.hxx>
#include <vcl/group.hxx>
#include <vcl/field.hxx>
-#include <svtools/svarray.hxx>
+#include <svl/svarray.hxx>
#include <svtools/stdctrl.hxx>
#include <svtools/svtabbx.hxx>
#include <sfx2/tabdlg.hxx>
diff --git a/svx/source/cui/optmemory.cxx b/svx/source/cui/optmemory.cxx
index 16dd8ae5d3..4859af4741 100644
--- a/svx/source/cui/optmemory.cxx
+++ b/svx/source/cui/optmemory.cxx
@@ -36,12 +36,12 @@
#endif
#include <svtools/langtab.hxx>
-#include <svtools/zforlist.hxx>
+#include <svl/zforlist.hxx>
#include <goodies/grfmgr.hxx>
-#include <svtools/flagitem.hxx>
+#include <svl/flagitem.hxx>
#include <sfx2/dispatch.hxx>
#include <unotools/lingucfg.hxx>
-#include <svtools/szitem.hxx>
+#include <svl/szitem.hxx>
#include <sfx2/viewsh.hxx>
#include <sfx2/viewfrm.hxx>
#include <sfx2/filedlghelper.hxx>
@@ -53,11 +53,11 @@
#include <unotools/fontoptions.hxx>
#include <svtools/menuoptions.hxx>
#include <unotools/startoptions.hxx>
-#include <svtools/cjkoptions.hxx>
+#include <svl/cjkoptions.hxx>
#ifndef INCLUDED_SVTOOLS_MISCPOPT_HXX
#include <svtools/miscopt.hxx>
#endif
-#include <svtools/syslocaleoptions.hxx>
+#include <unotools/syslocaleoptions.hxx>
#include <svtools/helpopt.hxx>
#include <unotools/configitem.hxx>
#include <sfx2/objsh.hxx>
diff --git a/svx/source/cui/optpath.cxx b/svx/source/cui/optpath.cxx
index be9cdfd096..cc981a82ed 100644
--- a/svx/source/cui/optpath.cxx
+++ b/svx/source/cui/optpath.cxx
@@ -42,8 +42,8 @@
#include <vcl/msgbox.hxx>
#include <sfx2/filedlghelper.hxx>
#include <sfx2/app.hxx>
-#include <svtools/pickerhelper.hxx>
-#include <svtools/aeitem.hxx>
+#include <svl/pickerhelper.hxx>
+#include <svl/aeitem.hxx>
#include <svtools/svtabbx.hxx>
#include <svtools/filedlg.hxx>
#include <tools/config.hxx>
diff --git a/svx/source/cui/optsave.cxx b/svx/source/cui/optsave.cxx
index 437f5f0fc5..19443c0dae 100644
--- a/svx/source/cui/optsave.cxx
+++ b/svx/source/cui/optsave.cxx
@@ -37,8 +37,8 @@
// include ---------------------------------------------------------------
#include <tools/shl.hxx>
-#include <svtools/eitem.hxx>
-#include <svtools/intitem.hxx>
+#include <svl/eitem.hxx>
+#include <svl/intitem.hxx>
#define _SVX_OPTSAVE_CXX
#include "optsave.hrc"
diff --git a/svx/source/cui/optupdt.cxx b/svx/source/cui/optupdt.cxx
index 25668f4149..e5d4d87ef1 100644
--- a/svx/source/cui/optupdt.cxx
+++ b/svx/source/cui/optupdt.cxx
@@ -38,7 +38,7 @@
// include ---------------------------------------------------------------
#include <vcl/svapp.hxx>
#include <sfx2/filedlghelper.hxx>
-#include <svtools/zforlist.hxx>
+#include <svl/zforlist.hxx>
#include "optupdt.hxx"
#include "optupdt.hrc"
diff --git a/svx/source/cui/page.cxx b/svx/source/cui/page.cxx
index 2ebbf8bcde..446bca13a4 100644
--- a/svx/source/cui/page.cxx
+++ b/svx/source/cui/page.cxx
@@ -55,8 +55,8 @@
#include <vcl/graph.hxx>
#endif
#include <sfx2/viewsh.hxx>
-#include <svtools/itemiter.hxx>
-#include <svtools/languageoptions.hxx>
+#include <svl/itemiter.hxx>
+#include <svl/languageoptions.hxx>
#include <vcl/msgbox.hxx>
#include <unotools/configitem.hxx>
#include "htmlmode.hxx"
@@ -89,14 +89,14 @@
#include <sfx2/module.hxx>
-#include <svtools/stritem.hxx>
+#include <svl/stritem.hxx>
#include <svx/svxids.hrc> //CHINA001
// #i4219#
#include <svtools/optionsdrawinglayer.hxx>
-#include <svtools/slstitm.hxx> //CHINA001
-#include <svtools/aeitem.hxx> //CHINA001
+#include <svl/slstitm.hxx> //CHINA001
+#include <svl/aeitem.hxx> //CHINA001
#include <sfx2/request.hxx> //CHINA001
// configuration helper =======================================================
@@ -121,6 +121,9 @@ public:
/** Returns true, if the current HTML export mode is set to HTML 3.2. */
inline bool IsExportModeHTML32() const { return mnExpMode == 0; } // 0 == HTML_CFG_HTML32, see offmgr/htmlcfg.hxx
+ virtual void Commit();
+ virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames);
+
private:
sal_Int32 mnExpMode;
};
@@ -139,6 +142,13 @@ SvxHtmlExportModeConfigItem_Impl::SvxHtmlExportModeConfigItem_Impl() :
aPropValues[ 0 ] >>= mnExpMode;
}
+void SvxHtmlExportModeConfigItem_Impl::Commit()
+{
+}
+
+void SvxHtmlExportModeConfigItem_Impl::Notify( const com::sun::star::uno::Sequence< rtl::OUString >& )
+{
+}
// static ----------------------------------------------------------------
diff --git a/svx/source/cui/paragrph.cxx b/svx/source/cui/paragrph.cxx
index 2275e0d8fe..df4253147a 100644
--- a/svx/source/cui/paragrph.cxx
+++ b/svx/source/cui/paragrph.cxx
@@ -34,7 +34,7 @@
#ifdef SVX_DLLIMPLEMENTATION
#undef SVX_DLLIMPLEMENTATION
#endif
-#include <svtools/style.hxx>
+#include <svl/style.hxx>
#include <sfx2/app.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/module.hxx>
@@ -58,7 +58,7 @@
-#include <svtools/languageoptions.hxx>
+#include <svl/languageoptions.hxx>
#include <pgrditem.hxx>
#include <svx/dialogs.hrc>
#include "paragrph.hrc"
@@ -81,9 +81,9 @@
#include <svx/dialmgr.hxx>
#include "htmlmode.hxx"
#include <svx/paravertalignitem.hxx>
-#include <svtools/eitem.hxx> //add CHINA001
+#include <svl/eitem.hxx> //add CHINA001
#include <sfx2/request.hxx> //add CHINA001
-#include <svtools/intitem.hxx> //add CHINA001
+#include <svl/intitem.hxx> //add CHINA001
// static ----------------------------------------------------------------
diff --git a/svx/source/cui/postdlg.cxx b/svx/source/cui/postdlg.cxx
index 5c50d1a433..a7f9f47c24 100644
--- a/svx/source/cui/postdlg.cxx
+++ b/svx/source/cui/postdlg.cxx
@@ -43,8 +43,8 @@
#ifndef _MSGBOX_HXX //autogen
#include <vcl/msgbox.hxx>
#endif
-#include <svtools/itempool.hxx>
-#include <svtools/itemset.hxx>
+#include <svl/itempool.hxx>
+#include <svl/itemset.hxx>
#include <unotools/useroptions.hxx>
#include <unotools/localedatawrapper.hxx>
#ifndef _UNOTOOLS_PROCESSFACTORY_HXX
diff --git a/svx/source/cui/scriptdlg.hrc b/svx/source/cui/scriptdlg.hrc
index af327d5705..359dae6b8d 100644
--- a/svx/source/cui/scriptdlg.hrc
+++ b/svx/source/cui/scriptdlg.hrc
@@ -30,7 +30,7 @@
#ifndef _SCRIPTDLG_HRC
#define _SCRIPTDLG_HRC
-#include <svtools/solar.hrc>
+#include <svl/solar.hrc>
#define SCRIPTDLG_OFFSET 400
diff --git a/svx/source/cui/sdrcelldlg.cxx b/svx/source/cui/sdrcelldlg.cxx
index f5e9f719ce..56bccc68e9 100644
--- a/svx/source/cui/sdrcelldlg.cxx
+++ b/svx/source/cui/sdrcelldlg.cxx
@@ -34,7 +34,7 @@
#ifdef SVX_DLLIMPLEMENTATION
#undef SVX_DLLIMPLEMENTATION
#endif
-#include <svtools/cjkoptions.hxx>
+#include <svl/cjkoptions.hxx>
#include "flagsdef.hxx"
#include "svx/dialogs.hrc"
#include "sdrcelldlg.hxx"
diff --git a/svx/source/cui/selector.cxx b/svx/source/cui/selector.cxx
index 83e0e33bd8..8f81e5485a 100644
--- a/svx/source/cui/selector.cxx
+++ b/svx/source/cui/selector.cxx
@@ -83,7 +83,7 @@ using namespace ::com::sun::star::document;
using namespace ::com::sun::star::container;
#define _SVSTDARR_STRINGSDTOR
-#include <svtools/svstdarr.hxx>
+#include <svl/svstdarr.hxx>
#include <svtools/imagemgr.hxx>
#include <tools/urlobj.hxx>
#include <tools/diagnose_ex.h>
diff --git a/svx/source/cui/selector.hxx b/svx/source/cui/selector.hxx
index b649a8e306..4cb3f8cc16 100644
--- a/svx/source/cui/selector.hxx
+++ b/svx/source/cui/selector.hxx
@@ -43,7 +43,7 @@
#define _SVSTDARR_USHORTS
#define _SVSTDARR_STRINGSDTOR
-#include <svtools/svstdarr.hxx> // SvUShorts
+#include <svl/svstdarr.hxx> // SvUShorts
#include <sfx2/minarray.hxx>
#define SVX_CFGGROUP_FUNCTION 1
diff --git a/svx/source/cui/splitcelldlg.cxx b/svx/source/cui/splitcelldlg.cxx
index b746b7d650..abc84ddc9b 100644
--- a/svx/source/cui/splitcelldlg.cxx
+++ b/svx/source/cui/splitcelldlg.cxx
@@ -37,8 +37,8 @@
#include <sfx2/dispatch.hxx>
-#include <svtools/intitem.hxx>
-#include <svtools/eitem.hxx>
+#include <svl/intitem.hxx>
+#include <svl/eitem.hxx>
#include "svx/dialmgr.hxx"
#include "splitcelldlg.hxx"
diff --git a/svx/source/cui/srchxtra.cxx b/svx/source/cui/srchxtra.cxx
index ae5f2d7365..1dc7580bef 100644
--- a/svx/source/cui/srchxtra.cxx
+++ b/svx/source/cui/srchxtra.cxx
@@ -40,8 +40,8 @@
#include "srchxtra.hxx"
#include <tools/rcid.h>
#include <vcl/msgbox.hxx>
-#include <svtools/cjkoptions.hxx>
-#include <svtools/whiter.hxx>
+#include <svl/cjkoptions.hxx>
+#include <svl/whiter.hxx>
#include <sfx2/objsh.hxx>
#ifndef _SVX_DIALOGS_HRC
diff --git a/svx/source/cui/svuidlg.hrc b/svx/source/cui/svuidlg.hrc
index b4f40e15ab..023e0f5135 100644
--- a/svx/source/cui/svuidlg.hrc
+++ b/svx/source/cui/svuidlg.hrc
@@ -28,7 +28,7 @@
*
************************************************************************/
-#include <svtools/solar.hrc>
+#include <svl/solar.hrc>
#define HID_PASTE_DLG (HID_SO2_START + 0)
#define HID_LINKDLG_TABLB (HID_SO2_START + 1)
diff --git a/svx/source/cui/swpossizetabpage.cxx b/svx/source/cui/swpossizetabpage.cxx
index b3aecc4405..0af3c55d7e 100644
--- a/svx/source/cui/swpossizetabpage.cxx
+++ b/svx/source/cui/swpossizetabpage.cxx
@@ -40,7 +40,7 @@
#include <svx/dialmgr.hxx>
#include <dlgutil.hxx>
#include <anchorid.hxx>
-#include <svtools/aeitem.hxx>
+#include <svl/aeitem.hxx>
#include <swframevalidation.hxx>
#include <tools/debug.hxx>
#include <svx/dialogs.hrc>
diff --git a/svx/source/cui/tabstpge.cxx b/svx/source/cui/tabstpge.cxx
index 24a4a1ba90..8fccd7bc03 100644
--- a/svx/source/cui/tabstpge.cxx
+++ b/svx/source/cui/tabstpge.cxx
@@ -52,14 +52,14 @@
#include <svx/dialmgr.hxx>
#include "dlgutil.hxx"
#include <sfx2/module.hxx>
-#include <svtools/cjkoptions.hxx>
+#include <svl/cjkoptions.hxx>
#include <unotools/localedatawrapper.hxx>
#ifndef _UNOTOOLS_PROCESSFACTORY_HXX
#include <comphelper/processfactory.hxx>
#endif
#include <sfx2/request.hxx> //CHINA001
#include <svx/svxids.hrc> //add CHINA001
-#include <svtools/intitem.hxx> //add CHINA001
+#include <svl/intitem.hxx> //add CHINA001
// class TabWin_Impl -----------------------------------------------------
diff --git a/svx/source/cui/tparea.cxx b/svx/source/cui/tparea.cxx
index 961c878df2..8a0b813e0e 100644
--- a/svx/source/cui/tparea.cxx
+++ b/svx/source/cui/tparea.cxx
@@ -61,7 +61,7 @@
#include "dlgname.hxx"
#include <svx/dialmgr.hxx>
#include "dlgutil.hxx"
-#include <svtools/intitem.hxx> //add CHINA001
+#include <svl/intitem.hxx> //add CHINA001
#include <sfx2/request.hxx>//add CHINA001
#define DLGWIN this->GetParent()->GetParent()
diff --git a/svx/source/cui/transfrm.cxx b/svx/source/cui/transfrm.cxx
index 538e8eb523..ad3b896330 100644
--- a/svx/source/cui/transfrm.cxx
+++ b/svx/source/cui/transfrm.cxx
@@ -57,8 +57,8 @@
#include <svx/svxenum.hxx>
#include "anchorid.hxx"
#include <sfx2/module.hxx>
-#include <svtools/rectitem.hxx>
-#include <svtools/aeitem.hxx>
+#include <svl/rectitem.hxx>
+#include <svl/aeitem.hxx>
#include <swpossizetabpage.hxx>
// Toleranz fuer WorkingArea
diff --git a/svx/source/cui/treeopt.cxx b/svx/source/cui/treeopt.cxx
index 32da416f0c..74f1a1162b 100644
--- a/svx/source/cui/treeopt.cxx
+++ b/svx/source/cui/treeopt.cxx
@@ -72,13 +72,13 @@
#endif
#include <svtools/helpopt.hxx>
#include <unotools/moduleoptions.hxx>
-#include <svtools/languageoptions.hxx>
+#include <svl/languageoptions.hxx>
#include <unotools/optionsdlg.hxx>
#include <sfx2/module.hxx>
#include <vcl/msgbox.hxx>
#include <sfx2/dispatch.hxx>
#include <vcl/waitobj.hxx>
-#include <svtools/slstitm.hxx>
+#include <svl/slstitm.hxx>
#include <sfx2/viewfrm.hxx>
#include <unotools/viewoptions.hxx>
#include <sfx2/printopt.hxx>
@@ -86,7 +86,7 @@
#include <osl/process.h>
#include <rtl/bootstrap.hxx>
-#include <svtools/misccfg.hxx>
+#include <unotools/misccfg.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/viewsh.hxx>
#include <sfx2/tplpitem.hxx>
@@ -312,6 +312,7 @@ public:
virtual ~MailMergeCfg_Impl();
virtual void Commit();
+ virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames);
sal_Bool IsEmailSupported() const {return bIsEmailSupported;}
@@ -341,6 +342,10 @@ void MailMergeCfg_Impl::Commit()
{
}
+void MailMergeCfg_Impl::Notify( const com::sun::star::uno::Sequence< rtl::OUString >& )
+{
+}
+
//typedef SfxTabPage* (*FNCreateTabPage)( Window *pParent, const SfxItemSet &rAttrSet );
SfxTabPage* CreateGeneralTabPage( sal_uInt16 nId, Window* pParent, const SfxItemSet& rSet )
{
@@ -1551,7 +1556,7 @@ SfxItemSet* OfaTreeOptionsDialog::CreateItemSet( sal_uInt16 nId )
SFX_APP()->GetOptions(aOptSet);
pRet->Put(aOptSet);
- SfxMiscCfg* pMisc = SFX_APP()->GetMiscConfig();
+ utl::MiscCfg aMisc;
const SfxPoolItem* pItem;
SfxViewFrame* pViewFrame = SfxViewFrame::Current();
if ( pViewFrame )
@@ -1562,17 +1567,17 @@ SfxItemSet* OfaTreeOptionsDialog::CreateItemSet( sal_uInt16 nId )
if( SFX_ITEM_AVAILABLE <= pDispatch->QueryState( SID_ATTR_YEAR2000, pItem ) )
pRet->Put( SfxUInt16Item( SID_ATTR_YEAR2000, ((const SfxUInt16Item*)pItem)->GetValue() ) );
else
- pRet->Put( SfxUInt16Item( SID_ATTR_YEAR2000, (USHORT)pMisc->GetYear2000() ) );
+ pRet->Put( SfxUInt16Item( SID_ATTR_YEAR2000, (USHORT)aMisc.GetYear2000() ) );
}
else
- pRet->Put( SfxUInt16Item( SID_ATTR_YEAR2000, (USHORT)pMisc->GetYear2000() ) );
+ pRet->Put( SfxUInt16Item( SID_ATTR_YEAR2000, (USHORT)aMisc.GetYear2000() ) );
// Sonstiges - Tabulator
- pRet->Put(SfxBoolItem(SID_PRINTER_NOTFOUND_WARN, pMisc->IsNotFoundWarning()));
+ pRet->Put(SfxBoolItem(SID_PRINTER_NOTFOUND_WARN, aMisc.IsNotFoundWarning()));
- sal_uInt16 nFlag = pMisc->IsPaperSizeWarning() ? SFX_PRINTER_CHG_SIZE : 0;
- nFlag |= pMisc->IsPaperOrientationWarning() ? SFX_PRINTER_CHG_ORIENTATION : 0;
+ sal_uInt16 nFlag = aMisc.IsPaperSizeWarning() ? SFX_PRINTER_CHG_SIZE : 0;
+ nFlag |= aMisc.IsPaperOrientationWarning() ? SFX_PRINTER_CHG_ORIENTATION : 0;
pRet->Put( SfxFlagItem( SID_PRINTER_CHANGESTODOC, nFlag ));
}
@@ -1686,7 +1691,7 @@ void OfaTreeOptionsDialog::ApplyItemSet( sal_uInt16 nId, const SfxItemSet& rSet
{
case SID_GENERAL_OPTIONS:
{
- SfxMiscCfg* pMisc = SFX_APP()->GetMiscConfig();
+ utl::MiscCfg aMisc;
const SfxPoolItem* pItem;
SfxItemSet aOptSet(SFX_APP()->GetPool(), SID_ATTR_QUICKLAUNCHER, SID_ATTR_QUICKLAUNCHER );
aOptSet.Put(rSet);
@@ -1707,20 +1712,20 @@ void OfaTreeOptionsDialog::ApplyItemSet( sal_uInt16 nId, const SfxItemSet& rSet
SfxDispatcher* pDispatch = pViewFrame->GetDispatcher();
pDispatch->Execute( SID_ATTR_YEAR2000, SFX_CALLMODE_ASYNCHRON, pItem, 0L);
}
- pMisc->SetYear2000(nY2K);
+ aMisc.SetYear2000(nY2K);
}
// -------------------------------------------------------------------------
// Drucken auswerten
// -------------------------------------------------------------------------
if(SFX_ITEM_SET == rSet.GetItemState(SID_PRINTER_NOTFOUND_WARN, sal_False, &pItem))
- pMisc->SetNotFoundWarning(((const SfxBoolItem*)pItem)->GetValue());
+ aMisc.SetNotFoundWarning(((const SfxBoolItem*)pItem)->GetValue());
if(SFX_ITEM_SET == rSet.GetItemState(SID_PRINTER_CHANGESTODOC, sal_False, &pItem))
{
const SfxFlagItem* pFlag = (const SfxFlagItem*)pItem;
- pMisc->SetPaperSizeWarning(0 != (pFlag->GetValue() & SFX_PRINTER_CHG_SIZE ));
- pMisc->SetPaperOrientationWarning(0 != (pFlag->GetValue() & SFX_PRINTER_CHG_ORIENTATION ));
+ aMisc.SetPaperSizeWarning(0 != (pFlag->GetValue() & SFX_PRINTER_CHG_SIZE ));
+ aMisc.SetPaperOrientationWarning(0 != (pFlag->GetValue() & SFX_PRINTER_CHG_ORIENTATION ));
}
// -------------------------------------------------------------------------
// evaluate help options
diff --git a/svx/source/cui/zoom.cxx b/svx/source/cui/zoom.cxx
index 78fc77a336..97281f8714 100644
--- a/svx/source/cui/zoom.cxx
+++ b/svx/source/cui/zoom.cxx
@@ -38,8 +38,8 @@
// include ---------------------------------------------------------------
#include <tools/shl.hxx>
-#include <svtools/itemset.hxx>
-#include <svtools/itempool.hxx>
+#include <svl/itemset.hxx>
+#include <svl/itempool.hxx>
#include <sfx2/objsh.hxx>
#include <vcl/msgbox.hxx>