summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/viewdataentry.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-12-14Remove some newly tagged unused methodsJulien Nabet1-5/+0
2012-11-29Let's make it so that selected = highlighted + logically selected.Kohei Yoshida1-1/+2
2012-11-29Introduce a 'highlighted' state which differs from a 'selected' state.Kohei Yoshida1-1/+13
2012-11-29Use bitfield for better readability.Kohei Yoshida1-29/+22
2012-11-29Remove unused method & remove header include by using forward declaration.Kohei Yoshida1-5/+0
2012-11-29Now we can officially hide these flag values.Kohei Yoshida1-0/+7
2012-11-29Avoid direct use of flag value.Kohei Yoshida1-0/+8
2012-11-28Try to reduce direct access/manipulation of the flag value.Kohei Yoshida1-0/+8
2012-11-28Finally merge SvViewData and SvViewDataEntry.Kohei Yoshida1-33/+18
2012-11-28Use std::vector over c-style pointer array.Kohei Yoshida1-2/+15
2012-11-28Make SvViewDataItem a struct, with only one public data member...Kohei Yoshida1-12/+0
2012-11-28sal_Bool to bool.Kohei Yoshida1-2/+2
2012-11-28Move SvViewDataEntry and SvViewDataItem into these files too.Kohei Yoshida1-0/+27
2012-11-28Make these methods non-inline.Kohei Yoshida1-0/+54
2012-11-28Extract SvViewData into separate header/source files.Kohei Yoshida1-0/+50