summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/svlbitm.cxx
AgeCommit message (Expand)Author
2016-08-26remove SvLBoxBmp classJochen Nitschke
2016-08-26convert SV_ITEM_ID_LBOX defines to scoped enumJochen Nitschke
2016-06-20Convert PART to scoped enumNoel Grandin
2016-06-08Convert ButtonValue to scoped enumNoel Grandin
2016-05-31Convert ControlType to scoped enumNoel Grandin
2016-05-26tdf#89329: use unique_ptr for pImpl in svlbitmXisco Fauli
2016-03-18convert SvButtonState to scoped enumNoel Grandin
2016-03-18convert SvLBoxButtonKind to scoped enumNoel Grandin
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin
2016-03-09icon view for RemoteFilesDialogSzymon Kłos
2016-03-09loplugin:constantparam in svtoolsNoel Grandin
2016-01-13loplugin:unusedmethods unused return value in include/svtoolsNoel Grandin
2015-11-18use unique_ptr for pImpl in svtools/Noel Grandin
2015-11-13svtools: rename global variablesMichael Stahl
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-10coverity#1302618 deref of NULLCaolán McNamara
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-13convert BUTTON_DRAW constants to scoped enumNoel Grandin
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl
2015-04-22convert SV_ENTRYFLAG constants to scoped enumNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-08convert SV_ITEMSTATE constants to SvItemState scoped enumNoel Grandin
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin
2014-10-20crash in tools->options->advancedCaolán McNamara
2014-10-18convert SV_BMP_ constants to enumNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-07-01clang scan-build: various warningsCaolán McNamara
2014-05-11fix-includes.pl: svtoolsThomas Arnhold
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky
2014-04-08coverity#708288 Uninitialized scalar fieldCaolán McNamara
2014-03-25svtools: sal_Bool->boolNoel Grandin
2014-03-13-Werror=reorderCaolán McNamara
2014-03-13coverity#708287 Uninitialized pointer fieldCaolán McNamara
2014-03-03SVTOOLS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-02-25fix commentsCaolán McNamara
2014-02-25Remove visual noise from svtoolsAlexander Wilms
2013-12-12fdo#72125: GetTextWidth() can get very expensive.Jan Holesovsky
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-06-07fdo#63866 Hid useless checkboxesJason Hulme
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-08move java options page .ui to cui and adapt codeCaolán McNamara
2012-11-29Remove unused method & remove header include by using forward declaration.Kohei Yoshida
2012-11-29More on removing direct access to tree entry's view flags.Kohei Yoshida
2012-11-29Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida
2012-11-28Make SvViewDataItem a struct, with only one public data member...Kohei Yoshida
2012-11-19re-base on ALv2 code. Includes:Michael Meeks