summaryrefslogtreecommitdiffstats
path: root/svl/source
Commit message (Expand)AuthorAgeFilesLines
* Remove excess newlinesChris Sherlock2016-02-0936-159/+0
* Formatting changes across all modulesChris Sherlock2016-02-091-4/+0
* tdf#88205 Delete 'uno::Sequence' in svlkerem2016-02-081-8/+4
* loplugin:unusedmethodsNoel Grandin2016-02-081-278/+0
* Fix typosAndrea Gelmini2016-02-051-1/+1
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-255-8/+8
* loplugin:unusedmethodsNoel Grandin2016-01-202-86/+0
* grml.. stupid oversight..Eike Rathke2016-01-141-1/+5
* it's unnecessary to buffer the string to create a string from it againEike Rathke2016-01-141-19/+10
* do it right and remove then superfluous mumbo-jumboEike Rathke2016-01-141-28/+13
* loplugin:unusedmethods unused return value in store,svlNoel Grandin2016-01-142-14/+9
* -Werror=unused-but-set-variableStephan Bergmann2016-01-131-2/+1
* tdf#97077: So ppStaticDefaults can be null after allStephan Bergmann2016-01-131-26/+27
* loplugin:unusedmethods unused return value in include/svlNoel Grandin2016-01-138-39/+16
* Fix typosAndrea Gelmini2016-01-104-5/+5
* What these SAL_INFO probably want to tell us...Stephan Bergmann2016-01-061-51/+46
* Revert "This probably is not worth displaying a warning about"Tor Lillqvist2016-01-061-0/+1
* This probably is not worth displaying a warning aboutTor Lillqvist2016-01-051-1/+0
* tdf#96708: don't modify document while copying to clipboardMike Kaganski2016-01-051-3/+1
* crashtesting: post NPAPI removal crash fixingCaolán McNamara2015-12-211-0/+2
* ...and this looks like a memory leak, tooStephan Bergmann2015-12-151-0/+6
* Memory leakStephan Bergmann2015-12-151-1/+3
* Bin unused function DbgCheckItemSetTor Lillqvist2015-12-151-33/+0
* Bin silly 'STATIC DATA' commentsTor Lillqvist2015-12-153-8/+0
* uno::Sequence->std::vector in SfxIntegerListItemNoel Grandin2015-12-031-14/+10
* loplugin:unusedfieldsNoel Grandin2015-11-301-3/+0
* -Werror,-Wmicrosoft-enum-valueStephan Bergmann2015-11-281-2/+2
* Missing includeStephan Bergmann2015-11-281-0/+1
* introduce SvNumberFormatter::GetFormatStringForExcel()Eike Rathke2015-11-271-0/+56
* use proper case "General" keywordEike Rathke2015-11-271-0/+2
* introduce SvNumberFormatter::FillKeywordTableForExcel()Eike Rathke2015-11-271-0/+14
* nitpick, use 'b' prefixEike Rathke2015-11-241-3/+3
* nitpick, reduce to one string insertionEike Rathke2015-11-241-3/+2
* tdf#95677 Force sign to exponent for Excel exportLaurent Balland-Poirier2015-11-231-0/+5
* loplugin:unusedfields in svl/Noel Grandin2015-11-231-194/+165
* use comphelper::containerToSequenceNoel Grandin2015-11-192-35/+6
* svl: replace some legacy SFX_ASSERT in SfxItemPoolMichael Stahl2015-11-181-35/+27
* use unique_ptr for pImpl in svl/Noel Grandin2015-11-189-16/+5
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-162-6/+2
* use initialiser for Sequence<OUString>Noel Grandin2015-11-152-16/+6
* use initialiser for Sequence<OUString>Noel Grandin2015-11-152-6/+3
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-153-6/+3
* fix svl buildCaolán McNamara2015-11-111-1/+1
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-1131-55/+49
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1045-280/+280
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-064-8/+8
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-055-23/+21
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-021-1/+1
* svl: remove mostly superfluous abstraction of vectorMichael Stahl2015-10-301-71/+6
* svl: replace boost::ptr_vector with std::vectorMichael Stahl2015-10-301-20/+21