Age | Commit message (Expand) | Author |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-04-23 | loplugin:staticmethods | Noel Grandin |
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-02-18 | Better way to avoid ambiguities among ResId ctors | Stephan Bergmann |
2014-11-25 | We now only need one bit of information here | Caolán McNamara |
2014-11-24 | SfxObjectUI_Impl's pName is now unused | Caolán McNamara |
2014-11-24 | so these ResIds are only being used for the numerical value | Caolán McNamara |
2014-11-24 | ResId return from GetObjectBarResId is only used for its numerical id | Caolán McNamara |
2014-11-24 | in passing RegisterChildWindow already never used its pStr arg | Caolán McNamara |
2014-11-24 | so RegisterObjectBar's pStr arg is never used | Caolán McNamara |
2014-11-24 | so CreateObjectBarUI_Impl's pStr arg is unused | Caolán McNamara |
2014-11-24 | so SfxObjectUI_Impl pName is only set, never read | Caolán McNamara |
2014-11-24 | so SfxInterface::GetObjectBarName is now unused | Caolán McNamara |
2014-10-30 | Fixed typos. No automatic tools (sed, and so on). | Andrea Gelmini |
2014-08-08 | qsort and bsearch need different kinds of callback functions | Stephan Bergmann |
2014-07-22 | callcatcher: update unused code | Caolán McNamara |
2014-06-27 | remove SFX_APP() macro that was a mer wrapper for SfxGetApp() | Norbert Thiebaud |
2014-04-03 | sfx2/objface.xx: sal_Bool->bool | Noel Grandin |
2014-03-28 | Remove remaining DBG_NAME* uses | Stephan Bergmann |
2014-03-03 | SFX2 : Remove usage of DBG_CTOR and DBG_DTOR. | Arnaud Versini |
2014-02-26 | Remove visual noise from sfx2 | Alexander Wilms |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2014-02-20 | Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxx | Tobias Lippert |
2014-02-18 | Use correct log area | Tor Lillqvist |
2014-02-18 | assert() is too harsh here I think, use SAL_WARN_IF() instead | Tor Lillqvist |
2014-01-23 | Use the "sfx" log area consistently in sfx2 | Tor Lillqvist |
2014-01-23 | Use assert() and SAL_WARN() instead of DBG_ASSERT() and OSL_FAIL() | Tor Lillqvist |
2013-11-25 | Fix different typos for "unknown" | Julien Nabet |
2013-11-20 | remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::append | Noel Grandin |
2013-11-11 | sfx2: include <> for external includes | Norbert Thiebaud |
2013-08-29 | convert sfx2/source/control/* from String to OUString | Noel Grandin |
2013-08-29 | convert include/sfx2/objface.hxx from String to OUString | Noel Grandin |
2013-04-26 | fdo#63154: Remove all usages of the macro EXTERN_C | Marcos Paulo de Souza |
2013-04-16 | remove dead class SfxPtrAr and it's header sfx/inc/sfx2/minarray.hxx | Noel Grandin |
2013-04-16 | Convert SfxObjectUIArr_Impl from SfxPtrArr to std::vector | Noel Grandin |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-02-14 | Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII... | Jean-Noël Rouvignac |
2013-01-27 | Some cppcheck cleaning | Julien Nabet |
2012-07-06 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-06-26 | tidy some resource strings | Caolán McNamara |
2012-01-10 | Remove cruft in debug tools | Marcel Metz |
2011-11-27 | remove include of pch header from sfx2 | Norbert Thiebaud |
2011-07-17 | ByteString->rtl::OStringBuffer | Caolán McNamara |
2011-04-23 | Remove PM2 macro usage | Francois Tigeot |
2011-03-29 | drop bogus executable flag from [ch]xx/bas/asm files | Francisco Saito |
2011-03-22 | cope with no resource file better | Michael Meeks |
2011-03-18 | Merge remote-tracking branch 'origin/integration/dev300_m101' | Jan Holesovsky |
2011-03-13 | Move DBG_ERROR to OSL_FAIL for strings GetBuffer() | Thomas Arnhold |
2011-03-12 | Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 | Thorsten Behrens |