Searched refs:pShort (Results 1 – 7 of 7) sorted by relevance
276 pShort = Get_IdlDocu(rCe.Docu()); in produce_LinkDoc() local277 if ( pShort == 0 ) in produce_LinkDoc()281 if (pShort->IsDeprecated()) in produce_LinkDoc()285 if (pShort->IsOptional()) in produce_LinkDoc()292 pShort->Short().DisplayAt(aShortDisplay); in produce_LinkDoc()
336 pShort = pCe != 0 in produce_BaseHierarchy() local339 if ( pShort != 0 ) in produce_BaseHierarchy()347 pShort->Short().DisplayAt(aShortDisplay); in produce_BaseHierarchy()
386 pShort = pCe != 0 in produce_LinkDoc() local389 if ( pShort != 0 ) in produce_LinkDoc()396 pShort->Short().DisplayAt(aShortDisplay); in produce_LinkDoc()
74 static sal_Int16 GetShortRes( void * pShort ) in GetShortRes() argument75 { return ResMgr::GetShort( pShort ); } in GetShortRes()
195 static sal_Int16 GetShort( void * pShort );
323 sal_uInt16* pShort = (sal_uInt16*)pPtr; in ImplGetFloat() local324 nVal = pShort[ nSwitch ]; in ImplGetFloat()326 nVal |= pShort[ nSwitch ^ 1 ]; in ImplGetFloat()
1314 sal_Int16 ResMgr::GetShort( void * pShort ) in GetShort() argument1316 return ((*((sal_uInt8*)pShort + 0) << 8) | in GetShort()1317 (*((sal_uInt8*)pShort + 1) << 0) ); in GetShort()
Completed in 41 milliseconds