summaryrefslogtreecommitdiff
path: root/sw/inc/docary.hxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-23Remove table-related redlines when table,row,cell removedAdam Co1-0/+7
2014-03-22missing SwExtraRedlineTbl dtorMiklos Vajna1-0/+1
2014-03-05remove unused code in SW moduleNoel Grandin1-2/+0
2014-02-27Remove visual noise from swAlexander Wilms1-2/+0
2014-02-11loplugin:implicitboolconversionStephan Bergmann1-1/+1
2014-02-11New redline object and table for non-ranged redlines called 'SwExtraRedline'Adam Co1-0/+26
2014-01-13Renamed 'SwRedline' to 'SwRangeRedline'Adam Co1-9/+9
2013-11-26Added dump of 'redline' objects in 'node dump' XMLAdam Co1-0/+2
2013-11-05fixincludeguards.sh: swThomas Arnhold1-3/+3
2013-10-10sw: include SwNumRuleTbl in the doc model dumpMiklos Vajna1-0/+1
2013-10-03sw: include names of character and paragraph styles in doc model dumpMiklos Vajna1-0/+2
2013-03-14SwFrmFmts: MSVC does stupid things with dllexporting templatesMichael Stahl1-1/+4
2013-02-16sw: include SwFldTypes in doc model dumpMiklos Vajna1-0/+2
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-02Modifying comments to meet doxygen standardsAbdulmajeed Al-Abaulrazzaq1-16/+16
2012-08-02Revert "Revert "sorted_vector: turn Find parameter into template""Michael Stahl1-1/+1
2012-08-01Revert "sorted_vector: turn Find parameter into template"Michael Stahl1-1/+1
2012-08-01sorted_vector: turn Find parameter into templateMichael Stahl1-1/+1
2012-07-31_SwRedlineTbl: fix STL conversion:Michael Stahl1-1/+4
2012-07-26Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vectorNoel Grandin1-17/+20
2012-07-17Convert SV_DECL_PTRARR_DEL(SwUnoCrsrTbl) to std::setNoel Grandin1-3/+7
2012-06-25callcatcher: update unused codeCaolán McNamara1-1/+0
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin1-12/+63
2012-05-25Convert SV_DECL_PTRARR_DEL(SwFldTypes) to std::vectorNoel Grandin1-3/+6