Home
last modified time | relevance | path

Searched refs:xTP (Results 1 – 3 of 3) sorted by relevance

/trunk/main/toolkit/test/accessibility/
H A DInformationWriter.java222 XTypeProvider xTP = (XTypeProvider) UnoRuntime.queryInterface ( in showInterfaces() local
224 if (xTP == null) in showInterfaces()
228 Type[] aTypeList = xTP.getTypes (); in showInterfaces()
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DInformationWriter.java226 XTypeProvider xTP = (XTypeProvider) UnoRuntime.queryInterface ( in showInterfaces() local
228 if (xTP == null) in showInterfaces()
232 Type[] aTypeList = xTP.getTypes (); in showInterfaces()
/trunk/main/cppuhelper/test/
H A Dtestimplhelper.cxx332 Reference< lang::XTypeProvider > xTP( xOriginal, UNO_QUERY ); in dotest() local
333 Sequence< sal_Int8 > id( xTP->getImplementationId() ); in dotest()
334 Sequence< Type > types( xTP->getTypes() ); in dotest()

Completed in 36 milliseconds