summaryrefslogtreecommitdiff
path: root/sw/inc/unocrsrhelper.hxx
AgeCommit message (Expand)AuthorFilesLines
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann1-1/+1
2022-10-30tdf#126788 avoid temporary SequenceNoel Grandin1-0/+5
2022-10-11use more string_view in swNoel Grandin1-2/+2
2022-08-14use more GetContentIndexNoel Grandin1-2/+2
2022-08-14rename SwPaM::GetContentNode to GetPointContentNode/GetMarkContentNodeNoel Grandin1-2/+2
2021-05-18loplugin:unusedmethodsNoel Grandin1-1/+0
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-3/+4
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-3/+4
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-3/+3
2020-05-09compact namespace in swNoel Grandin1-3/+3
2018-11-15sw_redlinehide_3: SwXTextViewCursor::getString() without redlinesMichael Stahl1-1/+2
2018-05-25NFC SwUnoCursorHelper: add SetModeAttr option to setPropertyValueJustin Luth1-1/+2
2018-03-28sw: fix some IWYU warningsMiklos Vajna1-7/+1
2017-10-27loplugin:constantparam in swNoel Grandin1-6/+2
2017-10-23loplugin:includeform: swStephan Bergmann1-3/+3
2017-08-04loplugin:constparams in sw part5Noel Grandin1-5/+5
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-48/+13
2017-01-19New loplugin:dynexcspec: Add @throws documentation, swStephan Bergmann1-0/+36
2016-02-29loplugin:unuseddefaultparam in sw (part2)Noel Grandin1-2/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-13/+13
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-06com::sun::star->css in sw/incNoel Grandin1-55/+51
2015-09-04sw: replace boost::ptr_map with std::mapMichael Stahl1-3/+5
2015-07-02some other coverity thingsCaolán McNamara1-5/+6
2015-06-28coverity#1308534 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-28coverity#1308530 Uncaught exceptionCaolán McNamara1-1/+2
2015-06-28coverity#1308491 Uncaught exceptionCaolán McNamara1-2/+3
2015-06-28coverity#1308490 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-27coverity#1308467 Uncaught exceptionCaolán McNamara1-1/+2
2015-06-18Added test for del of table redlines rhbz#1198848Varun1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-10/+10
2015-03-11convert SetAttrMode to enum classNoel Grandin1-2/+2
2014-11-25fdo#75757: remove inheritance to std::mapJuan Picca1-6/+4
2014-05-27cid#707295 Uncaught exceptionNoel Grandin1-1/+2
2014-05-27cid#707296 and cid#738184 Uncaught exceptionNoel Grandin1-1/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-3/+3
2014-03-10coverity#1103733 Uncaught exceptionCaolán McNamara1-2/+5
2014-02-27Remove visual noise from swAlexander Wilms1-2/+0
2014-02-12DOCX import sends 'table cell redline' to SW core, and core stores itAdam Co1-0/+4
2014-02-12Rename 'makeTableRedline' to 'makeTableRowRedline'Adam Co1-1/+1
2014-02-12DOCX import sends 'table row redline' to SW core, and core stores itAdam Co1-0/+4
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara1-1/+1
2013-11-05fixincludeguards.sh: swThomas Arnhold1-2/+2
2013-09-19convert sw/inc/unoicrsrhelper.hxx from String to OUStringNoel Grandin1-4/+3
2013-06-12include cleanupMatteo Casalin1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-9/+9
2013-02-03sw: remove dependency of SwXTextDocument on unoflatpara.hxxMichael Stahl1-0/+5
2013-02-03sw: move implementation of SwXTextView::select into unocoreMichael Stahl1-2/+19
2013-01-08fdo#44736 - set and fetch multiple properties concurrentlyMichael Meeks1-0/+13
2012-12-14sal_Bool to boolTakeshi Abe1-2/+2