summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unotext.cxx
AgeCommit message (Expand)Author
2020-07-01tdf#119081 sw: fix RTF paste into outer table cellMiklos Vajna
2020-03-11tdf#131184 Allow comparing text ranges in table with body textSamuel Mehrbrodt
2020-01-21tdf#129582 sw: fix copying of flys in header/footer in DOCX/RTF importMichael Stahl
2020-01-21DOCX import: fix lost objects anchored to the single para of a linked headerMiklos Vajna
2019-12-17tdf#112202 writerfilter,sw: fix loss of headersMichael Stahl
2019-12-07ofz#18563 sw: remove SwXFrame::m_pCopySource to fix ~SwIndexReg assertMichael Stahl
2019-11-20sw: revert change in expanding hints in SwXText::insertTextContent()Michael Stahl
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov
2019-08-12wether->whetherCaolán McNamara
2019-08-09tdf#107317 Make undo insert text box to shape display proper messageGabor Kelemen
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann
2019-07-20loplugin:referencecasting in swNoel Grandin
2019-07-08Simplify Sequence iterations in sw/qa/* and sw/source/core/*Arkadiy Illarionov
2019-06-24Drop sw::GetSupportedServiceNamesImplArkadiy Illarionov
2019-05-04Use hasElements to check Sequence emptiness in swArkadiy Illarionov
2019-03-28simplify reset(nullptr) -> reset()Noel Grandin
2019-03-04simplify UNO getTypes methodsNoel Grandin
2019-01-11use unique_ptr in SwNodes::ExpandRangeForTableBoxNoel Grandin
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-12-03sw uno: do not throw exceptions on getString()Vasily Melenchuk
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-11-06tdf#115094 part I: do not move graphic nodesPatrick Jaap
2018-10-03loplugin:constfields in swNoel Grandin
2018-08-03Add missing sal/log.hxx headersGabor Kelemen
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-05-25tdf#117297 sw unotbl XCell: apply char/para style props to textJustin Luth
2018-05-23ofz#8473 Null-dereference READCaolán McNamara
2018-05-13dont use SwClient/SwModify in unocore: HeadFootTextBjoern Michaelsen
2018-03-05tdf#107035 Fix field character style DOCX importLuke Deller
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-10-09tdf#90789 Anchored frames and shapes are identified by name/SdrObjectsVasily Melenchuk
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin
2017-09-22remove confused error-handlingBjoern Michaelsen
2017-09-18remove boilerplate, use C++11 (convertToTable)Bjoern Michaelsen
2017-09-18use some C++11 and check for incomplete merges (lcl_MergeCells)Bjoern Michaelsen
2017-09-17replace some boilerplate with C11++Bjoern Michaelsen
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M
2017-08-25Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist
2017-08-04loplugin:constparams in sw part5Noel Grandin
2017-07-02loplugin:casttovoid: swStephan Bergmann
2017-06-26fdo#43157 convert OSL_ASSERT to assert in sw/source/coreBernhard Widl
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-16Profiling API: add ProfileZonesLászló Németh
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-09loplugin:checkunusedparams in sw(part4)Noel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sw module away from OSL_ASSERT to assertChris Sherlock
2017-03-20convert RndStdIds to scoped enumNoel Grandin
2017-03-16convert SwUndoId to scoped enumNoel Grandin