Home
last modified time | relevance | path

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

/aoo4110/main/basic/source/inc/
H A Dcodegen.hxx65 class PCodeBuffConvertor class
73 PCodeBuffConvertor();
74 PCodeBuffConvertor(const PCodeBuffConvertor& );
75 PCodeBuffConvertor& operator = ( const PCodeBuffConvertor& );
77PCodeBuffConvertor( sal_uInt8* pCode, T nSize ): m_nSize( nSize ), m_pStart( pCode ), m_pCnvtdBuf… in PCodeBuffConvertor() function in PCodeBuffConvertor
/aoo4110/main/basic/source/comp/
H A Dcodegen.cxx527 PCodeBuffConvertor<T,S>::convert() in convert()
536 template class PCodeBuffConvertor< sal_uInt16, sal_uInt32 >; variable
537 template class PCodeBuffConvertor< sal_uInt32, sal_uInt16 >; variable
/aoo4110/main/basic/source/classes/
H A Dimage.cxx193PCodeBuffConvertor< sal_uInt16, sal_uInt32 > aLegacyToNew( (sal_uInt8*)pLegacyPCode, nLegacyCodeSi… in Load()
340 PCodeBuffConvertor< sal_uInt32, sal_uInt16 > aNewToLegacy( (sal_uInt8*)pCode, nCodeSize ); in Save()

Completed in 45 milliseconds