Home
last modified time | relevance | path

Searched refs:xSuperType (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/rdbmaker/source/rdbmaker/
H A Dtypeblop.cxx148 Reference< XTypeDescription > xSuperType = xIFace->getBaseType(); in getInheritedMemberCount() local
150 if ( xSuperType.is() ) in getInheritedMemberCount()
151 memberCount = getInheritedMemberCount( xSuperType ); in getInheritedMemberCount()
381 Reference< XTypeDescription > xSuperType = xIFace->getBaseType(); in getTypeBlop() local
382 if ( xSuperType.is() ) in getTypeBlop()
384 uSuperType = xSuperType->getName().replace('.','/'); in getTypeBlop()
385 inheritedMemberCount = (sal_uInt16)getInheritedMemberCount( xSuperType ); in getTypeBlop()
451 Reference< XTypeDescription > xSuperType = xComp->getBaseType(); in getTypeBlop() local
452 if ( xSuperType.is() ) in getTypeBlop()
454 uSuperType = xSuperType->getName().replace('.','/'); in getTypeBlop()
/aoo41x/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx496 Reference< XTypeDescription > xSuperType = xStruct->getBaseType(); in getTypeBlob() local
497 if ( xSuperType.is() ) { in getTypeBlob()
499 uSuperType = xSuperType->getName().replace('.','/'); in getTypeBlob()
550 Reference< XTypeDescription > xSuperType = xComp->getBaseType(); in getTypeBlob() local
551 if ( xSuperType.is() ) { in getTypeBlob()
553 uSuperType = xSuperType->getName().replace('.','/'); in getTypeBlob()

Completed in 25 milliseconds