Home
last modified time | relevance | path

Searched defs:SvRef (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/tools/
H A Dref.hxx34 template<typename T> class SAL_DLLPUBLIC_RTTI SvRef final { class
36 SvRef(): pObj(nullptr) {} in SvRef() function in tools::SvRef
38 SvRef(SvRef&& rObj) noexcept in SvRef() function in tools::SvRef
44 SvRef(SvRef const & rObj): pObj(rObj.pObj) in SvRef() function in tools::SvRef
49 SvRef(T * pObjP): pObj(pObjP) in SvRef() function in tools::SvRef
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/tools/
H A Dref.hxx34 template<typename T> class SAL_DLLPUBLIC_RTTI SvRef final { class
36 SvRef(): pObj(nullptr) {} in SvRef() function in tools::SvRef
38 SvRef(SvRef&& rObj) noexcept in SvRef() function in tools::SvRef
44 SvRef(SvRef const & rObj): pObj(rObj.pObj) in SvRef() function in tools::SvRef
49 SvRef(T * pObjP): pObj(pObjP) in SvRef() function in tools::SvRef