summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unotext.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-08-04introduce SwPosition::AssignNoel Grandin1-2/+1
2022-08-03tdf#143703 sw: always assign name for fly sectionVasily Melenchuk1-5/+16
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin1-6/+6
2022-08-02introduce SwPosition::GetNodeIndexNoel Grandin1-5/+5
2022-08-02introduce SwPosition::GetNodeNoel Grandin1-11/+11
2022-07-27sw: delete bookmark if paragraph is fully selectedMichael Stahl1-3/+19
2022-07-26elide some temporaries when constructing SwPositionNoel Grandin1-3/+2
2022-07-21use more concrete UNO classes in writerNoel Grandin1-2/+7
2022-07-11tdf#148687 tdf#149173 tdf#149546 sw: fix crash with textboxesAttila Bakos (NISZ)1-0/+23
2022-07-08tdf#149649 sw_fieldmarkhide: delete any fieldmarks overlapping cellsMichael Stahl1-0/+60
2022-05-03Just use Any ctor instead of makeAny in swStephan Bergmann1-2/+2
2022-03-31sw content controls: add UNO API to insert thisMiklos Vajna1-1/+3
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin1-5/+5
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski1-3/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 2Mike Kaganski1-24/+24
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-7/+7
2021-08-25tdf#143384 DOCX import: fix SAXException at header with tableAttila Szűcs1-15/+41
2021-06-02fix messageNoel Grandin1-1/+1
2021-05-29no need to allocate these on the heapNoel Grandin1-2/+2
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-1/+1
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin1-1/+1
2021-04-07rtl::Static -> function local staticNoel Grandin1-2/+2
2021-03-02loplugin:refcounting in swNoel1-3/+3
2021-02-20loplugin:refcounting in swNoel1-4/+3
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-0/+1
2020-10-20use tools::Long in swNoel1-1/+1
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel1-6/+5
2020-09-30SwDocFac::GetDoc can return a referenceCaolán McNamara1-1/+2
2020-07-31loplugin:flatten in sw/core/unocoreNoel Grandin1-25/+25
2020-06-23tdf#119081 sw: fix RTF paste into outer table cellMiklos Vajna1-2/+1
2020-05-18tdf#127616 DOCX import: fix char style of empty paragraphLászló Németh1-0/+20
2020-04-07tdf#119038 DOCX: fix FollowTextFlow handlingAttila Bakos1-2/+2
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-2/+2
2020-03-09tdf#131184 Allow comparing text ranges in table with body textSamuel Mehrbrodt1-4/+8
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2020-02-05sw: convert CopyRange boolean parameters to enumMichael Stahl1-2/+2
2020-02-04std::set<T*> -> o3tl::sorted_vector in sw/Noel Grandin1-1/+1
2020-01-20tdf#129582 sw: fix copying of flys in header/footer in DOCX/RTF importMichael Stahl1-2/+2
2020-01-10DOCX import: fix lost objects anchored to the single para of a linked headerMiklos Vajna1-2/+5
2019-12-23sal_Char->char in swNoel Grandin1-1/+1
2019-12-17tdf#112202 writerfilter,sw: fix loss of headersMichael Stahl1-1/+35
2019-12-07ofz#18563 sw: remove SwXFrame::m_pCopySource to fix ~SwIndexReg assertMichael Stahl1-23/+29
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/+4
2019-11-20sw: revert change in expanding hints in SwXText::insertTextContent()Michael Stahl1-3/+11
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov1-17/+6
2019-08-12wether->whetherCaolán McNamara1-1/+1
2019-08-09tdf#107317 Make undo insert text box to shape display proper messageGabor Kelemen1-3/+8
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann1-1/+1
2019-07-20loplugin:referencecasting in swNoel Grandin1-4/+2