summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docbasic.cxx
AgeCommit message (Expand)Author
2021-05-29no need to allocate these on the heapNoel Grandin
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen
2020-04-19loplugin:buriedassign in sw(3)Noel Grandin
2020-03-02speedup sw build a littleNoel Grandin
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-08-03Add missing sal/log.hxx headersGabor Kelemen
2018-04-11new loplugin:unusedvariablemoreNoel Grandin
2018-01-30loplugin:unused-returns in swNoel Grandin
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2017-07-25convert UNO event ids to scoped enumNoel Grandin
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin
2017-05-03tdf#88555 sw: remove dynamic_cast from SwFrameFormats::ContainsMichael Stahl
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2016-12-08OSL_TRACE -> SAL in sw..ucbNoel Grandin
2016-11-15loplugin:constantparamNoel Grandin
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-23remove unused Link<> parameterNoel Grandin
2015-09-17boost->stdCaolán McNamara
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-01-25sal_uInt16 to size_t, avoid unneeded OUString temporaryMatteo Casalin
2015-01-16fdo#39440 sw: reduce scope of local variablesMichael Weghorn
2014-01-30Avoid resource leaks in case of exceptionTakeshi Abe
2013-08-25String to OUStringMatteo Casalin
2013-08-09deleted needless blank lines in sw/source/core/doc/Philipp Riemer
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-18SwDoc: rename member variables missing their prefixMiklos Vajna
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-11-07basic: String -> OUStringNorbert Thiebaud
2012-10-19sal_Bool to boolTakeshi Abe
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2011-11-27remove include of pch header from swNorbert Thiebaud
2011-11-04Translate German commentsPhilipp Weissenbacher
2011-11-02ByteString->rtl::OStringCaolán McNamara
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks
2011-02-07removetooltypes01: Rebase to DEV300m99Carsten Driesner
2011-01-17removetooltypes01: #i112600# Remove tools types from swCarsten Driesner
2010-11-22undoapi: merge after pulling DEV300.m94Frank Schoenheit [fs]
2010-11-18remove dead codeKayo Hamid
2010-11-01undoapi: moved the last remaining method of SfxMacroConfig (::Call) into the ...Frank Schoenheit [fs]
2010-10-18svarray: #i112395# #i84159# increase max number of pools to 2^32Bartosz Kosiorek
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth