Age | Commit message (Expand) | Author |
2016-09-23 | don't write item right before destruction | Jochen Nitschke |
2016-09-22 | tdf#75757 remove inheritance from std::vector | Jochen Nitschke |
2016-09-22 | Revert "remove SfxPoolItemArrayBase_Impl typedef" | Noel Grandin |
2016-09-22 | remove SfxPoolItemArrayBase_Impl typedef | Jochen Nitschke |
2016-09-22 | convert SfxItemKind to scoped enum | Jochen Nitschke |
2016-09-22 | loplugin:unusedmethods in chart2..svx | Noel Grandin |
2016-09-22 | Missing "const" | Stephan Bergmann |
2016-09-22 | tdf#53698: Add a NumberFormatMapper member to SvNumberformatScan | Maarten Bosmans |
2016-09-22 | Remove NumberFormatCodeWrapper | Maarten Bosmans |
2016-09-21 | convert SfxItemPresentation to scoped enum | Noel Grandin |
2016-09-21 | add dumpAsXml() to more pool items | Noel Grandin |
2016-09-16 | loplogin:singlevalfields in include/ | Noel Grandin |
2016-09-15 | replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos) | Michael Stahl |
2016-09-15 | loplugin:singlevalfields in sc..vcl | Noel Grandin |
2016-09-14 | loplugin:constantparam | Noel Grandin |
2016-09-13 | loplugin:dllprivate | Stephan Bergmann |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-09-09 | loplugin:constantparam in sot..svl | Noel Grandin |
2016-09-06 | remove outdated comment, getter not needed | Jochen Nitschke |
2016-09-06 | use range based loops in SfxItemPool | Jochen Nitschke |
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 |