summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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
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 Casalin3-4/+4
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 Casalin5-18/+19
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-01tdf#89790 - DOCX: saving LO version number in correct tag in app.xmlRadu Ioan2-0/+7
2015-05-01sw: Decouple ND_SECTIONDUMMY from ND_SECTIONNODE, and rename it.Jan Holesovsky4-22/+22
2015-05-01sw: Kill ND_TABLEDUMMY, it's unused.Jan Holesovsky1-2/+1
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-01sw: delete these unwanted SwNodeIndex ctorsMichael Stahl1-2/+2
2015-05-01tdf#90816: sw: fix bookmark loss in SwUndoDeleteMichael Stahl2-1/+36
2015-04-30sw: prefix members of SwFmtMiklos Vajna27-263/+263
2015-04-30Use typed Link for MenuButton::SetSelectHdlStephan Bergmann4-9/+7
2015-04-30tdf#38693: Document property TotalTime misinterpreted as secondsRavindra_Vidhate1-1/+1
2015-04-30Use typed MaybeFile LinkStephan Bergmann10-13/+13
2015-04-30coverity#1296217 Use after freeCaolán McNamara3-5/+10
2015-04-30tdf#90720 Textframe background was not transparentSushil Shinde2-0/+12
2015-04-30tdf#66141: SwTxtFrm::FormatQuick(bool) endless loopMike1-2/+5
2015-04-30Gradually typed LinkStephan Bergmann101-215/+215
2015-04-30writerfilter: unused fill and CT_Fill resourcesMiklos Vajna1-0/+0
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 Lillqvist23-63/+63
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist3-3/+3
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist2-3/+0
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
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann11-13/+13
2015-04-29sw: log exception messages in dbmgr.cxxMichael Stahl1-17/+18