summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unocrsrhelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-07-13tdf#143215 DOCX import: fix tracked empty row insertion/deletionLászló Németh1-2/+14
2021-07-13tdf#143278 DOCX: support tracked table (row) insertionLászló Németh1-12/+12
2021-06-13Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski1-8/+6
2021-06-03tdf#79069 DOCX: support tracked table (row) deletionLászló Németh1-1/+15
2021-04-27tdf#141924: SwFormatAutoFormat::GetStyleHandle may return nullptrMike Kaganski1-3/+5
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-9/+9
2021-04-12less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin1-4/+4
2020-12-08Simplify attribute set definitions a littleMike Kaganski1-3/+1
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-12/+12
2020-10-28std::set->o3tl::sorted_vector in swNoel Grandin1-1/+1
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara1-46/+46
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara1-1/+1
2020-07-31loplugin:flatten in sw/core/unocoreNoel Grandin1-28/+27
2019-12-06sw: add getter for RES_PARATR_LIST_AUTOFMTMichael Stahl1-11/+71
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen1-5/+1
2019-11-28tdf#128898 import text from file with text-decode failedNoel Grandin1-3/+3
2019-10-30sw: UNO API: do not allow inserting control characters into nodesMichael Stahl1-0/+12
2019-10-18lopligin:virtualdead unused params in IDocumentRedlineAccessNoel Grandin1-2/+2
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov1-9/+1
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-1/+1
2019-08-15loplugin:sequenceloop in swNoel Grandin1-1/+1
2019-08-07sw: fix ViewCursor.PageStyleName for multi-page paragraphsMiklos Vajna1-1/+4
2019-08-01tdf#125990 change tracking: remove text join workaroundLászló Németh1-4/+0
2019-07-15ofz#15731 Direct-leak RedlineExtraData is copiedCaolán McNamara1-5/+6
2019-07-12tdf#126245 DOCX export: fix losing of tracked numbering changesLászló Németh1-0/+7
2019-07-12tdf#126245 DOCX: reject tracked paragraph numbering changesLászló Németh1-4/+26
2019-07-09tdf#126243 DOCX: export/reject tracked paragraph style changeLászló Németh1-2/+21
2019-07-08Simplify Sequence iterations in sw/qa/* and sw/source/core/*Arkadiy Illarionov1-2/+2
2019-05-28DOCX import: clean-up FinalizeImport() of change trackingLászló Németh1-0/+4
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin1-13/+13
2019-05-22New loplugin:dataStephan Bergmann1-1/+1
2019-05-04Use hasElements to check Sequence emptiness in swArkadiy Illarionov1-2/+2
2019-04-23tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*Gabor Kelemen1-0/+1
2019-04-19optimise find/insert patternNoel Grandin1-5/+1
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen1-0/+1
2019-02-10loplugin:indentation in swNoel Grandin1-1/+1
2019-01-11tdf#42949 Fix IWYU warnings in sw/inc/*Gabor Kelemen1-0/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-2/+2
2018-09-23coverity#1401334 Uncaught exceptionCaolán McNamara1-1/+1
2018-09-18loplugin:useuniqueptr in SwDocShell::StartConvertFromNoel Grandin1-5/+2
2018-08-31Resolves: tdf#119607 crash in calling getPropertyState on TextParagraphCaolán McNamara1-2/+5
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-4/+1
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-1/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-4/+4
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-4/+3
2017-10-27loplugin:constantparam in swNoel Grandin1-2/+2
2017-08-25tdf#109267 sw: fix confusing return value of AppendRedline()Michael Stahl1-2/+2
2017-08-04loplugin:constparams in sw part5Noel Grandin1-4/+4
2017-07-27sw: add new TextParagraph property to XTextRangeMiklos Vajna1-0/+13