summaryrefslogtreecommitdiff
path: root/svl/source/numbers
AgeCommit message (Expand)Author
2016-03-01loplugin:unuseddefaultparam in svlNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-08tdf#88205 Delete 'uno::Sequence' in svlkerem
2016-01-14grml.. stupid oversight..Eike Rathke
2016-01-14it's unnecessary to buffer the string to create a string from it againEike Rathke
2016-01-14do it right and remove then superfluous mumbo-jumboEike Rathke
2016-01-14loplugin:unusedmethods unused return value in store,svlNoel Grandin
2016-01-13-Werror=unused-but-set-variableStephan Bergmann
2016-01-13loplugin:unusedmethods unused return value in include/svlNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-27introduce SvNumberFormatter::GetFormatStringForExcel()Eike Rathke
2015-11-27use proper case "General" keywordEike Rathke
2015-11-27introduce 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-18use unique_ptr for pImpl in svl/Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-13cppcheck:variableScopeNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-29use exponential 'E' format for General when appropriateEike Rathke
2015-09-17boost->stdCaolán McNamara
2015-09-12nRepPos is never readMatteo Casalin
2015-09-10convert Link<> to typedNoel Grandin
2015-09-07svl: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
2015-08-20tweak config-less sysconfig pathCaolán McNamara
2015-08-18Content of theIndexTable is known staticallyStephan Bergmann
2015-08-18nNewExtended++ values are all known staticallyStephan Bergmann
2015-08-17make Link<> typedNoel Grandin
2015-08-12cppcheck: noCopyConstructorCaolán McNamara
2015-08-12move date/time guess work to SvNumberFormatter::GuessDateTimeFormat()Eike Rathke
2015-08-11cppcheck: noCopyConstructorCaolán McNamara
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-06Resolves: tdf#93080 short day name and month name may interfereEike Rathke
2015-08-03tdf#93071 Remove trailing zeroes of scientific in General formatLaurent Balland-Poirier
2015-07-17svl: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-07-11write trailing text subformat also to Excel .xls and .xlsx, tdf#92457Eike Rathke
2015-07-11fix string access out of boundsEike Rathke
2015-07-10the main text format is not a trailing text format, tdf#92457 follow-upEike Rathke
2015-07-10Resolves: tdf#92457 handle trailing text subformat if others omittedEike Rathke
2015-07-06loplugin:unusedmethods svlNoel Grandin
2015-07-06a malformed string here can force an out of bounds indexOfCaolán McNamara