summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoportenum.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-09-16sw: remove dead code in lcl_FillBookmarkArray()Michael Stahl1-36/+17
2020-07-31loplugin:flatten in sw/core/unocoreNoel Grandin1-38/+38
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-1/+1
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-2/+1
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen1-4/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+8
2019-10-04sw: SwXTextPortion "TextFieldSeparator"Michael Stahl1-1/+8
2019-10-04sw: add IDocumentMarkAccess::getFieldmarkAt()Michael Stahl1-3/+3
2019-09-28loplugin:constmethod in swNoel Grandin1-3/+3
2019-09-06Fixing '....' and '..'Andrea Gelmini1-1/+1
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov1-3/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann1-1/+1
2019-07-20loplugin:referencecasting in swNoel Grandin1-3/+2
2019-06-21sw comments on frames: fix annotation start order in UNO portion enumMiklos Vajna1-7/+37
2019-05-31tdf#125372 writer, file with lots of hints very slow to open, part8Noel Grandin1-2/+2
2019-05-30GetAnyEnd does not need to return a pointerNoel Grandin1-1/+1
2019-05-26move some searching inside IDocumentMarkAccessNoel Grandin1-10/+4
2019-05-14tdf#42949 Fix IWYU warnings in sw/source/core/inc/[t-w]*Gabor Kelemen1-0/+1
2019-05-10an uno -> a unoCaolán McNamara1-1/+1
2019-04-02tdf#122926: Use o3tl::sorted_vector in other similar placesXisco Fauli1-3/+2
2019-02-25remove obsolete includes of calbckBjoern Michaelsen1-1/+0
2019-02-10loplugin:indentation in swNoel Grandin1-1/+1
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-2/+1
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-5/+5
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-19/+16
2018-11-15sw_redlinehide_3: add layout parameter to SwField::ExpandField()Michael Stahl1-1/+1
2018-10-03loplugin:constfields in swNoel Grandin1-1/+1
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-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): swStephan Bergmann1-1/+1
2018-06-27tdf#96099 Remove some trivial std::deque typedefsArkadiy Illarionov1-4/+2
2018-06-26forcepoint#48 null derefCaolán McNamara1-12/+14
2018-02-21New loplugin:nestedunnamedStephan Bergmann1-3/+0
2018-01-17Fix typosAndrea Gelmini1-1/+1
2017-12-21sw: fix inconsistent bookmark behavior around at-char/as-char anchored framesMiklos Vajna1-13/+98
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin1-5/+5
2017-08-04loplugin:constparams in sw part5Noel Grandin1-2/+2
2017-07-07sw: convert SwTextAnnotationField OSL_ENSUREs to assert() and simplifyMichael Stahl1-9/+6
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-02Improved loplugin:redundantcast static_cast handling: swStephan Bergmann1-1/+1
2017-04-13convert BKM_TYPE to scoped enumNoel Grandin1-12/+12
2017-03-19fix typo/grammar: "the the" --> thedennisroczek1-8/+8
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-7/+0
2017-01-20Missing 'const'Stephan Bergmann1-1/+2
2016-10-20loplugin:expandablemethodds in sw(part2)Noel Grandin1-1/+1
2016-08-29Switch isTextBox to use the format pointersJan-Marek Glogowski1-6/+3
2016-06-16Remove the :: prefix in ::std for swMark Page1-7/+7
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin1-1/+2
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-13/+10