summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/treelist.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-05cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-05-20Remove include stdio (part4)Julien Nabet1-2/+0
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-04-09loplugin:staticmethodsNoel Grandin1-5/+5
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-03-19loplugin:constantfunction: svtoolsNoel Grandin1-5/+0
2015-02-01coverity#1267678 this is surely backwards (gold)Caolán McNamara1-2/+2
2014-10-30Improve SvSimpleTable classPalenik Mihály1-0/+32
2014-10-14fdo#84938 - replace LIST_ACTION constants with enumNoel Grandin1-27/+27
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-1/+1
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+1
2014-05-15p is for pointers.Kohei Yoshida1-2/+2
2014-05-15Actually this empty() check here is redundant.Kohei Yoshida1-2/+1
2014-05-15Sort ptr_vector using its own sort() method.Kohei Yoshida1-28/+25
2014-05-11fix-includes.pl: svtoolsThomas Arnhold1-4/+4
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-29fdo#75058: Optimize autofilter item filling for non-tree items.Kohei Yoshida1-1/+10
2014-03-25svtools: sal_Bool->boolNoel Grandin1-33/+33
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-4/+4
2014-03-03SVTOOLS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-22/+0
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-12-10svtools: don't dereference invalid iteratorMichael Stahl1-0/+2
2013-12-05crash on exit from xml form document with accessibility enabledCaolán McNamara1-2/+4
2013-10-21remove uses of COMPARE_*Caolán McNamara1-12/+12
2013-08-15Revert "fdo#63926 - remove extra include paths in svtools/ and sfx2/"Michael Stahl1-3/+3
2013-08-05fdo#63926 - remove extra include paths in svtools/ and sfx2/Radu Ioan1-3/+3
2013-03-11Documentation to avoid a real use-after-free bugMarc-André Laverdière1-0/+3
2013-02-10resorted SvTreeLists munged horriblyCaolán McNamara1-0/+1
2012-12-14Remove some newly tagged unused methodsJulien Nabet1-29/+0
2012-11-29Remove unused method & remove header include by using forward declaration.Kohei Yoshida1-0/+1
2012-11-29Avoid direct use of flag value.Kohei Yoshida1-6/+6
2012-11-28Try to reduce direct access/manipulation of the flag value.Kohei Yoshida1-7/+3
2012-11-28Finally merge SvViewData and SvViewDataEntry.Kohei Yoshida1-18/+18
2012-11-28Extract SvViewData into separate header/source files.Kohei Yoshida1-26/+46
2012-11-21dropped dead code from svgEnrico Weigelt, metux ITS1-5/+0
2012-11-19re-base on ALv2 code. Includes:Michael Meeks1-215/+14
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida1-3/+14
2012-11-15Make GetParent() const-correct.Kohei Yoshida1-3/+11
2012-10-31fdo#56617: Fix crash on closing beanshell dialog and the macro window.Kohei Yoshida1-5/+8
2012-10-31fix crash traversing tools->options with keyboardCaolán McNamara1-3/+8
2012-10-30Apparently CheckIntegrity() was only declared but never defined.Kohei Yoshida1-34/+1
2012-10-30Avoiding deleting the removed entry.Kohei Yoshida1-3/+2
2012-10-30SvTreeList::GetEntry: detect an out-of-bound and return NULL in that caseMiklos Vajna1-1/+1
2012-10-30Reapply eda255b38d871bb7d20432e5730cc8c68b3e2942Stephan Bergmann1-2/+4
2012-10-30fix typoDavid Tardon1-1/+1
2012-10-29Somehow this change was lost during git rebase.Kohei Yoshida1-4/+2
2012-10-29Finally removed SvTreeEntryList.Kohei Yoshida1-127/+0
2012-10-29Let's use const where we can.Kohei Yoshida1-12/+12
2012-10-29Use SvTreeListEntries to store child entries.Kohei Yoshida1-225/+303