summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
AgeCommit message (Expand)AuthorFilesLines
2018-11-14sw_redlinehide_3: add layout parameter to SwField::ExpandField()Michael Stahl2-2/+2
2018-11-10sw_redlinehide_3: pass layout into SwTextNode::GetExpandText()Michael Stahl1-1/+1
2018-11-10sw_redlinehide_3: pass current layout through ModelToViewHelperMichael Stahl1-3/+3
2018-11-10sw_redlinehide_3: remove number parameter from SwDoc::SetCurFootnoteMichael Stahl1-1/+1
2018-11-10sw_redlinehide_3: SwXTextViewCursor::getString() without redlinesMichael Stahl1-1/+3
2018-11-07loplugin:collapseif in swNoel Grandin1-5/+2
2018-11-07Simplify containers iterations in sw/source/core/[t-v]*Arkadiy Illarionov4-37/+19
2018-11-06tdf#115094 part I: do not move graphic nodesPatrick Jaap1-1/+17
2018-10-27tdf#42982: added description on RuntimeExceptionIzabela Bakollari1-7/+11
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski1-5/+4
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin3-19/+12
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin4-8/+7
2018-10-22pvs-studio: V668 no sense testing against null as memory was allocated by newCaolán McNamara1-44/+43
2018-10-22tdf#120703 (PVS): Recurring check.Xisco Fauli1-1/+1
2018-10-21pvs-studio: V590 The expression is excessive or contains a misprintCaolán McNamara1-4/+10
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin2-3/+3
2018-10-18editeng: do not throw from QueryValue implementationMichael Stahl1-0/+6
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin4-34/+34
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann3-4/+4
2018-10-03loplugin:constfields in swNoel Grandin9-30/+29
2018-09-28Fix DI_TITEL -> DI_TITLEAndrea Gelmini1-2/+2
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+1
2018-09-23coverity#1401334 Uncaught exceptionCaolán McNamara1-1/+1
2018-09-19sw_redlinehide_2: view cursor movement, Word/Sentence functionsMichael Stahl1-2/+2
2018-09-19sw_redlinehide_2: adapt SwCursor::UpDown()Michael Stahl1-2/+5
2018-09-18loplugin:useuniqueptr in SwDocShell::StartConvertFromNoel Grandin1-5/+2
2018-09-18loplugin:useuniqueptr in SwSearchProperties_Impl::FillItemSetNoel Grandin1-178/+141
2018-09-17New loplugin:externalStephan Bergmann6-13/+13
2018-09-14loplugin:useuniqueptr in SwXDrawPage::addNoel Grandin1-7/+7
2018-09-12loplugin:simplifyconstruct in swNoel Grandin3-6/+1
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin1-1/+1
2018-09-03sw: prefix members of SwXTextColumnsMiklos Vajna1-60/+60
2018-08-31Resolves: tdf#119607 crash in calling getPropertyState on TextParagraphCaolán McNamara1-2/+5
2018-08-31Fix syntaxJulien Nabet1-1/+1
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-3/+2
2018-08-29chmod -xTor Lillqvist1-0/+0
2018-08-27sw: fix inconsistent bookmark behavior around at-char/as-char anchored framesSerge Krot1-7/+7
2018-08-23loplugin:useuniqueptr in SwXMetaNoel Grandin1-8/+8
2018-08-22loplugin:useuniqueptr in SwTextAPIObjectNoel Grandin1-3/+3
2018-08-16SvxNumberFormat::nFirstLineOffset should have a larger typeStephan Bergmann1-1/+1
2018-08-16remove mempoolNoel Grandin1-2/+0
2018-08-15SvxNumberFormat::nAbsLSpace should have a larger typeStephan Bergmann1-1/+1
2018-08-15outer loop unrelated to inner loopCaolán McNamara1-31/+17
2018-08-15unroll complex if statement assignsCaolán McNamara1-24/+25
2018-08-14tdf#117127 crash on inspecting value describing a tableCaolán McNamara1-10/+12
2018-08-14loplugin:returnconstant in SwChartDataProviderNoel Grandin1-2/+1
2018-08-10unnecessary null check before dynamic_cast, in swNoel Grandin1-1/+1
2018-08-08sw TextGraphicObject: handle XBitmap for GraphicURLMiklos Vajna2-1/+8
2018-08-07sw TextGraphicObject: fix GraphicURL handling in the descriptorMiklos Vajna1-0/+10