summaryrefslogtreecommitdiffstats
path: root/include/tools/ref.hxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:finalclasses toolsNoel Grandin2019-10-301-1/+1
* Mark move ctors/assignments noexceptMike Kaganski2019-08-231-1/+1
* Fix typosAndrea Gelmini2019-07-201-1/+1
* tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin2018-07-101-3/+1
* add COVERITY_NOEXCEPT_FALSECaolán McNamara2017-06-061-1/+4
* revert bits of "remove some old MSVC workarounds"Noel Grandin2017-04-221-5/+6
* remove some old MSVC workaroundsNoel Grandin2017-04-211-6/+5
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-6/+6
* convert method names in tools::SvRef to be more like our other..Noel Grandin2017-02-021-7/+8
* add 'explicit operator bool' to our reference classesNoel Grandin2017-01-261-0/+2
* new loplugin finalprotectedNoel Grandin2016-11-161-1/+1
* tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek2016-10-181-2/+0
* use more 'nullptr' in SvRef templatesJochen Nitschke2016-10-121-4/+4
* Demonstrate that SvRef ==/!= are acceptable as member functionsStephan Bergmann2016-10-111-1/+1
* tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2016-10-101-2/+3
* cid#1371154 Missing move assignment operatorNoel Grandin2016-08-291-0/+10
* BASIC : Add tools::make_ref and simplify SvRef usageArnaud Versini2016-02-221-1/+17
* loplugin:unusedmethods unused return value in include/toolsNoel Grandin2016-01-151-2/+0
* More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann2015-12-101-10/+10
* add SAL_WARN_UNUSED to css::uno::WeakReference and SvCompatWeakRefNoel Grandin2015-11-241-1/+1
* tools: re-order members of SvRefBase to work around clang 3.5 bugMichael Stahl2015-11-041-7/+5
* move SvRefMemberList into idlNoel Grandin2015-10-271-52/+0
* loplugin:unusedmethodsNoel Grandin2015-10-271-8/+0
* afl-clang-fast apparently miscompiles thisCaolán McNamara2015-08-201-0/+4
* fdo#39440: replace C-style cast'sJuan Picca2015-02-051-0/+2
* Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann2015-01-261-1/+1
* remove SvRefBase::QueryDeleteNoel Grandin2014-10-091-2/+11
* rename SvRef::AddRef to AddFirstRefNoel Grandin2014-10-031-3/+3
* simplify "no delete" logic in SvRefBaseNoel Grandin2014-07-291-17/+18
* convert the weak reference macro in tools into a templateNoel Grandin2014-07-251-31/+38
* remove dead codeNoel Grandin2014-07-221-5/+2
* rename the Weak stuff in tools/ref.hxx to WeakRefNoel Grandin2014-07-171-5/+5
* Revert "remove unused SvRefBase constructor"Michael Stahl2014-07-151-0/+3
* add some comments to include/tools/ref.hxxNoel Grandin2014-07-141-4/+15
* inline SvCompatWeakHdlRef typedefNoel Grandin2014-07-141-4/+2
* inline tools::SvRefBaseRef typedefNoel Grandin2014-07-141-2/+0
* remove unused SvRefBase constructorNoel Grandin2014-07-141-3/+0
* include/tools/ref.hxx - cleanup formattingNoel Grandin2014-07-141-15/+35
* fix spelling in commentNoel Grandin2014-07-141-1/+1
* remove SvRefBase::ReleaseReferenceNoel Grandin2014-07-101-14/+7
* Catch illegal null pointer dereferences earlyStephan Bergmann2014-06-191-2/+6
* Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann2014-04-071-52/+48
* Unroll sole use of SV_IMPL/DECL_LOCKStephan Bergmann2014-04-071-52/+30
* tools: sal_Bool -> boolStephan Bergmann2014-02-181-2/+2
* bool improvementsStephan Bergmann2014-01-281-2/+2
* fdo#65108 inter-module includes <> include/toolsNorbert Thiebaud2013-11-091-1/+1
* fixincludeguards.sh: include/{toolkit,tools}Thomas Arnhold2013-10-231-2/+2
* Some clean-upStephan Bergmann2013-10-151-11/+6
* execute move of global headersBjoern Michaelsen2013-04-231-0/+256