summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-16Remove obsolete comment, there is no boolean hereMatteo Casalin
2014-11-16Remove code commented out since February 2011Matteo 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-16callcatcher: update unused codeCaolán McNamara
2014-11-16Improve rtf import filter to handle Chinese suffixes of numbered lists.Mark Hung
2014-11-16emfplus: re-work and cleanup unit testMichael Meeks
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna
2014-11-16writerfilter: this is expected to be UTF-8Miklos Vajna
2014-11-16fdo#83204 RTF import: handle \pard<para props> after \bkmkstartMiklos Vajna
2014-11-16vcl: let the ModelessDialog ctor take an OUStringMiklos Vajna
2014-11-16writerfilter: these are expected to be UTF-8Miklos Vajna
2014-11-16vcldemo: create multiple windows sharing the same renderer.Michael Meeks
2014-11-16Mark as noncopyableTakeshi Abe
2014-11-16vcl: fdo#86307 removed Solaris workaround from #i64273#Chris Sherlock
2014-11-16vcl: SalGraphics::mirror() - always use GetGraphicsWidth()Chris Sherlock
2014-11-16fdo#85432 : Add locale details to help->aboutBrij Mohan Lal Srivastava
2014-11-16Avoid error: redefinition of 'GetImpl' for iOSTor Lillqvist
2014-11-15Remove unused header include.Kohei Yoshida
2014-11-15Remove brdcst.hxx from document.hxx.Kohei Yoshida
2014-11-15Remove tools/fract.hxx from document.hxx.Kohei Yoshida
2014-11-15Math: Remove aqua and fuchsia from the Elements DockMarcos Paulo de Souza
2014-11-15WaE: unused variable 'aSize'Tor Lillqvist
2014-11-16Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-11-15t-test & F-test Statistics dialog: rename VAR -> VARIABLETomaž Vajngerl
2014-11-15fdo#74669 Add z-test Statistics DialogTomaž Vajngerl
2014-11-15Make room for more IDs and rename common IDs in Statistics dialogsTomaž Vajngerl
2014-11-15fdo#81801 add first and third quartile to "Descriptive Statistics"Tomaž Vajngerl
2014-11-15Resolves: fdo#86222 hard-coded pixel dimensions are too high/wideCaolán McNamara
2014-11-15Related: fdo#86222 rework area graphic fill page for better heightCaolán McNamara
2014-11-15remove unused code in ScRawTokenNoel Grandin
2014-11-15fdo#85817 changed 'Document as Email' to 'Email Document'Yousuf Philips