summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/viewdataentry.cxx
AgeCommit message (Expand)Author
2016-06-24loplugin:singlevalfields in svtoolsNoel Grandin
2016-04-13loplugin:passstuffbyref in svtoolsNoel Grandin
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-04-21store the paint rect in the SvViewDataEntry for SvTreeListBoxTomaž Vajngerl
2014-08-20Remove more useless includes of tools/debug.hxxMarcos Paulo de Souza
2014-06-04new loplugin: inlinesimpleaccessmethodsNoel Grandin
2014-05-11fix-includes.pl: svtoolsThomas Arnhold
2014-03-03SVTOOLS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-02-27remove unused code SvViewDataEntry::SetObjectSelected(bool)Noel Grandin
2013-11-25Integrate branch of IAccessible2Steve Yin
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-27-Wunused-macrosStephan Bergmann
2012-12-14Remove some newly tagged unused methodsJulien Nabet
2012-11-29Let's make it so that selected = highlighted + logically selected.Kohei Yoshida
2012-11-29Introduce a 'highlighted' state which differs from a 'selected' state.Kohei Yoshida
2012-11-29Use bitfield for better readability.Kohei Yoshida
2012-11-29Remove unused method & remove header include by using forward declaration.Kohei Yoshida
2012-11-29Now we can officially hide these flag values.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-28Use std::vector over c-style pointer array.Kohei Yoshida
2012-11-28Make SvViewDataItem a struct, with only one public data member...Kohei Yoshida
2012-11-28sal_Bool to bool.Kohei Yoshida
2012-11-28Move SvViewDataEntry and SvViewDataItem into these files too.Kohei Yoshida
2012-11-28Make these methods non-inline.Kohei Yoshida
2012-11-28Extract SvViewData into separate header/source files.Kohei Yoshida