summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* -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
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-145/+50
* 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-1051-373/+373
* 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-302-21/+21
* svl: replace boost::ptr_map with std::mapMichael Stahl2015-10-302-26/+15
* tdf#70833: IDNA support when exporing hyperlinks to PDFStephan Bergmann2015-10-293-0/+133
* com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin2015-10-2942-640/+624
* CppunitTest_svl_urihelper needs the file UCPStephan Bergmann2015-10-293-10/+9
* sortStephan Bergmann2015-10-291-3/+3
* CppunitTest_svl_urihelper can be a plain check target nowStephan Bergmann2015-10-291-4/+1
* Remove duplicateStephan Bergmann2015-10-291-1/+0
* Reduce scope of #include <tools/stream.hxx>Matteo Casalin2015-10-272-1/+1
* loplugin:unusedmethodsNoel Grandin2015-10-272-18/+0
* tdf#48456 : when searching for a number, consider formattingDennis Francis2015-10-231-9/+24
* SRCH_PARA_ALLTABLES could never be queriedEike Rathke2015-10-221-10/+10
* refactor out some com::sun::star typedefsNoel Grandin2015-10-211-4/+3
* sfx items: No need to confuse with 'USHORT_ARG' that is an 'int'.Jan Holesovsky2015-10-201-2/+1
* loplugin:defaultparamsStephan Bergmann2015-10-202-3/+2
* loplugin:defaultparamsStephan Bergmann2015-10-191-1/+1
* convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin2015-10-191-1/+1
* convert remaing DBG_WARNING to SAL_INFONoel Grandin2015-10-194-14/+14
* sfx items: Get rid of the TypeId check, nobody uses that any more.Jan Holesovsky2015-10-191-31/+4
* cppcheck:variableScopeNoel Grandin2015-10-131-1/+1
* Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1220-210/+210
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-125-10/+10
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-1/+1
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-1/+0
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-1/+0