#i103496#: split svtools; improve ConfitItems

This commit is contained in:
Mathias Bauer 2009-10-16 00:05:16 +02:00
parent 1dabbee147
commit fb6f5ee5ee
80 changed files with 140 additions and 138 deletions

View File

@ -32,7 +32,7 @@
#define INCLUDED_ACCESSIBILITY_TEXTWINDOWACCESSIBILITY_HXX
#include <toolkit/awt/vclxaccessiblecomponent.hxx>
#include <svtools/lstner.hxx>
#include <svl/lstner.hxx>
#include <svtools/textdata.hxx>
#include <svtools/texteng.hxx>
#include <svtools/textview.hxx>

View File

@ -31,7 +31,7 @@
#ifndef _COMMUNI_HXX
#define _COMMUNI_HXX
#include <svtools/svarray.hxx>
#include <svl/svarray.hxx>
#include <vos/thread.hxx>
#include <vos/mutex.hxx>
#include <vcl/timer.hxx>

View File

@ -58,7 +58,7 @@
#ifndef _WRKWIN_HXX //autogen
#include <vcl/wrkwin.hxx>
#endif
#include <svtools/poolitem.hxx>
#include <svl/poolitem.hxx>
#include "editwin.hxx"

View File

@ -30,9 +30,9 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_automation.hxx"
#include <svtools/intitem.hxx>
#include <svtools/stritem.hxx>
#include <svtools/eitem.hxx>
#include <svl/intitem.hxx>
#include <svl/stritem.hxx>
#include <svl/eitem.hxx>
#include "scmdstrm.hxx"
#include "svcommstream.hxx"
#include "rcontrol.hxx"

View File

@ -55,7 +55,7 @@
#if 1
#include <svtools/ttprops.hxx>
#include <basic/ttstrhlp.hxx>
#include <svtools/stritem.hxx>
#include <svl/stritem.hxx>
#include <svtools/stringtransfer.hxx>
#include <vcl/sound.hxx>
#include "testtool.hrc"

View File

@ -85,7 +85,7 @@
#include <vcl/wintypes.hxx>
#include <svtools/valueset.hxx>
#include <svtools/roadmap.hxx>
#include <svtools/poolitem.hxx>
#include <svl/poolitem.hxx>
#include <svtools/extensionlistbox.hxx>
// Hat keinen Includeschutz
#include <svtools/svtdata.hxx>
@ -102,14 +102,14 @@
//#include <vcl/drag.hxx>
#endif
#include <tools/fsys.hxx>
#include <svtools/stritem.hxx>
#include <svl/stritem.hxx>
#include <svtools/ttprops.hxx>
#ifndef _BASIC_TTRESHLP_HXX
#include <basic/ttstrhlp.hxx>
#endif
#include <basic/dispdefs.hxx>
#include <vos/socket.hxx>
#include <svtools/pickerhistory.hxx>
#include <svl/pickerhistory.hxx>
#include <com/sun/star/util/XCancellable.hpp>
#include <sot/storage.hxx>

View File

@ -58,7 +58,7 @@ using namespace com::sun::star::devtools;
#include <vcl/svapp.hxx>
#endif
#include <svtools/stringtransfer.hxx>
#include <svtools/brdcst.hxx>
#include <svl/brdcst.hxx>
//#ifndef _SBXCLASS_HXX //autogen
#include <basic/sbx.hxx>
//#endif

View File

@ -30,7 +30,7 @@
#include <automation/communi.hxx>
#include <tools/link.hxx>
#include <svtools/svarray.hxx>
#include <svl/svarray.hxx>
#include <vos/thread.hxx>

View File

@ -32,7 +32,7 @@
// include ---------------------------------------------------------------
#include <svtools/solar.hrc>
#include <svl/solar.hrc>
// Help-Ids --------------------------------------------------------------

View File

@ -77,19 +77,19 @@
#include "vcl/svapp.hxx"
#include "vcl/scrbar.hxx"
#include "svtools/svarray.hxx"
#include "svtools/itempool.hxx"
#include "svtools/itemset.hxx"
#include "svtools/aeitem.hxx"
#include "svtools/stritem.hxx"
#include "svtools/whiter.hxx"
#include "svl/svarray.hxx"
#include "svl/itempool.hxx"
#include "svl/itemset.hxx"
#include "svl/aeitem.hxx"
#include "svl/stritem.hxx"
#include "svl/whiter.hxx"
#include "svtools/langtab.hxx"
#include "svtools/texteng.hxx"
#include "svtools/textview.hxx"
#include "svtools/xtextedt.hxx"
#include "svtools/txtattr.hxx"
#include "svtools/textwindowpeer.hxx"
#include "svtools/urihelper.hxx"
#include "svl/urihelper.hxx"
#define _BASIC_TEXTPORTIONS
#include "basic/sbdef.hxx"

View File

@ -32,7 +32,7 @@
#define _BASICBOX_HXX
#include "doceventnotifier.hxx"
#include <svtools/stritem.hxx>
#include <svl/stritem.hxx>
#include <svheader.hxx>
#include <sfx2/tbxctrl.hxx>
#include <vcl/lstbox.hxx>

View File

@ -1430,7 +1430,7 @@ ModulWindowLayout::ModulWindowLayout( Window* pParent ) :
m_aSyntaxColors[TT_UNKNOWN] = aColor;
m_aSyntaxColors[TT_WHITESPACE] = aColor;
m_aSyntaxColors[TT_EOL] = aColor;
StartListening(m_aColorConfig);
m_aColorConfig.AddListener(this);
m_aSyntaxColors[TT_IDENTIFIER]
= Color(m_aColorConfig.GetColorValue(svtools::BASICIDENTIFIER).nColor);
m_aSyntaxColors[TT_NUMBER]
@ -1458,7 +1458,7 @@ ModulWindowLayout::ModulWindowLayout( Window* pParent ) :
ModulWindowLayout::~ModulWindowLayout()
{
EndListening(m_aColorConfig);
m_aColorConfig.RemoveListener(this);
}
void __EXPORT ModulWindowLayout::Resize()
@ -1652,13 +1652,8 @@ void ModulWindowLayout::DataChanged(DataChangedEvent const & rDCEvt)
}
// virtual
void ModulWindowLayout::Notify(SfxBroadcaster & rBc, SfxHint const & rHint)
void ModulWindowLayout::ConfigurationChanged( utl::ConfigurationBroadcaster*, sal_uInt32 )
{
(void)rBc;
if (rHint.ISA(SfxSimpleHint)
&& (static_cast< SfxSimpleHint const & >(rHint).GetId()
== SFX_HINT_COLORS_CHANGED))
{
Color aColor(m_aColorConfig.GetColorValue(svtools::BASICIDENTIFIER).
nColor);

View File

@ -48,7 +48,7 @@ class SvxSearchItem;
#endif
#include <basic/sbmod.hxx>
#include <vcl/split.hxx>
#include "svtools/lstner.hxx"
#include "svl/lstner.hxx"
#include <svtools/colorcfg.hxx>
#include <sfx2/progress.hxx>
@ -155,7 +155,7 @@ protected:
virtual void Command( const CommandEvent& rCEvt );
virtual void LoseFocus();
virtual void RequestHelp( const HelpEvent& rHEvt );
virtual void ConfigurationChanged( utl::ConfigurationBroadcaster* );
virtual void ConfigurationChanged( utl::ConfigurationBroadcaster*, sal_uInt32 );
void DoSyntaxHighlight( ULONG nPara );
String GetWordAtCursor();
@ -447,7 +447,7 @@ public:
void SetModule( const ::rtl::OUString& aModule ) { m_aModule = aModule; }
};
class ModulWindowLayout: public Window, public SfxListener
class ModulWindowLayout: public Window, public utl::ConfigurationListener
{
private:
@ -470,8 +470,7 @@ private:
virtual void DataChanged(DataChangedEvent const & rDCEvt);
using Window::Notify;
virtual void Notify(SfxBroadcaster & rBc, SfxHint const & rHint);
virtual void ConfigurationChanged( utl::ConfigurationBroadcaster*, sal_uInt32 );
void updateSyntaxHighlighting();

View File

@ -32,7 +32,7 @@
#include "precompiled_basctl.hxx"
#include <svtools/svarray.hxx>
#include <svl/svarray.hxx>
#define _BASIC_TEXTPORTIONS
#include <basic/sbdef.hxx>
#include <ide_pch.hxx>
@ -40,7 +40,7 @@
#include <tools/urlobj.hxx>
#include <unotools/charclass.hxx>
#include <svtools/urihelper.hxx>
#include <svl/urihelper.hxx>
#include <basic/sbx.hxx>
#include <vcl/sound.hxx>
#include <svtools/xtextedt.hxx>
@ -719,7 +719,7 @@ void EditorWindow::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint )
}
}
void EditorWindow::ConfigurationChanged( utl::ConfigurationBroadcaster* )
void EditorWindow::ConfigurationChanged( utl::ConfigurationBroadcaster*, sal_uInt32 )
{
ImplSetFont();
}

View File

@ -36,7 +36,7 @@
#define GLOBALOVERFLOW2
#include <basic/sbx.hxx>
#define _SVSTDARR_STRINGS
#include <svtools/svstdarr.hxx>
#include <svl/svstdarr.hxx>
#include <ide_pch.hxx>
#define _SOLAR__PRIVATE 1

View File

@ -52,7 +52,7 @@
#define _SOLAR__PRIVATE 1
#include <basic/sbx.hxx>
#include <svtools/hint.hxx>
#include <svl/hint.hxx>
#include <tools/diagnose_ex.h>
#include <basidesh.hrc>
#include <basidesh.hxx>

View File

@ -37,7 +37,7 @@
#define _SVICNVW_HXX
#include <svtools/svtreebx.hxx>
#include <svtools/lstner.hxx>
#include <svl/lstner.hxx>
#include <basic/sbstar.hxx>
#include <sbxitem.hxx>
#include "basobj.hxx"

View File

@ -30,7 +30,7 @@
#ifndef _BRKDLG_HRC
#define _BRKDLG_HRC
#include <svtools/solar.hrc>
#include <svl/solar.hrc>
#define RID_BASICIDE_BREAKPOINTDLG ( RID_BASICIDE_START + 80 )

View File

@ -33,11 +33,11 @@
#include <vcl/msgbox.hxx>
#include <vcl/menu.hxx>
#include <svtools/svarray.hxx>
#include <svtools/itemset.hxx>
#include <svtools/aeitem.hxx>
#include <svtools/stritem.hxx>
#include <svtools/whiter.hxx>
#include <svl/svarray.hxx>
#include <svl/itemset.hxx>
#include <svl/aeitem.hxx>
#include <svl/stritem.hxx>
#include <svl/whiter.hxx>
#define _BASIC_TEXTPORTIONS
#include <basic/sbdef.hxx>

View File

@ -41,7 +41,7 @@
#include <sfx2/genlink.hxx>
#include <svtools/solar.hrc>
#include <svl/solar.hrc>
#include <iderdll.hxx>
#include <iderdll2.hxx>
#include <iderid.hxx>

View File

@ -30,7 +30,7 @@
#ifndef _MACRODLG_HRC
#define _MACRODLG_HRC
#include <svtools/solar.hrc>
#include <svl/solar.hrc>
#define RID_MACROCHOOSER ( RID_BASICIDE_START + 50 )
#define RID_STR_BTNDEL ( RID_BASICIDE_START + 51 )

View File

@ -30,7 +30,7 @@
#ifndef _MODULDLG_HRC
#define _MODULDLG_HRC
#include <svtools/solar.hrc>
#include <svl/solar.hrc>
#define RID_STR_LIB 1
#define RID_TRLBOX 2

View File

@ -30,7 +30,7 @@
#ifndef _MOPTIONS_HRC
#define _MOPTIONS_HRC
#include <svtools/solar.hrc>
#include <svl/solar.hrc>
#define RID_MACROOPTIONS ( RID_BASICIDE_START + 55 )

View File

@ -30,7 +30,7 @@
#ifndef _OBJDLG_HRC
#define _OBJDLG_HRC
#include <svtools/solar.hrc>
#include <svl/solar.hrc>
#define RID_BASICIDE_OBJCAT ( RID_BASICIDE_START + 70 )
#define RID_FT_MACRODESCR 8

View File

@ -70,7 +70,7 @@
#include <xmlscript/xmldlg_imexp.hxx>
#include <svtools/syslocale.hxx>
#include <unotools/syslocale.hxx>
#include <unotools/collatorwrapper.hxx>

View File

@ -42,7 +42,7 @@
#include <tbxctl.hrc>
#include <idetemp.hxx>
#include <sfx2/imagemgr.hxx>
#include <svtools/aeitem.hxx>
#include <svl/aeitem.hxx>
#include <vcl/toolbox.hxx>
using namespace ::com::sun::star::uno;

View File

@ -27,7 +27,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
#include <svtools/solar.hrc>
#include <svl/solar.hrc>
#define RID_TBXCONTROLS ( RID_BASICIDE_START + 65 )
#define RID_TOOLBOX ( RID_BASICIDE_START + 66 )

View File

@ -46,7 +46,7 @@
#include <iderdll.hxx>
#include <vcl/scrbar.hxx>
#include <tools/shl.hxx>
#include <svtools/itempool.hxx>
#include <svl/itempool.hxx>
#include <sfx2/viewfrm.hxx>
#ifndef _SVX_SVXIDS_HRC

View File

@ -37,7 +37,7 @@
#include <comphelper/accessiblecomponenthelper.hxx>
#include <cppuhelper/implbase3.hxx>
#include <tools/link.hxx>
#include <svtools/lstner.hxx>
#include <svl/lstner.hxx>
#include <vector>

View File

@ -36,7 +36,7 @@
#endif
#include <bastypes.hxx>
#include <svtools/undo.hxx>
#include <svl/undo.hxx>
#include <vcl/dialog.hxx>
#include <vcl/button.hxx>
#include <vcl/lstbox.hxx>

View File

@ -32,7 +32,7 @@
#include "scriptdocument.hxx"
#include <tools/string.hxx>
#include <svtools/lstner.hxx>
#include <svl/lstner.hxx>
#ifndef _COM_SUN_STAR_IO_XINPUTSTREAMPROVIDER_HXX_
#include <com/sun/star/io/XInputStreamProvider.hpp>

View File

@ -38,8 +38,8 @@
#include <tools/link.hxx>
#include <tools/gen.hxx>
#include <vcl/timer.hxx>
#include <svtools/hint.hxx>
#include <svtools/brdcst.hxx>
#include <svl/hint.hxx>
#include <svl/brdcst.hxx>
#define DLGED_PAGE_WIDTH_MIN 1280
#define DLGED_PAGE_HEIGHT_MIN 1024

View File

@ -33,7 +33,7 @@
// include -----------------------------------------------------------
#include <svtools/solar.hrc>
#include <svl/solar.hrc>
// Dialog Control Id's -----------------------------------------------------------

View File

@ -37,8 +37,8 @@
#include <com/sun/star/frame/XFrame.hpp>
#include <comphelper/composedprops.hxx>
#include <sfx2/basedlgs.hxx>
#include <svtools/brdcst.hxx>
#include <svtools/lstner.hxx>
#include <svl/brdcst.hxx>
#include <svl/lstner.hxx>
#include <sfx2/childwin.hxx>
#include <svx/svdmark.hxx>

View File

@ -31,7 +31,7 @@
#define _SBXITEM_HXX
#include "scriptdocument.hxx"
#include <svtools/poolitem.hxx>
#include <svl/poolitem.hxx>
const USHORT BASICIDE_TYPE_UNKNOWN = 0;
const USHORT BASICIDE_TYPE_SHELL = 1;

View File

@ -30,7 +30,7 @@
#ifndef EXTENSIONS_INC_EXTENSIO_HRC
#define EXTENSIONS_INC_EXTENSIO_HRC
#include <svtools/solar.hrc>
#include <svl/solar.hrc>
// -----------------------------------------------------------------------
// - resource id areas

View File

@ -507,11 +507,11 @@
#include "svtools/filenotation.hxx"
#include "svl/filenotation.hxx"
#include "svtools/imgdef.hxx"
#include "svtools/miscopt.hxx"
#include "unotools/moduleoptions.hxx"
#include "svtools/numuno.hxx"
#include "svl/numuno.hxx"
#include "svx/flagsdef.hxx"

View File

@ -39,7 +39,7 @@
#include <sfx2/filedlghelper.hxx>
#include <unotools/pathoptions.hxx>
#ifndef SVTOOLS_FILENOTATION_HXX_
#include <svtools/filenotation.hxx>
#include <svl/filenotation.hxx>
#endif
#include <sfx2/docfilt.hxx>
#include <vcl/msgbox.hxx>

View File

@ -32,7 +32,7 @@
#include "precompiled_extensions.hxx"
#include <bibconfig.hxx>
#include <svtools/svarray.hxx>
#include <svl/svarray.hxx>
#include <tools/debug.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/uno/Any.hxx>
@ -244,6 +244,10 @@ void BibConfig::SetBibliographyURL(const BibDBDescriptor& rDesc)
SetModified();
};
//---------------------------------------------------------------------------
void BibConfig::Notify( const com::sun::star::uno::Sequence<rtl::OUString>& )
{
}
void BibConfig::Commit()
{
const Sequence<OUString> aPropertyNames = GetPropertyNames();

View File

@ -114,6 +114,7 @@ public:
~BibConfig();
virtual void Commit();
virtual void Notify( const com::sun::star::uno::Sequence<rtl::OUString>& aPropertyNames);
BibDBDescriptor GetBibliographyURL();
void SetBibliographyURL(const BibDBDescriptor& rDesc);

View File

@ -36,9 +36,9 @@
#include <tools/urlobj.hxx>
#include <tools/diagnose_ex.h>
#include <cppuhelper/weak.hxx>
#include <svtools/itemprop.hxx>
#include <svl/itemprop.hxx>
#include <uno/environment.h>
#include <svtools/urihelper.hxx>
#include <svl/urihelper.hxx>
#ifndef _TOOLKIT_UNOHLP_HXX
#include <toolkit/helper/vclunohelper.hxx>
#endif

View File

@ -34,7 +34,7 @@
#include <tools/resmgr.hxx>
#include <tools/urlobj.hxx>
#include <svtools/urihelper.hxx>
#include <svl/urihelper.hxx>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/util/XLocalizedAliases.hpp>
#include <com/sun/star/lang/XLocalizable.hpp>

View File

@ -60,7 +60,7 @@
#include <ucbhelper/content.hxx>
#include <ucbhelper/contentidentifier.hxx>
#include <comphelper/container.hxx>
#include <svtools/urihelper.hxx>
#include <svl/urihelper.hxx>
#include <svtools/svtabbx.hxx>
#include <svtools/headbar.hxx>
#include <vcl/dialog.hxx>

View File

@ -38,7 +38,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/frame/XDispatchInformationProvider.hpp>
#include <cppuhelper/implbase5.hxx>
#include <svtools/svarray.hxx>
#include <svl/svarray.hxx>
#include "bibmod.hxx"
class BibDataManager;

View File

@ -28,7 +28,7 @@
*
************************************************************************/
#include <svtools/solar.hrc>
#include <svl/solar.hrc>
#include <svx/svxids.hrc>
#ifndef _GLOBLMN_HRC
#include <svx/globlmn.hrc>

View File

@ -39,7 +39,7 @@
#include <vcl/lstbox.hxx>
#include <vcl/edit.hxx>
#include <vcl/fixed.hxx>
#include <svtools/svarray.hxx>
#include <svl/svarray.hxx>
#include <vcl/timer.hxx>
#include <cppuhelper/implbase1.hxx> // helper for implementations

View File

@ -53,7 +53,7 @@
#include <unotools/pathoptions.hxx>
#include <sfx2/filedlghelper.hxx>
#ifndef SVTOOLS_FILENOTATION_HXX_
#include <svtools/filenotation.hxx>
#include <svl/filenotation.hxx>
#endif
//.........................................................................
namespace dbp

View File

@ -31,7 +31,7 @@
#include "componentmodule.hxx"
#include <tools/resmgr.hxx>
#ifndef _SOLAR_HRC
#include <svtools/solar.hrc>
#include <svl/solar.hrc>
#endif
#include <comphelper/sequence.hxx>
#include <tools/debug.hxx>

View File

@ -46,8 +46,8 @@
#include <svx/svxdlg.hxx>
#include <vcl/svapp.hxx>
#include <vos/mutex.hxx>
#include <svtools/itemset.hxx>
#include <svtools/stritem.hxx>
#include <svl/itemset.hxx>
#include <svl/stritem.hxx>
#include <sfx2/app.hxx>
#include <svx/dialogs.hrc>
#include <sfx2/sfxsids.hrc>

View File

@ -34,8 +34,8 @@
#include "componentmodule.hxx"
#include <tools/debug.hxx>
#include <sfx2/docfile.hxx>
#include <svtools/itemset.hxx>
#include <svtools/itempool.hxx>
#include <svl/itemset.hxx>
#include <svl/itempool.hxx>
#include <vcl/msgbox.hxx>
#include <unotools/pathoptions.hxx>
#ifndef _EXTENSIONS_PRELOAD_PRELOAD_HRC_

View File

@ -40,7 +40,7 @@
#include <vcl/tabpage.hxx>
#include <vcl/fixed.hxx>
#include <svtools/svmedit.hxx>
#include <svtools/lstner.hxx>
#include <svl/lstner.hxx>
#include <vcl/scrbar.hxx>
//.........................................................................

View File

@ -71,8 +71,8 @@
#include <rtl/ref.hxx>
#include <rtl/ustrbuf.hxx>
#include <sfx2/app.hxx>
#include <svtools/eitem.hxx>
#include <svtools/itemset.hxx>
#include <svl/eitem.hxx>
#include <svl/itemset.hxx>
#include <svx/svxdlg.hxx>
#include <svx/svxids.hrc>
#include <tools/diagnose_ex.h>

View File

@ -89,14 +89,14 @@
#include <sfx2/basedlgs.hxx>
#include <sfx2/docfilt.hxx>
#include <sfx2/filedlghelper.hxx>
#include <svtools/ctloptions.hxx>
#include <svl/ctloptions.hxx>
#include <svtools/colrdlg.hxx>
#include <svtools/filenotation.hxx>
#include <svtools/intitem.hxx>
#include <svtools/itemset.hxx>
#include <svl/filenotation.hxx>
#include <svl/intitem.hxx>
#include <svl/itemset.hxx>
#include <unotools/moduleoptions.hxx>
#include <svtools/numuno.hxx>
#include <svtools/urihelper.hxx>
#include <svl/numuno.hxx>
#include <svl/urihelper.hxx>
#include <svx/dialogs.hrc>
#include <svx/numinf.hxx>
#include <svx/svxdlg.hxx>

View File

@ -32,10 +32,10 @@
#define _EXTENSIONS_FORMCTRLR_FORMHELPID_HRC_
#ifndef _SOLAR_HRC
#include <svtools/solar.hrc>
#include <svl/solar.hrc>
#endif
// TODO: create a new help id range in <svtools/solar.hrc>
// TODO: create a new help id range in <svl/solar.hrc>
// at the moment, the help ids are ripped from svx/inc/fmhelper.hrc
// (the old property browser was implemented in svx)

View File

@ -45,7 +45,7 @@
#include <tools/debug.hxx>
#include <unotools/confignode.hxx>
#include <unotools/localedatawrapper.hxx>
#include <svtools/syslocale.hxx>
#include <unotools/syslocale.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <algorithm>

View File

@ -31,7 +31,7 @@
#ifndef EXTENSIONS_PROPRESID_HRC
#define EXTENSIONS_PROPRESID_HRC
// TODO: create a new resource range in <svtools/solar.hrc>
// TODO: create a new resource range in <svl/solar.hrc>
#define RID_PROPCONTROLLER_START 1000
// arbitrary at the moment

View File

@ -55,7 +55,7 @@
#include <vcl/floatwin.hxx>
#include <svtools/svmedit.hxx>
#include <svtools/colorcfg.hxx>
#include <svtools/syslocale.hxx>
#include <unotools/syslocale.hxx>
#include <unotools/datetime.hxx>
#include <i18npool/mslangid.hxx>
#ifndef _SV_BUTTON_HXX

View File

@ -36,10 +36,10 @@
#include <com/sun/star/inspection/PropertyControlType.hpp>
#include <com/sun/star/inspection/PropertyControlType.hpp>
/** === end UNO includes === **/
#include <svtools/numuno.hxx>
#include <svl/numuno.hxx>
#include <rtl/math.hxx>
#include <tools/debug.hxx>
#include <svtools/zformat.hxx>
#include <svl/zformat.hxx>
#include <connectivity/dbconversion.hxx>
#include <com/sun/star/util/Time.hpp>
#include "modulepcr.hxx"

View File

@ -42,7 +42,7 @@
#include <com/sun/star/util/XNumberFormatsSupplier.hpp>
#include <com/sun/star/xforms/XDataTypeRepository.hpp>
/** === end UNO includes === **/
#include <svtools/syslocale.hxx>
#include <unotools/syslocale.hxx>
#include <tools/diagnose_ex.h>
//........................................................................

View File

@ -335,15 +335,15 @@
#include "svtools/cliplistener.hxx"
#include "svtools/imageresourceaccess.hxx"
#include "svtools/inetstrm.hxx"
#include "svtools/inettype.hxx"
#include "svtools/itempool.hxx"
#include "svtools/itemset.hxx"
#include "svtools/languageoptions.hxx"
#include "svl/inetstrm.hxx"
#include "svl/inettype.hxx"
#include "svl/itempool.hxx"
#include "svl/itemset.hxx"
#include "svl/languageoptions.hxx"
#include "unotools/lingucfg.hxx"
#include "svtools/numuno.hxx"
#include "svtools/poolitem.hxx"
#include "svtools/solar.hrc"
#include "svl/numuno.hxx"
#include "svl/poolitem.hxx"
#include "svl/solar.hrc"
#include "svtools/transfer.hxx"
#include "svx/editdata.hxx"

View File

@ -34,7 +34,7 @@
#include <tools/debug.hxx>
#include <unotools/localedatawrapper.hxx>
#include <vcl/svapp.hxx>
#include <svtools/syslocale.hxx>
#include <unotools/syslocale.hxx>
//.........................................................................
namespace frm

View File

@ -81,8 +81,8 @@
#include <osl/mutex.hxx>
#include <rtl/math.hxx>
#include <rtl/tencinfo.h>
#include <svtools/inetstrm.hxx>
#include <svtools/inettype.hxx>
#include <svl/inetstrm.hxx>
#include <svl/inettype.hxx>
#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>
#include <tools/fsys.hxx>

View File

@ -42,8 +42,8 @@
#include <comphelper/numbers.hxx>
#include <connectivity/dbtools.hxx>
#include <connectivity/dbconversion.hxx>
#include <svtools/zforlist.hxx>
#include <svtools/numuno.hxx>
#include <svl/zforlist.hxx>
#include <svl/numuno.hxx>
#include <vcl/svapp.hxx>
#include <tools/debug.hxx>
#include <vcl/wintypes.hxx>

View File

@ -65,7 +65,7 @@
#include <comphelper/extract.hxx>
#include <comphelper/guarding.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <svtools/urihelper.hxx>
#include <svl/urihelper.hxx>
#include <memory>

View File

@ -32,7 +32,7 @@
#define _FRM_RESOURCE_HRC_
#ifndef _SOLAR_HRC
#include <svtools/solar.hrc>
#include <svl/solar.hrc>
#endif
//------------------------------------------------------------------------------

View File

@ -39,7 +39,7 @@
//---------------------------------------------------
#ifndef _SOLAR_HRC
#include <svtools/solar.hrc>
#include <svl/solar.hrc>
#endif
//.........................................................................

View File

@ -32,8 +32,8 @@
#include "precompiled_forms.hxx"
#include "parametrizedattributedispatcher.hxx"
#include <svx/editview.hxx>
#include <svtools/itemset.hxx>
#include <svtools/itempool.hxx>
#include <svl/itemset.hxx>
#include <svl/itempool.hxx>
#ifndef _SVX_SVXIDS_HRC
#include <svx/svxids.hrc>

View File

@ -51,8 +51,8 @@
#include <svx/svxids.hrc>
#include <svx/editview.hxx>
#include <svtools/itemset.hxx>
#include <svtools/itempool.hxx>
#include <svl/itemset.hxx>
#include <svl/itempool.hxx>
#include <sfx2/msgpool.hxx>
//--------------------------------------------------------------------------

View File

@ -31,7 +31,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_forms.hxx"
#include "richtextengine.hxx"
#include <svtools/itempool.hxx>
#include <svl/itempool.hxx>
#include <svx/eeitem.hxx>
#include <svx/editobj.hxx>
#define ITEMID_FONTHEIGHT EE_CHAR_FONTHEIGHT
@ -45,7 +45,7 @@
#include <vcl/mapmod.hxx>
#include <vcl/outdev.hxx>
#include <unotools/lingucfg.hxx>
#include <svtools/undo.hxx>
#include <svl/undo.hxx>
#include <vos/mutex.hxx>
#include <algorithm>

View File

@ -43,8 +43,8 @@
#include <svx/scripttypeitem.hxx>
#include <svx/editobj.hxx>
#include <svtools/itempool.hxx>
#include <svtools/itemset.hxx>
#include <svl/itempool.hxx>
#include <svl/itemset.hxx>
#include <vcl/mapunit.hxx>
#include <vcl/window.hxx>
#include <vcl/svapp.hxx>

View File

@ -32,9 +32,9 @@
#include "precompiled_forms.hxx"
#include "richtextvclcontrol.hxx"
#include "richtextimplcontrol.hxx"
#include <svtools/itempool.hxx>
#include <svtools/itemset.hxx>
#include <svtools/languageoptions.hxx>
#include <svl/itempool.hxx>
#include <svl/itemset.hxx>
#include <svl/languageoptions.hxx>
#if OSL_DEBUG_LEVEL > 0
#ifndef _TOOLS_TEMPFILE_HXX
#include <tools/tempfile.hxx>

View File

@ -36,8 +36,8 @@
#include <svx/svxids.hrc>
#endif
#include <svx/eeitem.hxx>
#include <svtools/itemset.hxx>
#include <svtools/itempool.hxx>
#include <svl/itemset.hxx>
#include <svl/itempool.hxx>
#include <vcl/mapunit.hxx>
#include <vcl/mapmod.hxx>
#include <vcl/outdev.hxx>

View File

@ -33,7 +33,7 @@
#include <tools/solar.h>
#include <sal/types.h>
#include <svtools/poolitem.hxx>
#include <svl/poolitem.hxx>
//........................................................................
namespace frm

View File

@ -1,4 +1,4 @@
lc lingucomponent : linguistic libtextcat svtools hyphen HUNSPELL:hunspell NULL
lc lingucomponent : linguistic libtextcat svl hyphen HUNSPELL:hunspell NULL
lc lingucomponent usr1 - all lc_mkout NULL
lc lingucomponent\inc nmake - all lc_inc NULL
lc lingucomponent\source\lingutil nmake - all lc_util lc_inc NULL

View File

@ -71,9 +71,7 @@ SHL1STDLIBS= \
$(CPPUHELPERLIB) \
$(VOSLIB) \
$(TOOLSLIB) \
$(SVTOOLLIB) \
$(SVLLIB) \
$(VCLLIB) \
$(SALLIB) \
$(UCBHELPERLIB) \
$(UNOTOOLSLIB) \

View File

@ -88,6 +88,8 @@ namespace
{
sal_Int16 m_nODF;
public:
virtual void Commit();
virtual void Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& aPropertyNames );
SaveODFItem();
//See group ODF in Common.xcs
bool isLessODF1_2()
@ -96,6 +98,9 @@ namespace
}
};
void SaveODFItem::Commit() {}
void SaveODFItem::Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& aPropertyNames ) {}
SaveODFItem::SaveODFItem(): utl::ConfigItem(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(
"Office.Common/Save"))), m_nODF(0)
{

View File

@ -33,7 +33,7 @@
// include ---------------------------------------------------------------
#include <svtools/solar.hrc>
#include <svl/solar.hrc>
// Help-Ids --------------------------------------------------------------

View File

@ -44,7 +44,7 @@
#include <com/sun/star/security/SerialNumberAdapter.hpp>
#include <comphelper/sequence.hxx>
#include <sfx2/filedlghelper.hxx>
#include <svtools/pickerhelper.hxx>
#include <svl/pickerhelper.hxx>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/uno/Exception.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>

View File

@ -36,8 +36,8 @@
#include <vcl/svapp.hxx>
#include <vcl/fixed.hxx>
#include <svtools/stdctrl.hxx>
#include <svtools/solar.hrc>
#include <svtools/syslocale.hxx>
#include <svl/solar.hrc>
#include <unotools/syslocale.hxx>
#include <rtl/ustring.h>
#include <rtl/ustrbuf.h>
#include <vector>

View File

@ -41,14 +41,14 @@
#endif
#include <vcl/image.hxx>
//#ifndef _SFXITEMPOOL_HXX
//#include <svtools/itempool.hxx>
//#include <svl/itempool.hxx>
//#endif
#include <sfx2/app.hxx>
#include <sfx2/module.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/objsh.hxx>
#include <svtools/eitem.hxx>
#include <svl/eitem.hxx>
#include <xmlsecurity/stbcontrl.hxx>