Age | Commit message (Expand) | Author |
2016-09-04 | get index only when needed | Jochen Nitschke |
2016-09-02 | convert ppPoolDefaults to std::vector | Jochen Nitschke |
2016-09-01 | coverity#1372396 Uncaught exception | Caolán McNamara |
2016-09-01 | coverity#1372381 Uncaught exception | Caolán McNamara |
2016-09-01 | tdf#79398 Insert LCID in the correct sub-format | Laurent Balland-Poirier |
2016-09-01 | use SfxItemPool::IsWhich instead of custom implementation | Jochen Nitschke |
2016-09-01 | use IsStaticDefaultItem from poolitem.hxx instead of custom checks | Jochen Nitschke |
2016-09-01 | use SfxItemPool::IsSlot instead of custom implementation | Jochen Nitschke |
2016-09-01 | avoid warning in PoolItemTest | Jochen Nitschke |
2016-08-30 | loplugin:stringconstant: adapt to improved OUStringLiteral1 (svl) | Stephan Bergmann |
2016-08-30 | tdf#96248 delete SfxPoolItems with Which Id >= 4000 | Jochen Nitschke |
2016-08-30 | Let OUStringLiteral1 take its arg as ctor arg, not template arg | Stephan Bergmann |
2016-08-29 | Adapt loplugin:stringconstant to improved OUStringLiteral1 | Stephan Bergmann |
2016-08-29 | cid#1371226 Missing move assignment operator | Noel Grandin |
2016-08-27 | put StreamMode masks in scope of enum class | Jochen Nitschke |
2016-08-25 | tdf#100726 - Improve readability of OUString concatanations | Gökhan Gurbetoğlu |
2016-08-23 | rename rNum to aNatNum | Eike Rathke |
2016-08-23 | tdf#79398 Add LCID with DBNum during export to XL | Laurent Balland-Poirier |
2016-08-22 | tdf#101636 Test index before reading OUString | Laurent Balland-Poirier |
2016-08-19 | Resolves: coverity#705366 Mixing enum types | Caolán McNamara |
2016-08-18 | loplugin:stringconstant | Tor Lillqvist |
2016-08-18 | tdf#79399 tdf#101462 Add qa unit test | Laurent Balland-Poirier |
2016-08-18 | svl: no need to iterate in reverse order in GetRedoActionsInfo() | Miklos Vajna |
2016-08-16 | Fraction Number Format: add UI/Sidebar options | Laurent Balland-Poirier |
2016-08-16 | loplugin:stringstatic | Stephan Bergmann |
2016-08-15 | properly move bLCIDInserted=true into the condition | Eike Rathke |
2016-08-15 | use SvNumberNatNum::IsComplete() instead of IsSet(), tdf#79398 follow-up | Eike Rathke |
2016-08-15 | tdf#79398 Export to XL DBNum codes | Laurent Balland-Poirier |
2016-08-15 | tdf#101462 tdf#79399 lcl_matchKeywordAndGetNumber returns integer | Laurent Balland-Poirier |
2016-08-12 | loplugin:unusedenumconstants in package..svtools | Noel Grandin |
2016-08-11 | Fix comments to match new reality: these are no longer optional parameters | Tor Lillqvist |
2016-08-11 | loplugin:countusersofdefaultparams in svl..unodevtools | Noel Grandin |
2016-08-09 | tdf#101096 tdf#101147 Add qa tests for minute/month detection | Laurent Balland-Poirier |
2016-08-09 | remove the duplicated system locale check | Eike Rathke |
2016-08-09 | do not resolve system locale when queried, rhbz#1364406 related | Eike Rathke |
2016-08-06 | another fraction format unit test | Eike Rathke |
2016-08-05 | force integer display if numerator and denominator are equal | Eike Rathke |
2016-08-05 | gtktiledviewer: expose undo/redo info in a repair document dialog | Miklos Vajna |
2016-08-05 | desktop: add undo/redo support to lok::Document::getCommandValues() | Miklos Vajna |
2016-08-05 | tdf#101147 New approach to fix minute/month detection | Laurent Balland-Poirier |
2016-08-04 | svl: track creation time of SfxUndoAction instances | Miklos Vajna |
2016-08-04 | svl: expose redo actions in SfxUndoManager::dumpAsXml() | Miklos Vajna |
2016-08-03 | svl: handle nullptr pWriter in SfxUndoManager::dumpAsXml() | Miklos Vajna |
2016-08-02 | break the Excel rule for YMD and DMY, tdf#101147 follow-up | Eike Rathke |
2016-08-01 | svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoAction | Miklos Vajna |
2016-08-01 | tdf#101147 Improve (again) minute/month detection | Laurent Balland-Poirier |
2016-07-29 | svl: add SfxUndoAction::GetViewShellId() | Miklos Vajna |
2016-07-29 | loplugin:countusersofdefaultparams in store..svtools | Noel Grandin |
2016-07-27 | tdf#100834 Extend ODF for integer/fraction delimiter | Laurent Balland-Poirier |
2016-07-27 | improve passstuffbyref return analysis | Noel Grandin |