Home
last modified time | relevance | path

Searched refs:BaseInterface (Results 1 – 11 of 11) sorted by relevance

/trunk/main/bridges/test/java_uno/any/
H A DTestAny.java69 success &= testType(BaseInterface[].class, TypeClass.SEQUENCE, in test()
70 "[]" + BaseInterface.class.getName()); in test()
93 success &= testType(BaseInterface[][].class, TypeClass.SEQUENCE, in test()
94 "[][]" + BaseInterface.class.getName()); in test()
110 success &= testType(BaseInterface.class, TypeClass.INTERFACE, in test()
111 BaseInterface.class.getName()); in test()
422 new Type("[]" + BaseInterface.class.getName(), in test()
496 + BaseInterface.class.getName(), in test()
557 new Type(BaseInterface.class.getName(), in test()
697 + BaseInterface.class.getName(), in test()
[all …]
H A Dtypes.idl34 interface BaseInterface : com::sun::star::uno::XInterface {};
36 interface DerivedInterface : BaseInterface {};
/trunk/main/autodoc/inc/ary/idl/
H A Di_sisingleton.hxx57 Type_id BaseInterface() const;
86 SglIfcSingleton::BaseInterface() const in BaseInterface() function in ary::idl::SglIfcSingleton
H A Dik_sisingleton.hxx50 static Type_id BaseInterface(
H A Dik_siservice.hxx49 static Type_id BaseInterface(
H A Di_siservice.hxx61 Type_id BaseInterface() const { return nBaseInterface; } in BaseInterface() function in ary::idl::SglIfcService
/trunk/main/autodoc/source/ary/idl/
H A Di2s_calculator.cxx388 Type_id nBase = rSglIfcSingleton.BaseInterface(); in do_Process()
744 Type_id nBase = pSglIfcService->BaseInterface(); in assignImplementation_toAServicesInterfaces()
H A Di_sisingleton.cxx97 attr::BaseInterface( const CodeEntity & i_ce ) in BaseInterface() function in ary::idl::ifc_sglifcsingleton::attr
H A Di_siservice.cxx99 attr::BaseInterface( const CodeEntity & i_ce ) in BaseInterface() function in ary::idl::ifc_sglifcservice::attr
/trunk/main/autodoc/source/display/idl/
H A Dhfi_singleton.cxx111 aImplementedInterface.Produce_byData( SglIfcSingletonAttr::BaseInterface(i_ce) ); in Produce_byData_InterfaceBased()
H A Dhfi_siservice.cxx101 aImplementedInterface.Produce_byData( SglIfcServiceAttr::BaseInterface(i_ce) ); in Produce_byData()