summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2016-08-05tdf#101147 New approach to fix minute/month detectionLaurent Balland-Poirier
2016-08-04svl: track creation time of SfxUndoAction instancesMiklos Vajna
2016-08-04svl: expose redo actions in SfxUndoManager::dumpAsXml()Miklos Vajna
2016-08-03svl: handle nullptr pWriter in SfxUndoManager::dumpAsXml()Miklos Vajna
2016-08-02break the Excel rule for YMD and DMY, tdf#101147 follow-upEike Rathke
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna
2016-08-01tdf#101147 Improve (again) minute/month detectionLaurent Balland-Poirier
2016-07-29svl: add SfxUndoAction::GetViewShellId()Miklos Vajna
2016-07-29loplugin:countusersofdefaultparams in store..svtoolsNoel Grandin
2016-07-27tdf#100834 Extend ODF for integer/fraction delimiterLaurent Balland-Poirier
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-26activate the remaining 1945-04-02 test cases, tdf#100046Eike Rathke
2016-07-26add test data from tdf#79663, tdf#100046 relatedEike Rathke
2016-07-26display data on test failureEike Rathke
2016-07-26two more testDateInput() datesEike Rathke
2016-07-25obtain PreviousChar() only if necessaryEike Rathke
2016-07-25Resolves: tdf#101096 remove the "H after M" ruleEike Rathke
2016-07-25Revert "tdf#101096 Improve minute/month disambiguation"Eike Rathke
2016-07-25tdf#101096 Improve minute/month disambiguationLaurent Balland-Poirier
2016-07-22tdf#100842 qa unit testLaurent Balland-Poirier
2016-07-22svl: fix loplugin:loopvartoosmall warningsMiklos Vajna
2016-07-22tdf#100834 String between integer and fractionLaurent Balland-Poirier
2016-07-15tdf#100834 Treat string between integer and fraction as delimiterLaurent Balland-Poirier
2016-07-15tdf#100755 Allow '0' for denominator symbolLaurent Balland-Poirier
2016-07-13tdf#84635 - Slow layout of large tablesNoel Grandin
2016-07-13loplugin:constparams in toolsNoel Grandin
2016-07-12tdf#100842 Do not insert things in the middle of the numberLaurent Balland-Poirier
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-07-06tdf#99996 tdf#100594 tdf#100754 Add qa unit testLaurent Balland-Poirier
2016-07-05tdf#100754 Allow text after forced denominator fractionLaurent Balland-Poirier
2016-07-04tdf#99996 New algorithm for fractionLaurent Balland-Poirier
2016-07-04remove comphelper::string::removeNoel Grandin
2016-07-01svl: remove pointless catch around "delete" statementMichael Stahl
2016-06-29tdf#100594 Calculate nFrac with fNumber for Forced DenominatorLaurent Balland-Poirier
2016-06-29tdf#100592 Add extra number formats for fractionLaurent Balland-Poirier
2016-06-29loplugin:stringconstantStephan Bergmann
2016-06-29Improve readability of OUString concatanation in SvNumberFormatterMuhammet Kara
2016-06-28loplugin:singlevalfields in variousNoel Grandin
2016-06-26Restore qa unit test of number formats from zforlist.hxxLaurent Balland-Poirier
2016-06-23Clean up uses of Any::getValue() in svlStephan Bergmann
2016-06-16properly prefix various global variables and hide themMichael Stahl
2016-06-14tdf#94205: Some remaining new+std::move -> o3tl::make_uniqueStephan Bergmann
2016-06-10tdf#89329: use shared_ptr for pImpl in ctloptionsXisco Fauli
2016-06-10tdf#89329: use shared_ptr for pImpl in cjkoptionsXisco Fauli
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2016-06-08make SvNumberFormatter::IsCompatible() staticEike Rathke
2016-06-08sfx2 classification: use auto where it improves code readabilityMiklos Vajna
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-06-06fix crashNoel Grandin