Age | Commit message (Expand) | Author |
2015-07-03 | expand out some sot macros | Noel Grandin |
2015-07-02 | loplugin:unusedmethods tools | Noel Grandin |
2015-06-29 | remove custom RTTI from SotFactory | Noel Grandin |
2015-06-29 | remove custom RTTI from SvDataCopyStream | Noel Grandin |
2015-06-28 | Fix typos | Andrea Gelmini |
2015-06-22 | tdf#92037 fix dragging DataSources field into document | Noel Grandin |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-06-16 | Fix typos | Andrea Gelmini |
2015-06-15 | remove unnecessary check for null when calling delete | Noel Grandin |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-06-02 | loplugin:cstylecast: deal with those that are (technically) const_cast | Stephan Bergmann |
2015-05-28 | new clang plugin: loopvartoosmall | Noel Grandin |
2015-05-19 | Update Apache Bugzilla’s URL | Adolfo Jayme Barrientos |
2015-05-08 | callcatcher: update unused code | Caolán McNamara |
2015-05-07 | Reduce enum class StorageMode to bool transacted | Stephan Bergmann |
2015-05-07 | StorageMode::DiskspannedMode is effectively unused | Stephan Bergmann |
2015-05-07 | StorageMode::CreateUnpacked is never used | Stephan Bergmann |
2015-05-07 | SotStorage ctor nStorageMode param is effectively only used as bool transacted | Stephan Bergmann |
2015-05-07 | Remove unused SotStorage ctor nStorageMode param | Stephan Bergmann |
2015-05-07 | Remove unused SotStorage::OpenSotStream nStorageMode param | Stephan Bergmann |
2015-05-07 | Remove unused SotStorageStream ctor nStorageMode param | Stephan Bergmann |
2015-05-07 | Unwind SotStorageStreamRef typedef | Stephan Bergmann |
2015-05-07 | Unwind SotStorageRef typedef | Stephan Bergmann |
2015-05-07 | Turn StorageMode into a scoped enum | Stephan Bergmann |
2015-04-30 | Gradually typed Link | Stephan Bergmann |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-04-17 | loplugin:implicitboolconversion clean-up | Stephan Bergmann |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-07 | Remove dead INetProtocol::Vim | Stephan Bergmann |
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-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-30 | drop rather awkward debugging hunk | Caolán McNamara |
2015-03-30 | loplugin:staticfunction | Noel Grandin |
2015-03-29 | Clean up remaining C-style casts among 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-19 | loplugin:constantfunction: sot | Noel Grandin |
2015-03-19 | convert SFX_FILTER_ constants to enum class | Noel Grandin |
2015-03-18 | SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILE | Caolán McNamara |
2015-03-18 | create new 'enum class' SotClipboardFormatId to unify types | Noel Grandin |
2015-03-09 | V801: Decreased performance | Caolán McNamara |
2015-02-25 | convert EXCHG_DEST_ constants to enum class | Noel Grandin |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |
2015-02-05 | try to avoid overflows in some compare functions | Michael Stahl |
2015-02-05 | Updated all precompiled headers. | Ashod Nakashian |
2015-01-29 | callcatcher: large newly detected unused methods post de-virtualization | Caolán McNamara |