summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2016-07-12Bin silly 'STATIC DATA' commentsTor Lillqvist
2016-07-12loplugin:unusedfieldsNoel Grandin
2016-07-12Remove excess newlinesChris Sherlock
2016-07-12update unusedmethods plugin to deal with constructorsNoel Grandin
2016-07-12sfx2 classification: use auto where it improves code readabilityMiklos Vajna
2016-07-12SfxUndoAction::dumpAsXml: show address of undo itemsMiklos Vajna
2016-05-31prevent out of bounds string accessEike Rathke
2016-05-25tdf#95339 Extend test to distinguish minute/monthLaurent Balland-Poirier
2016-05-25tdf#61996 Skip quoted text in number formatLaurent Balland-Poirier
2016-05-25tdf#31449 Correctly test if fraction has no integer partLaurent Balland-Poirier
2016-05-25tdf#97835 No decimal separtor for empty decimalLaurent Balland-Poirier
2016-02-10UIDNA_CHECK_CONTEXTO is only available in ICU >= 49Stephan Bergmann
2016-01-07tdf#96708: don't modify document while copying to clipboardMike Kaganski
2015-11-28introduce SvNumberFormatter::GetFormatStringForExcel()Eike Rathke
2015-11-28use proper case "General" keywordEike Rathke
2015-11-28introduce SvNumberFormatter::FillKeywordTableForExcel()Eike Rathke
2015-11-24nitpick, use 'b' prefixEike Rathke
2015-11-24nitpick, reduce to one string insertionEike Rathke
2015-11-23tdf#95677 Force sign to exponent for Excel exportLaurent Balland-Poirier
2015-11-23loplugin:unusedfields in svl/Noel Grandin
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-18svl: replace some legacy SFX_ASSERT in SfxItemPoolMichael Stahl
2015-11-18use unique_ptr for pImpl in svl/Noel Grandin
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-11fix svl buildCaolán McNamara
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-30svl: remove mostly superfluous abstraction of vectorMichael Stahl
2015-10-30svl: replace boost::ptr_vector with std::vectorMichael Stahl
2015-10-30svl: replace boost::ptr_map with std::mapMichael Stahl
2015-10-29tdf#70833: IDNA support when exporing hyperlinks to PDFStephan Bergmann
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin
2015-10-29CppunitTest_svl_urihelper needs the file UCPStephan Bergmann
2015-10-29sortStephan Bergmann
2015-10-29CppunitTest_svl_urihelper can be a plain check target nowStephan Bergmann
2015-10-29Remove duplicateStephan Bergmann
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-10-23tdf#48456 : when searching for a number, consider formattingDennis Francis
2015-10-22SRCH_PARA_ALLTABLES could never be queriedEike Rathke
2015-10-21refactor out some com::sun::star typedefsNoel Grandin
2015-10-20sfx items: No need to confuse with 'USHORT_ARG' that is an 'int'.Jan Holesovsky
2015-10-20loplugin:defaultparamsStephan Bergmann