summaryrefslogtreecommitdiff
path: root/include/svtools/treelistbox.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-13Typo: ExcecuteContextMenuAction->ExecuteContextMenuActionJulien Nabet1-1/+1
2016-04-13loplugin:passstuffbyref in svtoolsNoel Grandin1-1/+1
2016-04-11loplugin:constantparamNoel Grandin1-1/+1
2016-04-04loplugin:constantparam in svtoolsNoel Grandin1-1/+0
2016-03-18convert SvButtonState to scoped enumNoel Grandin1-1/+1
2016-03-18convert SvLBoxButtonKind to scoped enumNoel Grandin1-6/+6
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin1-1/+0
2016-03-17loplugin:constantparam in svtoolsNoel Grandin1-6/+3
2016-03-15loplugin:constantparamNoel Grandin1-1/+1
2016-03-09icon view for RemoteFilesDialogSzymon Kłos1-2/+12
2016-03-09loplugin:constantparam in svtoolsNoel Grandin1-1/+1
2016-03-01loplugin:unuseddefaultparam in svtoolsNoel Grandin1-8/+8
2016-01-13loplugin:unusedmethods unused return value in include/svtoolsNoel Grandin1-5/+5
2015-12-23loplugin:unusedfields in /includeNoel Grandin1-1/+0
2015-11-25loplugin:unusedfields in include/sot,include/svl,include/svtoolsNoel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11
2015-10-23Remove Boost Pointer Container Library related functionsStephan Bergmann1-12/+0
2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin1-2/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-42/+42
2015-09-28Return std::unique_ptr from SvTreeListBox::CreateContextMenuStephan Bergmann1-1/+2
2015-09-16convert Link<> to typedNoel Grandin1-2/+2
2015-09-11convert Link<> to typedNoel Grandin1-3/+3
2015-09-11convert Link<> to typedNoel Grandin1-8/+8
2015-09-09convert Link<> to typedNoel Grandin1-2/+2
2015-09-08convert Link<> to typedNoel Grandin1-38/+38
2015-09-04convert Link<> to typedNoel Grandin1-2/+2
2015-09-04convert Link<> to typedNoel Grandin1-1/+1
2015-07-24Fix alternating rows in SvTreeListBoxMihály Palenik1-0/+1
2015-07-14loplugin:unusedmethods svtoolsNoel Grandin1-10/+0
2015-06-10coverity#1302618 deref of NULLCaolán McNamara1-3/+3
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-3/+3
2015-05-24callcatcher: update unused codeCaolán McNamara1-2/+0
2015-05-18callcatcher: update unused codeCaolán McNamara1-1/+0
2015-05-18pass RenderContext to PreparePaint in TreeListBoxTomaž Vajngerl1-1/+1
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-0/+3
2015-05-13tdf#91125 - unwind horrendous SvTreeListBox drag&drop code.Michael Meeks1-9/+1
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl1-8/+7
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-1/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-23/+23
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-5/+5
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-5/+6
2015-04-22convert SVLBOX_ constants to scoped enumNoel Grandin1-16/+24
2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin1-10/+17
2015-04-22convert TREEBOX_ALLITEM constants to scoped enumNoel Grandin1-5/+9
2015-04-22convert TREEFLAG_ constants to scoped enumNoel Grandin1-6/+14
2015-04-22convert SV_LBOXTAB_ constants to scoped enumNoel Grandin1-24/+34
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-14Help SvTreeListBox survive post dispose.Michael Meeks1-3/+3