Searched refs:PCodeBuffConvertor (Results 1 – 3 of 3) sorted by relevance
/trunk/main/basic/source/inc/ |
H A D | codegen.hxx | 65 class PCodeBuffConvertor class 73 PCodeBuffConvertor(); 74 PCodeBuffConvertor(const PCodeBuffConvertor& ); 75 PCodeBuffConvertor& operator = ( const PCodeBuffConvertor& ); 77 …PCodeBuffConvertor( sal_uInt8* pCode, T nSize ): m_nSize( nSize ), m_pStart( pCode ), m_pCnvtdBuf… in PCodeBuffConvertor() function in PCodeBuffConvertor
|
/trunk/main/basic/source/comp/ |
H A D | codegen.cxx | 527 PCodeBuffConvertor<T,S>::convert() in convert() 536 template class PCodeBuffConvertor< sal_uInt16, sal_uInt32 >; variable 537 template class PCodeBuffConvertor< sal_uInt32, sal_uInt16 >; variable
|
/trunk/main/basic/source/classes/ |
H A D | image.cxx | 193 …PCodeBuffConvertor< 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 12 milliseconds