summaryrefslogtreecommitdiff
path: root/sw/inc/docary.hxx
AgeCommit message (Expand)AuthorFilesLines
2017-03-17sw lok: Use unique redline identifier, instead of array indicesPranav Kant1-2/+2
2017-03-16Fix typosAndrea Gelmini1-1/+1
2017-03-14sw lok: Notify when redline position is changed + unit testPranav Kant1-0/+6
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-3/+3
2017-03-03Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann1-1/+1
2017-03-02Complete the transition of SwRedlineTable::size_typeStephan Bergmann1-14/+13
2017-03-01Use consistent integer types in the SwRedlineTable interfaceStephan Bergmann1-1/+4
2016-11-18includes should be at the top of the fileNoel Grandin1-12/+12
2016-10-24sw: Avoid inheritance from std::vectorTakeshi Abe1-5/+28
2016-10-20loplugin:expandablemethodds in sw(part1)Noel Grandin1-1/+0
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin1-3/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-29loplugin:overrideStephan Bergmann1-2/+2
2016-08-29Don't inheritate from boost::multi_indexJan-Marek Glogowski1-24/+25
2016-08-29Convert SwFrameFormats to boost::multi_indexJan-Marek Glogowski1-1/+110
2016-02-29loplugin:unuseddefaultparam in sw (part3)Noel Grandin1-6/+4
2016-02-08loplugin:unusedmethodsNoel Grandin1-1/+0
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-12loplugin:mergeclassesNoel Grandin1-17/+15
2015-06-18Added test for del of table redlines rhbz#1198848Varun1-1/+1
2015-05-26remove old SwUnoCrsrTbl and CreateUnoCrsrBjoern Michaelsen1-6/+0
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-40/+40
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-05-04Include <cstdint> early to be sure to get SIZE_MAXTor Lillqvist1-2/+1
2015-05-04Fix error: use of undeclared identifier 'SIZE_MAX'Tor Lillqvist1-1/+2
2015-05-03tdf#89783: sal_uInt16 replacement by size_t: sectionsVasily Melenchuk1-3/+3
2015-04-05Avoid two special values as "whole array" flagMatteo Casalin1-1/+1
2015-04-05Default value of nLookahead is never overriddenMatteo Casalin1-2/+2
2015-03-04Avoid bad downcast of SwFrmFmt to SwSectionFmtStephan Bergmann1-2/+4
2015-03-02TyposJulien Nabet1-1/+1
2015-03-02sw: remove now unused WriterHelperMiklos Vajna1-8/+8
2015-02-27Move SwExtraRedlineTbl::dumpAsXml() out of docnodeMiklos Vajna1-1/+1
2015-01-30During DocumentRedlineManager::SetRedlineMode the array becomes unsortedCaolán McNamara1-0/+1
2015-01-25Use more proper integer typesMatteo Casalin1-0/+1
2015-01-22Merge common code of sw format listsJan-Marek Glogowski1-75/+87
2014-12-17fdo#75757 Remove inheritance to std::vectorMichaël Lefèvre1-1/+11
2014-11-09fix constness of SwFmtsBase::GetFmt()Luboš Luňák1-12/+16
2014-10-22fdo#75757: remove inheritance to std::vectorTakeshi Abe1-1/+1
2014-10-01fdo#75757: remove inheritance to std::vectorTakeshi Abe1-1/+8
2014-10-01Constify dumpAsXml and friendsJan-Marek Glogowski1-7/+7
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-1/+1
2014-07-28a const_iterator for RedlinesBjoern Michaelsen1-0/+3
2014-05-19sw doc model xml dump: handle SwDoc::mpFrmFmtTblMiklos Vajna1-1/+1
2014-05-13remove dead code in SWNoel Grandin1-2/+0
2014-04-29sw doc model dump: improve section format dumpMiklos Vajna1-0/+1
2014-04-28move function searching for a readline directly to SwRedlineTblLuboš Luňák1-0/+9
2014-04-02SwFrmFmts: add a dumpAsXml() methodMiklos Vajna1-0/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-10/+10