Home
last modified time | relevance | path

Searched refs:GetUShort (Results 1 – 12 of 12) sorted by relevance

/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx422 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 …]
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx130 static unsigned GetUShort( const unsigned char* p ){return((p[0]<<8)+p[1]);} in GetUShort() function
201 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()
/trunk/main/sw/source/core/doc/
H A Ddocbasic.cxx72 pUnoArgs[i] <<= (sal_Int16)pVar->GetUShort(); in lcl_docbasic_convertArgs()
/trunk/main/basic/source/sbx/
H A Dsbxuint.cxx174 nRes = pVal->GetUShort(); in ImpGetUShort()
H A Dsbxvalue.cxx689 GET( GetUShort, SbxUSHORT, sal_uInt16, nUShort ) in GET()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx500 static unsigned GetUShort( const unsigned char* p ){ return((p[0]<<8)+p[1]);} in GetUShort() function
513 sal_uInt32 nVersion = GetUShort( pOS2map ); in ReadOs2Table()
/trunk/main/basic/inc/basic/
H A Dsbxvar.hxx311 sal_uInt16 GetUShort() const;
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx1221 static unsigned GetUShort( const unsigned char* p ){ return((p[0]<<8)+p[1]);} in GetUShort() function
1234 sal_uInt32 nVersion = GetUShort( pOS2map ); in ReadOs2Table()
/trunk/main/basic/source/runtime/
H A Dstep0.cxx1429 sal_uInt16 n = refCode->GetUShort(); in StepERROR()
H A Dmethods1.cxx2672 sal_uInt16 nByteCount = rPar.Get(1)->GetUShort(); in RTLFUNC()
H A Dmethods.cxx399 sal_Unicode aCh = (sal_Unicode)pArg->GetUShort(); in implChr()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx1206 sal_uInt16 n = pVar->GetUShort(); in sbxToUnoValueImpl()
1622 case TypeClass_UNSIGNED_SHORT: aRetVal <<= (sal_uInt16)( pVar->GetUShort() ); break; in sbxToUnoValue()

Completed in 171 milliseconds