summaryrefslogtreecommitdiff
path: root/include/svtools/treelistbox.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-07move SvTreeListBox to vclCaolán McNamara1-801/+0
2018-10-03loplugin:unusedmethodsNoel Grandin1-1/+0
2018-10-03loplugin:constfields in svtoolsNoel Grandin1-1/+1
2018-09-25loplugin:useuniqueptr in SvImpLBoxNoel Grandin1-1/+1
2018-08-08loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2018-07-03no need to switch models in the SvTreeListBoxNoel Grandin1-2/+0
2018-07-03return by std::unique_ptr from CreateViewDataNoel Grandin1-1/+1
2018-07-03move SvTreeList::*Sibling to SvTreeListEntryNoel Grandin1-2/+0
2018-04-30loplugin:useuniqueptr in SvTreeListBoxNoel Grandin1-1/+1
2018-04-29tdf#117063 Modify tree list double click behavior in the navigatorJim Raykowski1-1/+1
2018-04-12make SvLBoxItem::Clone return a std::unique_ptrNoel Grandin1-2/+1
2018-03-29loplugin:virtualdown in svl,svtoolsNoel Grandin1-2/+1
2018-01-28tdf#111837 removed lag in navigator selection updateKshitij Pathania1-0/+1
2018-01-15change Not to Dont in tdf#36308 fixJim Raykowski1-1/+1
2018-01-11tdf#36308 make double click not expand/collapse node in Navigator treeJim Raykowski1-0/+1
2017-12-26loplugin:passstuffbyref improved return in canvas and svtoolsNoel Grandin1-2/+2
2017-10-20Kill unused SV_LBOX_DD_FORMATTakeshi Abe1-2/+0
2017-09-18headString in SvTreeListBox is unusedNoel Grandin1-2/+1
2017-08-22convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fieldsNoel Grandin1-2/+6
2017-08-20svtools: remove function with unused return valueJochen Nitschke1-2/+0
2017-08-18WB_FORCE_SELECTION is deadNoel Grandin1-2/+0
2017-08-18convert ExtendedWinBits to a single bool flagNoel Grandin1-6/+1
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-2/+2
2017-07-19loplugin:constparams in svtoolsNoel Grandin1-7/+7
2017-07-03loplugin:unusedfields in slideshow..svtoolsNoel Grandin1-2/+0
2017-06-22Add RemoveEntry method to SvTreeListBoxMuhammet Kara1-0/+4
2017-04-28move builder attributes from OString to OUStringCaolán McNamara1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-5/+5
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-02-14drop unused LIST from SvTreeAccRoleType enumNoel Grandin1-1/+0
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-1/+1
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-1/+1
2016-11-21loplugin:countusersofdefaultparams in include/svtoolsNoel Grandin1-4/+4
2016-10-27loplugin:expandablemethods in svtoolsNoel Grandin1-3/+0
2016-10-25SvTreeListBox cannot be loaded from .src nowCaolán McNamara1-1/+0
2016-10-21loplugin:expandablemethodds in include/svtoolsNoel Grandin1-3/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-8/+8
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-09loplugin:constantparam in svtoolsNoel Grandin1-2/+1
2016-08-26remove SvLBoxBmp classJochen Nitschke1-2/+1
2016-08-26convert SV_ITEM_ID_LBOX defines to scoped enumJochen Nitschke1-6/+2
2016-08-12loplugin:unusedenumconstants in package..svtoolsNoel Grandin1-1/+0
2016-08-01tdf#93845: Style Preview Checkbox for Styles & Formatting sidebarSusobhan Ghosh1-1/+1
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin1-1/+1
2016-06-22remove visual noiseMarkus Mohrhard1-9/+0
2016-06-18uitest: add initial version of wrapper for tree list boxMarkus Mohrhard1-0/+2
2016-06-02loplugin:unuseddefaultparamsNoel Grandin1-2/+1
2016-05-26tdf#89329: use unique_ptr for pImpl in treelistboxXisco Fauli1-2/+2
2016-05-13Typo: ExcecuteContextMenuAction->ExecuteContextMenuActionJulien Nabet1-1/+1
2016-04-13loplugin:passstuffbyref in svtoolsNoel Grandin1-1/+1