summaryrefslogtreecommitdiff
path: root/sw/source/uibase/wrtsh
AgeCommit message (Expand)AuthorFilesLines
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-28SwWrtShell::IntelligentCut return type is int/SwWrtShell::wordStephan Bergmann1-1/+1
2015-03-31sw: remove pointless wrtsh/docsh.cxx fileMichael Stahl1-19/+0
2015-03-31sw: SwDocShell::aFinishedTimer dead since 2006Michael Stahl1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-6/+6
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-1/+1
2015-03-16Consistency ;-)Jan Holesovsky1-1/+2
2015-03-16use toUtf8 instead for string conversionSiqi Liu1-4/+2
2015-03-14SwWrtShell: rename member variables missing their prefixesMiklos Vajna6-196/+196
2015-03-13Typos for descriptionJulien Nabet1-1/+1
2015-03-11convert SetAttrMode to enum classNoel Grandin1-1/+1
2015-03-11sw: s/eEnde/eEnd/Michael Stahl1-2/+2
2015-03-09Whitespace in a recent commit.Jan Holesovsky1-2/+2
2015-03-09tdf#89705 hyperlink clickable in writer (not in impress, yet)Siqi Liu1-0/+10
2015-03-08sw: prefix global variables in edtwinMiklos Vajna1-4/+4
2015-03-02V813: Decreased performanceCaolán McNamara1-2/+1
2015-01-30coverity#1267699 Uninitialized pointer fieldCaolán McNamara1-0/+1
2015-01-28WaE: overriding destructor declaration not explicitly marked 'virtual'Tor Lillqvist1-1/+1
2015-01-28Related: tdf#82942 multiple crashes on changing text in SwInputFieldsCaolán McNamara1-23/+33
2015-01-22::rtl::OUString->OUStringCaolán McNamara1-1/+1
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-3/+6
2015-01-15Resolves: fdo#85666 when matching existing list indent use matching levelCaolán McNamara1-2/+10
2015-01-09fdo#84938: convert FRMTYPE_ #defines to 'enum class'Noel Grandin1-9/+9
2015-01-03fdo#72486 SwWrtShell::SelAll: if in table, then call extended select all ...Miklos Vajna1-4/+17
2014-12-25sal_uInt16 to size_tMatteo Casalin1-1/+1
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-0/+19
2014-12-02loplugin: cstylecastNoel Grandin4-8/+8
2014-11-25loplugin: cstylecastNoel Grandin2-9/+9
2014-11-21dead init (clang)Bjoern Michaelsen1-2/+1
2014-11-16int + sal_True/sal_False ==> bool, and reduce scope of a static variableMatteo Casalin1-2/+2
2014-11-16makeAny(sal_True/sal_False) to makeAny(true/false) in swMatteo Casalin1-2/+2
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-7/+7
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-11callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effectCaolán McNamara1-1/+0
2014-11-05Add rtl::OUString::fromUtf8()Miklos Vajna1-1/+1
2014-10-31fdo#85562: sw: fix crash on insert of input field and set variable fieldJulien Nabet1-4/+4
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-6/+6
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-4/+4
2014-10-23coverity#736214 Out-of-bounds accessCaolán McNamara1-1/+9
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-4/+4
2014-10-11coverity#704076 Unchecked return valueCaolán McNamara1-2/+2
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-4/+4
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-6/+6
2014-09-23fdo#82577: Handle WindowNoel Grandin2-4/+4
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2
2014-08-20SwWrtShell::StartInputFldDlg() can be called with RES_SETEXPFLD tooMichael Stahl1-0/+9
2014-08-20i#107771: sw: make SwXTextField a client of its format poolitemMichael Stahl1-7/+21