Searched refs:GetUShort (Results 1 – 12 of 12) sorted by relevance
422 int nTables = GetUShort( p - 8 ); in GetTable()1910 sal_uLong nVersion = GetUShort( pBuffer+0 ); in GetKernPairs()1911 sal_uInt16 nTableCnt = GetUShort( pBuffer+2 ); in GetKernPairs()1922 sal_uInt16 nSubCoverage = GetUShort( pBuffer+4 ); in GetKernPairs()1930 sal_uInt16 nPairs = GetUShort( pBuffer ); in GetKernPairs()1954 sal_uInt16 nFirstLeft = GetUShort( pTmp+0 ); in GetKernPairs()1970 if( GetUShort( pTmp ) != 0 ) in GetKernPairs()2395 const sal_uInt16 nCntScript = GetUShort( pScriptHeader+0 ); in ApplyGSUB()2461 const sal_uInt16 nCntFeature = GetUShort( pFeatureHeader ); in ApplyGSUB()2466 const sal_uInt16 nOffset= GetUShort( pFeatureHeader+4 ); in ApplyGSUB()[all …]
130 static unsigned GetUShort( const unsigned char* p ){return((p[0]<<8)+p[1]);} in GetUShort() function201 const sal_uInt32 nVersion = GetUShort( pOS2map ); in ReadOs2Table()228 if( GetUShort( pCmap ) != 0x0000 ) in ReadMacCmapEncoding()232 int nSubTables = GetUShort( pCmap + 2 ); in ReadMacCmapEncoding()235 int nPlatform = GetUShort( p ); in ReadMacCmapEncoding()237 const int nEncoding = GetUShort (p + 2 ); in ReadMacCmapEncoding()
72 pUnoArgs[i] <<= (sal_Int16)pVar->GetUShort(); in lcl_docbasic_convertArgs()
174 nRes = pVal->GetUShort(); in ImpGetUShort()
689 GET( GetUShort, SbxUSHORT, sal_uInt16, nUShort ) in GET()
500 static unsigned GetUShort( const unsigned char* p ){ return((p[0]<<8)+p[1]);} in GetUShort() function513 sal_uInt32 nVersion = GetUShort( pOS2map ); in ReadOs2Table()
311 sal_uInt16 GetUShort() const;
1221 static unsigned GetUShort( const unsigned char* p ){ return((p[0]<<8)+p[1]);} in GetUShort() function1234 sal_uInt32 nVersion = GetUShort( pOS2map ); in ReadOs2Table()
1429 sal_uInt16 n = refCode->GetUShort(); in StepERROR()
2672 sal_uInt16 nByteCount = rPar.Get(1)->GetUShort(); in RTLFUNC()
399 sal_Unicode aCh = (sal_Unicode)pArg->GetUShort(); in implChr()
1206 sal_uInt16 n = pVar->GetUShort(); in sbxToUnoValueImpl()1622 case TypeClass_UNSIGNED_SHORT: aRetVal <<= (sal_uInt16)( pVar->GetUShort() ); break; in sbxToUnoValue()
Completed in 124 milliseconds