summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/treelistbox.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-04-25fix scrolling performance of listboxes with hundreds of entriesCaolán McNamara1-6/+24
2013-04-24add border width to optimal size when presentCaolán McNamara1-0/+6
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-18allow tree and tab boxes to have borders via .uiCaolán McNamara1-2/+6
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+4
2013-03-08don't broadcast pref size changed if we've a size req setCaolán McNamara1-1/+2
2013-03-04sal_Bool to boolTakeshi Abe1-1/+1
2013-03-04remove unused and commented out codeThomas Arnhold1-26/+0
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-1/+1
2013-01-14we only ever want the preferred window size from GetOptimalSizeCaolán McNamara1-17/+5
2012-12-12Resolves: fdo#57469 allow tab to traverse into custom widgetsCaolán McNamara1-1/+1
2012-11-29Let's make it so that selected = highlighted + logically selected.Kohei Yoshida1-3/+1
2012-11-29Introduce a 'highlighted' state which differs from a 'selected' state.Kohei Yoshida1-1/+3
2012-11-29Remove unused method & remove header include by using forward declaration.Kohei Yoshida1-0/+7
2012-11-29More on removing direct access to tree entry's view flags.Kohei Yoshida1-3/+5
2012-11-29Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida1-5/+5
2012-11-28Finally merge SvViewData and SvViewDataEntry.Kohei Yoshida1-3/+3
2012-11-28Use std::vector over c-style pointer array.Kohei Yoshida1-5/+3
2012-11-28Make SvViewDataItem a struct, with only one public data member...Kohei Yoshida1-1/+1
2012-11-28Move SvViewDataEntry and SvViewDataItem into these files too.Kohei Yoshida1-31/+0
2012-11-28Hide this, and don't expose method definitions of exported class.Kohei Yoshida1-0/+5
2012-11-20convert xslt filter dialog to .uiCaolán McNamara1-9/+61
2012-11-19re-base on ALv2 code. Includes:Michael Meeks1-24/+14
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida1-0/+11
2012-11-15Make GetParent() const-correct.Kohei Yoshida1-0/+5
2012-11-15Rename SvLBoxItem::IsA() to GetType(), and mark that const.Kohei Yoshida1-6/+6
2012-11-05convert basic dialog to .uiCaolán McNamara1-0/+6
2012-10-29Remove unnecessary type casts.Kohei Yoshida1-4/+3
2012-10-29Remove remaining use of SvTreeEntryList.Kohei Yoshida1-19/+13
2012-10-29Remove use of SvTreeEntryList from RemoveSelection.Kohei Yoshida1-7/+5
2012-10-25XubString->OUStringCaolán McNamara1-3/+3
2012-10-23Make SvTreeEntryList private to svtools.Kohei Yoshida1-0/+40
2012-10-19We don't need this method now.Kohei Yoshida1-7/+0
2012-10-19Merge SvLBoxTreeList and SvTreeList.Kohei Yoshida1-70/+5
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida1-203/+203
2012-10-19Move SvListEntry and SvLBoxEntry into own files.Kohei Yoshida1-97/+0
2012-10-13callcatcher: update unused code and drop freshly unused methodsCaolán McNamara1-17/+0
2012-10-12Hide (part of) the implementation.Kohei Yoshida1-35/+42
2012-10-11Remove this boundary comment.Kohei Yoshida1-2/+0
2012-10-11Another crasher.Kohei Yoshida1-2/+2
2012-10-11Fix another crash on exit.Kohei Yoshida1-5/+6
2012-10-11Fix a crash on tree list instantiation.Kohei Yoshida1-5/+6
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida1-0/+4085