summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/treelistbox.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-01-28bool improvementsStephan Bergmann1-10/+10
2014-01-24coverity#1158253 Dereference before null checkCaolán McNamara1-7/+3
2014-01-13SvTreeListBox::ExpandingHdl should return boolStephan Bergmann1-2/+2
2014-01-10Use proper bool operationsStephan Bergmann1-2/+2
2013-12-31fdo#70465 SvTreeListBox::GetLevelChildCount refactoredEfe Gürkan YALAMAN1-7/+8
2013-12-05crash on exit from xml form document with accessibility enabledCaolán McNamara1-2/+2
2013-11-25Integrate branch of IAccessible2Steve Yin1-2/+124
2013-09-17add a min-width-chars property to SvTreeListBoxCaolán McNamara1-2/+23
2013-08-22convert svtools/source/contnr/* from String to OUStringNoel Grandin1-5/+5
2013-08-22convert include/svtools/treelistbox.hxx from String to OUStringNoel Grandin1-4/+4
2013-08-16Related: fdo#38838 ToInt64 and a EqualsIgnoreCaseAscii variant are now unusedCaolán McNamara1-1/+1
2013-08-15Revert "fdo#63926 - remove extra include paths in svtools/ and sfx2/"Michael Stahl1-5/+5
2013-08-12XubString->OUStringCaolán McNamara1-6/+6
2013-08-12convert vcl mnemonicengine.hxx and quickselectionengine.hxxNoel Grandin1-4/+4
2013-08-05fdo#63926 - remove extra include paths in svtools/ and sfx2/Radu Ioan1-5/+5
2013-07-12XubString->OUStringCaolán McNamara1-3/+3
2013-07-03fdo#61725 add SolarMutex until it worksLionel Elie Mamane1-0/+2
2013-06-07fdo#63866 Hid useless checkboxesJason Hulme1-0/+11
2013-06-06Some more modules at least building with mingw64Fridrich Štrba1-3/+3
2013-06-06Slowly, but surely going on compiling for mingw64Fridrich Štrba1-1/+1
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