Age | Commit message (Expand) | Author |
2014-09-25 | fdo#39468 Translate German comments, clean some ws | Philipp Weissenbacher |
2014-09-24 | fdo#39468 Translated German to English | Tobias Madl |
2014-09-23 | fdo#82577: Handle Window | Noel Grandin |
2014-09-19 | fdo#39468 Translate German comments, clean some ws | Philipp Weissenbacher |
2014-09-18 | fdo#82577: Handle Font | Noel Grandin |
2014-09-15 | Simplify expression to fix bool/sal_Bool ambiguity | Stephan Bergmann |
2014-09-15 | forms: sal_Bool -> bool | Stephan Bergmann |
2014-09-15 | Mark template member fns that are supposed to override as SAL_OVERRIDE | Stephan Bergmann |
2014-09-12 | fdo#39468: Translated German to English | Jennifer Liebel |
2014-09-12 | Turn SfxItemState into a C++11 scoped enumeration | Stephan Bergmann |
2014-09-10 | Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SET | Stephan Bergmann |
2014-08-25 | set names on a bunch more threads... | Michael Stahl |
2014-08-25 | Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy | Stephan Bergmann |
2014-08-25 | Fix *_component_getFactory function type | Stephan Bergmann |
2014-08-23 | fdo#82577: Handle KeyCode | Tor Lillqvist |
2014-08-21 | Remove useless include tools/debug.hxx from forms and extensions | Marcos Paulo de Souza |
2014-08-21 | forms: CSS -> css | Thomas Arnhold |
2014-08-21 | star* -> css::* | Thomas Arnhold |
2014-08-21 | stario -> css::io | Thomas Arnhold |
2014-08-21 | staruno -> css::uno | Thomas Arnhold |
2014-07-26 | coverity#706541 Uncaught exception | Caolán McNamara |
2014-07-11 | new loplugin: externalandnotdefined | Noel Grandin |
2014-07-10 | use SimpleReferenceObject in forms module | Noel Grandin |
2014-07-03 | use assert when followed by deref | Caolán McNamara |
2014-07-01 | New loplugin:stringconcat | Stephan Bergmann |
2014-06-29 | Typo: beeing->being | Julien Nabet |
2014-06-25 | fixes for up-casting to Reference<XInterface> | Noel Grandin |
2014-06-25 | remove spurious com::sun::star::chaos | Michael Stahl |
2014-06-24 | coverity#706547 Uncaught exception | Caolán McNamara |
2014-06-17 | rtl::Reference fits just fine here | Stephan Bergmann |
2014-06-17 | improve the inlinesimplememberfunctions clang plugin | Noel Grandin |
2014-06-13 | loplugin:staticcall | Stephan Bergmann |
2014-06-09 | loplugin: inlinesimplememberfunctions | Noel Grandin |
2014-06-05 | forms: remove SAL_THROW macro | Noel Grandin |
2014-06-04 | forms: expand DECLARE_XCLONEABLE | Thomas Arnhold |
2014-06-04 | forms: expand DECLARE_DEFAULT_DTOR | Thomas Arnhold |
2014-06-01 | Fixed lower case typo in header guard definition | Jens Carl |
2014-05-30 | fdo#68849: Add header guards to all include files | Jens Carl |
2014-05-29 | remove more unnecesary OUString constructor use | Noel Grandin |
2014-05-27 | remove unnecessary use of Reference constructor in throw | Noel Grandin |
2014-05-27 | Remove unnecessary semicolons | Peter Senna Tschudin |
2014-05-25 | Remove ASCII art, useless comments and whitespace from forms module | Chris Laplante |
2014-05-23 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 | Julien Nabet |
2014-05-19 | hrc and src files: squeeze multiple newlines | Thomas Arnhold |
2014-05-14 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12 | Julien Nabet |
2014-05-10 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9 | Julien Nabet |
2014-05-09 | update_pch: add a bunch of pch files | Thomas Arnhold |
2014-05-08 | various: sal_Bool->bool | Noel Grandin |
2014-05-08 | RFC: add IsValueChangedFromSaved to VCL button and listbox | Noel Grandin |
2014-05-07 | The opaque PostUserEvent IDs are actually pointers | Stephan Bergmann |