summaryrefslogtreecommitdiff
path: root/sw/source/uibase
AgeCommit message (Expand)Author
2014-11-25loplugin: cstylecastNoel Grandin
2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara
2014-11-24show that GetImageManager never has a NULL moduleCaolán McNamara
2014-11-24typo: unknownAndras Timar
2014-11-24coverity#1255910 Uninitialized scalar fieldCaolán McNamara
2014-11-23fdo#86546 Open the right tab for more bullets and numberingMaxim Monastirsky
2014-11-21Build fix.Kohei Yoshida
2014-11-21fdo#86494: sw: fix crash on exit from SwAutoCorrectMichael Stahl
2014-11-21fdo#85886 don't redraw the Navigator content tree if nothing changedMichael Stahl
2014-11-21dead init (clang)Bjoern Michaelsen
2014-11-21expand complex cascading conditional operatorBjoern Michaelsen
2014-11-21fdo#78980 i#98931 Accept args for .uno:InsertAnnotationMaxim Monastirsky
2014-11-20sw: convert legacy assertions in frmsh.cxxMichael Stahl
2014-11-19move docfunc to own headerBjoern Michaelsen
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
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-17help coverity out with empty()Caolá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-17suspicious cast from 'bool' to 'sal_Bool' [loplugin:salbool]Stephan Bergmann
2014-11-16coverity#982483 Dereference after null checkCaolán McNamara
2014-11-16sal_True/sal_False to true/false in calls to getWordBoundaryMatteo Casalin
2014-11-16Misused sal_True/sal_False to integerMatteo 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-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-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-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-14coverity#982483 Dereference after null checkCaolán McNamara
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl
2014-11-13coverity#1251590: fascinating what sort of nonsense works by accidentMichael Stahl
2014-11-13sw: delete global SwAutoCorrect instance to avoid crash...Michael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-11fdo82708 Add missing tooltips to Writer StatusbarSamuel Mehrbrodt
2014-11-11callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effectCaolán McNamara
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin
2014-11-09do not display missing data source always as "SOURCE"Luboš Luňák
2014-11-09constLuboš Luňák
2014-11-09Try to fix CppunitTest_sw_mailmerge testSamuel Mehrbrodt