summaryrefslogtreecommitdiff
path: root/sw/source/core/tox
AgeCommit message (Expand)AuthorFilesLines
2021-02-18sw bibliography: make URLs in the bibliography table clickableMiklos Vajna2-11/+30
2021-02-10sw tooltip on bibliography fields: add a text factory that gives us a stringMiklos Vajna1-4/+8
2021-02-05(related: tdf#121842) sw: encode URLs generated in ToXMichael Stahl2-6/+10
2021-02-02tdf#121842 sw: add hyperlinks to toxmarks in ToC/User-Defined IndexMichael Stahl2-11/+49
2021-01-11Revert "Revert "NotifyClients no more""Bjoern Michaelsen1-1/+1
2021-01-05Revert "NotifyClients no more"Stephan Bergmann1-1/+1
2021-01-03NotifyClients no moreBjoern Michaelsen1-1/+1
2020-12-04tdf#100691 sw Table of Contents: remove hidden textLászló Németh1-1/+1
2020-12-04tdf#61154 sw Table of Contents: remove tracked deletionLászló Németh1-1/+1
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen2-0/+2
2020-11-17sw_fieldmarkhide: replace IsHideRedlines() with HasMergedParas()Michael Stahl3-5/+5
2020-11-11loplugin:stringviewNoel2-3/+3
2020-11-05retire most of SwModifyBjoern Michaelsen1-2/+2
2020-11-02sw/source/core/undo: ModifyNotification no more ...Bjoern Michaelsen1-3/+2
2020-10-30Related: tdf#98868 add SwDoc& member to SwTOXTypeCaolán McNamara1-3/+5
2020-10-20use tools::Long in swNoel2-5/+5
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara1-5/+5
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2-3/+1
2020-08-29Use OUStringBuffer::makeStringAndClearStephan Bergmann1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-1/+1
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-1/+1
2020-08-08Remove unnecessary, wrong downcastStephan Bergmann1-7/+5
2020-08-07SwTOXBaseSection::UpdateMarks: SwIterator no more ...Bjoern Michaelsen1-28/+54
2020-07-31loplugin:flatten in sw/core/textNoel Grandin1-34/+34
2020-07-03SwTOXMark::InsertTOXMarks: SwIterator no more ...Bjoern Michaelsen1-17/+10
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-2/+2
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-4/+4
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin1-1/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-01-24loplugin:makeshared in swNoel Grandin1-1/+1
2020-01-20sw: fix assert in ToX update on mw00_table_of_contents_templates.docMichael Stahl1-3/+1
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2019-12-23sal_Char->char in swNoel Grandin1-1/+1
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara2-3/+2
2019-12-11num->number and bul->bullet in sw/Noel Grandin1-1/+1
2019-12-02tdf#42949 Fix IWYU warnings in sw/source/core/[o-t]*/*cxxGabor Kelemen5-16/+0
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-4/+4
2019-11-30Rewrite uses of boost::optionalStephan Bergmann1-1/+1
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-2/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann2-7/+7
2019-10-02crashtesting: null deref on importing ooo50983-1.odtCaolán McNamara1-2/+3
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski1-5/+3
2019-09-30null derefCaolán McNamara1-1/+2
2019-09-22SwXDocumentIndexMark::Impl: MultiWriterListener no moreBjoern Michaelsen1-39/+35
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann1-10/+10
2019-07-29Fix typo in codeAndrea Gelmini1-1/+1
2019-06-18loplugin:logexceptionnicely in swNoel Grandin1-12/+13
2019-05-30GetAnyEnd does not need to return a pointerNoel Grandin1-1/+1
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin1-3/+3