summaryrefslogtreecommitdiffstats
path: root/svtools/source/contnr/svlbitm.cxx
Commit message (Expand)AuthorAgeFilesLines
* convert SvButtonState to scoped enumNoel Grandin2016-03-181-5/+5
* convert SvLBoxButtonKind to scoped enumNoel Grandin2016-03-181-5/+5
* drop unused params from SvLBoxItem and all it's subclassesNoel Grandin2016-03-181-10/+6
* icon view for RemoteFilesDialogSzymon Kłos2016-03-091-1/+7
* loplugin:constantparam in svtoolsNoel Grandin2016-03-091-6/+5
* loplugin:unusedmethods unused return value in include/svtoolsNoel Grandin2016-01-131-3/+1
* use unique_ptr for pImpl in svtools/Noel Grandin2015-11-181-7/+2
* svtools: rename global variablesMichael Stahl2015-11-131-6/+6
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-4/+4
* coverity#1302618 deref of NULLCaolán McNamara2015-06-101-15/+9
* convert IMAGE_DRAW_ constants to scoped enumNoel Grandin2015-05-201-5/+5
* convert TEXT_DRAW constants to scoped enumNoel Grandin2015-05-201-2/+2
* convert BUTTON_DRAW constants to scoped enumNoel Grandin2015-05-131-12/+12
* refactor TreeListBox to use RenderContextTomaž Vajngerl2015-05-111-42/+39
* convert SV_ENTRYFLAG constants to scoped enumNoel Grandin2015-04-221-1/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-1/+1
* loplugin:staticmethodsNoel Grandin2015-04-091-2/+2
* convert SV_ITEMSTATE constants to SvItemState scoped enumNoel Grandin2015-04-081-31/+25
* fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin2015-01-061-5/+5
* crash in tools->options->advancedCaolán McNamara2014-10-201-2/+2
* convert SV_BMP_ constants to enumNoel Grandin2014-10-181-28/+26
* loplugin: cstylecastNoel Grandin2014-09-291-3/+3
* fdo#82577: Handle WindowNoel Grandin2014-09-231-1/+1
* clang scan-build: various warningsCaolán McNamara2014-07-011-1/+1
* fix-includes.pl: svtoolsThomas Arnhold2014-05-111-2/+2
* '!= false' is redundant, and confusing - kill it.Jan Holesovsky2014-05-091-1/+1
* coverity#708288 Uninitialized scalar fieldCaolán McNamara2014-04-081-0/+2
* svtools: sal_Bool->boolNoel Grandin2014-03-251-20/+17
* -Werror=reorderCaolán McNamara2014-03-131-1/+1
* coverity#708287 Uninitialized pointer fieldCaolán McNamara2014-03-131-8/+12
* SVTOOLS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini2014-03-031-47/+0
* fix commentsCaolán McNamara2014-02-251-3/+1
* Remove visual noise from svtoolsAlexander Wilms2014-02-251-2/+2
* fdo#72125: GetTextWidth() can get very expensive.Jan Holesovsky2013-12-121-1/+19
* Revert "fdo#63926 - remove extra include paths in svtools/ and sfx2/"Michael Stahl2013-08-151-4/+4
* fdo#63926 - remove extra include paths in svtools/ and sfx2/Radu Ioan2013-08-051-4/+4
* fdo#63866 Hid useless checkboxesJason Hulme2013-06-071-2/+9
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-3/+3
* move java options page .ui to cui and adapt codeCaolán McNamara2013-02-081-0/+14
* Remove unused method & remove header include by using forward declaration.Kohei Yoshida2012-11-291-0/+1
* More on removing direct access to tree entry's view flags.Kohei Yoshida2012-11-291-8/+9
* Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida2012-11-291-13/+17
* Make SvViewDataItem a struct, with only one public data member...Kohei Yoshida2012-11-281-4/+4
* re-base on ALv2 code. Includes:Michael Meeks2012-11-191-23/+14
* Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida2012-11-161-0/+1
* Rename SvLBoxItem::IsA() to GetType(), and mark that const.Kohei Yoshida2012-11-151-4/+4
* Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida2012-10-191-15/+15
* Merged SvTreeListBox and SvLBox.Kohei Yoshida2012-10-111-11/+11
* Bug 48549 - System::Beep() removalMathieu Vonlanthen2012-07-301-1/+0
* fdo#48549 System::Beep() removalMathieu Vonlanthen2012-07-231-2/+0