summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/thints.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-12-01sw_redlinehide_4a: fix asserts caused by invalid index in SwUpdateAttrMichael Stahl1-4/+1
2018-12-01sw_redlinehide_4a: add layout to SwTextNode::GetParaAttr()Michael Stahl1-4/+15
2018-12-01sw: rename to SwTextNode::GetParaAttr(), at least that's uniqueMichael Stahl1-1/+1
2018-12-01sw: simplify SwTextNode::GetAttr()Michael Stahl1-20/+15
2018-12-01sw: SwTextNode::GetAttr() inconsistencyMichael Stahl1-0/+2
2018-11-07Drop unused variableMichael Weghorn1-1/+0
2018-11-07Simplify containers iterations in sw/source/core/[t-v]*Arkadiy Illarionov1-51/+43
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+2
2018-09-19sw_redlinehide_2: add layout parameter to *Node::DelFramesMichael Stahl1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-08-31tdf#118845: make HiddenPara have higher priority deciding visibilityMike Kaganski1-7/+17
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-22cleanup redundant variableMike Kaganski1-3/+2
2018-05-20tdf#35798: Hide empty Database fields' paragraphs (+ compat option)Mike Kaganski1-33/+32
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin1-3/+1
2018-02-28Fix some IWYU warningsMiklos Vajna1-0/+1
2018-01-30loplugin:unused-returns in swNoel Grandin1-10/+6
2018-01-16Fix typosAndrea Gelmini1-2/+2
2017-12-29Fix typosAndrea Gelmini1-1/+1
2017-12-21Fix typoAndrea Gelmini1-1/+1
2017-11-24TypedWhichId for RES_CHRATR constantsNoel Grandin1-0/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-3/+3
2017-11-21coverity#1422233 Unchecked return valueCaolán McNamara1-1/+1
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-2/+2
2017-10-19sw: fix odd condition in SwpHints::MergePortions()Michael Stahl1-3/+2
2017-08-29Removed duplicated includeAndrea Gelmini1-1/+0
2017-08-28sw: remove signature metadata on deleting signature fieldAshod Nakashian1-0/+18
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-3/+2
2017-08-04loplugin:constparams in sw part4Noel Grandin1-2/+2
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-3/+3
2017-07-07sw: convert SwTextInputField OSL_ENSUREs to assert() and simplifyMichael Stahl1-16/+9
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-07-02loplugin:casttovoid: swStephan Bergmann1-1/+0
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-2/+2
2017-05-18Revert "Fix typos"Stephan Bergmann1-1/+1
2017-05-18Fix typosAndrea Gelmini1-1/+1
2017-05-12sw: table-in-footnote: delete SwFootnoteFrame if it becomes emptyMichael Stahl1-0/+4
2017-05-10tdf#107512 sw: fix rollback of text attributes in SwUndoDeleteMichael Stahl1-3/+5
2017-04-26use strong_int for LanguageTypeNoel Grandin1-4/+4
2017-04-12convert SwComparePosition to scoped enumNoel Grandin1-12/+12
2017-04-10tdf#39468 Translate German comments in swJens Carl1-1/+1
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-1/+1
2017-03-07convert RES_FIELDS to scoped enumNoel Grandin1-27/+30
2017-02-06sw: convert some OSL_ENSURE to assertMichael Stahl1-29/+18
2017-02-06sw: translate more german commentsMichael Stahl1-60/+51
2017-02-03sw: translate german commentsMichael Stahl1-72/+59
2017-01-27use a define for invalid SfxPoolItemJochen Nitschke1-5/+5
2016-12-04use proper message passingBjoern Michaelsen1-5/+3
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-1/+0