Age | Commit message (Expand) | Author |
2015-05-06 | tdf#90258 Toggle Thousand Separator with Engineering Notation | Laurent Balland-Poirier |
2015-05-06 | convert CONFIG_MODE constants to scoped enum | Noel Grandin |
2015-04-30 | Use typed MaybeFile Link | Stephan Bergmann |
2015-04-30 | Gradually typed Link | Stephan Bergmann |
2015-04-29 | Remove unnecessary STATIC_LINK macro | Stephan Bergmann |
2015-04-28 | expand and remove DECL_PTRHINT macro | Noel Grandin |
2015-04-28 | SfxItemSet::PutDirect return value is unused | Stephan Bergmann |
2015-04-28 | operator == return type wants to be bool | Stephan Bergmann |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-04-24 | Ensure that svl/grabbagitem.hxx is self-contained | Miklos Vajna |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-22 | convert SVX_SEARCHIN_ flags to scoped enum | Noel Grandin |
2015-04-22 | convert SFX_STYLESHEET_ constants to scoped enum | Noel Grandin |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-04-20 | Clean up new rtl/surrogates.h | Stephan Bergmann |
2015-04-20 | duplicate surrogate code | Caolán McNamara |
2015-04-17 | SvStream: WriteUChar -> WriteBool | Stephan Bergmann |
2015-04-17 | convert SCRIPTTYPE_ constants to scoped enum | Noel Grandin |
2015-04-15 | convert LOCKFILE_ constants to scoped enum and cleanup | Noel Grandin |
2015-04-15 | convert SFX_ITEM constants to scoped enum | Noel Grandin |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-11 | No need to spell out com::sun::star, css is enough. | Miklos Vajna |
2015-04-08 | svl: move SfxItemSet methods together | Michael Stahl |
2015-04-08 | svl: translate some comment in itemset.cxx | Michael Stahl |
2015-04-08 | svl: prefix members of SfxItemIter | Michael Stahl |
2015-04-08 | svl: prefix members of SfxItemSet | Michael Stahl |
2015-04-02 | Change INetProtocol enumerators to CamelCase | Stephan Bergmann |
2015-04-02 | Change INetProtocol to scoped enumeration | Stephan Bergmann |
2015-04-02 | loplugin:staticmethods | Noel Grandin |
2015-04-02 | loplugin:staticmethods | Noel Grandin |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-03-23 | tdf#90133 Scientific format: allow variable decimal | Laurent Balland-Poirier |
2015-03-23 | tdf#30716 Engineering notation | Laurent Balland-Poirier |
2015-03-19 | loplugin:constantfunction: svl | Noel Grandin |
2015-03-19 | loplugin:constantfunction: tools | Noel Grandin |
2015-03-18 | more cast hell | Caolán McNamara |
2015-03-18 | another round of build fixing | Caolán McNamara |
2015-03-18 | some more blind fixing towards a windows build | Caolán McNamara |
2015-03-18 | CF_TEXT and SotClipboardFormatId::STRING are both 1 | Caolán McNamara |
2015-03-18 | fix windows DdePoke signature | Caolán McNamara |
2015-03-18 | create new 'enum class' SotClipboardFormatId to unify types | Noel Grandin |
2015-03-13 | tdf#43157: Fix format string violations in OSL_TRACE etc. | Stephan Bergmann |
2015-03-11 | Clean up previous commit | Stephan Bergmann |
2015-03-11 | svl: use constructor syntax in svl.component | Chris Sherlock |
2015-03-11 | do not call virtual Commit() from dtors of utl::ConfigItem subclasses | Michael Stahl |
2015-03-11 | utl::ConfigItem::Commit() should call ClearModified() | Michael Stahl |
2015-03-11 | V668 no sense in testing the result of new against null | Caolán McNamara |