Kaydet (Commit) 19f9a7e2 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxx

...and fix the fallout

Change-Id: Ie514bd95d5a9f990a887566619031e9844c40b92
Reviewed-on: https://gerrit.libreoffice.org/45195Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst c2bd0612
......@@ -36,7 +36,7 @@
#include <com/sun/star/awt/FontStrikeout.hpp>
#include <com/sun/star/text/WritingMode2.hpp>
#include <com/sun/star/i18n/ScriptType.hpp>
#include <osl/diagnose.h>
#include <unotools/lingucfg.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <i18nlangtag/languagetag.hxx>
......
......@@ -20,7 +20,11 @@
#ifndef INCLUDED_CPPCANVAS_SOURCE_INC_IMPLRENDERER_HXX
#define INCLUDED_CPPCANVAS_SOURCE_INC_IMPLRENDERER_HXX
#include <sal/config.h>
#include <basegfx/vector/b2dsize.hxx>
#include <sal/types.h>
#include <tools/stream.hxx>
#include <cppcanvas/renderer.hxx>
#include <cppcanvas/canvas.hxx>
......@@ -30,7 +34,7 @@
#include <com/sun/star/rendering/FontRequest.hpp>
#include <com/sun/star/rendering/StrokeAttributes.hpp>
#include <osl/diagnose.h>
#include <osl/endian.h>
#include <map>
......
......@@ -31,6 +31,7 @@
#include <comphelper/random.hxx>
#include <vcl/pngwrite.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <tools/stream.hxx>
#include <tools/urlobj.hxx>
#include <vcl/fixed.hxx>
#include <vcl/svapp.hxx>
......
......@@ -20,6 +20,7 @@
#include "progresscapture.hxx"
#include "migrationprogress.hxx"
#include <osl/diagnose.h>
#include <vcl/svapp.hxx>
namespace dbmm
......
......@@ -26,6 +26,7 @@
#endif
#include "cmdlineargs.hxx"
#include <tools/stream.hxx>
#include <vcl/svapp.hxx>
#include <rtl/uri.hxx>
#include <rtl/ustring.hxx>
......
......@@ -22,6 +22,7 @@
#include <drawinglayer/processor2d/processorfromoutputdevice.hxx>
#include <rtl/ref.hxx>
#include <test/bootstrapfixture.hxx>
#include <vcl/metaact.hxx>
#include <vcl/vclptr.hxx>
#include <vcl/virdev.hxx>
#include <editeng/borderline.hxx>
......
......@@ -20,6 +20,7 @@
#include <wmfemfhelper.hxx>
#include <drawinglayer/primitive2d/pointarrayprimitive2d.hxx>
#include <vcl/lineinfo.hxx>
#include <vcl/metaact.hxx>
#include <drawinglayer/primitive2d/polygonprimitive2d.hxx>
#include <drawinglayer/primitive2d/transformprimitive2d.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx>
......
......@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <sal/config.h>
#include <osl/diagnose.h>
#include <vcl/outdev.hxx>
#include <editeng/editrids.hrc>
#include <unotools/intlwrapper.hxx>
......
......@@ -23,6 +23,7 @@
#include <com/sun/star/uno/Sequence.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/extract.hxx>
#include <osl/diagnose.h>
#include <unotools/syslocale.hxx>
#include <comphelper/types.hxx>
#include <tools/mapunit.hxx>
......
......@@ -32,6 +32,7 @@
#include <drawinglayer/primitive2d/polypolygonprimitive2d.hxx>
#include <vcl/svapp.hxx>
#include <vcl/wmfexternal.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <drawinglayer/primitive2d/metafileprimitive2d.hxx>
......
......@@ -24,6 +24,7 @@
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <vcl/graphictools.hxx>
#include <vcl/metaact.hxx>
#include <vcl/canvastools.hxx>
#include <vcl/svapp.hxx>
#include <tools/fract.hxx>
......
......@@ -25,8 +25,10 @@
#include <rtl/crc.h>
#include <rtl/tencinfo.h>
#include <osl/endian.h>
#include <vcl/gdimtf.hxx>
#include <vcl/svapp.hxx>
#include <vcl/dibtools.hxx>
#include <vcl/wmfexternal.hxx>
#include <tools/fract.hxx>
#include <o3tl/make_unique.hxx>
#include <vcl/bitmapaccess.hxx>
......
......@@ -21,6 +21,7 @@
#include <osl/thread.h>
#include <osl/module.h>
#include <tools/stream.hxx>
#include <vcl/bitmap.hxx>
#include <sane/sane.h>
#include "scanner.hxx"
......
......@@ -105,7 +105,7 @@ public:
{
pSVGExport->AddAttribute( XML_NAMESPACE_NONE, "class", getClassName() );
}
void insertMasterPage( const Reference< XDrawPage>& xMasterPage )
void insertMasterPage( const Reference< css::drawing::XDrawPage>& xMasterPage )
{
mMasterPageSet.insert( xMasterPage );
}
......@@ -634,7 +634,7 @@ bool SVGFilter::implLookForFirstVisiblePage()
while( ( nCurPage <= nLastPage ) && ( -1 == mnVisiblePage ) )
{
const Reference< XDrawPage > & xDrawPage = mSelectedPages[nCurPage];
const Reference< css::drawing::XDrawPage > & xDrawPage = mSelectedPages[nCurPage];
if( xDrawPage.is() )
{
......@@ -694,7 +694,7 @@ bool SVGFilter::implExportDocument()
// resolution for which to prepare the geometry.
if(xPrimitiveFactory.is())
{
Reference< XShape > xShapeCandidate;
Reference< css::drawing::XShape > xShapeCandidate;
const Sequence< PropertyValue > aViewInformation;
const Sequence< PropertyValue > aParams;
......@@ -876,7 +876,7 @@ template< typename TextFieldType >
OUString implGenerateFieldId( std::vector< TextField* > & aFieldSet,
const TextFieldType & aField,
const OUString & sOOOElemField,
const Reference< XDrawPage >& xMasterPage )
const Reference< css::drawing::XDrawPage >& xMasterPage )
{
bool bFound = false;
sal_Int32 i;
......@@ -979,9 +979,9 @@ void SVGFilter::implGenerateMetaData()
for( sal_Int32 i = 0; i < nCount; ++i )
{
const Reference< XDrawPage > & xDrawPage = mSelectedPages[i];
Reference< XMasterPageTarget > xMasterPageTarget( xDrawPage, UNO_QUERY );
Reference< XDrawPage > xMasterPage( xMasterPageTarget->getMasterPage(), UNO_QUERY );
const Reference< css::drawing::XDrawPage > & xDrawPage = mSelectedPages[i];
Reference< css::drawing::XMasterPageTarget > xMasterPageTarget( xDrawPage, UNO_QUERY );
Reference< css::drawing::XDrawPage > xMasterPage( xMasterPageTarget->getMasterPage(), UNO_QUERY );
OUString aSlideId(aId + "_" + OUString::number( i ));
mpSVGExport->AddAttribute( XML_NAMESPACE_NONE, "id", aSlideId );
......@@ -1189,7 +1189,7 @@ void SVGFilter::implExportTextShapeIndex()
sal_Int32 nCount = mSelectedPages.size();
for( sal_Int32 i = 0; i < nCount; ++i )
{
const Reference< XDrawPage > & xDrawPage = mSelectedPages[i];
const Reference< css::drawing::XDrawPage > & xDrawPage = mSelectedPages[i];
if( mTextShapeIdListMap.find( xDrawPage ) != mTextShapeIdListMap.end() )
{
OUString sTextShapeIdList = mTextShapeIdListMap[xDrawPage].trim();
......@@ -1353,7 +1353,7 @@ Any SVGFilter::implSafeGetPagePropSet( const OUString & sPropertyName,
/** We collect info on master page elements visibility, and placeholder text shape content.
This method is used when exporting a single page as implGenerateMetaData is not invoked.
*/
void SVGFilter::implGetPagePropSet( const Reference< XDrawPage > & rxPage )
void SVGFilter::implGetPagePropSet( const Reference< css::drawing::XDrawPage > & rxPage )
{
mVisiblePagePropSet.bIsBackgroundVisible = true;
mVisiblePagePropSet.bAreBackgroundObjectsVisible = true;
......@@ -1399,7 +1399,7 @@ void SVGFilter::implGetPagePropSet( const Reference< XDrawPage > & rxPage )
}
bool SVGFilter::implExportMasterPages( const std::vector< Reference< XDrawPage > > & rxPages,
bool SVGFilter::implExportMasterPages( const std::vector< Reference< css::drawing::XDrawPage > > & rxPages,
sal_Int32 nFirstPage, sal_Int32 nLastPage )
{
DBG_ASSERT( nFirstPage <= nLastPage,
......@@ -1436,7 +1436,7 @@ bool SVGFilter::implExportMasterPages( const std::vector< Reference< XDrawPage >
{
if( rxPages[i].is() )
{
Reference< XShapes > xShapes( rxPages[i], UNO_QUERY );
Reference< css::drawing::XShapes > xShapes( rxPages[i], UNO_QUERY );
if( xShapes.is() )
{
......@@ -1452,7 +1452,7 @@ bool SVGFilter::implExportMasterPages( const std::vector< Reference< XDrawPage >
}
void SVGFilter::implExportDrawPages( const std::vector< Reference< XDrawPage > > & rxPages,
void SVGFilter::implExportDrawPages( const std::vector< Reference< css::drawing::XDrawPage > > & rxPages,
sal_Int32 nFirstPage, sal_Int32 nLastPage )
{
DBG_ASSERT( nFirstPage <= nLastPage,
......@@ -1486,7 +1486,7 @@ void SVGFilter::implExportDrawPages( const std::vector< Reference< XDrawPage > >
for( sal_Int32 i = nFirstPage; i <= nLastPage; ++i )
{
Reference< XShapes > xShapes;
Reference< css::drawing::XShapes > xShapes;
if (mbExportShapeSelection)
{
......@@ -1544,8 +1544,8 @@ void SVGFilter::implExportDrawPages( const std::vector< Reference< XDrawPage > >
bool SVGFilter::implExportPage( const OUString & sPageId,
const Reference< XDrawPage > & rxPage,
const Reference< XShapes > & xShapes,
const Reference< css::drawing::XDrawPage > & rxPage,
const Reference< css::drawing::XShapes > & xShapes,
bool bMaster )
{
bool bRet = false;
......@@ -1645,9 +1645,9 @@ bool SVGFilter::implExportPage( const OUString & sPageId,
}
bool SVGFilter::implExportShapes( const Reference< XShapes >& rxShapes, bool bMaster )
bool SVGFilter::implExportShapes( const Reference< css::drawing::XShapes >& rxShapes, bool bMaster )
{
Reference< XShape > xShape;
Reference< css::drawing::XShape > xShape;
bool bRet = false;
for( sal_Int32 i = 0, nCount = rxShapes->getCount(); i < nCount; ++i )
......@@ -1662,7 +1662,7 @@ bool SVGFilter::implExportShapes( const Reference< XShapes >& rxShapes, bool bMa
}
bool SVGFilter::implExportShape( const Reference< XShape >& rxShape, bool bMaster )
bool SVGFilter::implExportShape( const Reference< css::drawing::XShape >& rxShape, bool bMaster )
{
Reference< XPropertySet > xShapePropSet( rxShape, UNO_QUERY );
bool bRet = false;
......@@ -1688,7 +1688,7 @@ bool SVGFilter::implExportShape( const Reference< XShape >& rxShape, bool bMaste
{
if( aShapeType.lastIndexOf( "drawing.GroupShape" ) != -1 )
{
Reference< XShapes > xShapes( rxShape, UNO_QUERY );
Reference< css::drawing::XShapes > xShapes( rxShape, UNO_QUERY );
if( xShapes.is() )
{
......@@ -1855,7 +1855,7 @@ bool SVGFilter::implCreateObjects()
for( i = 0, nCount = mMasterPageTargets.size(); i < nCount; ++i )
{
const Reference< XDrawPage > & xMasterPage = mMasterPageTargets[i];
const Reference< css::drawing::XDrawPage > & xMasterPage = mMasterPageTargets[i];
if( xMasterPage.is() )
{
......@@ -1869,7 +1869,7 @@ bool SVGFilter::implCreateObjects()
for( i = 0, nCount = mSelectedPages.size(); i < nCount; ++i )
{
const Reference< XDrawPage > & xDrawPage = mSelectedPages[i];
const Reference< css::drawing::XDrawPage > & xDrawPage = mSelectedPages[i];
if( xDrawPage.is() )
{
......@@ -1904,9 +1904,9 @@ bool SVGFilter::implCreateObjects()
}
bool SVGFilter::implCreateObjectsFromShapes( const Reference< XDrawPage > & rxPage, const Reference< XShapes >& rxShapes )
bool SVGFilter::implCreateObjectsFromShapes( const Reference< css::drawing::XDrawPage > & rxPage, const Reference< css::drawing::XShapes >& rxShapes )
{
Reference< XShape > xShape;
Reference< css::drawing::XShape > xShape;
bool bRet = false;
for( sal_Int32 i = 0, nCount = rxShapes->getCount(); i < nCount; ++i )
......@@ -1921,12 +1921,12 @@ bool SVGFilter::implCreateObjectsFromShapes( const Reference< XDrawPage > & rxPa
}
bool SVGFilter::implCreateObjectsFromShape( const Reference< XDrawPage > & rxPage, const Reference< XShape >& rxShape )
bool SVGFilter::implCreateObjectsFromShape( const Reference< css::drawing::XDrawPage > & rxPage, const Reference< css::drawing::XShape >& rxShape )
{
bool bRet = false;
if( rxShape->getShapeType().lastIndexOf( "drawing.GroupShape" ) != -1 )
{
Reference< XShapes > xShapes( rxShape, UNO_QUERY );
Reference< css::drawing::XShapes > xShapes( rxShape, UNO_QUERY );
if( xShapes.is() )
bRet = implCreateObjectsFromShapes( rxPage, xShapes );
......@@ -2038,9 +2038,9 @@ bool SVGFilter::implCreateObjectsFromShape( const Reference< XDrawPage > & rxPag
}
void SVGFilter::implCreateObjectsFromBackground( const Reference< XDrawPage >& rxDrawPage )
void SVGFilter::implCreateObjectsFromBackground( const Reference< css::drawing::XDrawPage >& rxDrawPage )
{
Reference< XGraphicExportFilter > xExporter = drawing::GraphicExportFilter::create( mxContext );
Reference< css::drawing::XGraphicExportFilter > xExporter = drawing::GraphicExportFilter::create( mxContext );
GDIMetaFile aMtf;
......@@ -2063,7 +2063,7 @@ void SVGFilter::implCreateObjectsFromBackground( const Reference< XDrawPage >& r
}
OUString SVGFilter::implGetClassFromShape( const Reference< XShape >& rxShape )
OUString SVGFilter::implGetClassFromShape( const Reference< css::drawing::XShape >& rxShape )
{
OUString aRet;
const OUString aShapeType( rxShape->getShapeType() );
......
......@@ -56,7 +56,6 @@
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::document;
using namespace ::com::sun::star::drawing;
using namespace ::com::sun::star::io;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::uno;
......@@ -216,13 +215,13 @@ private:
ObjectMap* mpObjects;
Reference< XComponent > mxSrcDoc;
Reference< XComponent > mxDstDoc;
Reference< XDrawPage > mxDefaultPage;
Reference< css::drawing::XDrawPage > mxDefaultPage;
Sequence< PropertyValue > maFilterData;
// #i124608# explicit ShapeSelection for export when export of the selection is wanted
Reference< XShapes > maShapeSelection;
Reference< css::drawing::XShapes > maShapeSelection;
bool mbExportShapeSelection;
std::vector< Reference< XDrawPage > > mSelectedPages;
std::vector< Reference< XDrawPage > > mMasterPageTargets;
std::vector< Reference< css::drawing::XDrawPage > > mSelectedPages;
std::vector< Reference< css::drawing::XDrawPage > > mMasterPageTargets;
Link<EditFieldInfo*,void> maOldFieldHdl;
Link<EditFieldInfo*,void> maNewFieldHdl;
......@@ -234,7 +233,7 @@ private:
bool implExport( const Sequence< PropertyValue >& rDescriptor );
static Reference< XWriter > implCreateExportDocumentHandler( const Reference< XOutputStream >& rxOStm );
void implGetPagePropSet( const Reference< XDrawPage > & rxPage );
void implGetPagePropSet( const Reference< css::drawing::XDrawPage > & rxPage );
void implGenerateMetaData();
void implExportTextShapeIndex();
void implEmbedBulletGlyphs();
......@@ -245,26 +244,26 @@ private:
bool implExportDocument();
void implExportAnimations();
bool implExportMasterPages( const std::vector< Reference< XDrawPage > >& rxPages,
bool implExportMasterPages( const std::vector< Reference< css::drawing::XDrawPage > >& rxPages,
sal_Int32 nFirstPage, sal_Int32 nLastPage );
void implExportDrawPages( const std::vector< Reference< XDrawPage > >& rxPages,
void implExportDrawPages( const std::vector< Reference< css::drawing::XDrawPage > >& rxPages,
sal_Int32 nFirstPage, sal_Int32 nLastPage );
bool implExportPage( const OUString & sPageId,
const Reference< XDrawPage > & rxPage,
const Reference< XShapes > & xShapes,
const Reference< css::drawing::XDrawPage > & rxPage,
const Reference< css::drawing::XShapes > & xShapes,
bool bMaster );
bool implExportShapes( const Reference< XShapes >& rxShapes,
bool implExportShapes( const Reference< css::drawing::XShapes >& rxShapes,
bool bMaster );
bool implExportShape( const Reference< XShape >& rxShape,
bool implExportShape( const Reference< css::drawing::XShape >& rxShape,
bool bMaster );
bool implCreateObjects();
bool implCreateObjectsFromShapes( const Reference< XDrawPage > & rxPage, const Reference< XShapes >& rxShapes );
bool implCreateObjectsFromShape( const Reference< XDrawPage > & rxPage, const Reference< XShape >& rxShape );
void implCreateObjectsFromBackground( const Reference< XDrawPage >& rxMasterPage );
bool implCreateObjectsFromShapes( const Reference< css::drawing::XDrawPage > & rxPage, const Reference< css::drawing::XShapes >& rxShapes );
bool implCreateObjectsFromShape( const Reference< css::drawing::XDrawPage > & rxPage, const Reference< css::drawing::XShape >& rxShape );
void implCreateObjectsFromBackground( const Reference< css::drawing::XDrawPage >& rxMasterPage );
static OUString implGetClassFromShape( const Reference< XShape >& rxShape );
static OUString implGetClassFromShape( const Reference< css::drawing::XShape >& rxShape );
void implRegisterInterface( const Reference< XInterface >& rxIf );
const OUString & implGetValidIDFromInterface( const Reference< XInterface >& rxIf );
static OUString implGetInterfaceName( const Reference< XInterface >& rxIf );
......
......@@ -2757,7 +2757,7 @@ void SVGActionWriter::ImplWriteBmp( const BitmapEx& rBmpEx,
void SVGActionWriter::ImplWriteActions( const GDIMetaFile& rMtf,
sal_uInt32 nWriteFlags,
const OUString* pElementId,
const Reference< XShape >* pxShape,
const Reference< css::drawing::XShape >* pxShape,
const GDIMetaFile* pTextEmbeddedBitmapMtf )
{
// need a counter for the actions written per shape to avoid double ID
......@@ -3725,7 +3725,7 @@ void SVGActionWriter::WriteMetaFile( const Point& rPos100thmm,
const GDIMetaFile& rMtf,
sal_uInt32 nWriteFlags,
const OUString* pElementId,
const Reference< XShape >* pXShape,
const Reference< css::drawing::XShape >* pXShape,
const GDIMetaFile* pTextEmbeddedBitmapMtf )
{
MapMode aMapMode( rMtf.GetPrefMapMode() );
......
......@@ -66,7 +66,6 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::text;
using namespace ::com::sun::star::drawing;
using namespace ::com::sun::star::style;
using namespace ::com::sun::star::svg;
using namespace ::com::sun::star::xml::sax;
......@@ -365,7 +364,7 @@ private:
void ImplWriteActions( const GDIMetaFile& rMtf,
sal_uInt32 nWriteFlags,
const OUString* pElementId,
const Reference< XShape >* pXShape = nullptr,
const Reference< css::drawing::XShape >* pXShape = nullptr,
const GDIMetaFile* pTextEmbeddedBitmapMtf = nullptr );
vcl::Font ImplSetCorrectFontHeight() const;
......@@ -384,7 +383,7 @@ public:
const GDIMetaFile& rMtf,
sal_uInt32 nWriteFlags,
const OUString* pElementId = nullptr,
const Reference< XShape >* pXShape = nullptr,
const Reference< css::drawing::XShape >* pXShape = nullptr,
const GDIMetaFile* pTextEmbeddedBitmapMtf = nullptr );
};
......
......@@ -36,6 +36,7 @@
#include <com/sun/star/util/VetoException.hpp>
#include <tools/urlobj.hxx>
#include <tools/debug.hxx>
#include <vcl/graph.hxx>
#include <vcl/svapp.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/objsh.hxx>
......
......@@ -19,6 +19,7 @@
#include "rtattributehandler.hxx"
#include <osl/diagnose.h>
#include <svx/svxids.hrc>
#include <editeng/eeitem.hxx>
#include <svl/itemset.hxx>
......
......@@ -20,7 +20,7 @@
#include <dispatch/interceptionhelper.hxx>
#include <com/sun/star/frame/XInterceptorInfo.hpp>
#include <osl/diagnose.h>
#include <vcl/svapp.hxx>
namespace framework{
......
......@@ -37,7 +37,7 @@
#include <com/sun/star/io/IOException.hpp>
#include <com/sun/star/io/XStream.hpp>
#include <com/sun/star/ui/ImageType.hpp>
#include <vcl/graph.hxx>
#include <vcl/svapp.hxx>
#include <rtl/ustrbuf.hxx>
#include <o3tl/enumrange.hxx>
......
......@@ -34,6 +34,7 @@
#include <memory>
namespace vcl { class Window; }
class ErrCode;
class SfxFilter;
class SfxObjectFactory;
class SfxMedium;
......
......@@ -87,6 +87,7 @@
#include <memory>
class ErrCode;
class SfxMedium;
class SfxPrinter;
class SfxViewShell;
......
......@@ -19,6 +19,9 @@
#ifndef INCLUDED_SVX_CHARMAP_HXX
#define INCLUDED_SVX_CHARMAP_HXX
#include <sal/config.h>
#include <deque>
#include <map>
#include <memory>
......
......@@ -21,11 +21,12 @@
#define INCLUDED_VCL_OUTDEV_HXX
#include <tools/gen.hxx>
#include <tools/ref.hxx>
#include <tools/solar.h>
#include <tools/color.hxx>
#include <tools/poly.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <vcl/bitmap.hxx>
#include <vcl/cairo.hxx>
#include <vcl/devicecoordinate.hxx>
#include <vcl/dllapi.h>
......@@ -33,7 +34,6 @@
#include <vcl/region.hxx>
#include <vcl/mapmod.hxx>
#include <vcl/wall.hxx>
#include <vcl/metaact.hxx>
#include <vcl/metaactiontypes.hxx>
#include <vcl/salnativewidgets.hxx>
#include <vcl/outdevstate.hxx>
......
......@@ -32,6 +32,7 @@
#include <tools/multisel.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/view/PrintableState.hpp>
#include <memory>
......
......@@ -22,6 +22,7 @@
#include <tools/gen.hxx>
#include <tools/lineend.hxx>
#include <tools/stream.hxx>
#include <vcl/dllapi.h>
#include <vcl/dndhelp.hxx>
#include <vcl/textdata.hxx>
......
......@@ -24,6 +24,7 @@
#include <tools/wintypes.hxx>
#include <vcl/edit.hxx>
#include <vcl/dllapi.h>
#include <vcl/timer.hxx>
class ImpVclMEdit;
class Timer;
......
......@@ -33,6 +33,7 @@
#include <osl/diagnose.h>
#include <comphelper/seqstream.hxx>
#include <vcl/wmf.hxx>
#include <vcl/wmfexternal.hxx>
#include <vcl/svapp.hxx>
#include <tools/gen.hxx>
#include <comphelper/propertysequence.hxx>
......
......@@ -25,6 +25,7 @@
#include <vector>
#include <o3tl/any.hxx>
#include <osl/diagnose.h>
#include <rtl/math.hxx>
#include <svl/itemprop.hxx>
#include <svl/intitem.hxx>
......
......@@ -28,6 +28,7 @@
#include <editeng/escapementitem.hxx>
#include <editeng/udlnitem.hxx>
#include <editeng/wghtitem.hxx>
#include <osl/diagnose.h>
#include <sfx2/printer.hxx>
#include <attrib.hxx>
......
......@@ -23,6 +23,7 @@
#include <oox/helper/attributelist.hxx>
#include <oox/token/namespaces.hxx>
#include <oox/token/tokens.hxx>
#include <osl/diagnose.h>
#include <defnamesbuffer.hxx>
#include <sheetdatacontext.hxx>
#include <unitconverter.hxx>
......
......@@ -23,6 +23,7 @@
#include <com/sun/star/text/XText.hpp>
#include <rtl/ustrbuf.hxx>
#include <editeng/editobj.hxx>
#include <osl/diagnose.h>
#include <oox/helper/binaryinputstream.hxx>
#include <oox/helper/attributelist.hxx>
#include <oox/helper/propertyset.hxx>
......
......@@ -19,6 +19,7 @@
#include <worksheetfragment.hxx>
#include <osl/diagnose.h>
#include <oox/core/filterbase.hxx>
#include <oox/core/relations.hxx>
#include <oox/helper/attributelist.hxx>
......
......@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <sal/config.h>
#include <osl/diagnose.h>
#include <vcl/svapp.hxx>
#include <comphelper/servicehelper.hxx>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
......
......@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <sal/config.h>
#include <vcl/lineinfo.hxx>
#include <vcl/outdev.hxx>
#include <gridmerg.hxx>
......
......@@ -20,6 +20,7 @@
#include <prevloc.hxx>
#include <document.hxx>
#include <osl/diagnose.h>
#include <vcl/outdev.hxx>
#include <o3tl/make_unique.hxx>
......
......@@ -31,6 +31,7 @@
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/presentation/EffectPresetClass.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
#include <osl/diagnose.h>
#include <unotools/streamwrap.hxx>
#include <comphelper/getexpandeduri.hxx>
#include <comphelper/processfactory.hxx>
......
......@@ -22,6 +22,7 @@
#include <cache/SlsCacheContext.hxx>
#include <tools/IdleDetection.hxx>
#include <vcl/bitmapex.hxx>
#include <sdpage.hxx>
#include <cppcanvas/vclfactory.hxx>
#include <com/sun/star/drawing/XDrawPage.hpp>
......
......@@ -17,7 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <sal/config.h>
#include <osl/diagnose.h>
#include <sfx2/Metadatable.hxx>
#include <sfx2/XmlIdRegistry.hxx>
......
......@@ -71,6 +71,7 @@
#include <tools/diagnose_ex.h>
#include <unotools/tempfile.hxx>
#include <osl/mutex.hxx>
#include <vcl/errcode.hxx>
#include <vcl/salctype.hxx>
#include <comphelper/classids.hxx>
#include <sot/storinfo.hxx>
......