summaryrefslogtreecommitdiff
path: root/config_host/config_typesizes.h.in
blob: cc0fcf8f8a86fe403852cf415c71340fcef6650b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*

   Alignments and sizes of types.

*/

#ifndef CONFIG_TYPESIZES_H
#define CONFIG_TYPESIZES_H

#undef SAL_TYPES_ALIGNMENT2
#undef SAL_TYPES_ALIGNMENT4
#undef SAL_TYPES_ALIGNMENT8
#undef SAL_TYPES_SIZEOFSHORT
#undef SAL_TYPES_SIZEOFINT
#undef SAL_TYPES_SIZEOFLONG
#undef SAL_TYPES_SIZEOFLONGLONG
#undef SAL_TYPES_SIZEOFPOINTER

#endif
/lo/core/commit/basegfx?h=libreoffice-7-3-3&id=a43712a9232eea1a439be95e8a30ee833dd4bff4'>check for self assignCaolán McNamara 2018-10-19clang-tidy readability-container-size-emptyNoel Grandin 2018-10-15tdf#42949 Fix IWYU warnings in include/basegfx/*Gabor Kelemen 2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann 2018-10-07Fix typosAndrea Gelmini 2018-10-06Support estimateUsageInBytes for SystemDependentDataArmin Le Grand 2018-09-21Support buffering SystemDependent GraphicDataArmin Le Grand 2018-09-20Support buffering SystemDependent GraphicData (III)Armin Le Grand 2018-09-17New loplugin:externalStephan Bergmann 2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand 2018-09-11cppcheck: variableScope in basegfxJochen Nitschke 2018-09-09use more range based loopsJochen Nitschke 2018-09-05loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin 2018-09-03move identity checks into B3DHomMatrix::operator*=Noel Grandin 2018-09-01Removed execution flag on source filesAndrea Gelmini 2018-08-31Support RTL layout in VCL using MatricesArmin Le Grand 2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand 2018-08-17Consolidate: basegfx::clamp -> o3tl::clampStephan Bergmann 2018-08-14tdf#118825 Implement OOXMLMotionPath in exportToSvgD of basegfx.Mark Hung 2018-08-14tdf#118825 move basegfx::internal::putNumberCharWithSpaceMark Hung 2018-08-14tdf#118825 refactor basegfx::utils::exportToSvgD with putCommandChar.Mark Hung 2018-08-11set copy_paste_error to false rather than intentionalCaolán McNamara 2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski 2018-08-03loplugin:useuniqueptr in ImplHomMatrixTemplateNoel Grandin 2018-07-20Fix typosAndrea Gelmini 2018-07-09Add missing sal/log.hxx headersGabor Kelemen 2018-07-05Only access css::drawing::PointSequence when not emptyArmin Le Grand 2018-07-02tdf106792 Get rid of SvxShapePolyPolygonBezierArmin Le Grand