summaryrefslogtreecommitdiff
path: root/include/vcl/vclreferencebase.hxx
AgeCommit message (Expand)Author
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2017-07-25VclReferenceBase::getRefCount should return sal_Int32Noel Grandin
2017-05-22verify that VclPtr properly disposedNoel Grandin
2017-03-08convert VclReferenceBase::mnRefCnt to oslInterlockedCountNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2016-12-13Revert "verify SolarMutex when ref-counting VclPtr" seriesNoel Grandin
2016-12-09No need for rtl::Reference friend, no need for #include vclptr.hxxStephan Bergmann
2016-12-08verify that we hold the SolarMutex when ref-counting VclPtrNoel Grandin
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-05-16tdf#97527 vcl: reference-count Menumelikeyurtoglu