summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2017-04-23prevent string access out of boundsEike Rathke1-10/+13
2017-02-27Resolves: tdf#105968 handle engineering notation rounded into next magnitudeEike Rathke1-0/+11
2016-10-10tdf#53698: Add a NumberFormatMapper member to SvNumberformatScanMaarten Bosmans2-5/+3
2016-10-10Remove NumberFormatCodeWrapperMaarten Bosmans2-25/+21
2016-08-19svl: no need to iterate in reverse order in GetRedoActionsInfo()Miklos Vajna1-2/+4
2016-08-15tdf#101147 New approach to fix minute/month detectionLaurent Balland-Poirier1-6/+4
2016-08-15break the Excel rule for YMD and DMY, tdf#101147 follow-upEike Rathke1-2/+10
2016-08-15tdf#101147 Improve (again) minute/month detectionLaurent Balland-Poirier1-8/+15
2016-08-09gtktiledviewer: expose undo/redo info in a repair document dialogMiklos Vajna1-2/+2
2016-08-09desktop: add undo/redo support to lok::Document::getCommandValues()Miklos Vajna1-0/+46
2016-08-05svl: track creation time of SfxUndoAction instancesMiklos Vajna1-1/+9
2016-08-05svl: expose redo actions in SfxUndoManager::dumpAsXml()Miklos Vajna1-1/+17
2016-08-04svl: handle nullptr pWriter in SfxUndoManager::dumpAsXml()Miklos Vajna1-0/+13
2016-08-02svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-5/+13
2016-08-01svl: add SfxUndoAction::GetViewShellId()Miklos Vajna1-0/+5
2016-07-29Resolves: tdf#101096 remove the "H after M" ruleEike Rathke1-3/+7
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann4-6/+6
2016-07-20tdf#95857 Sort out German plurals ...danielt9981-7/+7
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-20Fix typosAndrea Gelmini5-5/+5
2016-07-12Bin silly 'STATIC DATA' commentsTor Lillqvist3-8/+0
2016-07-12loplugin:unusedfieldsNoel Grandin1-3/+0
2016-07-12Remove excess newlinesChris Sherlock33-132/+0
2016-07-12update unusedmethods plugin to deal with constructorsNoel Grandin5-48/+1
2016-07-12sfx2 classification: use auto where it improves code readabilityMiklos Vajna1-3/+3
2016-07-12SfxUndoAction::dumpAsXml: show address of undo itemsMiklos Vajna1-0/+1
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