summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/control/dbtreelistbox.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-01-10tdf#122020 crash in SvTreeList::InvalidateEntryCaolán McNamara1-9/+15
2018-01-19inline some definesNoel Grandin1-1/+1
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-6/+6
2017-08-22convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fieldsNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin1-1/+1
2017-06-23loplugin:unusedfields in dbaccessNoel Grandin1-1/+0
2017-06-23loplugin:oncevar in cppcanvas..drawinglayerNoel Grandin1-2/+1
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-2/+0
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-01Convert MENU_BROWSER_DEFAULTCONTEXT to xmlMaxim Monastirsky1-132/+18
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-8/+8
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-10-30tdf#95014 initial support for 32 px icons in toolbarTomaž Vajngerl1-1/+1
2016-10-30Allow using xml menus in DBTreeListBoxMaxim Monastirsky1-13/+56
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-4/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-26convert SV_ITEM_ID_LBOX defines to scoped enumJochen Nitschke1-2/+2
2016-07-08loplugin:redundantcast: redundant static_casts in dbaccessStephan Bergmann1-7/+5
2016-06-27loplugin:singlevalfields in dbaccessNoel Grandin1-2/+1
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin1-3/+3
2016-05-13Typo: ExcecuteContextMenuAction->ExecuteContextMenuActionJulien Nabet1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-05tdf#99073 fix double-click tree node expansion in baseNoel Grandin1-1/+1
2016-03-28Use const_iterator when possible (whole dbaccess)Julien Nabet1-2/+2
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin1-1/+1
2016-03-18loplugin:constantparam in dbaccessNoel Grandin1-2/+2
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-3/+3
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai1-3/+2
2015-11-25tdf#96059 Replace imageproducer with CommandInfoProviderSamuel Mehrbrodt1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-14/+14
2015-10-30loplugin:unusedmethodsNoel Grandin1-5/+0
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin1-10/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-09-28Return std::unique_ptr from SvTreeListBox::CreateContextMenuStephan Bergmann1-4/+4
2015-09-17remove unused Link<> fieldsNoel Grandin1-7/+2
2015-09-17convert Link<> to typedNoel Grandin1-4/+2
2015-09-11convert Link<> to typedNoel Grandin1-2/+1
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-2/+2
2015-07-20svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-1/+1
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl1-2/+2
2015-07-20cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-3/+3
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-1/+1
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin1-1/+1
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-1/+1
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-0/+6