impgraph.cxx (bb18ee55) impgraph.cxx (9f63b866)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 14 unchanged lines hidden (view full) ---

23
24// MARKER(update_precomp.py): autogen include statement, do not remove
25#include "precompiled_vcl.hxx"
26
27#include <tools/vcompat.hxx>
28#include <tools/urlobj.hxx>
29#include <tools/debug.hxx>
30#include <tools/stream.hxx>
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 14 unchanged lines hidden (view full) ---

23
24// MARKER(update_precomp.py): autogen include statement, do not remove
25#include "precompiled_vcl.hxx"
26
27#include <tools/vcompat.hxx>
28#include <tools/urlobj.hxx>
29#include <tools/debug.hxx>
30#include <tools/stream.hxx>
31
32#include <ucbhelper/content.hxx>
31#include <ucbhelper/content.hxx>
33
34#include <unotools/ucbstreamhelper.hxx>
35#include <unotools/tempfile.hxx>
32#include <unotools/ucbstreamhelper.hxx>
33#include <unotools/tempfile.hxx>
36
37#include <vcl/outdev.hxx>
38#include <vcl/virdev.hxx>
39#include <vcl/gfxlink.hxx>
40#include <vcl/cvtgrf.hxx>
41#include <vcl/salbtype.hxx>
42#include <vcl/graph.hxx>
43#include <vcl/metaact.hxx>
34#include <vcl/outdev.hxx>
35#include <vcl/virdev.hxx>
36#include <vcl/gfxlink.hxx>
37#include <vcl/cvtgrf.hxx>
38#include <vcl/salbtype.hxx>
39#include <vcl/graph.hxx>
40#include <vcl/metaact.hxx>
44
45#include <impgraph.hxx>
41#include <impgraph.hxx>
46
47#include <com/sun/star/ucb/CommandAbortedException.hpp>
48
49// -----------
50// - Defines -
51// -----------
52
53#define GRAPHIC_MAXPARTLEN 256000L
54#define GRAPHIC_MTFTOBMP_MAXEXT 2048

--- 1860 unchanged lines hidden ---
42#include <com/sun/star/ucb/CommandAbortedException.hpp>
43
44// -----------
45// - Defines -
46// -----------
47
48#define GRAPHIC_MAXPARTLEN 256000L
49#define GRAPHIC_MTFTOBMP_MAXEXT 2048

--- 1860 unchanged lines hidden ---