summaryrefslogtreecommitdiff
path: root/sw/source/core/access
AgeCommit message (Expand)AuthorFilesLines
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin1-2/+3
2019-02-10loplugin:indentation in swNoel Grandin2-2/+2
2019-01-24loplugin:constparams in swNoel Grandin2-3/+3
2019-01-18PortionType::Url is unusedNoel Grandin1-1/+0
2019-01-18convert POR constants to scoped enumNoel Grandin2-33/+33
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-1/+5
2018-12-22Fix typo in codeAndrea Gelmini2-6/+6
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2-2/+2
2018-12-03sw: convert assert(bSelected out of sync) to SAL_WARN for nowMichael Stahl2-2/+2
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-8/+6
2018-11-24Replace list by vector in acctable.cxxJulien Nabet1-2/+2
2018-11-22improve function-local statics in swNoel Grandin1-48/+28
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-1/+1
2018-11-17Simplify containers iterations in sw/source/coreArkadiy Illarionov6-100/+51
2018-11-17loplugin:unusedmethodsNoel Grandin2-36/+0
2018-11-15sw_redlinehide_3: use appropriate footnote number in text formattingMichael Stahl1-2/+2
2018-11-15sw_redlinehide_3: fix SwAccessibleParagraph::getRunAttributes() indexMichael Stahl1-2/+2
2018-11-15sw_redlinehide_3: [loplugin:blockblock] in accpara.cxxMichael Stahl1-39/+35
2018-11-15sw: simplify & fix SwAccessibleParagraph::getHyperLink()Michael Stahl1-33/+3
2018-11-15sw_redlinehide_3: convert SwAccessibleMapMichael Stahl1-17/+36
2018-11-15sw_redlinehide_3: adapt SwAccessibleDocument::getAccFlowTo()Michael Stahl1-11/+6
2018-11-15sw_redlinehide_3: convert even more SwAccessibleParagraph functionsMichael Stahl2-48/+46
2018-11-15sw_redlinehide_3: convert SwAccessibleParagraph::_correctValues()Michael Stahl1-3/+16
2018-11-15sw_redlinehide_3: convert SwAccessibleParagraph::_getRunAttributesImplMichael Stahl1-8/+9
2018-11-15sw_redlinehide_3: convert more SwAccessibleParagraph functionsMichael Stahl1-61/+54
2018-11-15sw_redlinehide_3: convert SwTextMarkupHelper and related ...Michael Stahl3-57/+77
2018-11-15sw_redlinehide_3: remove GetSelection/GetSelectionAtIndex duplicationMichael Stahl2-143/+14
2018-11-15sw_redlinehide_3: convert selection functions of SwAccessibleParagraphMichael Stahl1-32/+50
2018-11-15sw: fix 2 inverted SAL_WARN_IFsMichael Stahl1-2/+2
2018-11-15sw_redlinehide_3: convert the hyperlink code in SwAccessibleParagraphMichael Stahl1-44/+52
2018-11-15sw_redlinehide_3: SwAccessibleHyperlink listen at SwFormatINetFormatMichael Stahl3-57/+58
2018-11-15sw_redlinehide_3: stop SwAccessibleParagraph listening at SwTextNodeMichael Stahl2-7/+5
2018-11-15sw_redlinehide_3: convert SwAccessiblePortionDataMichael Stahl4-126/+132
2018-11-15sw: SwAccessiblePortionData::m_aAttrFieldType is deadMichael Stahl2-8/+0
2018-11-15sw_redlinehide_3: convert SwAccessibleDocument::getExtendedAttributes()Michael Stahl1-20/+19
2018-11-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2-4/+4
2018-11-08More --enable-debug --disable-assert-always-abort fixesStephan Bergmann1-1/+1
2018-11-07move SvTreeListBox to vclCaolán McNamara2-3/+3
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin2-2/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-2/+2
2018-10-03loplugin:constfields in swNoel Grandin6-13/+13
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+2
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-09-12loplugin:useuniqueptr in SwAccessibleShapeMap_ImplNoel Grandin1-15/+12
2018-09-12loplugin:simplifyconstruct in swNoel Grandin5-15/+1
2018-09-12loplugin:useuniqueptr in SwAccessibleParagraph::_getRunAttributesImplNoel Grandin1-4/+2
2018-08-17loplugin:useuniqueptr in SwPagePreviewLayoutNoel Grandin1-11/+9
2018-08-16loplugin:useuniqueptr in SwTOXBaseSectionNoel Grandin1-1/+1
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-1/+1