#i103496#: split svtools; improve ConfitItems
This commit is contained in:
parent
5188cb70d9
commit
ed87eb8f7a
480 changed files with 1083 additions and 1007 deletions
|
@ -30,7 +30,7 @@
|
|||
#ifndef ACTION_HXX
|
||||
#define ACTION_HXX
|
||||
|
||||
#include <svtools/undo.hxx>
|
||||
#include <svl/undo.hxx>
|
||||
#include "format.hxx"
|
||||
|
||||
class SmDocShell;
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
#ifndef CONFIG_HXX
|
||||
#define CONFIG_HXX
|
||||
|
||||
#include <svtools/brdcst.hxx>
|
||||
#include <svtools/lstner.hxx>
|
||||
#include <svl/brdcst.hxx>
|
||||
#include <svl/lstner.hxx>
|
||||
#include "format.hxx"
|
||||
|
||||
#include "cfgitem.hxx"
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include <sot/storage.hxx>
|
||||
#include <sot/sotref.hxx>
|
||||
#include <sfx2/objsh.hxx>
|
||||
#include <svtools/lstner.hxx>
|
||||
#include <svl/lstner.hxx>
|
||||
#include <sfx2/docfac.hxx>
|
||||
#include <vcl/virdev.hxx>
|
||||
#include "format.hxx"
|
||||
|
|
|
@ -31,8 +31,8 @@
|
|||
#define FORMAT_HXX
|
||||
|
||||
|
||||
#include <svtools/smplhint.hxx>
|
||||
#include <svtools/brdcst.hxx>
|
||||
#include <svl/smplhint.hxx>
|
||||
#include <svl/brdcst.hxx>
|
||||
#include "utility.hxx"
|
||||
#include <types.hxx>
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#ifndef _SV_RESARY_HXX
|
||||
#include <tools/resary.hxx>
|
||||
#endif
|
||||
#include <svtools/lstner.hxx>
|
||||
#include <svl/lstner.hxx>
|
||||
#include <svtools/colorcfg.hxx>
|
||||
|
||||
#include <tools/shl.hxx>
|
||||
|
@ -44,6 +44,8 @@
|
|||
#include "starmath.hrc"
|
||||
#endif
|
||||
|
||||
#include <unotools/options.hxx>
|
||||
|
||||
class SvxErrorHandler;
|
||||
class SfxObjectFactory;
|
||||
class SmConfig;
|
||||
|
@ -124,7 +126,7 @@ public:
|
|||
|
||||
/////////////////////////////////////////////////////////////////
|
||||
|
||||
class SmModule : public SfxModule, public SfxListener
|
||||
class SmModule : public SfxModule, utl::ConfigurationListener
|
||||
{
|
||||
svtools::ColorConfig *pColorConfig;
|
||||
SmConfig *pConfig;
|
||||
|
@ -145,8 +147,7 @@ public:
|
|||
SmModule(SfxObjectFactory* pObjFact);
|
||||
virtual ~SmModule();
|
||||
|
||||
// SfxListener
|
||||
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
|
||||
virtual void ConfigurationChanged( utl::ConfigurationBroadcaster*, sal_uInt32 );
|
||||
|
||||
svtools::ColorConfig & GetColorConfig();
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#define _STARMATH_HRC
|
||||
|
||||
#ifndef _SVX_SVXIDS_HRC
|
||||
#include <svtools/solar.hrc>
|
||||
#include <svl/solar.hrc>
|
||||
#endif
|
||||
#ifndef _SFXSIDS_HRC //autogen
|
||||
#include <sfx2/sfxsids.hrc>
|
||||
|
|
|
@ -37,8 +37,8 @@
|
|||
#include <tools/list.hxx>
|
||||
#include <tools/debug.hxx>
|
||||
#include <tools/dynary.hxx>
|
||||
#include <svtools/lstner.hxx>
|
||||
#include <svtools/svarray.hxx>
|
||||
#include <svl/lstner.hxx>
|
||||
#include <svl/svarray.hxx>
|
||||
#include "utility.hxx"
|
||||
#include <smmod.hxx>
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
#include <vcl/unohelp2.hxx>
|
||||
#include <tools/gen.hxx>
|
||||
#include <vos/mutex.hxx>
|
||||
#include <svtools/itemset.hxx>
|
||||
#include <svl/itemset.hxx>
|
||||
|
||||
#include <svx/editobj.hxx>
|
||||
#include <svx/editdata.hxx>
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
#include <cppuhelper/interfacecontainer.h>
|
||||
#include <cppuhelper/implbase5.hxx>
|
||||
#include <cppuhelper/implbase6.hxx>
|
||||
#include <svtools/brdcst.hxx>
|
||||
#include <svl/brdcst.hxx>
|
||||
|
||||
#include <svx/editeng.hxx>
|
||||
#include <svx/unoedsrc.hxx> // SvxEditSource, SvxTextForwarder, SvxViewForwarder, SvxEditViewForwarder
|
||||
|
|
|
@ -1292,6 +1292,8 @@ void SmMathConfig::SetShowFormulaCursor( BOOL bVal )
|
|||
SetOtherIfNotEqual( pOther->bFormulaCursor, bVal );
|
||||
}
|
||||
|
||||
void SmMathConfig::Notify( const com::sun::star::uno::Sequence< rtl::OUString >& )
|
||||
{}
|
||||
|
||||
/////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#include <tools/solar.h>
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <unotools/configitem.hxx>
|
||||
#include <svtools/svarray.hxx>
|
||||
#include <svl/svarray.hxx>
|
||||
#include <vcl/timer.hxx>
|
||||
|
||||
#include <symbol.hxx>
|
||||
|
@ -174,7 +174,7 @@ public:
|
|||
virtual ~SmMathConfig();
|
||||
|
||||
// utl::ConfigItem
|
||||
//virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString > &rPropertyNames );
|
||||
virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString > &rPropertyNames );
|
||||
virtual void Commit();
|
||||
|
||||
// make some protected functions of utl::ConfigItem public
|
||||
|
|
|
@ -32,15 +32,15 @@
|
|||
#include "precompiled_starmath.hxx"
|
||||
|
||||
|
||||
#include <svtools/itemset.hxx>
|
||||
#include <svtools/hint.hxx>
|
||||
#include <svtools/smplhint.hxx>
|
||||
#include <svl/itemset.hxx>
|
||||
#include <svl/hint.hxx>
|
||||
#include <svl/smplhint.hxx>
|
||||
#include <unotools/pathoptions.hxx>
|
||||
#include <sfx2/sfxsids.hrc>
|
||||
#include <svtools/eitem.hxx>
|
||||
#include <svtools/itempool.hxx>
|
||||
#include <svtools/stritem.hxx>
|
||||
#include <svtools/intitem.hxx>
|
||||
#include <svl/eitem.hxx>
|
||||
#include <svl/itempool.hxx>
|
||||
#include <svl/stritem.hxx>
|
||||
#include <svl/intitem.hxx>
|
||||
#include <tools/stream.hxx>
|
||||
|
||||
|
||||
|
|
|
@ -34,9 +34,9 @@
|
|||
|
||||
#define SMDLL 1
|
||||
#include "tools/rcid.h"
|
||||
#include <svtools/eitem.hxx>
|
||||
#include <svtools/intitem.hxx>
|
||||
#include <svtools/stritem.hxx>
|
||||
#include <svl/eitem.hxx>
|
||||
#include <svl/intitem.hxx>
|
||||
#include <svl/stritem.hxx>
|
||||
#include <sfx2/app.hxx>
|
||||
#include <vcl/msgbox.hxx>
|
||||
#include <svtools/ctrltool.hxx>
|
||||
|
|
|
@ -55,22 +55,22 @@
|
|||
#include <sot/exchange.hxx>
|
||||
#include <sot/formats.hxx>
|
||||
#include <sot/storage.hxx>
|
||||
#include <svtools/eitem.hxx>
|
||||
#include <svtools/fstathelper.hxx>
|
||||
#include <svtools/intitem.hxx>
|
||||
#include <svtools/itempool.hxx>
|
||||
#include <svl/eitem.hxx>
|
||||
#include <svl/fstathelper.hxx>
|
||||
#include <svl/intitem.hxx>
|
||||
#include <svl/itempool.hxx>
|
||||
#include <unotools/lingucfg.hxx>
|
||||
#include <unotools/linguprops.hxx>
|
||||
#include <unotools/pathoptions.hxx>
|
||||
#include <svtools/ptitem.hxx>
|
||||
#include <svl/ptitem.hxx>
|
||||
#include <svtools/sfxecode.hxx>
|
||||
#include <svtools/slstitm.hxx>
|
||||
#include <svtools/smplhint.hxx>
|
||||
#include <svtools/stritem.hxx>
|
||||
#include <svl/slstitm.hxx>
|
||||
#include <svl/smplhint.hxx>
|
||||
#include <svl/stritem.hxx>
|
||||
#include <svtools/transfer.hxx>
|
||||
#include <svtools/undo.hxx>
|
||||
#include <svtools/urihelper.hxx>
|
||||
#include <svtools/whiter.hxx>
|
||||
#include <svl/undo.hxx>
|
||||
#include <svl/urihelper.hxx>
|
||||
#include <svl/whiter.hxx>
|
||||
#include <svx/editeng.hxx>
|
||||
#include <svx/editstat.hxx>
|
||||
#include <svx/eeitem.hxx>
|
||||
|
|
|
@ -52,13 +52,13 @@
|
|||
#include <svx/editstat.hxx>
|
||||
#include <svx/eeitem.hxx>
|
||||
#include <sfx2/dispatch.hxx>
|
||||
#include <svtools/intitem.hxx>
|
||||
#include <svtools/itempool.hxx>
|
||||
#include <svtools/stritem.hxx>
|
||||
#include <svl/intitem.hxx>
|
||||
#include <svl/itempool.hxx>
|
||||
#include <svl/stritem.hxx>
|
||||
#include <svx/fhgtitem.hxx>
|
||||
#include <svx/wghtitem.hxx>
|
||||
#include <svx/lrspitem.hxx>
|
||||
#include <svtools/itemset.hxx>
|
||||
#include <svl/itemset.hxx>
|
||||
#include <svx/fontitem.hxx>
|
||||
#include <sfx2/viewfrm.hxx>
|
||||
|
||||
|
|
|
@ -48,11 +48,11 @@
|
|||
#include <tools/rtti.hxx>
|
||||
#include <tools/ref.hxx>
|
||||
#include <tools/link.hxx>
|
||||
#include <svtools/brdcst.hxx>
|
||||
#include <svtools/svarray.hxx>
|
||||
#include <svl/brdcst.hxx>
|
||||
#include <svl/svarray.hxx>
|
||||
#include <tools/debug.hxx>
|
||||
#include <svtools/hint.hxx>
|
||||
#include <svtools/smplhint.hxx>
|
||||
#include <svl/hint.hxx>
|
||||
#include <svl/smplhint.hxx>
|
||||
#include <sot/sotref.hxx>
|
||||
#include <tools/globname.hxx>
|
||||
#include <sot/factory.hxx>
|
||||
|
@ -130,9 +130,9 @@
|
|||
#include <smdll.hxx>
|
||||
#include <sfx2/sfxsids.hrc>
|
||||
#include <chaos/cntids.hrc>
|
||||
#include <svtools/cntwids.hrc>
|
||||
#include <svtools/solar.hrc>
|
||||
#include <svtools/lstner.hxx>
|
||||
#include <svl/cntwids.hrc>
|
||||
#include <svl/solar.hrc>
|
||||
#include <svl/lstner.hxx>
|
||||
#include <starmath.hrc>
|
||||
#include <basic/sbx.hxx>
|
||||
#include <basic/sbxform.hxx>
|
||||
|
@ -143,7 +143,7 @@
|
|||
#include <basic/sbxmeth.hxx>
|
||||
#include <tools/unqid.hxx>
|
||||
#include <tools/unqidx.hxx>
|
||||
#include <svtools/poolitem.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
#include <svtools/args.hxx>
|
||||
#include <smmod.hxx>
|
||||
#include <vos/thread.hxx>
|
||||
|
@ -156,7 +156,7 @@
|
|||
#include <vcl/timer.hxx>
|
||||
#include <sfx2/app.hxx>
|
||||
#include <sfx2/sfx.hrc>
|
||||
#include <svtools/memberid.hrc>
|
||||
#include <svl/memberid.hrc>
|
||||
#include <vcl/syswin.hxx>
|
||||
#include <vcl/virdev.hxx>
|
||||
#include <tools/datetime.hxx>
|
||||
|
@ -736,7 +736,7 @@
|
|||
#endif
|
||||
#include <usr/refl.hxx>
|
||||
#include <sfx2/msg.hxx>
|
||||
#include <svtools/itemset.hxx>
|
||||
#include <svl/itemset.hxx>
|
||||
#include <sfx2/basedlgs.hxx>
|
||||
#include <vcl/floatwin.hxx>
|
||||
#include <vcl/dialog.hxx>
|
||||
|
@ -745,10 +745,10 @@
|
|||
#include <sfx2/frame.hxx>
|
||||
#include <sfx2/objface.hxx>
|
||||
#include <vcl/event.hxx>
|
||||
#include <svtools/eitem.hxx>
|
||||
#include <svtools/intitem.hxx>
|
||||
#include <svl/eitem.hxx>
|
||||
#include <svl/intitem.hxx>
|
||||
#include <symbol.hxx>
|
||||
#include <svtools/itempool.hxx>
|
||||
#include <svl/itempool.hxx>
|
||||
#include <vcl/image.hxx>
|
||||
#include <vcl/metric.hxx>
|
||||
#include <sfx2/inimgr.hxx>
|
||||
|
@ -756,14 +756,14 @@
|
|||
#include <tools/pstm.hxx>
|
||||
#include <tools/table.hxx>
|
||||
#include <sfx2/docfac.hxx>
|
||||
#include <svtools/ownlist.hxx>
|
||||
#include <svl/ownlist.hxx>
|
||||
#include <sfx2/objsh.hxx>
|
||||
#include <svtools/stritem.hxx>
|
||||
#include <svl/stritem.hxx>
|
||||
#include <vcl/mapmod.hxx>
|
||||
#include <sfx2/ipfrm.hxx>
|
||||
#include <vcl/dialog.hxx>
|
||||
#include <sfx2/dispatch.hxx>
|
||||
#include <svtools/svstdarr.hxx>
|
||||
#include <svl/svstdarr.hxx>
|
||||
#include <sfx2/bindings.hxx>
|
||||
#include <dialog.hxx>
|
||||
#include <vcl/button.hxx>
|
||||
|
@ -822,9 +822,9 @@
|
|||
#include <vcl/toolbox.hxx>
|
||||
#include <vcl/dockwin.hxx>
|
||||
#include <smslots.hxx>
|
||||
#include <svtools/undo.hxx>
|
||||
#include <svl/undo.hxx>
|
||||
#include <sfx2/request.hxx>
|
||||
#include <svtools/whiter.hxx>
|
||||
#include <svl/whiter.hxx>
|
||||
#include <vcl/prntypes.hxx>
|
||||
#include <vcl/jobset.hxx>
|
||||
#include <vcl/gdimtf.hxx>
|
||||
|
|
|
@ -62,8 +62,8 @@
|
|||
#include <tools/urlobj.hxx>
|
||||
#include <svtools/sfxecode.hxx>
|
||||
#include <unotools/saveopt.hxx>
|
||||
#include <svtools/stritem.hxx>
|
||||
#include <svtools/itemprop.hxx>
|
||||
#include <svl/stritem.hxx>
|
||||
#include <svl/itemprop.hxx>
|
||||
#include <unotools/processfactory.hxx>
|
||||
#include <unotools/streamwrap.hxx>
|
||||
#include <xmloff/xmlnmspe.hxx>
|
||||
|
|
|
@ -58,8 +58,8 @@ one go*/
|
|||
#include <tools/urlobj.hxx>
|
||||
#include <svtools/sfxecode.hxx>
|
||||
#include <unotools/saveopt.hxx>
|
||||
#include <svtools/stritem.hxx>
|
||||
#include <svtools/itemprop.hxx>
|
||||
#include <svl/stritem.hxx>
|
||||
#include <svl/itemprop.hxx>
|
||||
#include <unotools/processfactory.hxx>
|
||||
#include <unotools/streamwrap.hxx>
|
||||
#include <xmloff/xmlnmspe.hxx>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include <i18npool/lang.h>
|
||||
#include <unotools/charclass.hxx>
|
||||
#include <svx/unolingu.hxx>
|
||||
#include <svtools/syslocale.hxx>
|
||||
#include <unotools/syslocale.hxx>
|
||||
#include "parse.hxx"
|
||||
#ifndef _STARMATH_HRC
|
||||
#include "starmath.hrc"
|
||||
|
|
|
@ -60,10 +60,10 @@
|
|||
|
||||
#include <rtl/ustring.h>
|
||||
#include <rtl/logfile.hxx>
|
||||
#include <svtools/itemset.hxx>
|
||||
#include <svl/itemset.hxx>
|
||||
#include <vcl/window.hxx>
|
||||
#include <svtools/eitem.hxx>
|
||||
#include <svtools/stritem.hxx>
|
||||
#include <svl/eitem.hxx>
|
||||
#include <svl/stritem.hxx>
|
||||
#include <tools/urlobj.hxx>
|
||||
#include <vos/mutex.hxx>
|
||||
#include <svtools/sfxecode.hxx>
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include <sfx2/msg.hxx>
|
||||
#include <sfx2/app.hxx>
|
||||
#include <sfx2/objface.hxx>
|
||||
#include <svtools/whiter.hxx>
|
||||
#include <svl/whiter.hxx>
|
||||
#include <sfx2/request.hxx>
|
||||
#include <sfx2/sfx.hrc>
|
||||
#include <sfx2/viewsh.hxx>
|
||||
|
@ -47,7 +47,7 @@
|
|||
#endif
|
||||
#include <vcl/msgbox.hxx>
|
||||
#include <vcl/virdev.hxx>
|
||||
#include <svtools/syslocale.hxx>
|
||||
#include <unotools/syslocale.hxx>
|
||||
#include <tools/rtti.hxx>
|
||||
#include "smmod.hxx"
|
||||
#include "symbol.hxx"
|
||||
|
@ -251,6 +251,8 @@ SmModule::SmModule(SfxObjectFactory* pObjFact) :
|
|||
SmModule::~SmModule()
|
||||
{
|
||||
delete pConfig;
|
||||
if (pColorConfig)
|
||||
pColorConfig->RemoveListener(this);
|
||||
delete pColorConfig;
|
||||
delete pLocSymbolData;
|
||||
delete pSysLocale;
|
||||
|
@ -295,19 +297,14 @@ svtools::ColorConfig & SmModule::GetColorConfig()
|
|||
{
|
||||
pColorConfig = new svtools::ColorConfig;
|
||||
ApplyColorConfigValues( *pColorConfig );
|
||||
StartListening( *pColorConfig );
|
||||
pColorConfig->AddListener(this);
|
||||
}
|
||||
return *pColorConfig;
|
||||
}
|
||||
|
||||
void SmModule::Notify( SfxBroadcaster & /*rBC*/, const SfxHint &rHint )
|
||||
void SmModule::ConfigurationChanged( utl::ConfigurationBroadcaster*, sal_uInt32 )
|
||||
{
|
||||
if (rHint.ISA(SfxSimpleHint))
|
||||
{
|
||||
ULONG nHintId = ((SfxSimpleHint&)rHint).GetId();
|
||||
if (SFX_HINT_COLORS_CHANGED == nHintId)
|
||||
ApplyColorConfigValues(*pColorConfig);
|
||||
}
|
||||
ApplyColorConfigValues(*pColorConfig);
|
||||
}
|
||||
|
||||
SmConfig * SmModule::GetConfig()
|
||||
|
|
|
@ -33,9 +33,9 @@
|
|||
|
||||
|
||||
#include <rtl/logfile.hxx>
|
||||
#include <svtools/eitem.hxx>
|
||||
#include <svl/eitem.hxx>
|
||||
#include <sfx2/app.hxx>
|
||||
#include <svtools/intitem.hxx>
|
||||
#include <svl/intitem.hxx>
|
||||
#include <svtools/imgdef.hxx>
|
||||
#include <sfx2/dispatch.hxx>
|
||||
#include <sfx2/imgmgr.hxx>
|
||||
|
|
|
@ -141,10 +141,10 @@
|
|||
#define SvxCellVerJustifyEnumItem SfxVoidItem
|
||||
#define SvxCellOrientationEnumItem SfxVoidItem
|
||||
#include <sfx2/msg.hxx>
|
||||
#include <svtools/stritem.hxx>
|
||||
#include <svtools/eitem.hxx>
|
||||
#include <svl/stritem.hxx>
|
||||
#include <svl/eitem.hxx>
|
||||
#include <svx/zoomitem.hxx>
|
||||
#include <svtools/slstitm.hxx>
|
||||
#include <svl/slstitm.hxx>
|
||||
|
||||
#define SFX_TYPEMAP
|
||||
#include "smslots.hxx"
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include <sfx2/printer.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <svtools/ctrltool.hxx>
|
||||
#include <svtools/itemprop.hxx>
|
||||
#include <svl/itemprop.hxx>
|
||||
#include <unotools/localedatawrapper.hxx>
|
||||
#include <unotools/processfactory.hxx>
|
||||
#include <svx/paperinf.hxx>
|
||||
|
|
|
@ -51,15 +51,15 @@
|
|||
#include <sfx2/objface.hxx>
|
||||
#include <sfx2/printer.hxx>
|
||||
#include <sfx2/request.hxx>
|
||||
#include <svtools/eitem.hxx>
|
||||
#include <svtools/intitem.hxx>
|
||||
#include <svtools/itemset.hxx>
|
||||
#include <svtools/poolitem.hxx>
|
||||
#include <svtools/ptitem.hxx>
|
||||
#include <svtools/stritem.hxx>
|
||||
#include <svl/eitem.hxx>
|
||||
#include <svl/intitem.hxx>
|
||||
#include <svl/itemset.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
#include <svl/ptitem.hxx>
|
||||
#include <svl/stritem.hxx>
|
||||
#include <svtools/transfer.hxx>
|
||||
#include <svtools/undo.hxx>
|
||||
#include <svtools/whiter.hxx>
|
||||
#include <svl/undo.hxx>
|
||||
#include <svl/whiter.hxx>
|
||||
#include <svx/dialogs.hrc>
|
||||
#include <svx/editeng.hxx>
|
||||
#include <svx/svxdlg.hxx>
|
||||
|
|
|
@ -31,8 +31,6 @@
|
|||
#ifndef _POSTITMGR_HXX
|
||||
#define _POSTITMGR_HXX
|
||||
|
||||
#include <svtools/lstner.hxx>
|
||||
|
||||
#include <list>
|
||||
#include <vector>
|
||||
#include <svx/outlobj.hxx>
|
||||
|
@ -41,8 +39,10 @@
|
|||
#include <tools/debug.hxx>
|
||||
#include <swrect.hxx>
|
||||
#include <unotools/configitem.hxx>
|
||||
#include <unotools/options.hxx>
|
||||
#include <com/sun/star/util/SearchOptions.hpp>
|
||||
#include <com/sun/star/uno/Any.hxx>
|
||||
#include <svl/lstner.hxx>
|
||||
|
||||
class SwWrtShell;
|
||||
class SwDoc;
|
||||
|
@ -139,6 +139,9 @@ class SwNoteProps: public utl::ConfigItem
|
|||
}
|
||||
return aNames;
|
||||
}
|
||||
|
||||
virtual void Commit();
|
||||
virtual void Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& aPropertyNames );
|
||||
};
|
||||
|
||||
class SwPostItMgr: public SfxListener
|
||||
|
|
|
@ -46,9 +46,9 @@
|
|||
#include <vcl/wrkwin.hxx>
|
||||
#endif
|
||||
#include <sot/storage.hxx>
|
||||
#include <svtools/itemset.hxx>
|
||||
#include <svl/itemset.hxx>
|
||||
|
||||
#include <svtools/ownlist.hxx>
|
||||
#include <svl/ownlist.hxx>
|
||||
|
||||
class SfxItemSet;
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
|
||||
#define _SVSTDARR_STRINGSISORTDTOR
|
||||
#include <svtools/svstdarr.hxx>
|
||||
#include <svl/svstdarr.hxx>
|
||||
|
||||
class SwDoc;
|
||||
class SwAutoCompleteWord_Impl;
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include <toxe.hxx>
|
||||
|
||||
#define _SVSTDARR_LONGS
|
||||
#include <svtools/svstdarr.hxx>
|
||||
#include <svl/svstdarr.hxx>
|
||||
|
||||
class SwAuthDataArr;
|
||||
/* -----------------21.09.99 13:32-------------------
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#ifndef _CALC_HXX
|
||||
#define _CALC_HXX
|
||||
|
||||
#include <svtools/svarray.hxx>
|
||||
#include <svl/svarray.hxx>
|
||||
|
||||
#ifndef __SBX_SBXVALUE //autogen
|
||||
#include <basic/sbxvar.hxx>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#ifndef _CCOLL_HXX
|
||||
#define _CCOLL_HXX
|
||||
|
||||
#include <svtools/poolitem.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
#include <tools/string.hxx>
|
||||
#include <sfx2/tabdlg.hxx>
|
||||
|
||||
|
|
|
@ -31,8 +31,8 @@
|
|||
#ifndef _CELLATR_HXX
|
||||
#define _CELLATR_HXX
|
||||
|
||||
#include <svtools/intitem.hxx>
|
||||
#include <svtools/zforlist.hxx>
|
||||
#include <svl/intitem.hxx>
|
||||
#include <svl/zforlist.hxx>
|
||||
#include "swdllapi.h"
|
||||
#include "format.hxx"
|
||||
#include "cellfml.hxx"
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
#include <tools/string.hxx>
|
||||
#include <tools/link.hxx>
|
||||
#include <svtools/svarray.hxx>
|
||||
#include <svl/svarray.hxx>
|
||||
#include <com/sun/star/util/Date.hpp>
|
||||
#include "swdllapi.h"
|
||||
#include <swdbdata.hxx>
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
class SwList;
|
||||
// <--
|
||||
#define _SVSTDARR_STRINGSDTOR
|
||||
#include <svtools/svstdarr.hxx>
|
||||
#include <svl/svstdarr.hxx>
|
||||
#include <com/sun/star/embed/XEmbeddedObject.hpp>
|
||||
#include <com/sun/star/embed/XStorage.hpp>
|
||||
#include <vcl/timer.hxx>
|
||||
|
@ -76,7 +76,7 @@ class SwList;
|
|||
#include <com/sun/star/linguistic2/XHyphenatedWord.hpp>
|
||||
#include <vos/ref.hxx>
|
||||
#include <svx/svdtypes.hxx>
|
||||
#include <svtools/style.hxx>
|
||||
#include <svl/style.hxx>
|
||||
#include <svx/numitem.hxx>
|
||||
#include "comphelper/implementationreference.hxx"
|
||||
#include <com/sun/star/chart2/data/XDataProvider.hpp>
|
||||
|
|
|
@ -51,7 +51,7 @@ namespace com { namespace sun { namespace star { namespace i18n {
|
|||
#include <tools/table.hxx>
|
||||
#endif
|
||||
#include <swtypes.hxx>
|
||||
#include <svtools/svarray.hxx>
|
||||
#include <svl/svarray.hxx>
|
||||
|
||||
typedef SwFieldType* SwFldTypePtr;
|
||||
#define GROW_FLDTYPES 16
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#include <swdll.hxx>
|
||||
#include <shellid.hxx>
|
||||
|
||||
#include <svtools/lstner.hxx>
|
||||
#include <svl/lstner.hxx>
|
||||
#include <svtools/embedhlp.hxx>
|
||||
|
||||
class SwDoc;
|
||||
|
|
|
@ -34,10 +34,10 @@
|
|||
|
||||
#ifndef _SVSTDARR_HXX
|
||||
#define _SVSTDARR_STRINGSDTOR
|
||||
#include <svtools/svstdarr.hxx>
|
||||
#include <svl/svstdarr.hxx>
|
||||
#endif
|
||||
#include <svtools/style.hxx>
|
||||
#include <svtools/itemset.hxx>
|
||||
#include <svl/style.hxx>
|
||||
#include <svl/itemset.hxx>
|
||||
#include "swdllapi.h"
|
||||
|
||||
class SwDoc;
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include <tools/datetime.hxx>
|
||||
|
||||
|
||||
#include <svtools/macitem.hxx>
|
||||
#include <svl/macitem.hxx>
|
||||
|
||||
#include "fldbas.hxx"
|
||||
#include "numrule.hxx"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#ifndef _EDGLBLDC_HXX
|
||||
#define _EDGLBLDC_HXX
|
||||
|
||||
#include <svtools/svarray.hxx>
|
||||
#include <svl/svarray.hxx>
|
||||
|
||||
class SwSection;
|
||||
class SwTOXBase;
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#define _EDIMP_HXX
|
||||
|
||||
#include <tools/solar.h>
|
||||
#include <svtools/svarray.hxx>
|
||||
#include <svl/svarray.hxx>
|
||||
|
||||
class SwPaM;
|
||||
class SwNodeIndex;
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include <com/sun/star/text/HoriOrientation.hpp>
|
||||
#include <com/sun/star/embed/XEmbeddedObject.hpp>
|
||||
#include <tools/string.hxx>
|
||||
#include <svtools/svarray.hxx>
|
||||
#include <svl/svarray.hxx>
|
||||
#include <vcl/font.hxx>
|
||||
#include <svx/swafopt.hxx>
|
||||
#include "swdllapi.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#ifndef _EXPFLD_HXX
|
||||
#define _EXPFLD_HXX
|
||||
|
||||
#include <svtools/svarray.hxx>
|
||||
#include <svl/svarray.hxx>
|
||||
#include "swdllapi.h"
|
||||
#include <fldbas.hxx>
|
||||
#include <cellfml.hxx>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
#ifndef _SVSTDARR_HXX
|
||||
#define _SVSTDARR_USHORTS
|
||||
#include <svtools/svstdarr.hxx>
|
||||
#include <svl/svstdarr.hxx>
|
||||
#endif
|
||||
#include <pam.hxx>
|
||||
#include <i18npool/lang.h>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#define _FCHRFMT_HXX
|
||||
|
||||
|
||||
#include <svtools/poolitem.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
#include <calbck.hxx>
|
||||
#include <format.hxx>
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#define _FLYPOS_HXX
|
||||
|
||||
|
||||
#include <svtools/svarray.hxx>
|
||||
#include <svl/svarray.hxx>
|
||||
#include <swdllapi.h>
|
||||
|
||||
class SwFrmFmt;
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <hintids.hxx>
|
||||
#include <swtypes.hxx>
|
||||
#include <format.hxx>
|
||||
#include <svtools/poolitem.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
|
||||
struct SwPosition;
|
||||
class IntlWrapper;
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#define _FMTAUTOFMT_HXX
|
||||
|
||||
|
||||
#include <svtools/poolitem.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
#include <format.hxx>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#define _FMTCLBL_HXX
|
||||
|
||||
|
||||
#include <svtools/eitem.hxx>
|
||||
#include <svl/eitem.hxx>
|
||||
#include <hintids.hxx>
|
||||
#include <format.hxx>
|
||||
#include "swdllapi.h"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#define _FMTCLDS_HXX
|
||||
|
||||
#include <tools/color.hxx>
|
||||
#include <svtools/poolitem.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
#include "swdllapi.h"
|
||||
#include <hintids.hxx>
|
||||
#include <format.hxx>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#define _FMTCNCT_HXX
|
||||
|
||||
#include <hintids.hxx>
|
||||
#include <svtools/poolitem.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
#include <format.hxx>
|
||||
#include <calbck.hxx>
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#ifndef _FMTCNTNT_HXX
|
||||
#define _FMTCNTNT_HXX
|
||||
|
||||
#include <svtools/poolitem.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
#include <hintids.hxx>
|
||||
#include <format.hxx>
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#ifndef _FMTCOL_HXX
|
||||
#define _FMTCOL_HXX
|
||||
|
||||
#include <svtools/svarray.hxx>
|
||||
#include <svl/svarray.hxx>
|
||||
#include "swdllapi.h"
|
||||
#include <format.hxx>
|
||||
#include <swtypes.hxx> // fuer MAXLEVEL
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#define _FMTEIRO_HXX
|
||||
|
||||
|
||||
#include <svtools/eitem.hxx>
|
||||
#include <svl/eitem.hxx>
|
||||
#include <hintids.hxx>
|
||||
#include <format.hxx>
|
||||
#include "swdllapi.h"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#define _FMTFLCNT_HXX
|
||||
|
||||
|
||||
#include <svtools/poolitem.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
|
||||
class SwFrmFmt;
|
||||
class SwTxtFlyCnt;
|
||||
|
|
|
@ -30,9 +30,9 @@
|
|||
#ifndef _FMTFLD_HXX
|
||||
#define _FMTFLD_HXX
|
||||
|
||||
#include <svtools/poolitem.hxx>
|
||||
#include <svtools/brdcst.hxx>
|
||||
#include <svtools/smplhint.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
#include <svl/brdcst.hxx>
|
||||
#include <svl/smplhint.hxx>
|
||||
|
||||
#include "swdllapi.h"
|
||||
#include <calbck.hxx>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#define _FMTFOLLOWTEXTFLOW_HXX
|
||||
|
||||
|
||||
#include <svtools/eitem.hxx>
|
||||
#include <svl/eitem.hxx>
|
||||
#include <hintids.hxx>
|
||||
#include <format.hxx>
|
||||
#include "swdllapi.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#ifndef _FMTFORDR_HXX
|
||||
#define _FMTFORDR_HXX
|
||||
|
||||
#include <svtools/eitem.hxx>
|
||||
#include <svl/eitem.hxx>
|
||||
#include <hintids.hxx>
|
||||
#include <format.hxx>
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#define _FMTFSIZE_HXX
|
||||
|
||||
#include <tools/gen.hxx>
|
||||
#include <svtools/poolitem.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
#include "swdllapi.h"
|
||||
#include <hintids.hxx>
|
||||
#include <swtypes.hxx>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#define _FMTFTN_HXX
|
||||
|
||||
#include <tools/string.hxx>
|
||||
#include <svtools/poolitem.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
#include "swdllapi.h"
|
||||
|
||||
class SwDoc;
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#ifndef _FMTFTNTX_HXX
|
||||
#define _FMTFTNTX_HXX
|
||||
|
||||
#include <svtools/eitem.hxx>
|
||||
#include <svl/eitem.hxx>
|
||||
#include <hintids.hxx>
|
||||
#include <format.hxx>
|
||||
#include <numrule.hxx>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
#include <hintids.hxx>
|
||||
#include <format.hxx>
|
||||
#include <svtools/poolitem.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
#include <calbck.hxx>
|
||||
|
||||
class SwFrmFmt;
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#define _FMTINFMT_HXX
|
||||
|
||||
#include <tools/string.hxx>
|
||||
#include <svtools/poolitem.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
#include "swdllapi.h"
|
||||
|
||||
class SvxMacro;
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#define SW_FMTLINE_HXX
|
||||
|
||||
|
||||
#include <svtools/poolitem.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
#include <hintids.hxx>
|
||||
#include <format.hxx>
|
||||
#include "swdllapi.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#ifndef _FMTTSPLT_HXX
|
||||
#define _FMTTSPLT_HXX
|
||||
|
||||
#include <svtools/eitem.hxx>
|
||||
#include <svl/eitem.hxx>
|
||||
#include <hintids.hxx>
|
||||
#include <format.hxx>
|
||||
#include "swdllapi.h"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#ifndef SW_FMTMETA_HXX
|
||||
#define SW_FMTMETA_HXX
|
||||
|
||||
#include <svtools/poolitem.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
#include <sfx2/Metadatable.hxx>
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include <hintids.hxx>
|
||||
#include <swtypes.hxx>
|
||||
#include <format.hxx>
|
||||
#include <svtools/poolitem.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
|
||||
|
||||
class IntlWrapper;
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#define _FMTPDSC_HXX
|
||||
|
||||
|
||||
#include <svtools/poolitem.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
#include "swdllapi.h"
|
||||
#include <hintids.hxx>
|
||||
#include <format.hxx>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
|
||||
#include <tools/string.hxx>
|
||||
#include <svtools/poolitem.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
|
||||
class SwTxtRefMark;
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#ifndef _FMTROWSPLT_HXX
|
||||
#define _FMTROWSPLT_HXX
|
||||
|
||||
#include <svtools/eitem.hxx>
|
||||
#include <svl/eitem.hxx>
|
||||
#include "swdllapi.h"
|
||||
#include <hintids.hxx>
|
||||
#include <format.hxx>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
|
||||
#include <tools/string.hxx>
|
||||
#include <svtools/poolitem.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
|
||||
class SwTxtRuby;
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "swdllapi.h"
|
||||
#include <hintids.hxx>
|
||||
#include <format.hxx>
|
||||
#include <svtools/eitem.hxx>
|
||||
#include <svl/eitem.hxx>
|
||||
|
||||
// --> OD 2006-08-15 #i68520# - refactoring
|
||||
// separate enumeration <SwSurround> in own header file
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#ifndef _FMTURL_HXX
|
||||
#define _FMTURL_HXX
|
||||
|
||||
#include <svtools/poolitem.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
#include "swdllapi.h"
|
||||
#include <hintids.hxx>
|
||||
#include <format.hxx>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
#include <hintids.hxx>
|
||||
#include <format.hxx>
|
||||
#include <svtools/poolitem.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
#include <com/sun/star/text/WrapInfluenceOnPosition.hpp>
|
||||
|
||||
class SW_DLLPUBLIC SwFmtWrapInfluenceOnObjPos: public SfxPoolItem
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
|
||||
#define _SVSTDARR_USHORTS
|
||||
#include <svtools/svstdarr.hxx>
|
||||
#include <svl/svstdarr.hxx>
|
||||
|
||||
class SwTxtFtn;
|
||||
class SwNodeIndex;
|
||||
|
|
|
@ -32,8 +32,8 @@
|
|||
|
||||
#include <hintids.hxx> // fuer die WhichIds @@@ must be included first @@@
|
||||
#include <tools/gen.hxx>
|
||||
#include <svtools/eitem.hxx>
|
||||
#include <svtools/intitem.hxx>
|
||||
#include <svl/eitem.hxx>
|
||||
#include <svl/intitem.hxx>
|
||||
#include <svx/grfcrop.hxx>
|
||||
#include "swdllapi.h"
|
||||
#include <swatrset.hxx> // fuer inlines
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
#ifndef _SOLAR_HRC
|
||||
#include <svtools/solar.hrc>
|
||||
#include <svl/solar.hrc>
|
||||
#endif
|
||||
|
||||
#define HID_BASE HID_APP_START
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#define _SW_HF_EAT_SPACINGITEM_HXX
|
||||
|
||||
|
||||
#include <svtools/eitem.hxx>
|
||||
#include <svl/eitem.hxx>
|
||||
#include <hintids.hxx>
|
||||
#include <format.hxx>
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#define _ISTYLEACCESS_HXX
|
||||
|
||||
#include <vector>
|
||||
#include <svtools/stylepool.hxx>
|
||||
#include <svl/stylepool.hxx>
|
||||
|
||||
/*--------------------------------------------------------------------
|
||||
Management of (automatic) styles
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include <tools/string.hxx>
|
||||
#include <vcl/wintypes.hxx>
|
||||
#include <vcl/field.hxx>
|
||||
#include <svtools/svarray.hxx>
|
||||
#include <svl/svarray.hxx>
|
||||
#include <unotools/configitem.hxx>
|
||||
#include "swdllapi.h"
|
||||
#include "authratr.hxx"
|
||||
|
@ -78,6 +78,7 @@ class SwRevisionConfig : public utl::ConfigItem
|
|||
~SwRevisionConfig();
|
||||
|
||||
virtual void Commit();
|
||||
virtual void Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& aPropertyNames );
|
||||
void Load();
|
||||
void SetModified(){ConfigItem::SetModified();}
|
||||
};
|
||||
|
@ -108,6 +109,7 @@ class SwInsertConfig : public utl::ConfigItem
|
|||
~SwInsertConfig();
|
||||
|
||||
virtual void Commit();
|
||||
virtual void Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& aPropertyNames );
|
||||
void Load();
|
||||
void SetModified(){ConfigItem::SetModified();}
|
||||
};
|
||||
|
@ -134,6 +136,7 @@ class SwTableConfig : public utl::ConfigItem
|
|||
~SwTableConfig();
|
||||
|
||||
virtual void Commit();
|
||||
virtual void Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& aPropertyNames );
|
||||
void Load();
|
||||
void SetModified(){ConfigItem::SetModified();}
|
||||
};
|
||||
|
@ -163,6 +166,7 @@ class SwMiscConfig : public utl::ConfigItem
|
|||
~SwMiscConfig();
|
||||
|
||||
virtual void Commit();
|
||||
virtual void Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& aPropertyNames );
|
||||
void Load();
|
||||
void SetModified(){ConfigItem::SetModified();}
|
||||
};
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#define _NDARR_HXX
|
||||
|
||||
#include <com/sun/star/embed/XEmbeddedObject.hpp>
|
||||
#include <svtools/svarray.hxx>
|
||||
#include <svl/svarray.hxx>
|
||||
|
||||
#ifndef _BPARR_HXX
|
||||
#include <bparr.hxx>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#define _NDHINTS_HXX
|
||||
|
||||
|
||||
#include <svtools/svarray.hxx>
|
||||
#include <svl/svarray.hxx>
|
||||
#include <tools/mempool.hxx>
|
||||
|
||||
#include "swtypes.hxx"
|
||||
|
|
|
@ -29,8 +29,8 @@
|
|||
************************************************************************/
|
||||
#ifndef _PARATR_HXX
|
||||
#define _PARATR_HXX
|
||||
#include <svtools/eitem.hxx>
|
||||
#include <svtools/stritem.hxx>
|
||||
#include <svl/eitem.hxx>
|
||||
#include <svl/stritem.hxx>
|
||||
#include "swdllapi.h"
|
||||
#include <hintids.hxx>
|
||||
#include <calbck.hxx>
|
||||
|
|
|
@ -611,61 +611,61 @@
|
|||
#include "sot/storinfo.hxx"
|
||||
|
||||
#include "svtools/FilterConfigItem.hxx"
|
||||
#include "svtools/PasswordHelper.hxx"
|
||||
#include "svl/PasswordHelper.hxx"
|
||||
#include "svtools/accessibilityoptions.hxx"
|
||||
#include "svtools/aeitem.hxx"
|
||||
#include "svtools/cjkoptions.hxx"
|
||||
#include "svl/aeitem.hxx"
|
||||
#include "svl/cjkoptions.hxx"
|
||||
#include "unotools/cmdoptions.hxx"
|
||||
#include "svtools/cntnrsrt.hxx"
|
||||
#include "svl/cntnrsrt.hxx"
|
||||
#include "svtools/collatorres.hxx"
|
||||
#include "svtools/colorcfg.hxx"
|
||||
#include "unotools/compatibility.hxx"
|
||||
#include "svtools/controldims.hrc"
|
||||
#include "svtools/ctloptions.hxx"
|
||||
#include "svl/ctloptions.hxx"
|
||||
#include "svtools/ctrlbox.hxx"
|
||||
#include "svtools/ctrltool.hxx"
|
||||
#include "svtools/editbrowsebox.hxx"
|
||||
#include "svtools/ehdl.hxx"
|
||||
#include "svtools/eitem.hxx"
|
||||
#include "svl/eitem.hxx"
|
||||
#include "svtools/embedhlp.hxx"
|
||||
#include "svtools/embedtransfer.hxx"
|
||||
#include "svtools/filter.hxx"
|
||||
#include "svtools/flagitem.hxx"
|
||||
#include "svl/flagitem.hxx"
|
||||
#include "unotools/fltrcfg.hxx"
|
||||
#include "svtools/fstathelper.hxx"
|
||||
#include "svtools/globalnameitem.hxx"
|
||||
#include "svl/fstathelper.hxx"
|
||||
#include "svl/globalnameitem.hxx"
|
||||
#include "svtools/headbar.hxx"
|
||||
#include "svtools/htmlkywd.hxx"
|
||||
#include "svtools/htmltokn.h"
|
||||
#include "svtools/imageitm.hxx"
|
||||
#include "svl/imageitm.hxx"
|
||||
#include "svtools/imap.hxx"
|
||||
#include "svtools/indexentryres.hxx"
|
||||
#include "svtools/inethist.hxx"
|
||||
#include "svl/inethist.hxx"
|
||||
#include "svtools/inetimg.hxx"
|
||||
#include "svtools/insdlg.hxx"
|
||||
#include "svtools/intitem.hxx"
|
||||
#include "svtools/isethint.hxx"
|
||||
#include "svtools/itemiter.hxx"
|
||||
#include "svtools/itempool.hxx"
|
||||
#include "svtools/itemprop.hxx"
|
||||
#include "svtools/itemset.hxx"
|
||||
#include "svtools/languageoptions.hxx"
|
||||
#include "svtools/lckbitem.hxx"
|
||||
#include "svl/intitem.hxx"
|
||||
#include "svl/isethint.hxx"
|
||||
#include "svl/itemiter.hxx"
|
||||
#include "svl/itempool.hxx"
|
||||
#include "svl/itemprop.hxx"
|
||||
#include "svl/itemset.hxx"
|
||||
#include "svl/languageoptions.hxx"
|
||||
#include "svl/lckbitem.hxx"
|
||||
#include "unotools/lingucfg.hxx"
|
||||
#include "unotools/linguprops.hxx"
|
||||
#include "svtools/lstner.hxx"
|
||||
#include "svtools/misccfg.hxx"
|
||||
#include "svl/lstner.hxx"
|
||||
#include "unotools/misccfg.hxx"
|
||||
#include "unotools/moduleoptions.hxx"
|
||||
#include "svtools/numuno.hxx"
|
||||
#include "svtools/ownlist.hxx"
|
||||
#include "svl/numuno.hxx"
|
||||
#include "svl/ownlist.hxx"
|
||||
#include "svtools/parhtml.hxx"
|
||||
#include "unotools/pathoptions.hxx"
|
||||
#include "svtools/poolitem.hxx"
|
||||
#include "svl/poolitem.hxx"
|
||||
#include "svtools/prgsbar.hxx"
|
||||
#include "svtools/printdlg.hxx"
|
||||
#include "svtools/prnsetup.hxx"
|
||||
#include "svtools/ptitem.hxx"
|
||||
#include "svtools/rectitem.hxx"
|
||||
#include "svl/ptitem.hxx"
|
||||
#include "svl/rectitem.hxx"
|
||||
#include "svtools/rtfkeywd.hxx"
|
||||
#include "svtools/rtfout.hxx"
|
||||
#include "svtools/rtftoken.h"
|
||||
|
@ -673,37 +673,37 @@
|
|||
#include "unotools/saveopt.hxx"
|
||||
#include "svtools/scriptedtext.hxx"
|
||||
#include "svtools/sfxecode.hxx"
|
||||
#include "svtools/slstitm.hxx"
|
||||
#include "svtools/smplhint.hxx"
|
||||
#include "svl/slstitm.hxx"
|
||||
#include "svl/smplhint.hxx"
|
||||
#include "svtools/soerr.hxx"
|
||||
#include "svtools/solar.hrc"
|
||||
#include "svl/solar.hrc"
|
||||
#include "unotools/sourceviewconfig.hxx"
|
||||
#include "svtools/stdctrl.hxx"
|
||||
#include "svtools/stritem.hxx"
|
||||
#include "svtools/style.hrc"
|
||||
#include "svtools/style.hxx"
|
||||
#include "svtools/svarray.hxx"
|
||||
#include "svl/stritem.hxx"
|
||||
#include "svl/style.hrc"
|
||||
#include "svl/style.hxx"
|
||||
#include "svl/svarray.hxx"
|
||||
#include "svtools/svmedit.hxx"
|
||||
#include "svtools/svparser.hxx"
|
||||
#include "svtools/svstdarr.hxx"
|
||||
#include "svl/svstdarr.hxx"
|
||||
#include "svtools/svtabbx.hxx"
|
||||
#include "svtools/svtreebx.hxx"
|
||||
#include "svtools/syslocale.hxx"
|
||||
#include "unotools/syslocale.hxx"
|
||||
#include "svtools/templdlg.hxx"
|
||||
#include "svtools/textview.hxx"
|
||||
#include "svtools/transfer.hxx"
|
||||
#include "svtools/txtattr.hxx"
|
||||
#include "svtools/txtcmp.hxx"
|
||||
#include "svtools/undo.hxx"
|
||||
#include "svl/undo.hxx"
|
||||
#include "unotools/undoopt.hxx"
|
||||
#include "svtools/unoevent.hxx"
|
||||
#include "svtools/unoimap.hxx"
|
||||
#include "svtools/urihelper.hxx"
|
||||
#include "svtools/urlbmk.hxx"
|
||||
#include "svl/urihelper.hxx"
|
||||
#include "svl/urlbmk.hxx"
|
||||
#include "unotools/useroptions.hxx"
|
||||
#include "svtools/valueset.hxx"
|
||||
#include "svtools/visitem.hxx"
|
||||
#include "svtools/whiter.hxx"
|
||||
#include "svl/visitem.hxx"
|
||||
#include "svl/whiter.hxx"
|
||||
#include "svtools/xtextedt.hxx"
|
||||
|
||||
#include "svx/IAccessibleParent.hxx"
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include <redline.hxx>
|
||||
#include <vector>
|
||||
#include <vcl/window.hxx>
|
||||
#include <svtools/brdcst.hxx>
|
||||
#include <svl/brdcst.hxx>
|
||||
|
||||
class SwTxtFld;
|
||||
class SwRootFrm;
|
||||
|
|
|
@ -34,12 +34,12 @@
|
|||
#include <tools/string.hxx>
|
||||
|
||||
#define _SVSTDARR_USHORTS
|
||||
#include <svtools/svstdarr.hxx>
|
||||
#include <svl/svstdarr.hxx>
|
||||
#include <pam.hxx>
|
||||
|
||||
#include <IDocumentRedlineAccess.hxx>
|
||||
|
||||
#include <svtools/smplhint.hxx>
|
||||
#include <svl/smplhint.hxx>
|
||||
|
||||
class SfxItemSet;
|
||||
class SwView;
|
||||
|
|
|
@ -34,9 +34,9 @@
|
|||
#ifndef _SVSTDARR_HXX
|
||||
#define _SVSTDARR_USHORTS
|
||||
#define _SVSTDARR_USHORTSSORT
|
||||
#include <svtools/svstdarr.hxx>
|
||||
#include <svl/svstdarr.hxx>
|
||||
#endif
|
||||
#include <svtools/itemset.hxx>
|
||||
#include <svl/itemset.hxx>
|
||||
|
||||
//Nur die History anziehen, um das docnew.cxx gegen die CLOOK's zu behaupten.
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#ifndef _RUBYLIST_HXX
|
||||
#define _RUBYLIST_HXX
|
||||
|
||||
#include <svtools/svarray.hxx>
|
||||
#include <svl/svarray.hxx>
|
||||
#include <swtypes.hxx>
|
||||
#include <fmtruby.hxx>
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
#ifndef _TOOLS_REF_HXX
|
||||
#include <tools/ref.hxx>
|
||||
#endif
|
||||
#include <svtools/svarray.hxx>
|
||||
#include <svl/svarray.hxx>
|
||||
#include <frmfmt.hxx>
|
||||
|
||||
// Forward Deklaration
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
#ifndef _SVSTDARR_HXX
|
||||
#define _SVSTDARR_STRINGSDTOR
|
||||
#include <svtools/svstdarr.hxx>
|
||||
#include <svl/svstdarr.hxx>
|
||||
#endif
|
||||
|
||||
struct SW_DLLPUBLIC ShellResource : public Resource
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#define _SORTOPT_HXX
|
||||
|
||||
|
||||
#include <svtools/svarray.hxx>
|
||||
#include <svl/svarray.hxx>
|
||||
#include <tools/string.hxx>
|
||||
#include "swdllapi.h"
|
||||
|
||||
|
|
|
@ -31,8 +31,8 @@
|
|||
#define _SWATRSET_HXX
|
||||
#include <tools/solar.h>
|
||||
#include <tools/mempool.hxx>
|
||||
#include <svtools/itemset.hxx>
|
||||
#include <svtools/itempool.hxx>
|
||||
#include <svl/itemset.hxx>
|
||||
#include <svl/itempool.hxx>
|
||||
#include <swdllapi.h>
|
||||
|
||||
class SwModify;
|
||||
|
|
|
@ -40,6 +40,8 @@ public:
|
|||
|
||||
void GetValues( sal_uInt16 nCnt, const sal_Char** ppNames,
|
||||
sal_uInt32* pValues );
|
||||
virtual void Commit();
|
||||
virtual void Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& aPropertyNames );
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#ifndef SW_HINTS_HXX
|
||||
#define SW_HINTS_HXX
|
||||
|
||||
#include <svtools/smplhint.hxx>
|
||||
#include <svl/smplhint.hxx>
|
||||
|
||||
#define SW_BROADCASTID_START SFX_HINT_USER00
|
||||
#define SW_BROADCAST_DRAWVIEWS_CREATED SW_BROADCASTID_START
|
||||
|
|
|
@ -32,12 +32,12 @@
|
|||
#include <tools/link.hxx>
|
||||
#include <tools/string.hxx>
|
||||
#include <vcl/fldunit.hxx>
|
||||
#include <svtools/lstner.hxx>
|
||||
#include <svl/lstner.hxx>
|
||||
#include <unotools/options.hxx>
|
||||
#include <sfx2/module.hxx>
|
||||
|
||||
#include <tools/shl.hxx>
|
||||
#include <svtools/lstner.hxx>
|
||||
#include <svl/lstner.hxx>
|
||||
#include "swdllapi.h"
|
||||
#include "shellid.hxx"
|
||||
#include <fldupde.hxx>
|
||||
|
@ -127,7 +127,7 @@ class SW_DLLPUBLIC SwModule: public SfxModule, public SfxListener, public utl::C
|
|||
// Hint abfangen fuer DocInfo
|
||||
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
|
||||
|
||||
virtual void ConfigurationChanged( utl::ConfigurationBroadcaster* );
|
||||
virtual void ConfigurationChanged( utl::ConfigurationBroadcaster*, sal_uInt32 );
|
||||
|
||||
protected:
|
||||
// Briefumschlaege, Etiketten
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#ifndef _SWREGION_HXX
|
||||
#define _SWREGION_HXX
|
||||
|
||||
#include <svtools/svarray.hxx>
|
||||
#include <svl/svarray.hxx>
|
||||
|
||||
#include "swrect.hxx"
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#ifndef _TOOLS_REF_HXX
|
||||
#include <tools/ref.hxx>
|
||||
#endif
|
||||
#include <svtools/svarray.hxx>
|
||||
#include <svl/svarray.hxx>
|
||||
#include <tblenum.hxx>
|
||||
#include <swtypes.hxx>
|
||||
#include <calbck.hxx>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#ifndef _SWUNDO_HXX
|
||||
#define _SWUNDO_HXX
|
||||
|
||||
#include <svtools/svarray.hxx>
|
||||
#include <svl/svarray.hxx>
|
||||
|
||||
// die Ids fuer StdAktionen
|
||||
enum SwUndoId
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#ifndef _SVSTDARR_HXX
|
||||
#define _SVSTDARR_LONGS
|
||||
#define _SVSTDARR_BOOLS
|
||||
#include <svtools/svstdarr.hxx>
|
||||
#include <svl/svstdarr.hxx>
|
||||
#endif
|
||||
|
||||
#ifndef INCLUDED_VECTOR
|
||||
|
|
|
@ -47,7 +47,7 @@ JP 20.07.95:
|
|||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
**************************************************************************/
|
||||
|
||||
#include <svtools/svarray.hxx>
|
||||
#include <svl/svarray.hxx>
|
||||
#include "hintids.hxx" //_immmer_ vor den solar-items!
|
||||
#include <svx/algitem.hxx>
|
||||
#include <svx/fontitem.hxx>
|
||||
|
@ -65,7 +65,7 @@ JP 20.07.95:
|
|||
#include <svx/brshitem.hxx>
|
||||
#include <svx/adjitem.hxx>
|
||||
#include <svx/rotmodit.hxx>
|
||||
#include <svtools/intitem.hxx>
|
||||
#include <svl/intitem.hxx>
|
||||
#include <svx/bolnitem.hxx>
|
||||
#include "swdllapi.h"
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#ifndef _TBLSEL_HXX
|
||||
#define _TBLSEL_HXX
|
||||
|
||||
#include <svtools/svarray.hxx>
|
||||
#include <svl/svarray.hxx>
|
||||
#include <swtable.hxx>
|
||||
#include <swrect.hxx>
|
||||
#include "swdllapi.h"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue