summaryrefslogtreecommitdiff
path: root/sd/source/ui/animations
AgeCommit message (Expand)Author
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann
2015-07-21loplugin:unusedmethods sdNoel Grandin
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl
2015-07-16loplugin:unusedmethods svxNoel Grandin
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-10coverity#1302618 deref of NULLCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-04convert B2VectorContinuity to scoped enumNoel Grandin
2015-05-31tdf#87862: Rearranging the lower half of slide transition tabRishabh Kumar
2015-05-25convert WINDOW_ZORDER constants to scoped enumNoel Grandin
2015-05-21tdf#91381 - fix a couple of animation related lifecycle issues.Michael Meeks
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-16refactor CustomAnimationList to use RenderContextTomaž Vajngerl
2015-05-15convert LISTBOX_ENTRY_FLAG constants to scoped enumNoel Grandin
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-05-04Use typed TabControl::SetDeactivatePageHdl LinkStephan Bergmann
2015-04-30Use typed Link for MenuButton::SetSelectHdlStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-30Get rid of initial :: for the sdr namespaceTor Lillqvist
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28Dialog::EndDialog nResult param is of type long/VclResponseTypeStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-20sd: convert new to ::Create.Noel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in sdNoel Grandin
2015-04-09vcl: make VclPtr<T>(T*) constructor explicitNoel Grandin
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin
2015-04-09vcl: manage SubEdit with references - and fix leak / cleanup.Michael Meeks
2015-04-08A UNO Any can't contain an AnyStephan Bergmann