summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2019-12-23sal_Char->char in svtools..svlNoel Grandin9-25/+25
2019-12-17Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Stephan Bergmann1-15/+2
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara22-58/+26
2019-12-11Fix typosAndrea Gelmini1-1/+1
2019-12-07Fix more new dependencies on boost_headersStephan Bergmann1-0/+2
2019-12-03Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann2-0/+4
2019-12-03Adapt to C++20 deleted ostream << for sal_Unicode* (aka char16_t*)Stephan Bergmann1-6/+6
2019-12-03remove some useless comment linesNoel Grandin2-5/+0
2019-12-02tdf#42949 Replace property_tre/ptree.hpp with fw declaration headerGabor Kelemen2-0/+2
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-1/+1
2019-11-28jsdialog: dump Sfx_Int__Items to JSONSzymon Kłos1-0/+20
2019-11-28jsdialogs: send graphic items updatesSzymon Kłos1-0/+8
2019-11-27jsdialogs: dumpAsJSON for SfxItems with FillGradient exampleSzymon Kłos1-0/+6
2019-11-26loplugin:external (clang-cl)Stephan Bergmann1-0/+4
2019-11-25Remove some redundantly user-declared copy ctors and assignment opsStephan Bergmann1-12/+0
2019-11-24cppcheck: performing init in init list (sot/svl/svtools/svx)Julien Nabet3-7/+4
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann6-0/+23
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann3-0/+15
2019-11-08Unit test for fixed locale Excel export formats, tdf#128649Eike Rathke1-0/+41
2019-11-08Resolves: tdf#128649 Do not insert duplicate LCID for currencyEike Rathke1-12/+22
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-11-02New loplugin:conditionalstringStephan Bergmann2-2/+2
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-6/+2
2019-10-28loplugin:stringadd improve detectionNoel Grandin1-2/+2
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin4-8/+8
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin2-17/+16
2019-10-19OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann1-1/+1
2019-10-19Directly use OUStringBuffer::append overload taking a single sal_UnicodeStephan Bergmann1-1/+1
2019-10-19Replace some uses of OUStringChar with string literalsStephan Bergmann1-5/+1
2019-10-19We don't support leap seconds, but.. accept as input anywayEike Rathke1-14/+16
2019-10-19Resolves: tdf#76441 accept two digit groups MM:SS input if formatted as suchEike Rathke2-0/+85
2019-10-18Input with subsequent part greater than 59 is not time or durationEike Rathke1-0/+4
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-5/+7
2019-10-17Fix typoAndrea Gelmini1-1/+1
2019-10-17Resolves: tdf#126773 Excel uses lowercase date and time format code keywordsEike Rathke1-4/+42
2019-10-17Remove some memset callsMike Kaganski1-8/+3
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann6-29/+29
2019-10-15new loplugin:bufferaddNoel Grandin1-5/+1
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-4/+4
2019-10-06improve SfxPoolItem operator== implementationsNoel Grandin8-12/+13
2019-10-05simplify SfxAllEnumItemNoel Grandin2-79/+18
2019-10-03Following "Simplify a bit SfxAllEnumItem (svl)"Julien Nabet1-2/+1
2019-10-03Simplify a bit SfxAllEnumItem (svl)Julien Nabet1-9/+5
2019-10-02Avoid std::vector inheritance for SfxAllEnumValueArrJulien Nabet1-3/+0
2019-10-01loplugin:returnconstval (clang-cl)Stephan Bergmann2-2/+2
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann1-1/+1
2019-10-01loplugin:stringadd n sfx2..svlNoel Grandin3-10/+7
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski2-4/+2
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski2-18/+11
2019-09-30Simplify iterating in SwRegHistory::MakeSetWhichIds a littleMike Kaganski1-2/+1