Age | Commit message (Expand) | Author |
2014-09-08 | Related #82088: removed last css aliases in hxx | Stefan Weiberg |
2014-09-08 | qadevOOo: reuse the value of entryName.indexOf(Left Parenthesis) | rbuj |
2014-09-08 | qadevOOo: remove import from the same package | rbuj |
2014-09-08 | fdo#83057 File corrupts on save, as SDT is added incorrectly | Vinaya Mandke |
2014-09-08 | loplugin:implicitboolconversion | Stephan Bergmann |
2014-09-08 | qadevOOo: All classes in the java.lang package are imported by default | rbuj |
2014-09-08 | xmerge: Integer & Boolean Parsing | rbuj |
2014-09-08 | codebase is not yet cleaned up for loplugin:cstylecast | Stephan Bergmann |
2014-09-08 | l10ntools/inc/helper.hxx: bin unused header <cassert> | Douglas Mencken |
2014-09-08 | l10ntools-transex3: make pParseQueue field private | Douglas Mencken |
2014-09-07 | javaunohelper: fix javadoc error: unknown tag: attention (Doxygen) | rbuj |
2014-09-07 | reportbuilder: fix javadoc error: reference not found | rbuj |
2014-09-07 | scripting: there isn't any benefit by reducing the scope here. | rbuj |
2014-09-07 | prevent crash with invalid XVisual, related fdo#80448 | Markus Mohrhard |
2014-09-07 | add test for cond format copy&paste whole sheet | Markus Mohrhard |
2014-09-07 | rename the test | Markus Mohrhard |
2014-09-07 | fix copy&paste of conditional format between sheets | Markus Mohrhard |
2014-09-07 | add test for duplicated conditional formats | Markus Mohrhard |
2014-09-07 | that additional debug output for neon is not necessary anymore | Markus Mohrhard |
2014-09-07 | prevent duplicated conditional formatting during copying of sheeets | Markus Mohrhard |
2014-09-07 | fix indentation | Markus Mohrhard |
2014-09-07 | -Werror=unused-variable | Julien Nabet |
2014-09-07 | fdo#83428: Custom Properties dropped while exporting to docx | Heena Gupta |
2014-09-07 | cppcheck: Logical disjunction always evaluates to true | Julien Nabet |
2014-09-07 | RTF import: adapt getProperties() to createStyleProperties() | Miklos Vajna |
2014-09-07 | create clang plugin to warn about C-style casts | Noel Grandin |
2014-09-07 | more accurate typing | Lionel Elie Mamane |
2014-09-07 | AUTH_FIELD_END looks like it is made for this | Lionel Elie Mamane |
2014-09-07 | push explicit cast to minimal expression | Lionel Elie Mamane |
2014-09-07 | microoptimisation: no need to compute string length to test emptiness | Lionel Elie Mamane |
2014-09-06 | Related fdo#82088: dropping aliases again :) | Stefan Weiberg |
2014-09-06 | Related fdo#82088: removing aliases in headers | Stefan Weiberg |
2014-09-06 | scripting: fix javadoc error: reference not found | rbuj |
2014-09-06 | SfxHint: convert home-grown RTTI to normal C++ RTTI | Noel Grandin |
2014-09-06 | Make OOO_EXIT_POST_STARTUP behave more nicely when blank | Matthew J. Francis |
2014-09-06 | fdo#56562 OSX: Update URL in Writer title bar when saving .doc | Matthew J. Francis |
2014-09-06 | fdo#82078 RTF import: fix bold text spilling over to non-bold text | Miklos Vajna |
2014-09-06 | clang does not like gnu++11 that much, use c++11 instead | Markus Mohrhard |
2014-09-06 | How the hell did this survive 14 years? Kill it! | Markus Mohrhard |
2014-09-06 | Fix build: narrowing cast | Matteo Casalin |
2014-09-06 | sal_uInt16: use more proper types, avoid unneeded casts, constify | Matteo Casalin |
2014-09-06 | Use more suitable integer types, avoid conversions, constify | Matteo Casalin |
2014-09-06 | No need to differentiate between 1 and 2: only !=0 matters | Matteo Casalin |
2014-09-06 | Reduce scope and avoid casts at each call-place | Matteo Casalin |
2014-09-06 | sal_uInt16 to more proper types | Matteo Casalin |
2014-09-06 | Simplify by early bailout | Matteo Casalin |
2014-09-06 | sal_uInt16 to more proper types, group a test into a bool | Matteo Casalin |
2014-09-06 | sal_uInt16 to more proper types, constify | Matteo Casalin |
2014-09-06 | Use arithmetic instead of while loop | Matteo Casalin |
2014-09-06 | sal_uInt16 to more proper types, constify, avoid unneeded casts | Matteo Casalin |