cppuhelper: clean up public headers with include-what-you-use
Change-Id: I41ba46831f24b2960a1fe982b74a2b623e682e0b
This commit is contained in:
parent
721366ebe1
commit
15b4ab8d19
@ -44,6 +44,7 @@
|
||||
#include <com/sun/star/awt/XWindow.hpp>
|
||||
#include <com/sun/star/awt/PosSize.hpp>
|
||||
#include <cppuhelper/weak.hxx>
|
||||
#include <cppuhelper/weakref.hxx>
|
||||
#include <cppuhelper/interfacecontainer.hxx>
|
||||
|
||||
// "namespaces"
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include "basecontainercontrol.hxx"
|
||||
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
|
||||
// namespaces
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <com/sun/star/awt/Toolkit.hpp>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
|
||||
// namespaces
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include "multiplexer.hxx"
|
||||
|
||||
#include <osl/diagnose.h>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
|
||||
using namespace ::cppu;
|
||||
using namespace ::osl;
|
||||
|
@ -21,6 +21,8 @@
|
||||
|
||||
#include "OConnectionPointHelper.hxx"
|
||||
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
|
||||
// namespaces
|
||||
|
||||
using namespace ::osl;
|
||||
|
@ -21,6 +21,8 @@
|
||||
|
||||
#include "OConnectionPointContainerHelper.hxx"
|
||||
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
|
||||
// namespaces
|
||||
|
||||
using namespace ::osl;
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <com/sun/star/util/URLTransformer.hpp>
|
||||
#include <com/sun/star/util/XURLTransformer.hpp>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <com/sun/star/awt/Gradient.hpp>
|
||||
#include <com/sun/star/awt/XGraphics.hpp>
|
||||
#include <tools/debug.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
|
||||
#include <math.h>
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include <com/sun/star/awt/PosSize.hpp>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <tools/debug.hxx>
|
||||
#include <algorithm>
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <com/sun/star/awt/InvalidateStyle.hpp>
|
||||
#include <com/sun/star/awt/WindowAttribute.hpp>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
|
||||
#include "progressbar.hxx"
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <com/sun/star/lang/XConnectionPointContainer.hpp>
|
||||
#include <com/sun/star/lang/XConnectionPoint.hpp>
|
||||
#include <cppuhelper/weak.hxx>
|
||||
#include <cppuhelper/weakref.hxx>
|
||||
#include <cppuhelper/propshlp.hxx>
|
||||
|
||||
#include "OConnectionPointContainerHelper.hxx"
|
||||
|
@ -46,6 +46,7 @@
|
||||
#include <com/sun/star/util/XChangesNotifier.hpp>
|
||||
#include <com/sun/star/lang/XUnoTunnel.hpp>
|
||||
#include <comphelper/servicehelper.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <cppuhelper/interfacecontainer.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include <cppuhelper/weakref.hxx>
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <comphelper/sequenceashashmap.hxx>
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <cppuhelper/factory.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
|
@ -11,6 +11,7 @@
|
||||
#define INCLUDED_AVMEDIA_SOURCE_OPENGL_OGLMANAGER_HXX
|
||||
|
||||
#include <cppuhelper/compbase2.hxx>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/media/XManager.hpp>
|
||||
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <com/sun/star/container/XContainer.hpp>
|
||||
#include <com/sun/star/embed/ElementModes.hpp>
|
||||
#include <com/sun/star/embed/XTransactedObject.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/ucb/ContentCreationException.hpp>
|
||||
#include <vcl/svapp.hxx>
|
||||
@ -62,6 +63,7 @@
|
||||
#include <com/sun/star/deployment/ExtensionManager.hpp>
|
||||
#include <comphelper/storagehelper.hxx>
|
||||
#include <cppuhelper/exc_hlp.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include <basic/sbmod.hxx>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <com/sun/star/document/XFilter.hpp>
|
||||
#include <com/sun/star/document/XImporter.hpp>
|
||||
#include <com/sun/star/document/XExporter.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
#include <com/sun/star/io/XActiveDataSource.hpp>
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
#include <com/sun/star/drawing/HomogenMatrix.hpp>
|
||||
#include <com/sun/star/drawing/XShapes.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
#include <com/sun/star/drawing/Position3D.hpp>
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <com/sun/star/sdbc/KeyRule.hpp>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <com/sun/star/lang/DisposedException.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/sdbc/ColumnValue.hpp>
|
||||
#include <comphelper/sequence.hxx>
|
||||
#include <comphelper/types.hxx>
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include "ado/ACallableStatement.hxx"
|
||||
#include <connectivity/dbexception.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
|
||||
using namespace connectivity::ado;
|
||||
using namespace com::sun::star::uno;
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "ado/ADriver.hxx"
|
||||
#include <com/sun/star/lang/DisposedException.hpp>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include <comphelper/sequence.hxx>
|
||||
#include <connectivity/dbexception.hxx>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <comphelper/uno3.hxx>
|
||||
#include <osl/thread.h>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <comphelper/sequence.hxx>
|
||||
#include <com/sun/star/sdbc/ResultSetConcurrency.hpp>
|
||||
#include <com/sun/star/sdbc/ResultSetType.hpp>
|
||||
|
@ -40,6 +40,7 @@
|
||||
#include <connectivity/sdbcx/VColumn.hxx>
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
#include <osl/thread.h>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <comphelper/sequence.hxx>
|
||||
#include <svl/zforlist.hxx>
|
||||
#include <rtl/math.hxx>
|
||||
|
@ -44,6 +44,7 @@
|
||||
#include <unotools/ucbhelper.hxx>
|
||||
#include <comphelper/types.hxx>
|
||||
#include <cppuhelper/exc_hlp.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <connectivity/PColumn.hxx>
|
||||
#include <connectivity/dbtools.hxx>
|
||||
#include <connectivity/FValue.hxx>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "file/FPreparedStatement.hxx"
|
||||
#include <com/sun/star/sdbc/DataType.hpp>
|
||||
#include "file/FResultSetMetaData.hxx"
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <comphelper/sequence.hxx>
|
||||
#include <com/sun/star/lang/DisposedException.hpp>
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "Connection.hxx"
|
||||
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/sdbc/XDriver.hpp>
|
||||
#include <com/sun/star/sdbcx/XDataDefinitionSupplier.hpp>
|
||||
#include <cppuhelper/compbase3.hxx>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "Util.hxx"
|
||||
|
||||
#include <comphelper/sequence.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
#include <osl/thread.h>
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include <svl/zforlist.hxx>
|
||||
#include <rtl/math.hxx>
|
||||
#include <stdio.h>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <comphelper/extract.hxx>
|
||||
#include <comphelper/numbers.hxx>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include "java/sql/Ref.hxx"
|
||||
#include "java/sql/Timestamp.hxx"
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <comphelper/sequence.hxx>
|
||||
|
||||
#include <string.h>
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <comphelper/property.hxx>
|
||||
#include <com/sun/star/lang/DisposedException.hpp>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <comphelper/sequence.hxx>
|
||||
#include "TConnection.hxx"
|
||||
#include <comphelper/types.hxx>
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "java/math/BigDecimal.hxx"
|
||||
#include "java/tools.hxx"
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <comphelper/sequence.hxx>
|
||||
#include <connectivity/dbtools.hxx>
|
||||
#include <connectivity/FValue.hxx>
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include <com/sun/star/sdbc/XDriver.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/frame/XTerminateListener.hpp>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
#include <cppuhelper/compbase3.hxx>
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include <com/sun/star/sdbc/FetchDirection.hpp>
|
||||
#include <com/sun/star/lang/DisposedException.hpp>
|
||||
#include <comphelper/sequence.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include <comphelper/extract.hxx>
|
||||
|
@ -17,6 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include "MMozillaBootstrap.hxx"
|
||||
|
||||
|
@ -33,6 +33,7 @@
|
||||
#include <com/sun/star/lang/DisposedException.hpp>
|
||||
#include <comphelper/sequence.hxx>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <comphelper/extract.hxx>
|
||||
#include <comphelper/types.hxx>
|
||||
#include "diagnose_ex.h"
|
||||
|
@ -37,6 +37,7 @@
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
|
||||
#include "pq_tools.hxx"
|
||||
#include "pq_xbase.hxx"
|
||||
|
@ -22,6 +22,8 @@
|
||||
|
||||
#include "file/FDriver.hxx"
|
||||
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
|
||||
namespace connectivity
|
||||
{
|
||||
namespace calc
|
||||
|
@ -20,6 +20,7 @@
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DDRIVER_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_INC_DBASE_DDRIVER_HXX
|
||||
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <cppuhelper/compbase2.hxx>
|
||||
#include <connectivity/CommonTools.hxx>
|
||||
#include "file/FDriver.hxx"
|
||||
|
@ -20,6 +20,7 @@
|
||||
#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_EDRIVER_HXX
|
||||
#define INCLUDED_CONNECTIVITY_SOURCE_INC_FLAT_EDRIVER_HXX
|
||||
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <cppuhelper/compbase2.hxx>
|
||||
#include <connectivity/CommonTools.hxx>
|
||||
#include "file/FDriver.hxx"
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <com/sun/star/sdbcx/XDataDefinitionSupplier.hpp>
|
||||
#include <com/sun/star/sdbcx/XCreateCatalog.hpp>
|
||||
#include <com/sun/star/embed/XTransactionListener.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
#include <cppuhelper/compbase5.hxx>
|
||||
|
@ -25,6 +25,7 @@
|
||||
|
||||
#include <com/sun/star/sdbc/XDriver.hpp>
|
||||
#include <com/sun/star/sdbcx/XDataDefinitionSupplier.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
#include <cppuhelper/compbase3.hxx>
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include <com/sun/star/sdbc/XDriver.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <cppuhelper/compbase2.hxx>
|
||||
#include <connectivity/odbc.hxx>
|
||||
#include "odbc/odbcbasedllapi.hxx"
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include <com/sun/star/uno/Any.hxx>
|
||||
#include <com/sun/star/uno/Reference.hxx>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
#include <com/sun/star/lang/XSingleComponentFactory.hpp>
|
||||
#include <cppuhelper/bootstrap.hxx>
|
||||
#include <cppuhelper/component_context.hxx>
|
||||
#include <rtl/bootstrap.hxx>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <cppuhelper/component.hxx>
|
||||
#include <cppuhelper/factory.hxx>
|
||||
#include <cppuhelper/implbase3.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <rtl/instance.hxx>
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
#include <osl/diagnose.h>
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <cppuhelper/weak.hxx>
|
||||
#include <cppuhelper/propshlp.hxx>
|
||||
#include <cppuhelper/exc_hlp.hxx>
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <cstdlib>
|
||||
|
||||
#include <com/sun/star/loader/CannotActivateFactoryException.hpp>
|
||||
#include <com/sun/star/registry/CannotRegisterImplementationException.hpp>
|
||||
#include <cppuhelper/factory.hxx>
|
||||
#include <cppuhelper/shlib.hxx>
|
||||
#include <osl/module.hxx>
|
||||
|
@ -17,8 +17,9 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
|
||||
#include <rtl/uuid.h>
|
||||
#include <osl/mutex.hxx>
|
||||
|
||||
using namespace osl;
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <cppuhelper/weakagg.hxx>
|
||||
#include <cppuhelper/interfacecontainer.hxx>
|
||||
#include <cppuhelper/exc_hlp.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
|
||||
using namespace osl;
|
||||
using namespace com::sun::star::uno;
|
||||
|
@ -25,6 +25,7 @@
|
||||
|
||||
#include <com/sun/star/lang/WrappedTargetException.hpp>
|
||||
#include <com/sun/star/lang/DisposedException.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/sdbc/XRow.hpp>
|
||||
|
||||
#include <cppuhelper/exc_hlp.hxx>
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include <callablestatement.hxx>
|
||||
#include <com/sun/star/lang/DisposedException.hpp>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <comphelper/property.hxx>
|
||||
#include "dbastrings.hrc"
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
|
||||
#include <com/sun/star/sdbc/DataType.hpp>
|
||||
#include <com/sun/star/sdbc/ColumnValue.hpp>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <tools/debug.hxx>
|
||||
#include "dbastrings.hrc"
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <comphelper/property.hxx>
|
||||
#include <comphelper/sequence.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <preparedstatement.hxx>
|
||||
#include <resultcolumn.hxx>
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <com/sun/star/lang/DisposedException.hpp>
|
||||
#include <com/sun/star/sdbc/ResultSetType.hpp>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <comphelper/property.hxx>
|
||||
#include <comphelper/sequence.hxx>
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <com/sun/star/lang/DisposedException.hpp>
|
||||
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
|
||||
#include <comphelper/sequence.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <comphelper/property.hxx>
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <cppuhelper/component.hxx>
|
||||
#include <osl/mutex.hxx>
|
||||
#include <cppuhelper/interfacecontainer.hxx>
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
#include "JoinController.hxx"
|
||||
#include "RelationDesignView.hxx"
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
|
||||
class WaitObject;
|
||||
namespace dbaui
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/io/XObjectOutputStream.hpp>
|
||||
#include <com/sun/star/io/XObjectInputStream.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include "TypeInfo.hxx"
|
||||
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
|
||||
#include <com/sun/star/sdbcx/XKeysSupplier.hpp>
|
||||
|
@ -21,7 +21,9 @@
|
||||
#define INCLUDED_DBACCESS_SOURCE_UI_INC_UNOSQLMESSAGE_HXX
|
||||
|
||||
#include <svtools/genericunodialog.hxx>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include "moduledbu.hxx"
|
||||
|
||||
namespace dbaui
|
||||
{
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "moduledbu.hxx"
|
||||
|
||||
#include <svl/undo.hxx>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <osl/diagnose.h>
|
||||
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
@ -17,6 +17,7 @@
|
||||
#include <vcl/window.hxx>
|
||||
#include <toolkit/helper/vclunohelper.hxx>
|
||||
#include <osl/mutex.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
|
||||
#include "LimitBox.hxx"
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include <sal/config.h>
|
||||
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/uno/Exception.hpp>
|
||||
#include <com/sun/star/uno/Reference.h>
|
||||
|
@ -24,6 +24,7 @@
|
||||
|
||||
#include <com/sun/star/datatransfer/clipboard/XClipboardManager.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
|
||||
#include <map>
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include <com/sun/star/datatransfer/clipboard/XClipboardEx.hpp>
|
||||
|
||||
#include <com/sun/star/datatransfer/clipboard/XClipboardNotifier.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/lang/XInitialization.hpp>
|
||||
|
||||
|
@ -60,7 +60,7 @@ extern "C"
|
||||
// component_getFactory
|
||||
// returns a factory to create XFilePicker-Services
|
||||
|
||||
SAL_DLLPUBLIC_EXPORT void* SAL_CALL sysdtrans_component_getFactory( const sal_Char* pImplName, uno_Interface* pSrvManager, uno_Interface* /*pRegistryKey*/ )
|
||||
SAL_DLLPUBLIC_EXPORT void* SAL_CALL sysdtrans_component_getFactory( const sal_Char* pImplName, void* pSrvManager, void* /*pRegistryKey*/ )
|
||||
{
|
||||
void* pRet = 0;
|
||||
|
||||
|
@ -45,7 +45,8 @@ Reference< XInterface > SAL_CALL createDropTarget( const Reference< XMultiServic
|
||||
extern "C"
|
||||
{
|
||||
|
||||
SAL_DLLPUBLIC_EXPORT void* SAL_CALL dnd_component_getFactory( const sal_Char* pImplName, uno_Interface* pSrvManager, uno_Interface* /*pRegistryKey*/ )
|
||||
SAL_DLLPUBLIC_EXPORT void* SAL_CALL
|
||||
dnd_component_getFactory( const sal_Char* pImplName, void* pSrvManager, void* /*pRegistryKey*/ )
|
||||
{
|
||||
void* pRet = 0;
|
||||
Reference< XSingleServiceFactory > xFactory;
|
||||
|
@ -62,7 +62,7 @@ extern "C"
|
||||
// component_getFactory
|
||||
// returns a factory to create XFilePicker-Services
|
||||
|
||||
SAL_DLLPUBLIC_EXPORT void* SAL_CALL ftransl_component_getFactory( const sal_Char* pImplName, uno_Interface* pSrvManager, uno_Interface* /*pRegistryKey*/ )
|
||||
SAL_DLLPUBLIC_EXPORT void* SAL_CALL ftransl_component_getFactory( const sal_Char* pImplName, void* pSrvManager, void* /*pRegistryKey*/ )
|
||||
{
|
||||
void* pRet = 0;
|
||||
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include <sot/formats.hxx>
|
||||
#include <editeng/editeng.hxx>
|
||||
#include <svl/itempool.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <osl/mutex.hxx>
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <com/sun/star/beans/NamedValue.hpp>
|
||||
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <cppuhelper/interfacecontainer.h>
|
||||
#include <comphelper/mimeconfighelper.hxx>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
|
@ -35,6 +35,7 @@
|
||||
#include <com/sun/star/lang/DisposedException.hpp>
|
||||
#include <com/sun/star/embed/EmbedMapUnits.hpp>
|
||||
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
|
||||
#include "specialobject.hxx"
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <com/sun/star/uno/Sequence.hxx>
|
||||
#include <com/sun/star/uno/Reference.hxx>
|
||||
#include <com/sun/star/uno/Any.hxx>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/embed/XEmbeddedObject.hpp>
|
||||
#include <com/sun/star/embed/XInplaceObject.hpp>
|
||||
#include <com/sun/star/embed/XVisualObject.hpp>
|
||||
|
@ -21,6 +21,7 @@
|
||||
#define INCLUDED_EMBEDDEDOBJ_SOURCE_MSOLE_XOLEFACTORY_HXX
|
||||
|
||||
#include <com/sun/star/embed/XEmbeddedObjectCreator.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
|
||||
#include <cppuhelper/implbase2.hxx>
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "embeddoc.hxx"
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
#include <osl/mutex.hxx>
|
||||
#include <osl/thread.h>
|
||||
|
@ -42,6 +42,7 @@
|
||||
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
|
||||
#include <com/sun/star/form/XGridColumnFactory.hpp>
|
||||
#include <com/sun/star/io/XDataInputStream.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/container/XNameContainer.hpp>
|
||||
#include <comphelper/container.hxx>
|
||||
#include <svl/urihelper.hxx>
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include "servprov.hxx"
|
||||
#include "unoobjw.hxx"
|
||||
#include "oleobjw.hxx"
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
|
||||
using namespace cppu;
|
||||
using namespace osl;
|
||||
|
@ -28,6 +28,7 @@
|
||||
|
||||
#include <plugin/model.hxx>
|
||||
#include <com/sun/star/beans/PropertyAttribute.hpp>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
|
||||
using namespace com::sun::star::uno;
|
||||
|
||||
|
@ -42,6 +42,7 @@
|
||||
#include <com/sun/star/loader/XImplementationLoader.hpp>
|
||||
#include <com/sun/star/plugin/PluginManager.hpp>
|
||||
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include <plugin/impl.hxx>
|
||||
#include <ucbhelper/content.hxx>
|
||||
|
@ -45,6 +45,7 @@
|
||||
#include <vcl/msgbox.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <osl/mutex.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <cppuhelper/component_context.hxx>
|
||||
#include <cppuhelper/exc_hlp.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include <scanner.hxx>
|
||||
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
|
||||
// - ScannerManager -
|
||||
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include <scanner.hxx>
|
||||
#include <sanedlg.hxx>
|
||||
#include <osl/thread.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
#if OSL_DEBUG_LEVEL > 1
|
||||
|
1
filter/source/config/cache/configflush.hxx
vendored
1
filter/source/config/cache/configflush.hxx
vendored
@ -21,6 +21,7 @@
|
||||
|
||||
#include "cacheitem.hxx"
|
||||
#include <com/sun/star/util/XRefreshable.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <cppuhelper/interfacecontainer.h>
|
||||
#include <cppuhelper/implbase2.hxx>
|
||||
|
1
filter/source/config/cache/typedetection.hxx
vendored
1
filter/source/config/cache/typedetection.hxx
vendored
@ -22,6 +22,7 @@
|
||||
#include "basecontainer.hxx"
|
||||
#include <com/sun/star/document/XTypeDetection.hpp>
|
||||
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <unotools/mediadescriptor.hxx>
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include <vcl/dialog.hxx>
|
||||
#include <svl/solar.hrc>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <com/sun/star/view/XRenderable.hpp>
|
||||
#include <com/sun/star/frame/XController.hpp>
|
||||
#include <com/sun/star/view/XSelectionSupplier.hpp>
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include <com/sun/star/uno/Reference.hxx>
|
||||
#include <com/sun/star/uno/RuntimeException.hpp>
|
||||
#include <com/sun/star/uno/Sequence.hxx>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <sal/types.h>
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/dialog.hxx>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
|
||||
#include <com/sun/star/view/XRenderable.hpp>
|
||||
#include <com/sun/star/frame/XController.hpp>
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include <com/sun/star/beans/XPropertyAccess.hpp>
|
||||
#include <com/sun/star/document/XExporter.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
|
||||
#include <svtools/genericunodialog.hxx>
|
||||
#include <memory>
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include <com/sun/star/document/XExtendedFilterDetection.hpp>
|
||||
#include <com/sun/star/io/XInputStream.hpp>
|
||||
#include <com/sun/star/lang/XInitialization.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/lang/XLocalizable.hpp>
|
||||
#include <com/sun/star/beans/XPropertyAccess.hpp>
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include <com/sun/star/document/XImporter.hpp>
|
||||
#include <com/sun/star/lang/XInitialization.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
#include <cppuhelper/implbase5.hxx>
|
||||
|
||||
|
@ -20,6 +20,8 @@
|
||||
#include "EventThread.hxx"
|
||||
#include <comphelper/guarding.hxx>
|
||||
#include <tools/debug.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
namespace frm
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
#include "property.hrc"
|
||||
#include "services.hxx"
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <tools/debug.hxx>
|
||||
#include <comphelper/container.hxx>
|
||||
#include <comphelper/basicio.hxx>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "services.hxx"
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <connectivity/dbtools.hxx>
|
||||
#include <tools/debug.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <unotools/ucbstreamhelper.hxx>
|
||||
#include <vcl/graphicfilter.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <com/sun/star/io/XInputStream.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <toolkit/controls/unocontrols.hxx>
|
||||
#include <toolkit/awt/vclxwindow.hxx>
|
||||
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/frame/XDispatchProvider.hpp>
|
||||
#include <comphelper/uno3.hxx>
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include <com/sun/star/form/runtime/XFormOperations.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/form/XForm.hpp>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/form/XLoadable.hpp>
|
||||
|
@ -50,7 +50,7 @@ extern "C"
|
||||
{
|
||||
|
||||
SAL_DLLPUBLIC_EXPORT void* SAL_CALL fps_aqua_component_getFactory(
|
||||
const sal_Char* pImplName, uno_Interface* pSrvManager, uno_Interface* /*pRegistryKey*/ )
|
||||
const sal_Char* pImplName, void* pSrvManager, void* /*pRegistryKey*/ )
|
||||
{
|
||||
void* pRet = 0;
|
||||
|
||||
|
@ -88,7 +88,7 @@ extern "C"
|
||||
{
|
||||
|
||||
SAL_DLLPUBLIC_EXPORT void* SAL_CALL fps_win32_component_getFactory(
|
||||
const sal_Char* pImplName, uno_Interface* pSrvManager, uno_Interface* )
|
||||
const sal_Char* pImplName, void* pSrvManager, void* )
|
||||
{
|
||||
void* pRet = 0;
|
||||
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include <tchar.h>
|
||||
#include <com/sun/star/lang/DisposedException.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <cppuhelper/interfacecontainer.h>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <osl/mutex.hxx>
|
||||
#include <com/sun/star/lang/XInitialization.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/ui/dialogs/XFilePicker2.hpp>
|
||||
#include <com/sun/star/ui/dialogs/XFilePicker3.hpp>
|
||||
#include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp>
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <cppuhelper/implbase2.hxx>
|
||||
#include <osl/mutex.hxx>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
|
||||
#include <com/sun/star/ui/dialogs/XFolderPicker2.hpp>
|
||||
|
||||
|
@ -52,6 +52,7 @@
|
||||
#include <vcl/timer.hxx>
|
||||
#include <toolkit/awt/vclxmenu.hxx>
|
||||
#include <cppuhelper/weak.hxx>
|
||||
#include <cppuhelper/weakref.hxx>
|
||||
#include <cppuhelper/interfacecontainer.hxx>
|
||||
#include <framework/addonsoptions.hxx>
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
#include <com/sun/star/container/XContainerListener.hpp>
|
||||
#include <com/sun/star/container/XNameAccess.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include <classes/actiontriggercontainer.hxx>
|
||||
#include <classes/actiontriggerpropertyset.hxx>
|
||||
#include <classes/actiontriggerseparatorpropertyset.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user