summaryrefslogtreecommitdiff
path: root/sw/inc/ndindex.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-08-15tdf#158556 move m_vIndices to SwNodeNoel Grandin1-19/+21
2024-03-26try to use more reliable mechanism in AddLinkTargetNoel Grandin1-1/+0
2023-06-01WaE: SwNodeIndex GCC12 spurious -Werror=dangling-pointer=Caolán McNamara1-2/+2
2023-03-12Drop some const_castMike Kaganski1-1/+1
2023-03-12Assert that we only order nodes of the same arrayMike Kaganski1-4/+4
2023-03-11Simplify SwNodeIndexMike Kaganski1-168/+47
2022-08-07make SwNodeIndex constructors explicitNoel Grandin1-3/+13
2022-07-26make SwNodeIndex as SAL_WARN_UNUSEDNoel Grandin1-1/+1
2022-05-23sw: SwNodeIndex GCC12 spurious -Werror=dangling-pointer=Michael Stahl1-0/+9
2022-03-10Recheck sw headers with IWYUGabor Kelemen1-2/+0
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin1-47/+49
2020-10-20use tools::Long in swNoel1-6/+6
2019-09-23tdf#127605 DOCX export: fix internal hyperlinks to image targetTünde Tóth1-0/+1
2018-04-25sw: fix remaining IWYU warnings in inc/*.hxxMiklos Vajna1-3/+0
2018-02-28Fix some IWYU warningsMiklos Vajna1-1/+0
2017-10-23loplugin:includeform: swStephan Bergmann1-3/+3
2017-10-04Revert "check for unnecessary DLLPUBLIC annotations"Stephan Bergmann1-1/+1
2017-09-29check for unnecessary DLLPUBLIC annotationsNoel Grandin1-1/+1
2017-08-03loplugin:constparams in sw part1Noel Grandin1-2/+2
2016-12-08Indentation fixesMiklos Vajna1-1/+1
2016-10-04loplugin:countusersofdefaultparams in swNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-01-19loplugin:unusedmethods in sw/Noel Grandin1-12/+0
2015-10-29sw: prefix members of SwNodesMiklos Vajna1-7/+7
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-06-15sw: translate thatMichael Stahl1-24/+24
2015-06-15sw: deobfuscate a littleMichael Stahl1-6/+12
2015-06-15sw: prefix members of SwNodeIndexMichael Stahl1-44/+44
2015-05-01sw: delete these unwanted SwNodeIndex ctorsMichael Stahl1-2/+2
2014-12-23WaE: overriding destructor declaration not explicitly marked 'virtual'Tor Lillqvist1-1/+1
2014-12-23remove duplicated codeBjoern Michaelsen1-24/+3
2014-12-23c-style cast to const_castBjoern Michaelsen1-5/+5
2014-12-23inline stream operator and remove objectBjoern Michaelsen1-1/+4
2014-12-23inline AssignBjoern Michaelsen1-2/+32
2014-12-23inline operator=Bjoern Michaelsen1-2/+28
2014-12-23remove Remove()Bjoern Michaelsen1-4/+2
2014-12-23Make SwNodeIndex constructors inlineBjoern Michaelsen1-11/+37
2014-12-23Move Register/DeRegister functions to SwNodeIndexBjoern Michaelsen1-1/+15
2014-12-23use sw::Ring insteadBjoern Michaelsen1-5/+2
2014-12-18SwNodeIndex should really be finalBjoern Michaelsen1-1/+1
2014-11-05operator<< for SwPosition/SwPaM/etc. for use with SAL_DEBUGLuboš Luňák1-0/+3
2014-04-30sw: sal_Bool->boolNoel Grandin1-25/+25
2014-02-27Remove visual noise from swAlexander Wilms1-4/+0
2013-11-05fixincludeguards.sh: swThomas Arnhold1-2/+2
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-02-15sw: add doxygen comments for some document model / layout classesMiklos Vajna1-0/+1
2011-11-24sw: remove debug instance countingMichael Stahl1-5/+0
2011-11-24sw: replace abuses of OSL_DEBUG_LEVEL with DBG_UTILMichael Stahl1-3/+3
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks1-70/+61