Searched refs:xTP (Results 1 – 3 of 3) sorted by relevance
222 XTypeProvider xTP = (XTypeProvider) UnoRuntime.queryInterface ( in showInterfaces() local224 if (xTP == null) in showInterfaces()228 Type[] aTypeList = xTP.getTypes (); in showInterfaces()
226 XTypeProvider xTP = (XTypeProvider) UnoRuntime.queryInterface ( in showInterfaces() local228 if (xTP == null) in showInterfaces()232 Type[] aTypeList = xTP.getTypes (); in showInterfaces()
332 Reference< lang::XTypeProvider > xTP( xOriginal, UNO_QUERY ); in dotest() local333 Sequence< sal_Int8 > id( xTP->getImplementationId() ); in dotest()334 Sequence< Type > types( xTP->getTypes() ); in dotest()
Completed in 24 milliseconds