summaryrefslogtreecommitdiff
path: root/sw/source/uibase
AgeCommit message (Expand)AuthorFilesLines
2015-01-21fdo#86844 - CONTEXT MENU: Remove hyperlink not accessibleNiklas Johansson1-1/+3
2015-01-19fdo#87845: sw: fix crash in navigator dialog when view is closedMichael Stahl1-2/+17
2015-01-07Resolves: fdo#87612 don't overwrite users input if the value is unchangedCaolán McNamara1-1/+1
2014-12-15fdo#82614: sw: Revert "Simplify code path"Michael Stahl1-2/+14
2014-12-02Only call super-expensive Invalidate on scrollbar togglingCaolán McNamara1-2/+2
2014-12-02capitalize e-mail in list of publication typesStanislav Horacek1-1/+1
2014-11-28fdo#79303: Revert "fdo#70861 SwToSfxPageDescAttr: fix call to ...Michael Stahl1-3/+2
2014-11-26fdo#83308 Show thousand separators in document word/character countsMatthew J. Francis1-12/+10
2014-11-24fdo#86494: sw: fix crash on exit from SwAutoCorrectMichael Stahl2-10/+11
2014-11-24coverity#1255910 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-11-24fdo#85886 don't redraw the Navigator content tree if nothing changedMichael Stahl2-3/+41
2014-11-24fdo#86546 Open the right tab for more bullets and numberingMaxim Monastirsky1-0/+3
2014-11-21fdo#78980 i#98931 Accept args for .uno:InsertAnnotationMaxim Monastirsky1-6/+17
2014-11-20sw: convert legacy assertions in frmsh.cxxMichael Stahl1-14/+13
2014-11-19move docfunc to own headerBjoern Michaelsen1-0/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-18fdo#86018 Don't do anything when clicked on placeholder in statusbarSamuel Mehrbrodt1-53/+0
2014-11-18fdo#82708 editing statusbar tooltip textsYousuf Philips1-5/+5
2014-11-18fdo#86289 rename 'Page Preview' to 'Print Preview' in toolbar names and popupsYousuf Philips1-1/+1
2014-11-17help coverity out with empty()Caolán McNamara1-2/+3
2014-11-17third argument should be SfxFilterFlagsCaolán McNamara2-2/+2
2014-11-17salhelper: include-what-you-use cleanup of public headersMichael Stahl1-0/+1
2014-11-17suspicious cast from 'bool' to 'sal_Bool' [loplugin:salbool]Stephan Bergmann1-1/+1
2014-11-16coverity#982483 Dereference after null checkCaolán McNamara1-13/+16
2014-11-16sal_True/sal_False to true/false in calls to getWordBoundaryMatteo Casalin1-1/+1
2014-11-16Misused sal_True/sal_False to integerMatteo Casalin2-3/+3
2014-11-16sw: convert 'a ? sal_False : b' to '!a && b'Matteo Casalin1-1/+1
2014-11-16sw: convert 'a ? b : sal_True' to '!a || b'Matteo Casalin5-8/+8
2014-11-16sw: convert 'a ? sal_False : sal_True' to '!a'Matteo Casalin2-6/+2
2014-11-16sw: convert 'a ? b : sal_False' to 'a && b'Matteo Casalin9-16/+13
2014-11-16int + sal_True/sal_False ==> bool, and reduce scope of a static variableMatteo Casalin3-7/+10
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin8-14/+11
2014-11-16makeAny(sal_True/sal_False) to makeAny(true/false) in swMatteo Casalin5-8/+8
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin9-24/+21
2014-11-16Let operator== return boolMatteo Casalin1-2/+2
2014-11-16Remove sal_True/sal_False from code and comments in sw includesMatteo Casalin3-6/+6
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna1-1/+1
2014-11-16vcl: let the ModelessDialog ctor take an OUStringMiklos Vajna2-2/+2
2014-11-14coverity#1242518 Arguments in wrong orderCaolán McNamara1-4/+4
2014-11-14coverity#982483 Dereference after null checkCaolán McNamara1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava13-33/+34
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl2-0/+2
2014-11-13coverity#1251590: fascinating what sort of nonsense works by accidentMichael Stahl1-1/+1
2014-11-13sw: delete global SwAutoCorrect instance to avoid crash...Michael Stahl1-0/+3
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini14-16/+16
2014-11-11fdo82708 Add missing tooltips to Writer StatusbarSamuel Mehrbrodt8-10/+113
2014-11-11callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effectCaolán McNamara2-2/+0
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin3-4/+4
2014-11-09do not display missing data source always as "SOURCE"Luboš Luňák1-1/+1
2014-11-09constLuboš Luňák2-2/+2