diff options
Diffstat (limited to 'dbaccess/source/ui')
25 files changed, 29 insertions, 30 deletions
diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx index 2390f15ac9d3..e9e282040599 100644 --- a/dbaccess/source/ui/app/AppController.hxx +++ b/dbaccess/source/ui/app/AppController.hxx @@ -25,7 +25,7 @@ #include "callbacks.hxx" #include "commontypes.hxx" #include "dsntypes.hxx" -#include "genericcontroller.hxx" +#include <dbaccess/genericcontroller.hxx> #include "linkeddocuments.hxx" #include "moduledbu.hxx" #include "TableCopyHelper.hxx" diff --git a/dbaccess/source/ui/app/AppDetailPageHelper.cxx b/dbaccess/source/ui/app/AppDetailPageHelper.cxx index c7a23ad41f70..79a0afff37ee 100644 --- a/dbaccess/source/ui/app/AppDetailPageHelper.cxx +++ b/dbaccess/source/ui/app/AppDetailPageHelper.cxx @@ -53,7 +53,7 @@ #include "dbaccess_helpid.hrc" #include "dbu_app.hrc" #include "callbacks.hxx" -#include "IController.hxx" +#include <dbaccess/IController.hxx> #include "dbustrings.hrc" #include "dbaccess_slotid.hrc" #include "databaseobjectview.hxx" diff --git a/dbaccess/source/ui/app/AppDetailView.cxx b/dbaccess/source/ui/app/AppDetailView.cxx index 65663c6c5f9d..9652e33e0f09 100644 --- a/dbaccess/source/ui/app/AppDetailView.cxx +++ b/dbaccess/source/ui/app/AppDetailView.cxx @@ -36,7 +36,7 @@ #include "AppDetailPageHelper.hxx" #include <vcl/svapp.hxx> #include "callbacks.hxx" -#include "IController.hxx" +#include <dbaccess/IController.hxx> #include "moduledbu.hxx" #include <svtools/localresaccess.hxx> #include "svtools/treelistentry.hxx" diff --git a/dbaccess/source/ui/app/AppView.cxx b/dbaccess/source/ui/app/AppView.cxx index 568d585c5758..871e29cf8662 100644 --- a/dbaccess/source/ui/app/AppView.cxx +++ b/dbaccess/source/ui/app/AppView.cxx @@ -39,7 +39,7 @@ #include "AppTitleWindow.hxx" #include "dsntypes.hxx" #include "dbustrings.hrc" -#include "IController.hxx" +#include <dbaccess/IController.hxx> #include "browserids.hxx" #include <unotools/pathoptions.hxx> #include "IApplicationController.hxx" diff --git a/dbaccess/source/ui/app/AppView.hxx b/dbaccess/source/ui/app/AppView.hxx index ed82d61ae3b1..7c50466b5b33 100644 --- a/dbaccess/source/ui/app/AppView.hxx +++ b/dbaccess/source/ui/app/AppView.hxx @@ -19,7 +19,7 @@ #ifndef DBAUI_APPVIEW_HXX #define DBAUI_APPVIEW_HXX -#include "dataview.hxx" +#include <dbaccess/dataview.hxx> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> #include <com/sun/star/ucb/XContent.hpp> diff --git a/dbaccess/source/ui/app/IApplicationController.hxx b/dbaccess/source/ui/app/IApplicationController.hxx index 297e2f393a7e..fbcc6583ea98 100644 --- a/dbaccess/source/ui/app/IApplicationController.hxx +++ b/dbaccess/source/ui/app/IApplicationController.hxx @@ -20,7 +20,7 @@ #ifndef DBA30D_IAPPLICATIONCONTROLLER_HXX #define DBA30D_IAPPLICATIONCONTROLLER_HXX -#include "IController.hxx" +#include <dbaccess/IController.hxx> #include "AppElementType.hxx" #include "callbacks.hxx" diff --git a/dbaccess/source/ui/browser/AsyncronousLink.cxx b/dbaccess/source/ui/browser/AsyncronousLink.cxx index f1b516d39e7e..a2c89691458f 100644 --- a/dbaccess/source/ui/browser/AsyncronousLink.cxx +++ b/dbaccess/source/ui/browser/AsyncronousLink.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AsyncronousLink.hxx" +#include <dbaccess/AsyncronousLink.hxx> #include <vcl/svapp.hxx> #include <tools/debug.hxx> diff --git a/dbaccess/source/ui/browser/dataview.cxx b/dbaccess/source/ui/browser/dataview.cxx index fa43ee883e32..425a66654d17 100644 --- a/dbaccess/source/ui/browser/dataview.cxx +++ b/dbaccess/source/ui/browser/dataview.cxx @@ -18,13 +18,13 @@ */ -#include "dataview.hxx" +#include <dbaccess/dataview.hxx> #include <toolkit/unohlp.hxx> #include <comphelper/types.hxx> #include <comphelper/namedvaluecollection.hxx> #include <sfx2/app.hxx> #include <sfx2/imgmgr.hxx> -#include "IController.hxx" +#include <dbaccess/IController.hxx> #include "UITools.hxx" #include <sfx2/sfx.hrc> #include <svtools/imgdef.hxx> diff --git a/dbaccess/source/ui/browser/genericcontroller.cxx b/dbaccess/source/ui/browser/genericcontroller.cxx index 52de673fb1f3..aeb4b026ad21 100644 --- a/dbaccess/source/ui/browser/genericcontroller.cxx +++ b/dbaccess/source/ui/browser/genericcontroller.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "genericcontroller.hxx" +#include <dbaccess/genericcontroller.hxx> #include <comphelper/uno3.hxx> #include <toolkit/awt/vclxwindow.hxx> #include "browserids.hxx" #include <vcl/svapp.hxx> #include <toolkit/helper/vclunohelper.hxx> -#include "dataview.hxx" +#include <dbaccess/dataview.hxx> #include <tools/diagnose_ex.h> #include <osl/diagnose.h> #include "dbustrings.hrc" diff --git a/dbaccess/source/ui/control/dbtreelistbox.cxx b/dbaccess/source/ui/control/dbtreelistbox.cxx index 27cafea7bb8d..b0d5e1572e27 100644 --- a/dbaccess/source/ui/control/dbtreelistbox.cxx +++ b/dbaccess/source/ui/control/dbtreelistbox.cxx @@ -33,7 +33,7 @@ #include <cppuhelper/interfacecontainer.hxx> #include <vcl/help.hxx> #include "tabletree.hrc" -#include "IController.hxx" +#include <dbaccess/IController.hxx> #include <framework/actiontriggerhelper.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <framework/imageproducer.hxx> diff --git a/dbaccess/source/ui/dlg/dbwizsetup.cxx b/dbaccess/source/ui/dlg/dbwizsetup.cxx index 89aebb22b3df..e16813fc2b31 100644 --- a/dbaccess/source/ui/dlg/dbwizsetup.cxx +++ b/dbaccess/source/ui/dlg/dbwizsetup.cxx @@ -45,7 +45,7 @@ #include "ConnectionPageSetup.hxx" #include "UITools.hxx" #include "dbadmin.hrc" -#include "AsyncronousLink.hxx" +#include <dbaccess/AsyncronousLink.hxx> #include <sfx2/filedlghelper.hxx> #include <cppuhelper/exc_hlp.hxx> diff --git a/dbaccess/source/ui/inc/JoinDesignView.hxx b/dbaccess/source/ui/inc/JoinDesignView.hxx index d21f722748d2..4578cc57dc07 100644 --- a/dbaccess/source/ui/inc/JoinDesignView.hxx +++ b/dbaccess/source/ui/inc/JoinDesignView.hxx @@ -20,7 +20,7 @@ #ifndef DBAUI_JOINDESIGNVIEW_HXX #define DBAUI_JOINDESIGNVIEW_HXX -#include "dataview.hxx" +#include <dbaccess/dataview.hxx> #ifndef _VECTOR_ #include <vector> #endif diff --git a/dbaccess/source/ui/inc/TableDesignView.hxx b/dbaccess/source/ui/inc/TableDesignView.hxx index 79c6e42ea600..7e99ac682d8c 100644 --- a/dbaccess/source/ui/inc/TableDesignView.hxx +++ b/dbaccess/source/ui/inc/TableDesignView.hxx @@ -19,7 +19,7 @@ #ifndef DBAUI_TABLEDESIGNVIEW_HXX #define DBAUI_TABLEDESIGNVIEW_HXX -#include "dataview.hxx" +#include <dbaccess/dataview.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/frame/XController.hpp> #include <vcl/split.hxx> diff --git a/dbaccess/source/ui/inc/brwctrlr.hxx b/dbaccess/source/ui/inc/brwctrlr.hxx index 63aef0cded60..c7651a1bbf37 100644 --- a/dbaccess/source/ui/inc/brwctrlr.hxx +++ b/dbaccess/source/ui/inc/brwctrlr.hxx @@ -20,7 +20,7 @@ #ifndef _SBA_BWRCTRLR_HXX #define _SBA_BWRCTRLR_HXX -#include "genericcontroller.hxx" +#include <dbaccess/genericcontroller.hxx> #include "moduledbu.hxx" #include "brwview.hxx" #include "sbagrid.hxx" diff --git a/dbaccess/source/ui/inc/brwview.hxx b/dbaccess/source/ui/inc/brwview.hxx index d84471197e84..d43b1094c9f9 100644 --- a/dbaccess/source/ui/inc/brwview.hxx +++ b/dbaccess/source/ui/inc/brwview.hxx @@ -25,7 +25,7 @@ #include <tools/resid.hxx> #include <com/sun/star/awt/PosSize.hpp> -#include "dataview.hxx" +#include <dbaccess/dataview.hxx> #include <unotools/eventlisteneradapter.hxx> diff --git a/dbaccess/source/ui/inc/indexdialog.hxx b/dbaccess/source/ui/inc/indexdialog.hxx index 7d69c6221df8..ddb467152c73 100644 --- a/dbaccess/source/ui/inc/indexdialog.hxx +++ b/dbaccess/source/ui/inc/indexdialog.hxx @@ -32,7 +32,7 @@ #include <svtools/treelistbox.hxx> #include <unotools/viewoptions.hxx> #include "indexes.hxx" -#include "ToolBoxHelper.hxx" +#include <dbaccess/ToolBoxHelper.hxx> //...................................................................... namespace dbaui diff --git a/dbaccess/source/ui/inc/querycontainerwindow.hxx b/dbaccess/source/ui/inc/querycontainerwindow.hxx index 5fab032b3cfa..e052f9a39c33 100644 --- a/dbaccess/source/ui/inc/querycontainerwindow.hxx +++ b/dbaccess/source/ui/inc/querycontainerwindow.hxx @@ -22,7 +22,7 @@ #include <vcl/window.hxx> #include <vcl/split.hxx> -#include "dataview.hxx" +#include <dbaccess/dataview.hxx> #include <com/sun/star/frame/XFrame2.hpp> #include "QueryViewSwitch.hxx" #include <vcl/dockwin.hxx> diff --git a/dbaccess/source/ui/inc/singledoccontroller.hxx b/dbaccess/source/ui/inc/singledoccontroller.hxx index 6c55b743d032..f4b1e8327fa1 100644 --- a/dbaccess/source/ui/inc/singledoccontroller.hxx +++ b/dbaccess/source/ui/inc/singledoccontroller.hxx @@ -20,7 +20,7 @@ #ifndef DBAUI_SINGLEDOCCONTROLLER_HXX #define DBAUI_SINGLEDOCCONTROLLER_HXX -#include "dbsubcomponentcontroller.hxx" +#include <dbaccess/dbsubcomponentcontroller.hxx> #include <com/sun/star/document/XUndoManagerSupplier.hpp> diff --git a/dbaccess/source/ui/misc/TableCopyHelper.cxx b/dbaccess/source/ui/misc/TableCopyHelper.cxx index 983e6631bdfa..1d950a83519d 100644 --- a/dbaccess/source/ui/misc/TableCopyHelper.cxx +++ b/dbaccess/source/ui/misc/TableCopyHelper.cxx @@ -22,7 +22,7 @@ #include "sqlmessage.hxx" #include <vcl/msgbox.hxx> #include "WCopyTable.hxx" -#include "genericcontroller.hxx" +#include <dbaccess/genericcontroller.hxx> #include "WCPage.hxx" #include <com/sun/star/task/XInteractionHandler.hpp> #include <com/sun/star/sdb/XSingleSelectQueryComposer.hpp> @@ -34,7 +34,7 @@ #include "HtmlReader.hxx" #include "TokenWriter.hxx" #include "UITools.hxx" -#include "dataview.hxx" +#include <dbaccess/dataview.hxx> #include "dbu_resource.hrc" #include <unotools/ucbhelper.hxx> #include <tools/urlobj.hxx> diff --git a/dbaccess/source/ui/misc/ToolBoxHelper.cxx b/dbaccess/source/ui/misc/ToolBoxHelper.cxx index 1cb2e3312ed6..9662364b5f10 100644 --- a/dbaccess/source/ui/misc/ToolBoxHelper.cxx +++ b/dbaccess/source/ui/misc/ToolBoxHelper.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ToolBoxHelper.hxx" +#include <dbaccess/ToolBoxHelper.hxx> #include <vcl/toolbox.hxx> #include <vcl/svapp.hxx> #include <svtools/miscopt.hxx> diff --git a/dbaccess/source/ui/misc/controllerframe.cxx b/dbaccess/source/ui/misc/controllerframe.cxx index ed788166d924..8ba38f3234d3 100644 --- a/dbaccess/source/ui/misc/controllerframe.cxx +++ b/dbaccess/source/ui/misc/controllerframe.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "controllerframe.hxx" -#include "IController.hxx" +#include <dbaccess/controllerframe.hxx> +#include <dbaccess/IController.hxx> #include <com/sun/star/sdb/XOfficeDatabaseDocument.hpp> #include <com/sun/star/awt/XTopWindow.hpp> diff --git a/dbaccess/source/ui/misc/dbaundomanager.cxx b/dbaccess/source/ui/misc/dbaundomanager.cxx index 5bf932b55e98..1dd1e1b74eaa 100644 --- a/dbaccess/source/ui/misc/dbaundomanager.cxx +++ b/dbaccess/source/ui/misc/dbaundomanager.cxx @@ -18,7 +18,7 @@ */ -#include "dbaundomanager.hxx" +#include <dbaccess/dbaundomanager.hxx> #include <com/sun/star/lang/DisposedException.hpp> diff --git a/dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx b/dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx index 79266604fbb8..7944f4f9656e 100644 --- a/dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx +++ b/dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx @@ -20,11 +20,11 @@ #include "browserids.hxx" #include "commontypes.hxx" -#include "dataview.hxx" +#include <dbaccess/dataview.hxx> #include "dbu_misc.hrc" #include "dbustrings.hrc" #include "moduledbu.hxx" -#include "dbsubcomponentcontroller.hxx" +#include <dbaccess/dbsubcomponentcontroller.hxx> #include <com/sun/star/frame/XUntitledNumbers.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> diff --git a/dbaccess/source/ui/misc/singledoccontroller.cxx b/dbaccess/source/ui/misc/singledoccontroller.cxx index 0b3f19bd7ef5..4b451ff450f0 100644 --- a/dbaccess/source/ui/misc/singledoccontroller.cxx +++ b/dbaccess/source/ui/misc/singledoccontroller.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dbaundomanager.hxx" +#include <dbaccess/dbaundomanager.hxx> #include "singledoccontroller.hxx" #include "browserids.hxx" #include "dbu_misc.hrc" diff --git a/dbaccess/source/ui/misc/uiservices.cxx b/dbaccess/source/ui/misc/uiservices.cxx index e647c18c2a06..40c3a7a80262 100644 --- a/dbaccess/source/ui/misc/uiservices.cxx +++ b/dbaccess/source/ui/misc/uiservices.cxx @@ -21,7 +21,6 @@ #include <cppuhelper/factory.hxx> #include <osl/diagnose.h> #include "dbu_reghelper.hxx" -#include "dbaccessdllapi.h" using namespace ::dbaui; |