move InterimItemWindow to svtools

Change-Id: I058b1d96a3ddfaa1aa96f66d0ebc6fa68900a48c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92697
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Caolán McNamara 2020-04-22 14:19:40 +01:00
parent cf13fe3e6f
commit a9ea920dfb
31 changed files with 31 additions and 31 deletions

View File

@ -21,7 +21,7 @@
#include <avmedia/mediaitem.hxx>
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
#include <vcl/timer.hxx>
#include <vcl/idle.hxx>
#include <vcl/weld.hxx>

View File

@ -26,7 +26,7 @@
#include <basic/sbmod.hxx>
#include <basic/sbstar.hxx>
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
#include <vcl/idle.hxx>
#include <vcl/weld.hxx>

View File

@ -22,7 +22,7 @@
#include <svl/stritem.hxx>
#include <sfx2/tbxctrl.hxx>
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
#include "doceventnotifier.hxx"
#include "scriptdocument.hxx"

View File

@ -25,7 +25,7 @@
#include <cppuhelper/implbase1.hxx>
#include <svtools/toolboxcontroller.hxx>
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
#include <cppuhelper/weakref.hxx>
namespace chart

View File

@ -15,7 +15,7 @@
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/util/XURLTransformer.hpp>
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
#include <vcl/event.hxx>
#include <vcl/svapp.hxx>
#include <vcl/window.hxx>

View File

@ -9,11 +9,11 @@
#pragma once
#include <sfx2/dllapi.h>
#include <svtools/svtdllapi.h>
#include <vcl/layout.hxx>
#include <vcl/weld.hxx>
class SFX2_DLLPUBLIC InterimItemWindow : public Control
class SVT_DLLPUBLIC InterimItemWindow : public Control
{
public:
virtual ~InterimItemWindow() override;

View File

@ -21,7 +21,7 @@
#define INCLUDED_SVX_FILLCTRL_HXX
#include <memory>
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
#include <sfx2/tbxctrl.hxx>
#include <sfx2/weldutils.hxx>
#include <svx/svxdllapi.h>

View File

@ -19,7 +19,7 @@
#ifndef INCLUDED_SVX_ITEMWIN_HXX
#define INCLUDED_SVX_ITEMWIN_HXX
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
#include <svtools/toolbarmenu.hxx>
#include <svx/dlgctrl.hxx>
#include <svx/svxdllapi.h>

View File

@ -20,7 +20,7 @@
#ifndef INCLUDED_SC_SOURCE_UI_INC_CBNUMBERFORMAT_HXX
#define INCLUDED_SC_SOURCE_UI_INC_CBNUMBERFORMAT_HXX
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
class ScNumberFormat final : public InterimItemWindow
{

View File

@ -23,7 +23,7 @@
#include <vector>
#include <memory>
#include <vcl/toolbox.hxx>
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
#include <sfx2/childwin.hxx>
#include <svl/lstner.hxx>
#include <vcl/button.hxx>

View File

@ -22,7 +22,7 @@
#include <vcl/customweld.hxx>
#include <vcl/window.hxx>
#include <svl/poolitem.hxx>
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
#include <sfx2/tbxctrl.hxx>
namespace com { namespace sun { namespace star { namespace frame { class XDispatchProvider; } } } }

View File

@ -20,7 +20,7 @@
#ifndef INCLUDED_SD_SOURCE_UI_INC_DIACTRL_HXX
#define INCLUDED_SD_SOURCE_UI_INC_DIACTRL_HXX
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
#include <sfx2/tbxctrl.hxx>
namespace com { namespace sun { namespace star { namespace frame { class XFrame; } } } }

View File

@ -20,7 +20,7 @@
#ifndef INCLUDED_SD_SOURCE_UI_INC_GLUECTRL_HXX
#define INCLUDED_SD_SOURCE_UI_INC_GLUECTRL_HXX
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
#include <sfx2/tbxctrl.hxx>
enum class SdrEscapeDirection;

View File

@ -128,7 +128,6 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\
sfx2/source/bastyp/sfxhtml \
sfx2/source/bastyp/sfxresid \
sfx2/source/config/evntconf \
sfx2/source/control/InterimItemWindow \
sfx2/source/control/asyncfunc \
sfx2/source/control/bindings \
sfx2/source/control/ctrlitem \

View File

@ -334,6 +334,7 @@
#include <svl/urihelper.hxx>
#include <svl/visitem.hxx>
#include <svl/whiter.hxx>
#include <svtools/InterimItemWindow.hxx>
#include <svtools/ehdl.hxx>
#include <svtools/helpopt.hxx>
#include <svtools/imagemgr.hxx>
@ -399,7 +400,6 @@
#include <openflag.hxx>
#include <openuriexternally.hxx>
#include <openurlhint.hxx>
#include <sfx2/InterimItemWindow.hxx>
#include <sfx2/app.hxx>
#include <sfx2/basedlgs.hxx>
#include <sfx2/bindings.hxx>

View File

@ -34,7 +34,7 @@
#include <svtools/inettbc.hxx>
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
#include <sfx2/sfxsids.hrc>
using namespace ::com::sun::star::uno;

View File

@ -16,7 +16,7 @@
#include <com/sun/star/frame/XFrame.hpp>
#include <toolkit/helper/vclunohelper.hxx>
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
#include <sfx2/classificationhelper.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/strings.hrc>

View File

@ -90,6 +90,7 @@ $(eval $(call gb_Library_add_exception_objects,svt,\
svtools/source/contnr/DocumentInfoPreview \
svtools/source/contnr/querydelete \
svtools/source/contnr/templwin \
svtools/source/control/InterimItemWindow \
svtools/source/control/accessibleruler \
svtools/source/control/asynclink \
svtools/source/control/calendar \

View File

@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
InterimItemWindow::InterimItemWindow(vcl::Window* pParent, const OUString& rUIXMLDescription,
const OString& rID)

View File

@ -263,7 +263,6 @@
#include <o3tl/underlyingenumvalue.hxx>
#include <officecfg/Office/Common.hxx>
#include <salhelper/simplereferenceobject.hxx>
#include <sfx2/InterimItemWindow.hxx>
#include <sfx2/app.hxx>
#include <sfx2/basedlgs.hxx>
#include <sfx2/bindings.hxx>
@ -305,6 +304,7 @@
#include <svl/typedwhich.hxx>
#include <svl/undo.hxx>
#include <svl/zforlist.hxx>
#include <svtools/InterimItemWindow.hxx>
#include <svtools/colorcfg.hxx>
#include <svtools/ehdl.hxx>
#include <svtools/popupwindowcontroller.hxx>

View File

@ -19,7 +19,7 @@
#pragma once
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
namespace svt
{

View File

@ -9,7 +9,7 @@
#pragma once
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
class LabelItemWindow final : public InterimItemWindow
{

View File

@ -20,7 +20,7 @@
#define INCLUDED_SVX_SOURCE_INC_TBXFORM_HXX
#include <sfx2/tbxctrl.hxx>
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
class SvxFmAbsRecWin final : public InterimItemWindow
{

View File

@ -21,7 +21,7 @@
#include <editeng/ulspitem.hxx>
#include <vcl/EnumContext.hxx>
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
#include <svx/relfld.hxx>
using namespace com::sun::star;

View File

@ -26,7 +26,7 @@
#include <sfx2/viewsh.hxx>
#include <sfx2/request.hxx>
#include <sfx2/basedlgs.hxx>
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
#include <sfx2/sfxdlg.hxx>
#include <tools/urlobj.hxx>

View File

@ -37,7 +37,7 @@
#include <svl/style.hxx>
#include <svtools/ctrltool.hxx>
#include <svtools/borderhelper.hxx>
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
#include <sfx2/tplpitem.hxx>
#include <sfx2/sfxstatuslistener.hxx>
#include <toolkit/helper/vclunohelper.hxx>

View File

@ -39,7 +39,7 @@
#include <memory>
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
#include <sfx2/sidebar/SidebarToolBox.hxx>
#include <boost/property_tree/ptree.hpp>

View File

@ -47,7 +47,7 @@
#include <com/sun/star/util/SearchAlgorithms.hpp>
#include <com/sun/star/util/SearchAlgorithms2.hpp>
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
#include <svl/ctloptions.hxx>
#include <svl/srchitem.hxx>
#include <svtools/acceleratorexecute.hxx>

View File

@ -21,7 +21,7 @@
#include <cppuhelper/supportsservice.hxx>
#include <svtools/toolboxcontroller.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
#include <vcl/svapp.hxx>
#include <vcl/toolbox.hxx>

View File

@ -19,7 +19,7 @@
#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_INPUTWIN_HXX
#define INCLUDED_SW_SOURCE_UIBASE_INC_INPUTWIN_HXX
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
#include <vcl/menu.hxx>
#include <vcl/toolbox.hxx>

View File

@ -18,7 +18,7 @@
*/
#include <i18nutil/unicode.hxx>
#include <sfx2/InterimItemWindow.hxx>
#include <svtools/InterimItemWindow.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/viewfrm.hxx>