summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/treelist.cxx
AgeCommit message (Expand)Author
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
2013-12-10svtools: don't dereference invalid iteratorMichael Stahl
2013-12-05crash on exit from xml form document with accessibility enabledCaolán McNamara
2013-10-21remove uses of COMPARE_*Caolán McNamara
2013-08-15Revert "fdo#63926 - remove extra include paths in svtools/ and sfx2/"Michael Stahl
2013-08-05fdo#63926 - remove extra include paths in svtools/ and sfx2/Radu Ioan
2013-03-11Documentation to avoid a real use-after-free bugMarc-André Laverdière
2013-02-10resorted SvTreeLists munged horriblyCaolán McNamara
2012-12-14Remove some newly tagged unused methodsJulien Nabet
2012-11-29Remove unused method & remove header include by using forward declaration.Kohei Yoshida
2012-11-29Avoid direct use of flag value.Kohei Yoshida
2012-11-28Try to reduce direct access/manipulation of the flag value.Kohei Yoshida
2012-11-28Finally merge SvViewData and SvViewDataEntry.Kohei Yoshida
2012-11-28Extract SvViewData into separate header/source files.Kohei Yoshida
2012-11-21dropped dead code from svgEnrico Weigelt, metux ITS
2012-11-19re-base on ALv2 code. Includes:Michael Meeks
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida
2012-11-15Make GetParent() const-correct.Kohei Yoshida
2012-10-31fdo#56617: Fix crash on closing beanshell dialog and the macro window.Kohei Yoshida
2012-10-31fix crash traversing tools->options with keyboardCaolán McNamara
2012-10-30Apparently CheckIntegrity() was only declared but never defined.Kohei Yoshida
2012-10-30Avoiding deleting the removed entry.Kohei Yoshida
2012-10-30SvTreeList::GetEntry: detect an out-of-bound and return NULL in that caseMiklos Vajna
2012-10-30Reapply eda255b38d871bb7d20432e5730cc8c68b3e2942Stephan Bergmann
2012-10-30fix typoDavid Tardon
2012-10-29Somehow this change was lost during git rebase.Kohei Yoshida
2012-10-29Finally removed SvTreeEntryList.Kohei Yoshida
2012-10-29Let's use const where we can.Kohei Yoshida
2012-10-29Use SvTreeListEntries to store child entries.Kohei Yoshida
2012-10-22SvTreeList: fix singular iterator compare assertionsMichael Stahl
2012-10-23Make SvTreeEntryList private to svtools.Kohei Yoshida
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida
2012-10-19Move SvListEntry and SvLBoxEntry into own files.Kohei Yoshida
2012-10-12Put typedef inside class scope.Kohei Yoshida
2012-10-12No need to keep this method.Kohei Yoshida
2012-09-27Use more STL iterators instead of First(), Next() and last() (sic).Kohei Yoshida