summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-03SwRefPageGetFieldType::MakeSetList can return boolMatteo Casalin2-3/+3
2015-05-03sal_uInt16 to (const) shortMatteo Casalin1-4/+4
2015-05-03Avoid possible downcasts and rely on implicit type conversionsMatteo Casalin3-4/+4
2015-05-03Use more proper integer types and range-based for loopsMatteo Casalin1-43/+37
2015-05-03Simplify by early bail-outMatteo Casalin1-55/+32
2015-05-03Use auto and range-based for loopsMatteo Casalin2-12/+9
2015-05-03sal_uInt16 to size_typeMatteo Casalin4-15/+15
2015-05-03cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-03sw: use variadic cppu::WeakComponentImplHelperMiklos Vajna2-9/+8
2015-05-03sw: prefix members of MSWordExportBaseMiklos Vajna14-1100/+1100
2015-05-03cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-02sw: prefix members of SwWW8ImplReaderMiklos Vajna9-2441/+2441
2015-05-02redline dialog handle post-dispose event bits.Michael Meeks1-3/+2
2015-05-01sw: Decouple ND_SECTIONDUMMY from ND_SECTIONNODE, and rename it.Jan Holesovsky2-10/+10
2015-05-01tdf#90968: Highlighting is not repeated with Ctrl+Shft+Y (Edit>Repeat)Zolnai Tamás1-0/+4
2015-05-01Resolves: tdf#90141 layout crash with table in footnoteCaolán McNamara1-1/+8
2015-05-01tdf#90816: sw: fix bookmark loss in SwUndoDeleteMichael Stahl1-1/+5
2015-04-30sw: prefix members of SwFmtMiklos Vajna1-133/+133
2015-04-30Use typed Link for MenuButton::SetSelectHdlStephan Bergmann4-9/+7
2015-04-30Use typed MaybeFile LinkStephan Bergmann10-13/+13
2015-04-30coverity#1296217 Use after freeCaolán McNamara3-5/+10
2015-04-30tdf#66141: SwTxtFrm::FormatQuick(bool) endless loopMike1-2/+5
2015-04-30Gradually typed LinkStephan Bergmann99-202/+202
2015-04-30RtfSdrExport: no need to allocate m_pShapeStyle dynamicallyMiklos Vajna2-13/+12
2015-04-30Get rid of initial :: for the sdr namespaceTor Lillqvist4-4/+4
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist20-58/+58
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist2-2/+2
2015-04-29coverity#1296209 Logically dead code (gold)Caolán McNamara1-3/+4
2015-04-29Protect against event emission during dispose.Michael Meeks1-0/+3
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann24-90/+45