Searched refs:PCodeBuffConvertor (Results 1 – 6 of 6) sorted by relevance
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/inc/ |
H A D | codegen.hxx | 60 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 D | codegen.hxx | 61 class PCodeBuffConvertor class 68 PCodeBuffConvertor(const PCodeBuffConvertor& ) = delete; 69 PCodeBuffConvertor& operator = ( const PCodeBuffConvertor& ) = delete; 71 …PCodeBuffConvertor( 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 D | codegen.cxx | 573 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 D | codegen.cxx | 565 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 D | image.cxx | 171 …PCodeBuffConvertor< sal_uInt16, sal_uInt32 > aLegacyToNew( reinterpret_cast<sal_uInt8*>(pLegacyPCo… in Load() 406 …PCodeBuffConvertor< 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 D | image.cxx | 183 PCodeBuffConvertor<sal_uInt16, sal_uInt32> aLegacyToNew(aLegacyPCode.data(), in Load() 437 PCodeBuffConvertor<sal_uInt32, sal_uInt16> aNewToLegacy(aCode.data(), aCode.size()); in Save()
|