Lines Matching refs:queryInterface

179 …m_xTransformer = (XURLTransformer)UnoRuntime.queryInterface( XURLTransformer.class, oTransformer );  in init()
190 m_xMainThreadExecutor = (XJob)UnoRuntime.queryInterface( XJob.class, oJob ); in init()
317 …XEmbedPersist xPersist = (XEmbedPersist)UnoRuntime.queryInterface( XEmbedPersist.class, m_xEmbedOb… in saveObject()
467 …XInplaceObject xInplObj = (XInplaceObject)UnoRuntime.queryInterface( XInplaceObject.class, m_xEmbe… in onPosRectChange()
582 …XTransactedObject xTransact = (XTransactedObject)UnoRuntime.queryInterface( XTransactedObject.clas… in execute()
697 XNameAccess xNameAccess = (XNameAccess)UnoRuntime.queryInterface( XNameAccess.class, in execute()
702 … XLinkageSupport xLinkage = (XLinkageSupport)UnoRuntime.queryInterface( XLinkageSupport.class, in execute()
871 …XVisualObject xVisObj = (XVisualObject)UnoRuntime.queryInterface( XVisualObject.class, m_xEmbedObj… in createVclWindow()
913 XComponentSupplier xCompProv = (XComponentSupplier)UnoRuntime.queryInterface( in generateNewImage()
919 XTransferable xTransfer = (XTransferable)UnoRuntime.queryInterface( in generateNewImage()
1285 XEmbedObjectCreator xEmbedCreator = (XEmbedObjectCreator)UnoRuntime.queryInterface( in createEmbedObject()
1295 xEmbObj = (XEmbeddedObject)UnoRuntime.queryInterface( XEmbeddedObject.class, oEmbObj ); in createEmbedObject()
1320 XLinkCreator xLinkCreator = (XLinkCreator)UnoRuntime.queryInterface( in createLinkObject()
1331 xEmbObj = (XEmbeddedObject)UnoRuntime.queryInterface( XEmbeddedObject.class, oEmbObj ); in createLinkObject()
1354 XEmbedObjectCreator xEmbedCreator = (XEmbedObjectCreator)UnoRuntime.queryInterface( in loadEmbedObject()
1368 xEmbObj = (XEmbeddedObject)UnoRuntime.queryInterface( XEmbeddedObject.class, oEmbObj ); in loadEmbedObject()
1404 XCloseable xClose = (XCloseable)UnoRuntime.queryInterface( XCloseable.class, m_xEmbedObj ); in clearObjectAndStorage()
1416 XComponent xComponent = (XComponent)UnoRuntime.queryInterface( XComponent.class, m_xStorage ); in clearObjectAndStorage()
1432 XSingleServiceFactory xStorageFactory = (XSingleServiceFactory)UnoRuntime.queryInterface( in createTempStorage()
1438 xTempStorage = (XStorage)UnoRuntime.queryInterface( XStorage.class, oStorage ); in createTempStorage()
1458 XSingleServiceFactory xStorageFactory = (XSingleServiceFactory)UnoRuntime.queryInterface( in saveObjectAsFileURI()
1463 …XEmbedPersist xPersist = (XEmbedPersist)UnoRuntime.queryInterface( XEmbedPersist.class, m_xEmbedOb… in saveObjectAsFileURI()
1471 XStorage xTargetStorage = (XStorage)UnoRuntime.queryInterface( XStorage.class, oStorage ); in saveObjectAsFileURI()
1481 XComponent xComponent = (XComponent)UnoRuntime.queryInterface( XComponent.class, m_xStorage ); in saveObjectAsFileURI()
1487 …XTransactedObject xTransact = (XTransactedObject)UnoRuntime.queryInterface( XTransactedObject.clas… in saveObjectAsFileURI()
1513 XSingleServiceFactory xStorageFactory = (XSingleServiceFactory)UnoRuntime.queryInterface( in loadFileURI()
1521 XStorage xTargetStorage = (XStorage)UnoRuntime.queryInterface( XStorage.class, oStorage ); in loadFileURI()
1524 XEmbedObjectCreator xEmbedCreator = (XEmbedObjectCreator)UnoRuntime.queryInterface( in loadFileURI()
1528 XNameAccess xNameAccess = (XNameAccess)UnoRuntime.queryInterface( XNameAccess.class, in loadFileURI()
1563 m_xEmbedObj = (XEmbeddedObject)UnoRuntime.queryInterface( XEmbeddedObject.class, oEmbObj ); in loadFileURI()
1592 XTruncate xTruncate = (XTruncate) UnoRuntime.queryInterface( XTruncate.class, in storeLinkToStorage()
1606 XComponent xComponent = (XComponent) UnoRuntime.queryInterface( XComponent.class, in storeLinkToStorage()
1639 XSingleServiceFactory xStorageFactory = (XSingleServiceFactory)UnoRuntime.queryInterface( in storeLinkAsFileURI()
1649 XStorage xTargetStorage = (XStorage)UnoRuntime.queryInterface( XStorage.class, oStorage ); in storeLinkAsFileURI()
1651 XComponent xComponent = (XComponent)UnoRuntime.queryInterface( XComponent.class, m_xStorage ); in storeLinkAsFileURI()
1659 …XTransactedObject xTransact = (XTransactedObject)UnoRuntime.queryInterface( XTransactedObject.clas… in storeLinkAsFileURI()