summaryrefslogtreecommitdiff
path: root/include/vcl/vclptr.hxx
AgeCommit message (Expand)Author
2016-01-08vcl: should be using @tparam for template parametersChris Sherlock
2016-01-08vcl: doxygen issue - missing @endcond in vclptr.hxxChris Sherlock
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
2015-10-13No std container requires operator >Stephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-21hide ScopedPtr::reset and add disposeAndClearCaolán McNamara
2015-09-04warning C4521: multiple copy constructors specifiedStephan Bergmann
2015-09-04Prevent perfect forwarding ctor from hijacking copy construction attemptsStephan Bergmann
2015-07-09Workaround seems no longer necessary for MSVC 2013David Ostrovsky
2015-06-15Fix VclPtr assignment operatorsStephan Bergmann
2015-06-02There is no use of vcl::Window hereTor Lillqvist
2015-05-27The Mac libc++ version has problems as well,Stephan Bergmann
2015-05-27Work around broken MSVC standard libraryStephan Bergmann
2015-05-27Prevent accidental mis-uses of VclPtr address-of operatorStephan Bergmann
2015-04-29Make MSVC happy?Stephan Bergmann
2015-04-29Better make the bool conversion operator explicitStephan Bergmann
2015-04-29Remove unnecessary SAL_CALL annotationsStephan Bergmann
2015-04-17sw: convert new to ::Create.Noel Grandin
2015-04-13VclPtr - add a templatized ::Create method for better readability.Michael Meeks
2015-04-10automated VclPtrInstance conversion.Michael Meeks
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks
2015-04-10vclwidget: add some safety net assertsNoel Grandin
2015-04-10ScopedVclPtr: needs an = operator to make life flow.Michael Meeks
2015-04-10add ScopedVclPtrNoel Grandin
2015-04-10vclwidget: call disposeOnce from VclPtr::disposeAndClearNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks
2015-04-09vcl:fixes towards unit test happinessNoel Grandin
2015-04-09vcl: make VclPtr<T>(T*) constructor explicitNoel Grandin
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin