Home
last modified time | relevance | path

Searched refs:PCodeBuffConvertor (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/inc/
H A Dcodegen.hxx60 class PCodeBuffConvertor class
66 PCodeBuffConvertor(const PCodeBuffConvertor& ) = delete;
67 PCodeBuffConvertor& operator = ( const PCodeBuffConvertor& ) = delete;
69 PCodeBuffConvertor(const sal_uInt8* pCode, T nSize) in PCodeBuffConvertor() function in PCodeBuffConvertor
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/inc/
H A Dcodegen.hxx61 class PCodeBuffConvertor class
68 PCodeBuffConvertor(const PCodeBuffConvertor& ) = delete;
69 PCodeBuffConvertor& operator = ( const PCodeBuffConvertor& ) = delete;
71PCodeBuffConvertor( sal_uInt8* pCode, T nSize ): m_nSize( nSize ), m_pStart( pCode ), m_pCnvtdBuf… in PCodeBuffConvertor() function in PCodeBuffConvertor
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/comp/
H A Dcodegen.cxx573 PCodeBuffConvertor<T,S>::convert() in convert()
582 template class PCodeBuffConvertor< sal_uInt16, sal_uInt32 >; variable
583 template class PCodeBuffConvertor< sal_uInt32, sal_uInt16 >; variable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/comp/
H A Dcodegen.cxx565 PCodeBuffConvertor<T,S>::convert() in convert()
574 template class PCodeBuffConvertor< sal_uInt16, sal_uInt32 >; variable
575 template class PCodeBuffConvertor< sal_uInt32, sal_uInt16 >; variable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/classes/
H A Dimage.cxx171PCodeBuffConvertor< sal_uInt16, sal_uInt32 > aLegacyToNew( reinterpret_cast<sal_uInt8*>(pLegacyPCo… in Load()
406PCodeBuffConvertor< sal_uInt32, sal_uInt16 > aNewToLegacy( reinterpret_cast<sal_uInt8*>(pCode.get(… in Save()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/classes/
H A Dimage.cxx183 PCodeBuffConvertor<sal_uInt16, sal_uInt32> aLegacyToNew(aLegacyPCode.data(), in Load()
437 PCodeBuffConvertor<sal_uInt32, sal_uInt16> aNewToLegacy(aCode.data(), aCode.size()); in Save()