summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-05-06sw: clean up some defensive programming in modcfg.cxxMichael Stahl1-278/+263
2015-05-06SvxOpaqueItem takes a sal_uInt16 nId as first argumentStephan Bergmann1-1/+1
2015-05-06cleanup DIALOG_NO_PARENT, follow on to tdf#91090Noel Grandin1-1/+1
2015-05-06sw: add SwDBData::sEmbeddedNameMiklos Vajna4-2/+25
2015-05-06drop useless temp debugging stringsCaolán McNamara1-14/+0
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin2-11/+11
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin3-6/+6
2015-05-06convert USER_OPT constants to scoped enumNoel Grandin2-24/+24
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin12-51/+65
2015-05-06convert SUBSFONT_ to scoped enumNoel Grandin1-1/+1
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin7-14/+14
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann14-47/+28
2015-05-06sw: make SplitRedline() a little more readableMichael Stahl1-21/+19
2015-05-06sw: fix crash due to redlines on tables on ooo121112-2.docxMichael Stahl2-0/+35
2015-05-05Use more proper integer typesMatteo Casalin1-11/+12
2015-05-05Store getColumnCount()/getRowCount() results in sal_Int32Matteo Casalin1-19/+19
2015-05-05Use more proper integer typesMatteo Casalin2-5/+5
2015-05-05Use more proper integer types and range-based for loopsMatteo Casalin2-4/+4
2015-05-05drop useless temp debugging stringsCaolán McNamara1-12/+0
2015-05-05sw doc model xml dump: include SwDBDataMiklos Vajna2-0/+13
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl3-3/+3
2015-05-05Remove using directive that has become unusedStephan Bergmann1-2/+0
2015-05-05loplugin:staticmethodsNoel Grandin4-4/+4
2015-05-05Various loplugin warningsStephan Bergmann3-6/+6
2015-05-05-Werror,-Winconsistent-missing-overrideStephan Bergmann1-1/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann18-34/+22
2015-05-05tdf#34555 add crop features to swPhilippe Jung19-6/+276
2015-05-05fix windows buildNoel Grandin3-18/+18
2015-05-05Adapt SwSrcEditWindow's SyntaxTimerHdl to being used in an Idle nowStephan Bergmann2-7/+4
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann28-67/+48
2015-05-05loplugin:staticmethodsNoel Grandin234-1028/+898
2015-05-05typo: strech -> stretchAndras Timar2-2/+2
2015-05-05drop useless temp debugging stringsCaolán McNamara1-13/+0
2015-05-05RtfSdrExport::StartShape: use std::unique_ptr<>Miklos Vajna1-5/+3
2015-05-04drop useless temp debugging stringsCaolán McNamara1-13/+0
2015-05-04Revert "Delete unused strings in undo.src and undo.hrc"Joren De Cuyper2-1/+612
2015-05-04tdf#91077 unit tests for shape import of discarded DOCX header/footerLászló Németh2-2/+14
2015-05-04cppcheck: noExplicitConstructorCaolán McNamara4-4/+4
2015-05-04Include <cstdint> early to be sure to get SIZE_MAXTor Lillqvist2-2/+3
2015-05-04Fix error: use of undeclared identifier 'SIZE_MAX'Tor Lillqvist1-1/+2
2015-05-04Delete unused strings in undo.src and undo.hrcJoren De Cuyper2-612/+1
2015-05-03tdf#89783: Adjust to new GetPos retval (size_t vs. sal_uInt16)Katarina Behrens16-49/+45
2015-05-03tdf#89783: sal_uInt16 replacement by size_t: sectionsVasily Melenchuk11-40/+40
2015-05-03Use range-based for loops, better integer types and avoid some castsMatteo Casalin1-20/+21
2015-05-03Use auto and constifyMatteo Casalin1-5/+5
2015-05-03Expand macro that is used just onceMatteo Casalin1-4/+4
2015-05-03Use auto and range-based for loopsMatteo Casalin1-11/+7
2015-05-03Use range-based for loopsMatteo Casalin1-20/+17
2015-05-03Use auto and range-based for loopsMatteo Casalin1-8/+5
2015-05-03Reduce scope, use more proper types and check downcastMatteo Casalin1-3/+5