summaryrefslogtreecommitdiff
path: root/sw/inc/docary.hxx
AgeCommit message (Expand)Author
2022-03-10Recheck sw headers with IWYUGabor Kelemen
2021-10-20tdf#145233 sw track changes: show moved text in green colorLászló Németh
2021-09-15Uninitialized data memberStephan Bergmann
2021-09-14tdf#135683 speedup DocumentRedlineManager::GetRedlinePosNoel Grandin
2021-07-12loplugin:unusedmethodsNoel Grandin
2021-06-30tdf#135316 optimise SwCharFormats::FindFormatByNameNoel Grandin
2021-06-23simplify SwFormatsModifyBase::ContainsFormatNoel Grandin
2021-06-23optimised FindFormatByName for SwFrameFormatsNoel Grandin
2021-06-22Move SwDoc::FindFormatByName to SwFormatsBaseNoel Grandin
2020-11-26tdf#138479 tdf#137769 sw ChangesInMargin: fix Undo in paragraphsLászló Németh
2020-11-14tdf#138135: sw ChangesInMargin: join characters at backspaceLászló Németh
2020-09-29SwNodes never passed a null SwDoc*Caolán McNamara
2020-03-02speedup sw build a littleNoel Grandin
2019-11-06make some classes module-privateNoel Grandin
2019-11-04loplugin:finalclasses in sw/incNoel Grandin
2019-05-24expand SwRangeRedlinePtrNoel Grandin
2019-05-23use SAL_MAX_INT32 for npos in SwRedlineTableNoel Grandin
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin
2019-03-28use unique_ptr for SwFieldTypesNoel Grandin
2019-03-28use unique_ptr for SwTOXTypesNoel Grandin
2019-02-28use the xmlTextWriterPtr typedef consistentlyNoel Grandin
2018-10-25sw: fix some IWYU warningsMiklos Vajna
2018-09-19sw: SwRedlineTable::DeleteAndDestroy() is surprisingly dangerousMichael Stahl
2018-07-27sw: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-07-27-Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-04-25sw: fix remaining IWYU warnings in inc/*.hxxMiklos Vajna
2018-02-08Fix some IWYU warningsMiklos Vajna
2018-01-30loplugin:unused-returns in swNoel Grandin
2017-11-13Fix typosAndrea Gelmini
2017-10-23loplugin:includeform: swStephan Bergmann
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann
2017-06-01ofz: InsertWithValidRanges didn't report that it deleted its argument anymoreCaolán McNamara
2017-05-06coverity#1405890 Unchecked dynamic_castCaolán McNamara
2017-05-03tdf#88555 sw: reduce usage of dynamic_cast in SwFormatsModifyBase::ContainsMichael Stahl
2017-05-03tdf#88555 sw: remove dynamic_cast from SwFrameFormats::ContainsMichael Stahl
2017-05-02Revert "SwTOXTypes can just be a std::vector typedef"Noel Grandin
2017-05-02Revert "SwFieldTypes can just be a std::vector typedef"Caolán McNamara
2017-05-02SwFieldTypes can just be a std::vector typedefNoel Grandin
2017-05-01SwTOXTypes can just be a std::vector typedefNoel Grandin
2017-04-13Removed duplicated includesAndrea Gelmini
2017-03-17sw lok: Use unique redline identifier, instead of array indicesPranav Kant
2017-03-16Fix typosAndrea Gelmini
2017-03-14sw lok: Notify when redline position is changed + unit testPranav Kant
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-03Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann
2017-03-02Complete the transition of SwRedlineTable::size_typeStephan Bergmann
2017-03-01Use consistent integer types in the SwRedlineTable interfaceStephan Bergmann
2016-11-18includes should be at the top of the fileNoel Grandin
2016-10-24sw: Avoid inheritance from std::vectorTakeshi Abe