summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-11-17Add rtl::OUString::toUtf8()Miklos Vajna2-3/+3
2014-11-16coverity#982483 Dereference after null checkCaolán McNamara1-13/+16
2014-11-16Remove now useless setTextEmbeddedGraphicURL()Zolnai Tamás3-32/+1
2014-11-16Logically dead code related to embedded stream name in SwGrfNode\SdrGrafObjZolnai Tamás1-55/+2
2014-11-16Set back these lines, later it can be usefulZolnai Tamás1-0/+4
2014-11-16Avoid DelStreamName because it can lead to image loss.Zolnai Tamás1-41/+0
2014-11-16Related fdo#82953: Forget package URL of image after it is loadedZolnai Tamás4-0/+58
2014-11-16fdo#56116 : Names of bookmarks should allow all characters whichBrij Mohan Lal Srivastava1-1/+1
2014-11-16sal_True/sal_False to true/false in calls to getWordBoundaryMatteo Casalin6-14/+14
2014-11-16sal_Bool/sal_uInt16 to boolMatteo Casalin4-13/+13
2014-11-16Misused sal_True/sal_False to integerMatteo Casalin3-4/+4
2014-11-16sw: convert 'a ? sal_True : b' to 'a || b'Matteo Casalin1-5/+3
2014-11-16sw: convert 'a ? sal_False : b' to '!a && b'Matteo Casalin2-2/+2
2014-11-16sw: convert 'a ? b : sal_True' to '!a || b'Matteo Casalin6-9/+9
2014-11-16sw: convert 'a ? sal_False : sal_True' to '!a'Matteo Casalin3-7/+3
2014-11-16sw: convert 'a ? b : sal_False' to 'a && b'Matteo Casalin18-29/+23
2014-11-16int + sal_True/sal_False ==> bool, and reduce scope of a static variableMatteo Casalin8-44/+45
2014-11-16EndDialog(sal_True) ==> EndDialog(RET_OK)Matteo Casalin2-2/+2
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin26-49/+41
2014-11-16makeAny(sal_True/sal_False) to makeAny(true/false) in swMatteo Casalin12-24/+24
2014-11-16SetStrmStgPtr can return bool instead of sal_True/sal_False in an intMatteo Casalin4-10/+10
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin54-87/+74
2014-11-16Let operator== return boolMatteo Casalin1-2/+2
2014-11-16Remove sal_True/sal_False from code and comments in sw includesMatteo Casalin34-194/+180
2014-11-16Remove obsolete comment, there is no boolean hereMatteo Casalin1-2/+0
2014-11-16Remove code commented out since February 2011Matteo Casalin1-22/+0
2014-11-16Use boolean operators instead of ?: with sal_True/sal_FalseMatteo Casalin9-34/+32
2014-11-16Reformat: code after {Matteo Casalin2-6/+12
2014-11-16sal_uInt16 to more proper integer types, make some constificationMatteo Casalin15-48/+45
2014-11-16Clarify flow by avoiding assignment in if conditionMatteo Casalin1-10/+13
2014-11-16nNum is never read: remove itMatteo Casalin1-3/+0
2014-11-16Improve rtf import filter to handle Chinese suffixes of numbered lists.Mark Hung4-0/+627
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna5-6/+6
2014-11-16fdo#83204 RTF import: handle \pard<para props> after \bkmkstartMiklos Vajna2-0/+15
2014-11-16vcl: let the ModelessDialog ctor take an OUStringMiklos Vajna2-2/+2
2014-11-15RTF import: handle right-to-left tablesMiklos Vajna2-0/+15
2014-11-14coverity#1242518 Arguments in wrong orderCaolán McNamara1-4/+4
2014-11-14switch saxparser from expat to libxml2Luboš Luňák1-0/+1
2014-11-14fdo#75757: remove inheritance to std::mapJuan Picca1-13/+51
2014-11-14coverity#982483 Dereference after null checkCaolán McNamara1-1/+1
2014-11-14loplugin: cstylecastNoel Grandin30-362/+406
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava47-99/+101
2014-11-14Mark as constTakeshi Abe1-2/+2
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl8-0/+8
2014-11-13coverity#1251590: fascinating what sort of nonsense works by accidentMichael Stahl1-1/+1
2014-11-13More HIG fixes for swAdolfo Jayme Barrientos13-645/+447
2014-11-13fdo#86252: Menu 'Merge Documents' is at wrong positionCor Nouws5-5/+10
2014-11-13fdo#75757: remove inheritance to std::mapJuan Picca1-18/+36
2014-11-13sw: delete global SwAutoCorrect instance to avoid crash...Michael Stahl1-0/+3
2014-11-12Revert "coverity#735657 Division or modulo by float zero"Caolán McNamara1-1/+2