summaryrefslogtreecommitdiff
path: root/canvas/source/directx/dx_impltools.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/directx/dx_impltools.cxx')
-rw-r--r--canvas/source/directx/dx_impltools.cxx33
1 files changed, 16 insertions, 17 deletions
diff --git a/canvas/source/directx/dx_impltools.cxx b/canvas/source/directx/dx_impltools.cxx
index 98a9e49f01f9..f2d0e7745ba7 100644
--- a/canvas/source/directx/dx_impltools.cxx
+++ b/canvas/source/directx/dx_impltools.cxx
@@ -17,37 +17,36 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <sal/config.h>
-#include <ctype.h>
-#include <basegfx/numeric/ftools.hxx>
+#include <algorithm>
+#include <cctype>
+#include <vector>
-#include <tools/diagnose_ex.h>
-
-#include <com/sun/star/lang/XServiceInfo.hpp>
-#include <com/sun/star/lang/XUnoTunnel.hpp>
-#include <com/sun/star/geometry/RealPoint2D.hpp>
-#include <com/sun/star/geometry/IntegerRectangle2D.hpp>
#include <basegfx/matrix/b2dhommatrix.hxx>
-#include <basegfx/range/b2irectangle.hxx>
-#include <basegfx/range/b2drectangle.hxx>
+#include <basegfx/numeric/ftools.hxx>
#include <basegfx/polygon/b2dpolygon.hxx>
#include <basegfx/polygon/b2dpolypolygon.hxx>
+#include <basegfx/range/b2drectangle.hxx>
+#include <basegfx/range/b2irectangle.hxx>
#include <basegfx/tools/canvastools.hxx>
+#include <com/sun/star/geometry/IntegerRectangle2D.hpp>
+#include <com/sun/star/geometry/RealPoint2D.hpp>
+#include <com/sun/star/lang/XServiceInfo.hpp>
+#include <com/sun/star/lang/XUnoTunnel.hpp>
+#include <tools/diagnose_ex.h>
#include <canvas/canvastools.hxx>
#include <canvas/verifyinput.hxx>
-#include "dx_impltools.hxx"
-#include "dx_vcltools.hxx"
-#include "dx_linepolypolygon.hxx"
+#include "dx_canvas.hxx"
#include "dx_canvasbitmap.hxx"
#include "dx_canvasfont.hxx"
-#include "dx_canvas.hxx"
+#include "dx_impltools.hxx"
+#include "dx_linepolypolygon.hxx"
#include "dx_spritecanvas.hxx"
-
-#include <vector>
-#include <algorithm>
+#include "dx_vcltools.hxx"
using namespace ::com::sun::star;
40a7c9f4e1768452319a686d3'>fdo#84938: replace MENUITEM constants with enumNoel Grandin 2014-10-22Avoid unnecessary #includeStephan Bergmann 2014-10-21-Werror,-Wunneeded-internal-declarationStephan Bergmann 2014-10-21Resolves: fdo#33598 don't show filter list any moreCaolán McNamara 2014-10-21Related: fdo#33598 don't show filter list if there is only one filterCaolán McNamara 2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin 2014-10-20Revert "Fix fdo#84795 Menu, DropDown-List not disappears with right mouse click"Caolán McNamara 2014-10-20Work around workaround for old MSVC 2012Stephan Bergmann 2014-10-20Resolves: fdo#85006 limit script stripping to known suffixesCaolán McNamara 2014-10-20coverity#1242704 Untrusted loop boundCaolán McNamara 2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin 2014-10-18coverity#1242573 Untrusted loop boundCaolán McNamara 2014-10-18coverity#1242573 Untrusted loop boundCaolán McNamara 2014-10-18coverity#1222238 Untrusted loop boundCaolán McNamara 2014-10-18coverity#1209860 try and silence Untrusted loop bound warningCaolán McNamara 2014-10-18vcl/layout.hxx was included twiceAndras Timar 2014-10-17coverity#704104 Unchecked return valueCaolán McNamara 2014-10-17coverity#735341 Unchecked return value from libraryCaolán McNamara 2014-10-17coverity#1247652 Uninitialized scalar fieldCaolán McNamara 2014-10-17coverity#1247651 Uninitialized pointer fieldCaolán McNamara 2014-10-17