Home
last modified time | relevance | path

Searched refs:pShort (Results 1 – 7 of 7) sorted by relevance

/trunk/main/autodoc/source/display/idl/
H A Dhfi_module.cxx276 pShort = Get_IdlDocu(rCe.Docu()); in produce_LinkDoc() local
277 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()
H A Dhfi_interface.cxx336 pShort = pCe != 0 in produce_BaseHierarchy() local
339 if ( pShort != 0 ) in produce_BaseHierarchy()
347 pShort->Short().DisplayAt(aShortDisplay); in produce_BaseHierarchy()
H A Dhfi_property.cxx386 pShort = pCe != 0 in produce_LinkDoc() local
389 if ( pShort != 0 ) in produce_LinkDoc()
396 pShort->Short().DisplayAt(aShortDisplay); in produce_LinkDoc()
/trunk/main/tools/inc/tools/
H A Drc.hxx74 static sal_Int16 GetShortRes( void * pShort ) in GetShortRes() argument
75 { return ResMgr::GetShort( pShort ); } in GetShortRes()
H A Dresmgr.hxx195 static sal_Int16 GetShort( void * pShort );
/trunk/main/filter/source/graphicfilter/icgm/
H A Dcgm.cxx323 sal_uInt16* pShort = (sal_uInt16*)pPtr; in ImplGetFloat() local
324 nVal = pShort[ nSwitch ]; in ImplGetFloat()
326 nVal |= pShort[ nSwitch ^ 1 ]; in ImplGetFloat()
/trunk/main/tools/source/rc/
H A Dresmgr.cxx1314 sal_Int16 ResMgr::GetShort( void * pShort ) in GetShort() argument
1316 return ((*((sal_uInt8*)pShort + 0) << 8) | in GetShort()
1317 (*((sal_uInt8*)pShort + 1) << 0) ); in GetShort()

Completed in 42 milliseconds