summaryrefslogtreecommitdiff
path: root/configmgr/qa/unit/test.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-05-24Fix CppunitTest_configmgr_unit for --disable-report-builderStephan Bergmann1-7/+3
2023-05-11Allow all hierarchical path segments to be ['...'] quotedStephan Bergmann1-6/+17
2023-02-17Verify that zh-Hant-TW locale works in configmgr as intendedStephan Bergmann1-0/+8
2023-02-17Verify that es-419 locale works in configmgr as intendedStephan Bergmann1-0/+9
2023-02-16Do not add empty language tag to fallback stringsEike Rathke1-3/+1
2023-02-16Improve testLocalizedPropertyStephan Bergmann1-0/+9
2023-02-15Use the (first segment of the) original locale value for the workaround againStephan Bergmann1-0/+7
2023-02-15Add a rudimentary test for localized propertiesStephan Bergmann1-0/+17
2020-05-18use for-range on Sequence in cli_ure..connectivityNoel Grandin1-3/+3
2020-02-06GenericCommands: fix Fontwork tooltipsJustin Luth1-1/+1
2019-07-17tdf#42949 Fix IWYU warnings in configmgr/*Gabor Kelemen1-13/+4
2019-05-10Remove dead test codeStephan Bergmann1-185/+0
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann1-2/+2
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-1/+2
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-1/+1
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin1-2/+2
2017-04-28loplugin:cppunitassertequals: configmgrStephan Bergmann1-2/+10
2017-03-17cleanup double includes and declarationsJochen Nitschke1-1/+0
2017-02-03makeAny->Any in canvas..configmgrNoel Grandin1-11/+9
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-6/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-05configmgr: fix loplugin:cppunitassertequals warningsMiklos Vajna1-5/+5
2016-05-31tdf#91781 A round of minor tweaks to Writer's menusYousuf Philips1-1/+1
2016-03-08tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani1-5/+0
2015-12-23loplugin:unusedfields in chart2Noel Grandin1-1/+0
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann1-12/+12
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-13/+13
2015-11-04yyyyyNoel Grandin1-13/+6
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-4/+2
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-8/+8
2015-10-09Create a wrapper to make listening for configmgr changes easy.Michael Meeks1-0/+47
2015-07-13tdf#92639: Slashes are allowed in set member names, of courseStephan Bergmann1-2/+3
2015-07-13tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-07-07Validate names of elements added via the APIStephan Bergmann1-0/+37
2015-02-12coverity#1269597 Uncaught exceptionCaolán McNamara1-4/+4
2015-02-11loplugin:unreffunStephan Bergmann1-178/+184
2015-02-11tdf#46723 - enable configmgr unit testsRadu Ioan1-46/+38
2014-10-22WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-8/+8
2014-10-22WaE: Unreferenced function definitionTor Lillqvist1-28/+0
2014-05-28fix-includes.pl: configmgrThomas Arnhold1-32/+32
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-32/+16
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-09-10configmgr: cleanup unit test pieces.Michael Meeks1-39/+38
2013-09-10fdo#46723 enable configmgr unit testsJelle van der Waa1-5/+6
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-92/+92
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-62/+48
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-06-12re-base on ALv2 code.Michael Meeks1-26/+17