summaryrefslogtreecommitdiff
path: root/sw/source/core/tox/tox.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-01-15Fix typoAndrea Gelmini1-1/+1
2024-01-14ITEM: Move Shareable ItemFlag to SfxPolItemArmin Le Grand (allotropia)1-0/+3
2024-01-12tdf#158783 Correct compares of SwTOXMark ItemsArmin Le Grand (allotropia)1-1/+7
2023-07-18tdf#156325 - Index of tables: support ctrl + click on an itemAndreas Heinisch1-2/+4
2022-10-11use more string_view in swNoel Grandin1-32/+32
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin1-0/+1
2022-08-04clang-tidy modernize-pass-by-value in swNoel Grandin1-4/+4
2022-07-21use more concrete UNO classes in writerNoel Grandin1-1/+5
2022-07-12elide some dynamic_castNoel Grandin1-2/+6
2022-05-05use more o3tl::getTokenNoel Grandin1-20/+20
2021-10-11loplugin:moveparam in swNoel Grandin1-7/+7
2021-10-05drop 'using namespace std' in swJulien Nabet1-3/+0
2021-10-04tdf#77051 DOCX: fix user index and index entry supportLászló Németh1-7/+0
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: swStephan Bergmann1-2/+4
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-11/+11
2021-06-21create SfxHintId::SwLegacyModify idNoel Grandin1-1/+2
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-4/+4
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-11-17sw_fieldmarkhide: replace IsHideRedlines() with HasMergedParas()Michael Stahl1-2/+2
2020-11-11loplugin:stringviewNoel1-1/+1
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-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-2/+0
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-07SwTOXBaseSection::UpdateMarks: SwIterator no more ...Bjoern Michaelsen1-28/+54
2020-07-03SwTOXMark::InsertTOXMarks: SwIterator no more ...Bjoern Michaelsen1-17/+10
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-2/+2
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-4/+4
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-1/+1
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 Kelemen1-3/+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-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-4/+4
2019-10-02crashtesting: null deref on importing ooo50983-1.odtCaolán McNamara1-2/+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-03-28use unique_ptr for SwTOXTypesNoel Grandin1-2/+5
2019-02-04Use indexed getToken()Matteo Casalin1-8/+9
2018-12-21sw_redlinehide: adapt ToX UpdateMichael Stahl1-2/+2
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-15sw_redlinehide_3: pass layout into SwTextNode::GetExpandText()Michael Stahl1-1/+1
2018-10-03loplugin:constfields in swNoel Grandin1-2/+2
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-02-11Pointer is always non-null ==> use referenceMatteo Casalin1-8/+4