summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/treelist.cxx
AgeCommit message (Expand)Author
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-07-03return by std::unique_ptr from CreateViewDataNoel Grandin
2018-07-03move SvTreeList::*Sibling to SvTreeListEntryNoel Grandin
2018-03-29loplugin:unusedmethodsNoel Grandin
2018-01-12More loplugin:cstylecast: svtoolsStephan Bergmann
2018-01-11Modernize a bit svtoolsJulien Nabet
2017-11-22loplugin:flatten in svtoolsNoel Grandin
2017-10-18use std::unique_ptr in SvTreeListNoel Grandin
2017-09-12cppcheck: identicalConditionAfterEarlyExitJochen Nitschke
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-07-19loplugin:constparams in svtoolsNoel Grandin
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-06-04no need to construct unique_ptr hereJochen Nitschke
2017-05-05loplugin:checkunusedparams in svtoolsNoel Grandin
2016-10-21loplugin:expandablemethodds in include/svtoolsNoel Grandin
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin
2016-03-04loplugin:unuseddefaultparam in svtoolsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann
2015-12-04svtools: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-04convert Link<> to typedNoel Grandin
2015-07-20svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-07-15cppcheck: noExplicitConstructorCaolán McNamara
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-10svtools: pimplify SvListViewMichael Stahl
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara
2015-05-20Remove include stdio (part4)Julien Nabet
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-04-09loplugin:staticmethodsNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-19loplugin:constantfunction: svtoolsNoel Grandin
2015-02-01coverity#1267678 this is surely backwards (gold)Caolán McNamara
2014-10-30Improve SvSimpleTable classPalenik Mihály
2014-10-14fdo#84938 - replace LIST_ACTION constants with enumNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara
2014-07-01clang scan-build: various warningsCaolán McNamara
2014-05-15p is for pointers.Kohei Yoshida
2014-05-15Actually this empty() check here is redundant.Kohei Yoshida
2014-05-15Sort ptr_vector using its own sort() method.Kohei Yoshida
2014-05-11fix-includes.pl: svtoolsThomas Arnhold
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-29fdo#75058: Optimize autofilter item filling for non-tree items.Kohei Yoshida
2014-03-25svtools: sal_Bool->boolNoel Grandin
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-03-03SVTOOLS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-01-28bool improvementsStephan Bergmann