summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)Author
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-18fdo#86018 Don't do anything when clicked on placeholder in statusbarSamuel Mehrbrodt
2014-11-18fdo#82708 editing statusbar tooltip textsYousuf Philips
2014-11-18fdo#86289 rename 'Page Preview' to 'Print Preview' in toolbar names and popupsYousuf Philips
2014-11-18fdo#86131 SwXTextField::getAnchor: handle postit field with annotation markMiklos Vajna
2014-11-18loplugin: cstylecastNoel Grandin
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
2014-11-16Remove sal_True/sal_False from code and comments in sw includesMatteo 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-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna
2014-11-16vcl: let the ModelessDialog ctor take an OUStringMiklos Vajna
2014-11-14coverity#1242518 Arguments in wrong orderCaolán McNamara
2014-11-14fdo#75757: remove inheritance to std::mapJuan Picca