summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-18Move pFlyOnly into properties containerMichaël Lefèvre
2014-11-18Move scale factors inside the properties containerMichaël Lefèvre
2014-11-18Remove dead codeMichaël Lefèvre
2014-11-18Make const variables constMichaël Lefèvre
2014-11-18Put properties in their own structureMichaël Lefèvre
2014-11-18Fix outline numbering for ooxml import filter.Mark Hung
2014-11-18fdo#86018 Don't do anything when clicked on placeholder in statusbarSamuel Mehrbrodt
2014-11-18fdo#81475 moving alignment buttons back to original placeYousuf Philips
2014-11-18fdo#80838 rearranging the buttons in the toolbarYousuf Philips
2014-11-18fdo#82708 editing statusbar tooltip textsYousuf Philips
2014-11-18fdo#76937 Improve organization and layout in Position tabsAdolfo Jayme Barrientos
2014-11-18fdo#86289 rename 'Page Preview' to 'Print Preview' in toolbar names and popupsYousuf Philips
2014-11-18sw: no matching function for call to assertEquals(sal_Int32, int, ...)Miklos Vajna
2014-11-18fdo#86131 SwXTextField::getAnchor: handle postit field with annotation markMiklos Vajna
2014-11-18loplugin: cstylecastNoel Grandin
2014-11-17fdo#85542: fix DOCX import of overlapping bookmarksBjoern Michaelsen
2014-11-17Work around warning C4702: unreachable codeStephan Bergmann
2014-11-17DOCX import: handle <w:numId> from parent styles as wellMiklos Vajna
2014-11-17CppunitTest_sw_rtfimport: indentation fixesMiklos Vajna
2014-11-17help coverity out with empty()Caolán McNamara
2014-11-17OSL_ENSURE->assert where guaranteed deref followsCaolán McNamara
2014-11-17coverity#1242523 we just need a copy hereCaolán McNamara
2014-11-17third argument should be SfxFilterFlagsCaolán McNamara
2014-11-17salhelper: include-what-you-use cleanup of public headersMichael Stahl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-17suspicious cast from 'bool' to 'sal_Bool' [loplugin:salbool]Stephan Bergmann
2014-11-17Add rtl::OUString::toUtf8()Miklos Vajna
2014-11-16coverity#982483 Dereference after null checkCaolán McNamara
2014-11-16Remove now useless setTextEmbeddedGraphicURL()Zolnai Tamás
2014-11-16Logically dead code related to embedded stream name in SwGrfNode\SdrGrafObjZolnai Tamás
2014-11-16Set back these lines, later it can be usefulZolnai Tamás
2014-11-16Avoid DelStreamName because it can lead to image loss.Zolnai Tamás
2014-11-16Related fdo#82953: Forget package URL of image after it is loadedZolnai Tamás
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