summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* tdf#53698: Add a NumberFormatMapper member to SvNumberformatScanMaarten Bosmans2016-10-102-5/+3
* Remove NumberFormatCodeWrapperMaarten Bosmans2016-10-102-25/+21
* svl: no need to iterate in reverse order in GetRedoActionsInfo()Miklos Vajna2016-08-191-2/+4
* tdf#101147 New approach to fix minute/month detectionLaurent Balland-Poirier2016-08-151-6/+4
* break the Excel rule for YMD and DMY, tdf#101147 follow-upEike Rathke2016-08-151-2/+10
* tdf#101147 Improve (again) minute/month detectionLaurent Balland-Poirier2016-08-151-8/+15
* gtktiledviewer: expose undo/redo info in a repair document dialogMiklos Vajna2016-08-091-2/+2
* desktop: add undo/redo support to lok::Document::getCommandValues()Miklos Vajna2016-08-091-0/+46
* svl: track creation time of SfxUndoAction instancesMiklos Vajna2016-08-051-1/+9
* svl: expose redo actions in SfxUndoManager::dumpAsXml()Miklos Vajna2016-08-051-1/+17
* svl: handle nullptr pWriter in SfxUndoManager::dumpAsXml()Miklos Vajna2016-08-041-0/+13
* svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna2016-08-021-5/+13
* svl: add SfxUndoAction::GetViewShellId()Miklos Vajna2016-08-011-0/+5
* Resolves: tdf#101096 remove the "H after M" ruleEike Rathke2016-07-291-3/+7
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-07-204-6/+6
* tdf#95857 Sort out German plurals ...danielt9982016-07-201-7/+7
* Fix typosAndrea Gelmini2016-07-201-1/+1
* Fix typosAndrea Gelmini2016-07-205-5/+5
* Bin silly 'STATIC DATA' commentsTor Lillqvist2016-07-123-8/+0
* loplugin:unusedfieldsNoel Grandin2016-07-121-3/+0
* Remove excess newlinesChris Sherlock2016-07-1233-132/+0
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-07-125-48/+1
* sfx2 classification: use auto where it improves code readabilityMiklos Vajna2016-07-121-3/+3
* SfxUndoAction::dumpAsXml: show address of undo itemsMiklos Vajna2016-07-121-0/+1
* prevent out of bounds string accessEike Rathke2016-05-311-10/+12
* tdf#95339 Extend test to distinguish minute/monthLaurent Balland-Poirier2016-05-251-0/+4
* tdf#61996 Skip quoted text in number formatLaurent Balland-Poirier2016-05-251-5/+32
* tdf#31449 Correctly test if fraction has no integer partLaurent Balland-Poirier2016-05-251-0/+10
* tdf#97835 No decimal separtor for empty decimalLaurent Balland-Poirier2016-05-251-13/+7
* UIDNA_CHECK_CONTEXTO is only available in ICU >= 49Stephan Bergmann2016-02-101-1/+4
* tdf#96708: don't modify document while copying to clipboardMike Kaganski2016-01-071-3/+1
* introduce SvNumberFormatter::GetFormatStringForExcel()Eike Rathke2015-11-281-0/+56
* use proper case "General" keywordEike Rathke2015-11-281-0/+2
* introduce SvNumberFormatter::FillKeywordTableForExcel()Eike Rathke2015-11-281-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