Searched refs:BaseInterface (Results 1 – 11 of 11) sorted by relevance
111 BaseInterface.class.getName()); in test()1226 new BaseInterface() {}, in test()1246 XInterface if2 = new BaseInterface() {}; in test()1261 BaseInterface if1 = new BaseInterface() {}; in test()1286 new BaseInterface[] { in test()1759 XInterface if2 = new BaseInterface() {}; in test()1779 BaseInterface if1 = new BaseInterface() {}; in test()1811 new BaseInterface[][] { in test()1815 new BaseInterface[][] { in test()1816 new BaseInterface[] { in test()[all …]
34 interface BaseInterface : com::sun::star::uno::XInterface {}; 36 interface DerivedInterface : BaseInterface {};
57 Type_id BaseInterface() const;86 SglIfcSingleton::BaseInterface() const in BaseInterface() function in ary::idl::SglIfcSingleton
50 static Type_id BaseInterface(
49 static Type_id BaseInterface(
61 Type_id BaseInterface() const { return nBaseInterface; } in BaseInterface() function in ary::idl::SglIfcService
97 attr::BaseInterface( const CodeEntity & i_ce ) in BaseInterface() function in ary::idl::ifc_sglifcsingleton::attr
99 attr::BaseInterface( const CodeEntity & i_ce ) in BaseInterface() function in ary::idl::ifc_sglifcservice::attr
388 Type_id nBase = rSglIfcSingleton.BaseInterface(); in do_Process()744 Type_id nBase = pSglIfcService->BaseInterface(); in assignImplementation_toAServicesInterfaces()
111 aImplementedInterface.Produce_byData( SglIfcSingletonAttr::BaseInterface(i_ce) ); in Produce_byData_InterfaceBased()
101 aImplementedInterface.Produce_byData( SglIfcServiceAttr::BaseInterface(i_ce) ); in Produce_byData()
Completed in 33 milliseconds