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 aea58ffc6bd9..45323a755491 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 e99fe145c09b..4ad86794f6e7 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 245cc81e89aa..40ce17a36b8c 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 e6e65efc31f2..77be577eae0a 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 330459b224f1..6f167ae66c64 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 1c9c364e0b43..baf94dbeaa79 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 b2ed7bc9ef02..06038c2a7903 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 346fb0bb5d1e..38360e537d1a 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 c52b92ce2a0a..57dc9692f87c 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 344bca7fbd10..d8f1a5dae69c 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 86a2490a2cf8..89f18e621cff 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 6e1f115ebc53..f4baa85f8283 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 c19a47495290..87b6bc8a1820 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 9777c70dbc6a..435ce7033085 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 f787168f1f2d..c35d278a7f7e 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 d7874bc8d4cb..32c34e29a2d1 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 019061efdb2e..e22722a41e91 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 80ae105d0521..085732a6db74 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 a66c7b3c10a8..0c81cfb8e120 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 b0c80f8297ef..0db866306f5d 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 5d8533a7b0b6..2659054c2100 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 2b9b4440e866..64c7b2e3e5c2 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 62a5b3dc405a..c4105055ed55 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 966fdecace00..b809dad3fe57 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 341223a2dc8d..0e62fab44318 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 9e372b1b1110..c4b9883578a1 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 db701ec95bb1..c26cf91688cf 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 87affa0bc995..069aab8346e8 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 a1b24691a280..b7fe2302c55f 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 2e1496a42e1c..00cf4cc911c2 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 b78876f5a88e..cf4156f3987e 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 ef994e4d0ee2..672d4bf63bcd 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 aec98ea74aba..f575648c9693 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 c80d7b0d2b87..f94ec3b2e5fb 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 275af57408e5..d03a4ea912f5 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 b727602255f7..7429fd88b1e7 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 71bb37eade02..c6cca4ac32c0 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 5435bf16da4e..1fdec1e7836d 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 771080a5aaac..ea74b4a66075 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 d53c300c79c7..2b5b7d134830 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 43efb498048a..d805f953d286 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 b2e00cf48c0b..192d0edc53fd 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 ac4eeffd6a68..672621b467e5 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 da4fc49e4596..a41bd0d8da98 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 0ee76246abe3..a293a3512f96 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 37f714028c82..0ed414e92751 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 d6978ea008b8..fcdab5730fe4 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 e28422ec7933..ab1ec9770e3d 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 9e3447228b45..a5d8a212d48e 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 a2a2b2cc461c..0c774927f241 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 88674c141b36..a742e0caec55 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 bbfd127c5c3b..17a0554fdb69 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 f91812b18a50..e761c98307de 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 0f1364b716f8..db827d6a9902 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 3f930c4fe750..3fdeecb72df9 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 0dd7eca0990c..096a324a8d05 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 7e37c46b6733..fe5fda9dde30 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 ebe23d52b66d..273c897f20eb 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 f842af6b7559..e8941ce636a2 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 c0b72b573099..a7afb6cfdfc8 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 8badd25b336b..3f29fddf8832 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 f4a7a75a4416..0079037c7680 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 e543402330bd..ab8cf7e15197 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 83e4aa2b1612..a1dd7f62263a 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 10346f251563..3e21a3812835 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 82f3b1c9dff5..183514fe5844 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 24966c6d4f5d..23acf233457d 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 b4030391e6b5..d9fd6c046fe2 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 685fc03145f2..b1b4dd8f4221 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 991e809827ea..5b2bfcde2456 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 720de9cb00ef..bd4181a4924b 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 ba1bee46e1a1..8d0e25860db8 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 c7a28814dd51..94578d02dc58 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 e97448999564..e34af797f064 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>