--- misc/cppunit-1.13.1/include/cppunit/Portability.h 2012-09-24 19:10:36.000000000 +0200 +++ misc/build/cppunit-1.13.1/include/cppunit/Portability.h 2013-03-18 14:23:48.880718714 +0100 @@ -68,6 +68,9 @@ * std::allocator. On some compilers, you may need to change this to * std::allocator. */ +#ifndef CPPUNIT_STD_NEED_ALLOCATOR /* avoid -Wundef warning */ +#define CPPUNIT_STD_NEED_ALLOCATOR 0 +#endif #if CPPUNIT_STD_NEED_ALLOCATOR # if !defined(CPPUNIT_STD_ALLOCATOR) # define CPPUNIT_STD_ALLOCATOR std::allocator d> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dochdl/gloshdl.cxx
AgeCommit message (Expand)Author
2018-10-30loplugin:returnconstantNoel Grandin
2018-10-06weld SwSelGlossaryDlgCaolán McNamara
2018-10-03loplugin:constfields in swNoel Grandin
2018-09-15loplugin:useuniqueptr pass SwTextBlocks around by unique_ptrNoel Grandin
2018-09-12loplugin:simplifyconstruct in swNoel Grandin
2018-08-13convert GETSELTXT_PARABRK_ constants to scoped enumNoel Grandin
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin
2018-06-11new loplugin:shouldreturnboolNoel Grandin
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin
2018-03-21sw: fix some IWYU warningsMiklos Vajna
2018-03-16weld SvxObjectTitleDescDialogCaolán McNamara
2018-02-26Removed duplicated includesAndrea Gelmini
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara
2018-02-22weld native message dialogsCaolán McNamara
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2018-01-03Translate German comments and debug stringsJohnny_M
2017-10-09uibase: consistently use "" and <> in include directivesMike Kaganski
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin
2017-07-25convert UNO event ids to scoped enumNoel Grandin
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-23coverity#1412991 Resource leakCaolán McNamara
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock
2017-03-16convert SwUndoId to scoped enumNoel Grandin
2017-02-24no need to take address of front()Caolán McNamara
2017-02-01loplugin:stringconstant handle calls to constructors with one argNoel Grandin
2017-01-18new loplugin: useuniqueptr: sw part 2Noel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara
2016-06-14the __RSC hack is only needed in src files and things included from src filesCaolán McNamara
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin
2016-03-22loplugin:constantparam in swNoel Grandin
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard
2016-03-09loplugin:constantparam in swNoel Grandin
2016-01-13sw: -Werror=unused-but-set-variableMichael Stahl
2016-01-13loplugin:unusedmethods unused return value in sw/Noel Grandin