summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
2015-05-07refactor "TextEdit" & co. to use RenderContextTomaž Vajngerl1-2/+2
2015-05-07sw: prefix members of MSWordStylesMiklos Vajna2-23/+23
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-06sw: add SwDBData::sEmbeddedNameMiklos Vajna3-0/+21
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 Vajna1-0/+12
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-05Various loplugin warningsStephan Bergmann3-6/+6
2015-05-05-Werror,-Winconsistent-missing-overrideStephan Bergmann1-1/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann17-33/+21
2015-05-05tdf#34555 add crop features to swPhilippe Jung6-1/+186
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 Bergmann26-65/+46
2015-05-05loplugin:staticmethodsNoel Grandin209-907/+777
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-04cppcheck: noExplicitConstructorCaolán McNamara4-4/+4
2015-05-04Include <cstdint> early to be sure to get SIZE_MAXTor Lillqvist1-0/+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 Behrens14-46/+42
2015-05-03tdf#89783: sal_uInt16 replacement by size_t: sectionsVasily Melenchuk8-31/+31
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
2015-05-03Scan sorted array for a gap only if there could be oneMatteo Casalin1-3/+7
2015-05-03Reduce checks in loopMatteo Casalin1-5/+3