Home
last modified time | relevance | path

Searched refs:XServiceInfo (Results 1 – 25 of 1326) sorted by relevance

12345678910>>...54

/trunk/main/cppuhelper/test/
H A Dtestidlclass.cxx53 (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 …]
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/
H A DMenuElement.java24 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()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleUNOHandler.java28 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()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DServiceInterfaceView.java40 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()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/
H A DAsciiReplaceFilter.java38 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXTextView.java44 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()
/trunk/main/stoc/test/
H A Dtestproxyfac.cxx53 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_()
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextFieldHandler.java39 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()
/trunk/main/forms/qa/integration/forms/
H A DDocumentHelper.java43 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()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/servicemanager/
H A DServiceManager.java37 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
/trunk/main/forms/source/component/
H A DFormattedFieldWrapper.cxx165 …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()
/trunk/main/odk/examples/DevelopersGuide/Components/CppComponent/
H A Dservice1_impl.cxx57 , 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbcx/
H A D_XTablesSupplier.java28 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/drawing/
H A D_XShapeDescriptor.java29 import com.sun.star.lang.XServiceInfo;
61 XServiceInfo SI = (XServiceInfo) in _getShapeType()
62 UnoRuntime.queryInterface(XServiceInfo.class, oObj); in _getShapeType()
H A D_LineShapeDescriptor.java31 import com.sun.star.lang.XServiceInfo;
41 XServiceInfo xInfo = (XServiceInfo) in _LineColor()
42 UnoRuntime.queryInterface(XServiceInfo.class, oObj); in _LineColor()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/
H A D_XModuleUIConfigurationManagerSupplier.java26 import com.sun.star.lang.XServiceInfo;
44XServiceInfo xServiceInfo = (XServiceInfo)UnoRuntime.queryInterface(XServiceInfo.class, o); in _getUIConfigurationManager()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XCloneable.java28 import com.sun.star.lang.XServiceInfo;
87 XServiceInfo info = (XServiceInfo) in getImplementationName()
88 UnoRuntime.queryInterface(XServiceInfo.class, ifc); in getImplementationName()
/trunk/main/desktop/test/deployment/locationtest/
H A DLocationTest.idl27 #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;
/trunk/main/desktop/test/deployment/update/updateinfocreation/build/
H A DTestExtension.idl27 #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;
/trunk/test/smoketestdoc/src/main/idl/com/sun/star/comp/smoketest/
H A DTestExtension.idl27 #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;
/trunk/main/odk/examples/DevelopersGuide/Components/SimpleLicense/
H A DLicenseTest.idl27 #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;
/trunk/main/odk/examples/java/MinimalComponent/
H A DMinimalComponent.idl27 #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;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_FunctionDescription.java31 import com.sun.star.lang.XServiceInfo;
58 XServiceInfo xInfo = (XServiceInfo) in _Arguments()
59 UnoRuntime.queryInterface(XServiceInfo.class, oObj ); in _Arguments()
/trunk/main/ucb/source/cacher/
H A Dcacheddynamicresultset.cxx98 , static_cast< XServiceInfo* >( this ) in XINTERFACE_COMMON_IMPL()
109 , XServiceInfo
158 XServiceInfo,
167 XServiceInfo,
/trunk/main/wizards/com/sun/star/wizards/document/
H A DShape.java32 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()

Completed in 379 milliseconds

12345678910>>...54