Searched refs:BaseInterface (Results 1 – 11 of 11) sorted by relevance
| /trunk/main/bridges/test/java_uno/any/ |
| H A D | TestAny.java | 69 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 D | types.idl | 34 interface BaseInterface : com::sun::star::uno::XInterface {}; 36 interface DerivedInterface : BaseInterface {};
|
| /trunk/main/autodoc/inc/ary/idl/ |
| H A D | i_sisingleton.hxx | 57 Type_id BaseInterface() const; 86 SglIfcSingleton::BaseInterface() const in BaseInterface() function in ary::idl::SglIfcSingleton
|
| H A D | ik_sisingleton.hxx | 50 static Type_id BaseInterface(
|
| H A D | ik_siservice.hxx | 49 static Type_id BaseInterface(
|
| H A D | i_siservice.hxx | 61 Type_id BaseInterface() const { return nBaseInterface; } in BaseInterface() function in ary::idl::SglIfcService
|
| /trunk/main/autodoc/source/ary/idl/ |
| H A D | i2s_calculator.cxx | 388 Type_id nBase = rSglIfcSingleton.BaseInterface(); in do_Process() 744 Type_id nBase = pSglIfcService->BaseInterface(); in assignImplementation_toAServicesInterfaces()
|
| H A D | i_sisingleton.cxx | 97 attr::BaseInterface( const CodeEntity & i_ce ) in BaseInterface() function in ary::idl::ifc_sglifcsingleton::attr
|
| H A D | i_siservice.cxx | 99 attr::BaseInterface( const CodeEntity & i_ce ) in BaseInterface() function in ary::idl::ifc_sglifcservice::attr
|
| /trunk/main/autodoc/source/display/idl/ |
| H A D | hfi_singleton.cxx | 111 aImplementedInterface.Produce_byData( SglIfcSingletonAttr::BaseInterface(i_ce) ); in Produce_byData_InterfaceBased()
|
| H A D | hfi_siservice.cxx | 101 aImplementedInterface.Produce_byData( SglIfcServiceAttr::BaseInterface(i_ce) ); in Produce_byData()
|