summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2016-05-31prevent out of bounds string accessEike Rathke1-10/+12
2016-05-25tdf#95339 Extend test to distinguish minute/monthLaurent Balland-Poirier1-0/+4
2016-05-25tdf#61996 Skip quoted text in number formatLaurent Balland-Poirier1-5/+32
2016-05-25tdf#31449 Correctly test if fraction has no integer partLaurent Balland-Poirier1-0/+10
2016-05-25tdf#97835 No decimal separtor for empty decimalLaurent Balland-Poirier1-13/+7
2016-02-10UIDNA_CHECK_CONTEXTO is only available in ICU >= 49Stephan Bergmann1-1/+4
2016-01-07tdf#96708: don't modify document while copying to clipboardMike Kaganski1-3/+1
2015-11-28introduce SvNumberFormatter::GetFormatStringForExcel()Eike Rathke1-0/+56
2015-11-28use proper case "General" keywordEike Rathke1-0/+2
2015-11-28introduce SvNumberFormatter::FillKeywordTableForExcel()Eike Rathke1-0/+14
2015-11-24nitpick, use 'b' prefixEike Rathke1-3/+3
2015-11-24nitpick, reduce to one string insertionEike Rathke1-3/+2
2015-11-23tdf#95677 Force sign to exponent for Excel exportLaurent Balland-Poirier1-0/+5
2015-11-23loplugin:unusedfields in svl/Noel Grandin1-194/+165
2015-11-19use comphelper::containerToSequenceNoel Grandin2-35/+6
2015-11-18svl: replace some legacy SFX_ASSERT in SfxItemPoolMichael Stahl1-35/+27
2015-11-18use unique_ptr for pImpl in svl/Noel Grandin9-16/+5
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin2-6/+2
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-145/+50
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-16/+6
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-6/+3
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin3-6/+3
2015-11-11fix svl buildCaolán McNamara1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht31-55/+49
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann51-373/+373
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann4-8/+8
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin5-23/+21
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-10-30svl: remove mostly superfluous abstraction of vectorMichael Stahl1-71/+6
2015-10-30svl: replace boost::ptr_vector with std::vectorMichael Stahl2-21/+21
2015-10-30svl: replace boost::ptr_map with std::mapMichael Stahl2-26/+15
2015-10-29tdf#70833: IDNA support when exporing hyperlinks to PDFStephan Bergmann3-0/+133
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin42-640/+624
2015-10-29CppunitTest_svl_urihelper needs the file UCPStephan Bergmann3-10/+9
2015-10-29sortStephan Bergmann1-3/+3
2015-10-29CppunitTest_svl_urihelper can be a plain check target nowStephan Bergmann1-4/+1
2015-10-29Remove duplicateStephan Bergmann1-1/+0
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin2-1/+1
2015-10-27loplugin:unusedmethodsNoel Grandin2-18/+0
2015-10-23tdf#48456 : when searching for a number, consider formattingDennis Francis1-9/+24
2015-10-22SRCH_PARA_ALLTABLES could never be queriedEike Rathke1-10/+10
2015-10-21refactor out some com::sun::star typedefsNoel Grandin1-4/+3
2015-10-20sfx items: No need to confuse with 'USHORT_ARG' that is an 'int'.Jan Holesovsky1-2/+1
2015-10-20loplugin:defaultparamsStephan Bergmann2-3/+2
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin1-1/+1
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin4-14/+14
2015-10-19sfx items: Get rid of the TypeId check, nobody uses that any more.Jan Holesovsky1-31/+4
2015-10-13cppcheck:variableScopeNoel Grandin1-1/+1
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2