summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unotext.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Simplify Sequence iterations in sw/qa/* and sw/source/core/*Arkadiy Illarionov1-20/+11
2019-06-24Drop sw::GetSupportedServiceNamesImplArkadiy Illarionov1-9/+1
2019-05-04Use hasElements to check Sequence emptiness in swArkadiy Illarionov1-1/+1
2019-03-28simplify reset(nullptr) -> reset()Noel Grandin1-1/+1
2019-03-04simplify UNO getTypes methodsNoel Grandin1-16/+15
2019-01-11use unique_ptr in SwNodes::ExpandRangeForTableBoxNoel Grandin1-3/+3
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-2/+2
2018-12-03sw uno: do not throw exceptions on getString()Vasily Melenchuk1-3/+2
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-2/+1
2018-11-06tdf#115094 part I: do not move graphic nodesPatrick Jaap1-1/+17
2018-10-03loplugin:constfields in swNoel Grandin1-2/+2
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-4/+7
2018-05-25tdf#117297 sw unotbl XCell: apply char/para style props to textJustin Luth1-24/+2
2018-05-23ofz#8473 Null-dereference READCaolán McNamara1-1/+1
2018-05-13dont use SwClient/SwModify in unocore: HeadFootTextBjoern Michaelsen1-105/+78
2018-03-05tdf#107035 Fix field character style DOCX importLuke Deller1-0/+4
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-5/+5
2017-10-09tdf#90789 Anchored frames and shapes are identified by name/SdrObjectsVasily Melenchuk1-7/+12
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin1-13/+11
2017-09-22remove confused error-handlingBjoern Michaelsen1-24/+11
2017-09-18remove boilerplate, use C++11 (convertToTable)Bjoern Michaelsen1-40/+27
2017-09-18use some C++11 and check for incomplete merges (lcl_MergeCells)Bjoern Michaelsen1-26/+12
2017-09-17replace some boilerplate with C11++Bjoern Michaelsen1-34/+10
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin1-1/+1
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M1-1/+1
2017-08-25Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist1-3/+3
2017-08-04loplugin:constparams in sw part5Noel Grandin1-2/+2
2017-07-02loplugin:casttovoid: swStephan Bergmann1-40/+0
2017-06-26fdo#43157 convert OSL_ASSERT to assert in sw/source/coreBernhard Widl1-1/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-16Profiling API: add ProfileZonesLászló Németh1-0/+4
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-05-09loplugin:checkunusedparams in sw(part4)Noel Grandin1-3/+2
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert sw module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-1/+1
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-12/+12
2017-02-25coverity#1371301 Missing move assignment operatorCaolán McNamara1-1/+1
2017-02-23sw: fix cursor backup in SwXText::insertTextPortion()Michael Stahl1-0/+2
2017-02-07convert CursorType to scoped enumNoel Grandin1-26/+26
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-80/+27
2017-01-19New loplugin:dynexcspec: Add @throws documentation, swStephan Bergmann1-0/+6
2016-12-13crashtesting: assert on loading certain rtfCaolán McNamara1-1/+1
2016-11-29convert ND constants to o3tl::typed_flagsNoel Grandin1-2/+2
2016-09-12fftester: break as soon as an exception is requiredCaolán McNamara1-1/+1
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin1-1/+1
2016-08-31convert SW_SERVICE constants to scoped enumNoel Grandin1-1/+1
2016-08-31Get rid of a pointless indirect function pointer variableNoel Grandin1-4/+4