summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/svtabbx.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-22loplugin:flatten in svtoolsNoel Grandin1-41/+41
2017-10-23loplugin:includeform: svtoolsStephan Bergmann1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-19loplugin:constparams in svtoolsNoel Grandin1-1/+1
2017-06-21loplugin:unusedfields in svtoolsNoel Grandin1-1/+0
2017-05-19loplugin:stringcopy: svtoolsStephan Bergmann1-2/+2
2017-05-19make string translation loading more uniformCaolán McNamara1-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-13/+13
2017-03-17vcl: OutputDevice::GetGlyphBoundRects()'s nIndex and nBase is always the sameMiklos Vajna1-3/+3
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-3/+2
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-1/+1
2016-11-17tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu1-8/+1
2016-10-11loplugin:unnnecessaryoverride in svtoolsNoel Grandin1-5/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-08-26convert SV_ITEM_ID_LBOX defines to scoped enumJochen Nitschke1-6/+6
2016-07-15new loplugin unnecessary overrideNoel Grandin1-5/+0
2016-05-26tdf#89329: use unique_ptr for pImpl in svtabbxXisco Fauli1-1/+1
2016-03-18convert SvButtonState to scoped enumNoel Grandin1-2/+2
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin1-1/+1
2016-03-01loplugin:unuseddefaultparam in svtoolsNoel Grandin1-2/+2
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai1-3/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-15/+15
2015-10-30com::sun::star->css in svtoolsNoel Grandin1-3/+3
2015-09-08convert Link<> to typedNoel Grandin1-2/+1
2015-08-31convert Link<> to typedNoel Grandin1-2/+1
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl1-2/+2
2015-07-14loplugin:unusedmethods svtoolsNoel Grandin1-5/+0
2015-07-06improve the returnbyref lopluginNoel Grandin1-20/+20
2015-06-29-fsanitize=vptr: avoid premature downcastStephan Bergmann1-2/+2
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-12cleanup SvHeaderTabListBoxTomaž Vajngerl1-50/+6
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks1-3/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl1-2/+2
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-1/+13
2015-04-22convert TREEFLAG_ constants to scoped enumNoel Grandin1-4/+4
2015-04-22convert SV_LBOXTAB_ constants to scoped enumNoel Grandin1-4/+4
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+1
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin1-0/+12
2015-04-09loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-08convert SV_ITEMSTATE constants to SvItemState scoped enumNoel Grandin1-2/+2
2015-03-19loplugin:constantfunction: svtoolsNoel Grandin1-1/+0
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara1-1/+1
2015-01-04A bit of cleanup.Jan Holesovsky1-1/+1