summaryrefslogtreecommitdiff
path: root/sw/source/uibase
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-09Try to fix CppunitTest_sw_mailmerge testSamuel Mehrbrodt1-2/+3
2014-11-09fdo#82707 Unify click behavior in Statusbar (Writer)Samuel Mehrbrodt2-0/+10
2014-11-09fdo#85804 Introduce bullets and numbering popupsMaxim Monastirsky2-2/+2
2014-11-08sw: SwChapterNumRules::sFileName looks pretty constantMichael Stahl2-6/+5
2014-11-08sw: SwChapterNumRules::bModified has become pointlessMichael Stahl2-20/+13
2014-11-08sw: delete the SwChapterNumRules binary Load/Store implementationMichael Stahl2-323/+2
2014-11-08sw: these can be assertsMichael Stahl2-2/+2
2014-11-08sw: remove pointless inheritance of SwChapterNumRules from SwBaseNumRulesMichael Stahl3-55/+30
2014-11-08xmloff: remove unused parameter of SvxXMLListStyleContext::FillUnoNumRule()Michael Stahl1-1/+1
2014-11-08sw: store Outline Numbering as ODF fragment instead of SfxPoolItemsMichael Stahl3-3/+554
2014-11-08SwFrmAddPage::SetFrmType: take an OUStringMiklos Vajna1-2/+2
2014-11-08coverity#1251169 Unchecked dynamic_castCaolán McNamara1-4/+4
2014-11-07SwFrmPage::SetFrmType: take an OUStringMiklos Vajna1-2/+2
2014-11-06name of mailmerge marks is actually irrelevantLuboš Luňák1-1/+2
2014-11-06do not repeatedly relayout mailmerge document after each changeLuboš Luňák1-2/+1
2014-11-06compute page offset for mailmerge based on source document rather than targetLuboš Luňák1-1/+10
2014-11-06use bookmarks to mark mailmerge parts in a mailmerge document (fdo#80823)Luboš Luňák2-8/+5
2014-11-06SwFrmDlg ctor: turn sRestype into an OUStringMiklos Vajna2-5/+5
2014-11-05coverity#735652 Division or modulo by zeroCaolán McNamara1-3/+3
2014-11-05markup with event type not checker typeCaolán McNamara1-1/+1
2014-11-05Add rtl::OUString::fromUtf8()Miklos Vajna2-2/+2
2014-11-04Resolves: fdo#69049 Format in 'Outline Numbering' not saved anymoreCaolán McNamara1-6/+16