/aoo42x/main/stoc/test/registry_tdprovider/ |
H A D | testregistrytdprovider.cxx | 181 assertFalse(exception->getBaseType().is()); in run() 197 exception->getBaseType()->getName()); in run() 212 assertFalse(structure->getBaseType().is()); in run() 236 assertFalse(structure->getBaseType().is()); in run() 271 structure->getBaseType()->getName()); in run()
|
/aoo42x/main/stoc/source/registry_tdprovider/ |
H A D | structtypedescription.cxx | 77 StructTypeDescription::getBaseType() throw (css::uno::RuntimeException) in getBaseType() function in StructTypeDescription 79 return m_base->getBaseType(); in getBaseType()
|
H A D | base.hxx | 236 getBaseType() throw(::com::sun::star::uno::RuntimeException); 297 getBaseType() throw(::com::sun::star::uno::RuntimeException);
|
H A D | structtypedescription.hxx | 68 SAL_CALL getBaseType() throw (com::sun::star::uno::RuntimeException);
|
H A D | tdcomp.cxx | 58 Reference< XTypeDescription > CompoundTypeDescriptionImpl::getBaseType() in getBaseType() function in stoc_rdbtdp::CompoundTypeDescriptionImpl
|
H A D | tdiface.cxx | 431 Reference< XTypeDescription > InterfaceTypeDescriptionImpl::getBaseType() in getBaseType() function in stoc_rdbtdp::InterfaceTypeDescriptionImpl
|
/aoo42x/main/rdbmaker/source/rdbmaker/ |
H A D | typeblop.cxx | 148 Reference< XTypeDescription > xSuperType = xIFace->getBaseType(); in getInheritedMemberCount() 381 Reference< XTypeDescription > xSuperType = xIFace->getBaseType(); in getTypeBlop() 451 Reference< XTypeDescription > xSuperType = xComp->getBaseType(); in getTypeBlop()
|
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLArray.java | 77 public int getBaseType() throws SQLException { in getBaseType() method in JavaSQLArray 79 return jdbcArray.getBaseType(); in getBaseType()
|
/aoo42x/main/idlc/source/ |
H A D | idlc.cxx | 305 type = static_cast< AstTypeDef const * >(type)->getBaseType(); in resolveTypedefs() 321 type = static_cast< AstTypeDef const * >(type)->getBaseType(); in deconstructAndResolveTypedefs()
|
H A D | astdump.cxx | 159 getBaseType()->getRelativName(), RTL_TEXTENCODING_UTF8)); in dump()
|
/aoo42x/main/codemaker/source/idlmaker/ |
H A D | idltype.cxx | 130 if ( getBaseType(typeName).isEmpty() ) in dumpDependedTypes() 237 if ( getBaseType(relType).isEmpty() && in dumpDepIncludes() 420 OString tmp(getBaseType(relType)); in dumpType() 453 OString IdlType::getBaseType(const OString& type) in getBaseType() function in IdlType
|
H A D | idltype.hxx | 86 ::rtl::OString getBaseType(const ::rtl::OString& type);
|
/aoo42x/main/stoc/source/tdmanager/ |
H A D | tdmgr_check.cxx | 159 check( xNewTD->getBaseType(), xExistingTD->getBaseType(), in checkStruct()
|
H A D | tdmgr.cxx | 896 virtual Reference< XTypeDescription > SAL_CALL getBaseType() in getBaseType() function in stoc_tdmgr::__anon46f76ba00111::InstantiatedStruct 898 { return m_struct->getBaseType(); } in getBaseType()
|
/aoo42x/main/idlc/inc/idlc/ |
H A D | asttypedef.hxx | 37 AstType const * getBaseType() const in getBaseType() function in AstTypeDef
|
H A D | aststruct.hxx | 48 AstStruct* getBaseType() in getBaseType() function in AstStruct
|
/aoo42x/main/cppuhelper/source/ |
H A D | tdmgr.cxx | 179 Reference< XCompoundTypeDescription >::query( xType->getBaseType() ) ); in createCTD() 237 access, xType->getBaseType() ); in createCTD()
|
/aoo42x/main/unodevtools/source/unodevtools/ |
H A D | typeblob.cxx | 496 Reference< XTypeDescription > xSuperType = xStruct->getBaseType(); in getTypeBlob() 550 Reference< XTypeDescription > xSuperType = xComp->getBaseType(); in getTypeBlob()
|
/aoo42x/main/connectivity/source/inc/java/sql/ |
H A D | Array.hxx | 50 …virtual sal_Int32 SAL_CALL getBaseType( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
|
/aoo42x/main/udkapi/com/sun/star/reflection/ |
H A D | XCompoundTypeDescription.idl | 51 com::sun::star::reflection::XTypeDescription getBaseType();
|
H A D | XInterfaceTypeDescription.idl | 65 com::sun::star::reflection::XTypeDescription getBaseType();
|
/aoo42x/main/codemaker/source/cunomaker/ |
H A D | cunotype.cxx | 236 if ( getBaseType(typeName).isEmpty() ) in dumpDependedTypes() 396 if (getBaseType(relType).isEmpty() && in dumpDepIncludes() 1061 OString tmp(getBaseType(relType)); in dumpType() 1085 OString CunoType::getBaseType(const OString& type) in getBaseType() function in CunoType
|
H A D | cunotype.hxx | 94 ::rtl::OString getBaseType(const ::rtl::OString& type);
|
/aoo42x/main/connectivity/source/drivers/jdbc/ |
H A D | Array.cxx | 55 sal_Int32 SAL_CALL java_sql_Array::getBaseType( ) throw(::com::sun::star::sdbc::SQLException, ::co… in getBaseType() function in java_sql_Array
|
/aoo42x/main/stoc/test/tdmanager/ |
H A D | testtdmanager.cxx | 210 assertEqual< bool >(false, structure->getBaseType().is()); in run()
|