summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)Author
2014-11-16fdo#56116 : Names of bookmarks should allow all characters whichBrij Mohan Lal Srivastava
2014-11-16sal_True/sal_False to true/false in calls to getWordBoundaryMatteo Casalin
2014-11-16sal_Bool/sal_uInt16 to boolMatteo Casalin
2014-11-16Misused sal_True/sal_False to integerMatteo Casalin
2014-11-16sw: convert 'a ? sal_True : b' to 'a || b'Matteo Casalin
2014-11-16sw: convert 'a ? sal_False : b' to '!a && b'Matteo Casalin
2014-11-16sw: convert 'a ? b : sal_True' to '!a || b'Matteo Casalin
2014-11-16sw: convert 'a ? sal_False : sal_True' to '!a'Matteo Casalin
2014-11-16sw: convert 'a ? b : sal_False' to 'a && b'Matteo Casalin
2014-11-16int + sal_True/sal_False ==> bool, and reduce scope of a static variableMatteo Casalin
2014-11-16EndDialog(sal_True) ==> EndDialog(RET_OK)Matteo Casalin
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin
2014-11-16makeAny(sal_True/sal_False) to makeAny(true/false) in swMatteo Casalin
2014-11-16SetStrmStgPtr can return bool instead of sal_True/sal_False in an intMatteo Casalin
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin
2014-11-16Let operator== return boolMatteo Casalin
2014-11-16Remove sal_True/sal_False from code and comments in sw includesMatteo Casalin
2014-11-16Use boolean operators instead of ?: with sal_True/sal_FalseMatteo Casalin
2014-11-16Reformat: code after {Matteo Casalin
2014-11-16sal_uInt16 to more proper integer types, make some constificationMatteo Casalin
2014-11-16Clarify flow by avoiding assignment in if conditionMatteo Casalin
2014-11-16nNum is never read: remove itMatteo Casalin
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna
2014-11-16vcl: let the ModelessDialog ctor take an OUStringMiklos Vajna
2014-11-14coverity#1242518 Arguments in wrong orderCaolán McNamara
2014-11-14fdo#75757: remove inheritance to std::mapJuan Picca
2014-11-14coverity#982483 Dereference after null checkCaolán McNamara
2014-11-14loplugin: cstylecastNoel Grandin
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-14Mark as constTakeshi Abe
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl
2014-11-13coverity#1251590: fascinating what sort of nonsense works by accidentMichael Stahl
2014-11-13fdo#75757: remove inheritance to std::mapJuan Picca
2014-11-13sw: delete global SwAutoCorrect instance to avoid crash...Michael Stahl
2014-11-12Revert "coverity#735657 Division or modulo by float zero"Caolán McNamara
2014-11-12coverity#735657 Division or modulo by float zeroCaolán McNamara
2014-11-12fdo#80328: sw: fix inverted conditional in AutoCaption dialogMichael Stahl
2014-11-12coverity#982189 Unchecked return valueCaolán McNamara
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-12loplugin: cstylecastNoel Grandin
2014-11-12loplugin: cstylecastNoel Grandin
2014-11-11fdo82708 Add missing tooltips to Writer StatusbarSamuel Mehrbrodt
2014-11-11coverity#1242754 Unused valueCaolán McNamara
2014-11-11fdo#85912 Delete surrounding text failing for input method calls regression.Justin Luth
2014-11-11callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effectCaolán McNamara
2014-11-11coverity#1130164 Unchecked return valueCaolán McNamara
2014-11-11sw: remove silly assertion that copy constructor "succeeds"Michael Stahl
2014-11-11iwyu: remove unneeded includes in sc, sd, swRiccardo Magliocchetti
2014-11-11Yet more nEndInvalid/COMPLETE_STRING fixesStephan Bergmann
2014-11-11Remove unused ShiftRightStephan Bergmann