summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-11-18java: make fields final where possibleNoel Grandin2-27/+27
2014-11-18Move pFlyOnly into properties containerMichaël Lefèvre1-11/+9
2014-11-18Move scale factors inside the properties containerMichaël Lefèvre1-37/+39
2014-11-18Remove dead codeMichaël Lefèvre1-15/+2
2014-11-18Make const variables constMichaël Lefèvre1-4/+2
2014-11-18Put properties in their own structureMichaël Lefèvre1-24/+34
2014-11-18Fix outline numbering for ooxml import filter.Mark Hung2-0/+24
2014-11-18fdo#86018 Don't do anything when clicked on placeholder in statusbarSamuel Mehrbrodt1-53/+0
2014-11-18fdo#81475 moving alignment buttons back to original placeYousuf Philips2-7/+10
2014-11-18fdo#80838 rearranging the buttons in the toolbarYousuf Philips1-9/+7
2014-11-18fdo#82708 editing statusbar tooltip textsYousuf Philips1-5/+5
2014-11-18fdo#76937 Improve organization and layout in Position tabsAdolfo Jayme Barrientos1-269/+301
2014-11-18fdo#86289 rename 'Page Preview' to 'Print Preview' in toolbar names and popupsYousuf Philips1-1/+1
2014-11-18sw: no matching function for call to assertEquals(sal_Int32, int, ...)Miklos Vajna1-1/+1
2014-11-18fdo#86131 SwXTextField::getAnchor: handle postit field with annotation markMiklos Vajna2-0/+21
2014-11-18loplugin: cstylecastNoel Grandin25-314/+315
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