Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/inc/
H A Dcodegen.hxx54 static sal_uInt32 calcNewOffSet( sal_uInt8 const * pCode, sal_uInt16 nOffset );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/inc/
H A Dcodegen.hxx55 static sal_uInt32 calcNewOffSet( sal_uInt8 const * pCode, sal_uInt16 nOffset );
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/comp/
H A Dcodegen.cxx560 SbiCodeGen::calcNewOffSet( sal_uInt8 const * pCode, sal_uInt16 nOffset ) in calcNewOffSet() function in SbiCodeGen
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/comp/
H A Dcodegen.cxx552 SbiCodeGen::calcNewOffSet( sal_uInt8 const * pCode, sal_uInt16 nOffset ) in calcNewOffSet() function in SbiCodeGen
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/classes/
H A Dimage.cxx651 return SbiCodeGen::calcNewOffSet( reinterpret_cast<sal_uInt8*>(pLegacyPCode.get()), nOffset ) ; in CalcNewOffset()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/classes/
H A Dimage.cxx686 return SbiCodeGen::calcNewOffSet(aLegacyPCode.data(), nOffset); in CalcNewOffset()