/aoo41x/main/cppuhelper/test/ |
H A D | testidlclass.cxx | 53 (XServiceInfo * ) 0 in testidlclass() 89 (XServiceInfo * ) 0 in testidlclass() 113 (XServiceInfo * ) 0 , in testidlclass() 114 (XServiceInfo * ) 0 in testidlclass() 125 (XServiceInfo * ) 0 in testidlclass() 138 (XServiceInfo * ) 0 in testidlclass() 153 (XServiceInfo * ) 0 in testidlclass() 169 (XServiceInfo * ) 0 in testidlclass() 185 (XServiceInfo * ) 0 in testidlclass() 204 (XServiceInfo * ) 0 in testidlclass() [all …]
|
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/ |
H A D | MenuElement.java | 24 import com.sun.star.lang.XServiceInfo; 31 com.sun.star.lang.XServiceInfo xServiceInfo = in IsMenuEntry() 32 (com.sun.star.lang.XServiceInfo)UnoRuntime.queryInterface( in IsMenuEntry() 33 com.sun.star.lang.XServiceInfo.class, xMenuElement ); in IsMenuEntry() 39 com.sun.star.lang.XServiceInfo xServiceInfo = in IsMenuSeparator() 40 (com.sun.star.lang.XServiceInfo)UnoRuntime.queryInterface( in IsMenuSeparator() 41 com.sun.star.lang.XServiceInfo.class, xMenuElement ); in IsMenuSeparator()
|
/aoo41x/main/toolkit/test/accessibility/ |
H A D | AccessibleUNOHandler.java | 28 import com.sun.star.lang.XServiceInfo; 56 private XServiceInfo GetServiceInfo (AccessibleTreeNode aNode) in GetServiceInfo() 58 XServiceInfo xServiceInfo = null; in GetServiceInfo() 60 xServiceInfo = (XServiceInfo)UnoRuntime.queryInterface( in GetServiceInfo() 61 XServiceInfo.class, ((AccTreeNode)aNode).getContext()); in GetServiceInfo() 77 XServiceInfo xServiceInfo; in createChild() 112 XServiceInfo xServiceInfo) in CreateServiceTree()
|
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
H A D | ServiceInterfaceView.java | 40 import com.sun.star.lang.XServiceInfo; 112 XServiceInfo xServiceInfo = (XServiceInfo)UnoRuntime.queryInterface( in CreateImplementationNameTree() 113 XServiceInfo.class, mxContext); in CreateImplementationNameTree() 127 XServiceInfo xServiceInfo = (XServiceInfo)UnoRuntime.queryInterface( in CreateServiceTree() 128 XServiceInfo.class, mxContext); in CreateServiceTree()
|
/aoo41x/main/qadevOOo/tests/java/mod/_sw/ |
H A D | SwXTextView.java | 44 import com.sun.star.lang.XServiceInfo; 185 XServiceInfo serv1 = (XServiceInfo) in createTestEnvironment() 186 UnoRuntime.queryInterface(XServiceInfo.class, o1); in createTestEnvironment() 187 XServiceInfo serv2 = (XServiceInfo) in createTestEnvironment() 188 UnoRuntime.queryInterface(XServiceInfo.class, o2); in createTestEnvironment()
|
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/ |
H A D | AsciiReplaceFilter.java | 38 import com.sun.star.lang.XServiceInfo; 72 XServiceInfo , 261 … com.sun.star.lang.XServiceInfo xInfo = (com.sun.star.lang.XServiceInfo)UnoRuntime.queryInterface( in setTargetDocument() 262 com.sun.star.lang.XServiceInfo.class, xDocument); in setTargetDocument() 297 … com.sun.star.lang.XServiceInfo xInfo = (com.sun.star.lang.XServiceInfo)UnoRuntime.queryInterface( in setSourceDocument() 298 com.sun.star.lang.XServiceInfo.class, xDocument); in setSourceDocument()
|
/aoo41x/main/stoc/test/ |
H A D | testproxyfac.cxx | 53 typedef WeakImplHelper3< lang::XServiceInfo, 108 class TestMaster : public WeakImplHelper1< lang::XServiceInfo > 111 Reference<lang::XServiceInfo> m_xOtherProxyTargetBeforeSetDelegator; 131 WeakImplHelper1< lang::XServiceInfo >::queryInterface( rType ) ); in queryInterface() 181 Reference< lang::XServiceInfo > xMaster_XServiceInfo( in test_proxyfac_() 203 Reference< lang::XServiceInfo > xTarget_XServiceInfo( in test_proxyfac_() 206 Reference< lang::XServiceInfo > xTarget_XServiceInfo2( in test_proxyfac_()
|
/aoo41x/main/wizards/com/sun/star/wizards/text/ |
H A D | TextFieldHandler.java | 39 import com.sun.star.lang.XServiceInfo; 233 XServiceInfo xSI = UnoRuntime.queryInterface(XServiceInfo.class, oTextField); in updateDocInfoFields() 268 XServiceInfo xSI = UnoRuntime.queryInterface(XServiceInfo.class, oTextField); in updateDateFields() 292 XServiceInfo xSI = UnoRuntime.queryInterface(XServiceInfo.class, oTextField); in fixDateFields()
|
/aoo41x/main/forms/qa/integration/forms/ |
H A D | DocumentHelper.java | 43 import com.sun.star.lang.XServiceInfo; 97 XServiceInfo xSI = (XServiceInfo)UnoRuntime.queryInterface( XServiceInfo.class, in implLoadDocument() 306 XServiceInfo xSI = (XServiceInfo)UnoRuntime.queryInterface( in classify() 307 XServiceInfo.class, m_documentComponent ); in classify()
|
/aoo41x/main/jurt/com/sun/star/comp/servicemanager/ |
H A D | ServiceManager.java | 37 import com.sun.star.lang.XServiceInfo; 72 XServiceInfo, 524 XServiceInfo xServiceInfo = UnoRuntime.queryInterface(XServiceInfo.class, object); in has() 544 XServiceInfo xServiceInfo = in insert() 545 UnoRuntime.queryInterface(XServiceInfo.class, object); in insert() 598 XServiceInfo xServiceInfo = in remove() 599 UnoRuntime.queryInterface(XServiceInfo.class, object); in remove() 819 class ServiceManagerFactory implements XServiceInfo, XSingleComponentFactory, XSingleServiceFactory
|
/aoo41x/main/forms/source/component/ |
H A D | FormattedFieldWrapper.cxx | 165 …if ((_rType.equals( ::getCppuType( static_cast< Reference< XServiceInfo >* >(NULL) ) ) ) && aRetur… in queryAggregation() 210 Reference< XServiceInfo > xSI; in supportsService() 211 …m_xAggregate->queryAggregation(::getCppuType(static_cast< Reference< XServiceInfo >* >(NULL))) >>=… in supportsService() 219 Reference< XServiceInfo > xSI; in getSupportedServiceNames() 220 …m_xAggregate->queryAggregation(::getCppuType(static_cast< Reference< XServiceInfo >* >(NULL))) >>=… in getSupportedServiceNames() 375 Reference< XServiceInfo > xSI(m_xAggregate, UNO_QUERY); in ensureAggregate()
|
/aoo41x/main/odk/examples/DevelopersGuide/Components/CppComponent/ |
H A D | service1_impl.cxx | 57 , public lang::XServiceInfo 118 if (type.equals(::cppu::UnoType< Reference< lang::XServiceInfo > >::get())) in queryInterface() 121 Reference< lang::XServiceInfo > x( in queryInterface() 122 static_cast< lang::XServiceInfo * >( this ) ); in queryInterface() 159 seq[ 1 ] = ::cppu::UnoType< Reference< lang::XServiceInfo > >::get(); in getTypes()
|
/aoo41x/main/qadevOOo/tests/java/ifc/sdbcx/ |
H A D | _XTablesSupplier.java | 28 import com.sun.star.lang.XServiceInfo; 62 XServiceInfo info = null ; in _getTables() 64 info = (XServiceInfo) UnoRuntime.queryInterface in _getTables() 65 (XServiceInfo.class, tabs.getByName(tabNames[0])) ; in _getTables()
|
/aoo41x/main/qadevOOo/tests/java/ifc/drawing/ |
H A D | _XShapeDescriptor.java | 29 import com.sun.star.lang.XServiceInfo; 61 XServiceInfo SI = (XServiceInfo) in _getShapeType() 62 UnoRuntime.queryInterface(XServiceInfo.class, oObj); in _getShapeType()
|
H A D | _LineShapeDescriptor.java | 31 import com.sun.star.lang.XServiceInfo; 41 XServiceInfo xInfo = (XServiceInfo) in _LineColor() 42 UnoRuntime.queryInterface(XServiceInfo.class, oObj); in _LineColor()
|
/aoo41x/main/qadevOOo/tests/java/ifc/ui/ |
H A D | _XModuleUIConfigurationManagerSupplier.java | 26 import com.sun.star.lang.XServiceInfo; 44 … XServiceInfo xServiceInfo = (XServiceInfo)UnoRuntime.queryInterface(XServiceInfo.class, o); in _getUIConfigurationManager()
|
/aoo41x/main/qadevOOo/tests/java/ifc/util/ |
H A D | _XCloneable.java | 28 import com.sun.star.lang.XServiceInfo; 87 XServiceInfo info = (XServiceInfo) in getImplementationName() 88 UnoRuntime.queryInterface(XServiceInfo.class, ifc); in getImplementationName()
|
/aoo41x/main/desktop/test/deployment/update/updateinfocreation/build/ |
H A D | TestExtension.idl | 27 #include <com/sun/star/lang/XServiceInfo.idl> 31 // example service, XServiceInfo is implemented here for demonstration 32 // issues. XServiceInfo must be implemented by all components. 33 service TestExtension: ::com::sun::star::lang::XServiceInfo;
|
/aoo41x/main/smoketestdoc/com/sun/star/comp/smoketest/ |
H A D | TestExtension.idl | 27 #include <com/sun/star/lang/XServiceInfo.idl> 31 // example service, XServiceInfo is implemented here for demonstration 32 // issues. XServiceInfo must be implemented by all components. 33 service TestExtension: ::com::sun::star::lang::XServiceInfo;
|
/aoo41x/main/odk/examples/DevelopersGuide/Components/SimpleLicense/ |
H A D | LicenseTest.idl | 27 #include <com/sun/star/lang/XServiceInfo.idl> 33 // example service, XServiceInfo is implemented here for demonstration 34 // issues. XServiceInfo must be implemented by all components. 35 service LicenseTest: ::com::sun::star::lang::XServiceInfo;
|
/aoo41x/main/desktop/test/deployment/locationtest/ |
H A D | LocationTest.idl | 27 #include <com/sun/star/lang/XServiceInfo.idl> 31 // example service, XServiceInfo is implemented here for demonstration 32 // issues. XServiceInfo must be implemented by all components. 33 service TestExtension: ::com::sun::star::lang::XServiceInfo;
|
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _FunctionDescription.java | 31 import com.sun.star.lang.XServiceInfo; 58 XServiceInfo xInfo = (XServiceInfo) in _Arguments() 59 UnoRuntime.queryInterface(XServiceInfo.class, oObj ); in _Arguments()
|
/aoo41x/main/odk/examples/java/MinimalComponent/ |
H A D | MinimalComponent.idl | 27 #include <com/sun/star/lang/XServiceInfo.idl> 33 // example service, XServiceInfo is implemented here for demonstration 34 // issues. XServiceInfo must be implemented by all components. But 37 service MinimalComponent: ::com::sun::star::lang::XServiceInfo;
|
/aoo41x/main/ucb/source/cacher/ |
H A D | cacheddynamicresultset.cxx | 98 , static_cast< XServiceInfo* >( this ) in XINTERFACE_COMMON_IMPL() 109 , XServiceInfo 158 XServiceInfo, 167 XServiceInfo,
|
/aoo41x/main/wizards/com/sun/star/wizards/document/ |
H A D | Shape.java | 32 import com.sun.star.lang.XServiceInfo; 49 public XServiceInfo xServiceInfo; 73 xServiceInfo = UnoRuntime.queryInterface(XServiceInfo.class, oShape); in Shape() 102 xServiceInfo = UnoRuntime.queryInterface(XServiceInfo.class, xShape); in createShape()
|