Age | Commit message (Expand) | Author |
2016-02-17 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-02-05 | Fix typos | Andrea Gelmini |
2016-01-25 | more Windows build fixes | Noel Grandin |
2016-01-25 | InterfaceContainer2 with vector instead of Sequence | Noel Grandin |
2016-01-13 | Fix memory leak | Stephan Bergmann |
2016-01-10 | Fix typos | Andrea Gelmini |
2016-01-07 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-12-23 | loplugin:unusedfields in desktop | Noel Grandin |
2015-12-20 | embeddedobj: do not automatically convert alien objects to own | Michael Stahl |
2015-12-08 | consolidate MSO format ClassID magic numbers in msfilter/classids.hxx | Michael Stahl |
2015-11-28 | -Werror,-Wunused-function | Stephan Bergmann |
2015-11-26 | mark UNO structs as SAL_WARN_UNUSED, where possible | Noel Grandin |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann |
2015-11-04 | yyyyy | Noel Grandin |
2015-10-31 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin |
2015-10-21 | remove untyped Link<> | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-01 | com::sun::star->css in embeddedobj/ | Noel Grandin |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-13 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-08-14 | loplugin: defaultparams | Noel Grandin |
2015-08-03 | tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-07-24 | loplugin:unusedmethods | Noel Grandin |
2015-07-21 | Miscellaneous typos | Adolfo Jayme Barrientos |
2015-07-16 | for now show chart sidebar | Markus Mohrhard |
2015-07-16 | fix indentation | Markus Mohrhard |
2015-07-16 | fix indentation | Markus Mohrhard |
2015-06-29 | coverity#1308586 Uncaught exception | Caolán McNamara |
2015-06-28 | Fix typos | Andrea Gelmini |
2015-06-23 | Resolves: tdf#91683 Revert avoid activating chart objects... | Caolán McNamara |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-06-17 | More helpful exception message | Lionel Elie Mamane |
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-05-19 | tdf#67421: Prevent unloading objects due to cache full | Mike Kaganski |
2015-05-10 | Use IMPL_LINK_NOARG[_TYPED] where applicable | Stephan Bergmann |
2015-05-10 | NOINSTANCE is implied now in IMPL_STATIC_LINK... | Stephan Bergmann |
2015-05-10 | Replace IMPL_STATIC_LINK[_TYPED] with more useful variants | Stephan Bergmann |
2015-05-04 | embeddedobj: allow creating objects lacking a FileFormatVersion=6800 filter | Miklos Vajna |
2015-04-30 | embeddedobj: allow embedding objects lacking a FileFormatVersion=6800 filter | Miklos Vajna |
2015-04-29 | Remove unnecessary STATIC_LINK macro | Stephan Bergmann |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-13 | 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 |