summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoidx.cxx
AgeCommit message (Expand)AuthorFilesLines
10 dayssimplify some exception throwingNoel Grandin1-4/+1
2023-03-07no need to allocate these separatelyNoel Grandin1-15/+15
2023-02-16osl::Mutex->std::mutex in SwXDocumentIndex::ImplNoel Grandin1-19/+17
2023-01-23tdf#153090 writerfilter,sw: DOCX/RTF import/export of TOC \c \tMichael Stahl1-0/+41
2023-01-20XUnoTunnel->dynamic_cast in SwXDocumentIndexNoel Grandin1-12/+0
2023-01-20XUnoTunnel->dynamic_cast in SwXDocumentIndexMarkNoel Grandin1-12/+0
2023-01-20XUnoTunnel->dynamic_cast in SwXTextRangeNoel Grandin1-5/+2
2023-01-19XUnoTunnel->dynamic_cast in OTextCursorHelperNoel Grandin1-3/+2
2022-10-31tdf#126788 return concrete type from CreateXTextRangeNoel Grandin1-1/+1
2022-08-26use more SwPosition::AssignNoel Grandin1-7/+7
2022-07-21use more concrete UNO classes in writerNoel Grandin1-20/+18
2022-03-28Recheck sw/ cxx files with IWYUGabor Kelemen1-1/+0
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin1-2/+2
2021-12-31osl::Mutex->std::mutex in SwXDocumentIndexMarkNoel Grandin1-6/+10
2021-12-01use more OInterfaceContainerHelper3 in swNoel Grandin1-3/+3
2021-10-04tdf#77051 DOCX: fix user index and index entry supportLászló Németh1-25/+0
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin1-4/+4
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 2Mike Kaganski1-6/+6
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-2/+2
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski1-1/+1
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin1-2/+3
2021-07-21sw bibliography, local copy: add document model & UNO APIMiklos Vajna1-1/+1
2021-06-21create SfxHintId::SwLegacyModify idNoel Grandin1-1/+2
2021-06-14tdf#108518 revert OOo hack: Fix issue #i119405: Numbering text styleJustin Luth1-1/+1
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-4/+4
2021-04-19Fix two string matches to not include the trailing NULsStephan Bergmann1-2/+2
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-4/+4
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin1-2/+2
2021-04-07rtl::Static -> function local staticNoel Grandin1-8/+4
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-1/+0
2020-10-30Related: tdf#98868 add SwDoc& member to SwTOXTypeCaolán McNamara1-2/+2
2020-10-05SwDateTimeField::GetDateTime always dereferences its SwDoc*Caolán McNamara1-6/+6
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara1-4/+4
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen1-0/+1
2020-07-03SwTOXMark::InsertTOXMarks: SwIterator no more ...Bjoern Michaelsen1-1/+1
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: swStephan Bergmann1-3/+3
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-1/+1
2019-12-11convert SectionType to scoped enumNoel Grandin1-7/+7
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen1-6/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+12
2019-09-28loplugin:constmethod in swNoel Grandin1-2/+2
2019-09-22SwXDocumentIndexMark::Impl: MultiWriterListener no moreBjoern Michaelsen1-24/+25
2019-08-15loplugin:sequenceloop in swNoel Grandin1-1/+1
2019-08-07Fix missing translationAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann1-5/+5
2019-07-08tdf#39593 Replace copy-pasted functions with templateArkadiy Illarionov1-74/+51
2019-07-08Simplify Sequence iterations in sw/qa/* and sw/source/core/*Arkadiy Illarionov1-5/+3
2019-06-24Drop sw::GetSupportedServiceNamesImplArkadiy Illarionov1-23/+3
2019-05-30tdf#125372 writer, file with lots of hints very slow to open, part7Noel Grandin1-34/+7
2019-04-26sw: sync UNO API default for ToC link start char style with UIMiklos Vajna1-0/+10