/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include #include #if defined OSL_BIGENDIAN || defined OSL_LITENDIAN #endif #ifdef OSL_BIGENDIAN #endif #ifdef OSL_LITENDIAN #endif #ifndef OSL_BIGENDIAN #endif #ifndef OSL_LITENDIAN #endif #if !defined OSL_BIGENDIAN #define OSL_BIGENDIAN // expected-error@-1 {{macro 'OSL_BIGENDIAN' defined in addition to 'OSL_LITENDIAN' [loplugin:oslendian]}} // expected-note@osl/endian.h:* {{conflicting macro definition is here [loplugin:oslendian]}} #endif #if !defined OSL_LITENDIAN #define OSL_LITENDIAN // expected-error@-1 {{macro 'OSL_LITENDIAN' defined in addition to 'OSL_BIGENDIAN' [loplugin:oslendian]}} // expected-note@osl/endian.h:* {{conflicting macro definition is here [loplugin:oslendian]}} #endif #if defined OSL_BIGENDIAN #undef OSL_BIGENDIAN // expected-error@-1 {{macro 'OSL_BIGENDIAN' undefinition [loplugin:oslendian]}} #endif #if defined OSL_LITENDIAN #undef OSL_LITENDIAN // expected-error@-1 {{macro 'OSL_LITENDIAN' undefinition [loplugin:oslendian]}} #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ o/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
i
AgeCommit message (Expand)Author
2022-10-13tdf#149840 Use actual outer size for SmartArt in WriterRegina Henschel
2022-10-12crashtesting: exception during dtorCaolán McNamara
2022-10-11vml whitespace-check mangled Částečně to ste nCaolán McNamara
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-29oox: avoid else after return in WpgContextMiklos Vajna
2022-09-28tdf#124333 PPTX import: fix Z-order of embedded OLE objectsTünde Tóth
2022-09-28use more string_view in ooxNoel Grandin
2022-09-20tdf#89928 pptx import: implement import of BiLevel thresholdSarper Akdemir
2022-09-20tdf#94122 pptx export: fix automatic text color exportSarper Akdemir
2022-09-19tdf#151008 adapt anchor for eaVert and mongolianVertRegina Henschel
2022-09-16[-Wmaybe-uninitialized]Julien Nabet
2022-09-16Related: tdf#144092 improve wordingSarper Akdemir
2022-09-15Add documentation for data table added classes and functionsTomaž Vajngerl
2022-09-14Fix typoAndrea Gelmini
2022-09-14Fix typoAndrea Gelmini
2022-09-14tdf#149551 use 'WritingMode' instead of TextPreRotateAngleRegina Henschel
2022-09-13crashtesting: FastSaxSerializer::endDocument assert on exportCaolán McNamara
2022-09-09tdf#150719 PPTX import: fix hyperlink format (lost underline)Tibor Nagy
2022-09-07cid#1500419 rearrange to silence Use after freeCaolán McNamara
2022-09-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroRadhey Parekh
2022-09-05Simplify by using replace instead of replaceAt in 2 loops in oox/scJulien Nabet
2022-09-05tdf#149670 fix color change api and adjust tolerance for ooxmlSarper Akdemir
2022-09-04Fix comment, formulabase.cxx has been moved in sc/source/filter/oox since 2012Julien Nabet
2022-08-31Fix typoAndrea Gelmini
2022-08-31tdf#144092 pptx export: export endParaRPr for empty shape & cellsSarper Akdemir
2022-08-31tdf#144092 pptx import: correct table height during importSarper Akdemir
2022-08-29tdf#144092 pptx import: fix import of empty cell and shape text propertiesSarper Akdemir
2022-08-25oox: avoid unnecessary value parameterMiklos Vajna
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-18oox: set fill properties correctly for the data table at importTomaž Vajngerl
2022-08-17cid#1500403 Dereference before null checkCaolán McNamara
2022-08-11Related: tdf#150176 pptx chart import: fix automatic border styleBalazs Varga
2022-08-10loplugin:passstuffbyrefNoel Grandin
2022-08-09tdf#150176 pptx chart import: fix automatic border styleBalazs Varga
2022-08-04Silence false -Werror=maybe-uninitializedStephan Bergmann
2022-08-02elide some temporary OUString construction in oox parsingNoel Grandin
2022-08-02clang-tidy modernize-pass-by-value in ooxNoel Grandin
2022-08-02use more getStringDefaultedNoel Grandin
2022-08-01use more string_view when dealing with attributesNoel Grandin
2022-07-31Fix typo in codeAndrea Gelmini
2022-07-29cid#1507491 cut and paste typo triggering 'Constant' variable guards dead codeCaolán McNamara
2022-07-29cid#1507492 Improper use of negative valueCaolán McNamara