summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-11-17fdo#85542: fix DOCX import of overlapping bookmarksBjoern Michaelsen2-0/+31
2014-11-17Work around warning C4702: unreachable codeStephan Bergmann1-1/+1
2014-11-17DOCX import: handle <w:numId> from parent styles as wellMiklos Vajna2-0/+6
2014-11-17CppunitTest_sw_rtfimport: indentation fixesMiklos Vajna1-3/+3
2014-11-17help coverity out with empty()Caolán McNamara1-2/+3
2014-11-17OSL_ENSURE->assert where guaranteed deref followsCaolán McNamara1-4/+3
2014-11-17coverity#1242523 we just need a copy hereCaolán McNamara1-2/+1
2014-11-17third argument should be SfxFilterFlagsCaolán McNamara3-3/+3
2014-11-17salhelper: include-what-you-use cleanup of public headersMichael Stahl1-0/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl15-1/+20
2014-11-17suspicious cast from 'bool' to 'sal_Bool' [loplugin:salbool]Stephan Bergmann5-7/+7
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