Age | Commit message (Expand) | Author |
2015-01-26 | coverity#1266438 Unintended comparison to logical negation | Caolán McNamara |
2015-01-26 | coverity#1266468 Dereference null return value | Caolán McNamara |
2015-01-22 | ::rtl::OUString->OUString | Caolán McNamara |
2015-01-22 | Some more loplugin:cstylecast: sw | Stephan Bergmann |
2015-01-21 | SwSection::GetFmt const-correctness | Stephan Bergmann |
2015-01-19 | fdo#39440 sw: reduce scope of local variables | Michael Weghorn |
2015-01-12 | convert SETTINGS_ #defines to 'enum class' | Noel Grandin |
2015-01-12 | fdo#84938: replace DATACHANGED_ constants with 'enum class' | Noel Grandin |
2015-01-09 | fdo#84938: convert FRMTYPE_ #defines to 'enum class' | Noel Grandin |
2015-01-07 | fdo#84938: convert STREAM_ #defines to 'enum class' | Noel Grandin |
2014-12-18 | sw: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-10 | Use Any specializations for bool, instead of SetValue | Matteo Casalin |
2014-12-07 | loplugin:cstylecast, involving pointer to incomplete type | Stephan Bergmann |
2014-12-07 | Introduce ParaspaceIncrease/Decrease commands in Writer and Calc | Maxim Monastirsky |
2014-12-05 | use unique() for checks for multiselection | Bjoern Michaelsen |
2014-12-02 | loplugin: cstylecast | Noel Grandin |
2014-11-26 | fdo#83308 Show thousand separators in document word/character counts | Matthew J. Francis |
2014-11-26 | loplugin: cstylecast | Noel Grandin |
2014-11-25 | We now only need one bit of information here | Caolán McNamara |
2014-11-25 | loplugin: cstylecast | Noel Grandin |
2014-11-24 | so these ResIds are only being used for the numerical value | Caolán McNamara |
2014-11-18 | fdo#86018 Don't do anything when clicked on placeholder in statusbar | Samuel Mehrbrodt |
2014-11-18 | fdo#86289 rename 'Page Preview' to 'Print Preview' in toolbar names and popups | Yousuf Philips |
2014-11-17 | third argument should be SfxFilterFlags | Caolán McNamara |
2014-11-16 | sw: convert 'a ? b : sal_True' to '!a || b' | Matteo Casalin |
2014-11-16 | sw: convert 'a ? sal_False : sal_True' to '!a' | Matteo Casalin |
2014-11-16 | sw: convert 'a ? b : sal_False' to 'a && b' | Matteo Casalin |
2014-11-16 | int + sal_True/sal_False ==> bool, and reduce scope of a static variable | Matteo Casalin |
2014-11-16 | sw: avoid 'condition ? sal_True : sal_False' expressions | Matteo Casalin |
2014-11-16 | sal_True/sal_False to true/false in sw comments (also delete obsolete ones) | Matteo Casalin |
2014-11-14 | coverity#1242518 Arguments in wrong order | Caolán McNamara |
2014-11-14 | fdo#86023 - O[U]String needs a 'clear' method | Brij Mohan Lal Srivastava |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-11 | fdo82708 Add missing tooltips to Writer Statusbar | Samuel Mehrbrodt |
2014-11-09 | do not display missing data source always as "SOURCE" | Luboš Luňák |
2014-11-09 | const | Luboš Luňák |
2014-11-05 | coverity#735652 Division or modulo by zero | Caolán McNamara |
2014-10-31 | Removed duplicated includes | Andrea Gelmini |
2014-10-31 | convert COMMAND_WHEEL constants to an enum | Noel Grandin |
2014-10-30 | Fixed typos. No automatic tools (sed, and so on). | Andrea Gelmini |
2014-10-29 | coverity#1242433 SdrMakeOutliner alway derefs pMod | Caolán McNamara |
2014-10-23 | Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip" | Jan Holesovsky |
2014-10-23 | Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit" | Jan Holesovsky |
2014-10-16 | fdo#84854 it seems long is not enough on 32 bit | David Tardon |
2014-10-11 | coverity#704073 Unchecked return value | Caolán McNamara |
2014-10-11 | coverity#704074 Unchecked return value | Caolán McNamara |
2014-10-11 | convert SFX_CALLMODE constants to SfxCallMode enum class | Noel Grandin |
2014-10-09 | fdo#81356: convert Fraction to boost::rational<long> - wip | Juan Picca |
2014-10-06 | fdo#73151 Always open Styles&Formatting dialog in the sidebar | Samuel Mehrbrodt |
2014-10-02 | Bin EE_CNTRL_URLSFXEXECUTE which was only set, never tested | Tor Lillqvist |