summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells
AgeCommit message (Expand)AuthorFilesLines
2015-03-21Char highlight: editing by "Highlighting" buttonZolnai Tamás1-2/+52
2015-03-21Char shading: use a marker for character background imported from MSO shadingZolnai Tamás1-1/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2-17/+17
2015-03-18convert DocumentSettingId to an enum classNoel Grandin3-3/+3
2015-03-11convert SetAttrMode to enum classNoel Grandin3-4/+4
2015-03-08sw: prefix global variables in edtwinMiklos Vajna1-3/+3
2015-03-02V813: Decreased performanceCaolán McNamara1-9/+9
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-7/+7
2015-02-12tdf#89266 SwDrawShell::GetState: fix crash on adding textbox to fontworkMiklos Vajna1-1/+9
2015-02-11Resolves: tdf#70062 avoid crash on ungrouping "ac char" groupCaolán McNamara1-2/+2
2015-02-05tdf#60739 code factorisationMichaël Lefèvre5-40/+5
2015-02-05tdf#60739 code factorisationMichaël Lefèvre5-30/+5
2015-02-04coverity#1266467 Dereference null return valueCaolán McNamara1-1/+1
2015-02-04coverity#1266469 Dereference null return valueCaolán McNamara1-3/+4
2015-02-04coverity#1266472 Dereference null return valueCaolán McNamara1-5/+8
2015-01-28tdf#60739 code factorisationMichaël Lefèvre5-65/+14
2015-01-28tdf#60739 code factorisationMichaël Lefèvre5-53/+5
2015-01-26coverity#1266471 Dereference null return valueCaolán McNamara1-1/+4
2015-01-26coverity#1266469 Dereference null return valueCaolán McNamara1-3/+4
2015-01-26coverity#1266467 Dereference null return valueCaolán McNamara1-11/+20
2015-01-24coverity#1265805 Dereference null return valueCaolán McNamara1-2/+5
2015-01-24coverity#1265800 Dereference null return valueCaolán McNamara1-1/+5
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-2/+2
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-2/+1
2015-01-17rhbz#1136013: svx: try to make the ExternalToolEdit not crash all the timeMichael Stahl1-17/+32
2015-01-16fdo#86844 - CONTEXT MENU: Remove hyperlink not accessibleNiklas Johansson1-1/+3
2015-01-09fdo#84938: convert FRMTYPE_ #defines to 'enum class'Noel Grandin4-22/+22
2014-12-25sal_uInt16 to size_tMatteo Casalin1-2/+2
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-15fdo#82614: sw: Revert "Simplify code path"Michael Stahl1-2/+14
2014-12-07Introduce ParaspaceIncrease/Decrease commands in Writer and CalcMaxim Monastirsky2-7/+82
2014-12-02De-/Increase fontsize when multi-sized textDaniel Sikeler1-22/+24
2014-12-02loplugin: cstylecastNoel Grandin19-236/+238
2014-11-26loplugin: cstylecastNoel Grandin7-21/+21
2014-11-25We now only need one bit of information hereCaolán McNamara15-15/+15
2014-11-25loplugin: cstylecastNoel Grandin12-67/+67
2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara12-12/+12
2014-11-23fdo#86546 Open the right tab for more bullets and numberingMaxim Monastirsky1-0/+3
2014-11-21Build fix.Kohei Yoshida1-0/+1
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-16sw: convert 'a ? sal_False : b' to '!a && b'Matteo Casalin1-1/+1
2014-11-16int + sal_True/sal_False ==> bool, and reduce scope of a static variableMatteo Casalin1-3/+3
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin2-4/+3
2014-11-16makeAny(sal_True/sal_False) to makeAny(true/false) in swMatteo Casalin1-1/+1
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-3/+3
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-11-11callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effectCaolán McNamara1-1/+0