Searched refs:oEmbObj (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/odk/examples/java/EmbedDocument/Container1/ |
H A D | EmbedContApp.java | 734 Object oEmbObj = xEmbedFactory.createInstanceInitNew( pClassID, in createEmbedObject() local 738 xEmbObj = (XEmbeddedObject)UnoRuntime.queryInterface( XEmbeddedObject.class, oEmbObj ); in createEmbedObject() 768 Object oEmbObj = xEmbedFactory.createInstanceLink( aLinkURL ); in createLinkObject() local 769 xEmbObj = (XEmbeddedObject)UnoRuntime.queryInterface( XEmbeddedObject.class, oEmbObj ); in createLinkObject() 802 Object oEmbObj = xEmbedFactory.createInstanceInitFromMediaDescriptor( m_xStorage, in loadEmbedObject() local 805 xEmbObj = (XEmbeddedObject)UnoRuntime.queryInterface( XEmbeddedObject.class, oEmbObj ); in loadEmbedObject() 950 Object oEmbObj = null; in loadFileURI() local 963 oEmbObj = xEmbedFactory.createInstanceLink( m_aLinkURI ); in loadFileURI() 969 oEmbObj = xEmbedFactory.createInstanceInitFromEntry( xTargetStorage, in loadFileURI() 973 m_xEmbedObj = (XEmbeddedObject)UnoRuntime.queryInterface( XEmbeddedObject.class, oEmbObj ); in loadFileURI()
|
/aoo42x/main/embeddedobj/test/Container1/ |
H A D | EmbedContApp.java | 1290 Object oEmbObj = xEmbedCreator.createInstanceInitNew( pClassID, in createEmbedObject() local 1295 xEmbObj = (XEmbeddedObject)UnoRuntime.queryInterface( XEmbeddedObject.class, oEmbObj ); in createEmbedObject() 1330 …Object oEmbObj = xLinkCreator.createInstanceLink( m_xStorage, "EmbedSub", aMedDescr, new PropertyV… in createLinkObject() local 1331 xEmbObj = (XEmbeddedObject)UnoRuntime.queryInterface( XEmbeddedObject.class, oEmbObj ); in createLinkObject() 1364 Object oEmbObj = xEmbedCreator.createInstanceInitFromMediaDescriptor( m_xStorage, in loadEmbedObject() local 1368 xEmbObj = (XEmbeddedObject)UnoRuntime.queryInterface( XEmbeddedObject.class, oEmbObj ); in loadEmbedObject() 1536 Object oEmbObj = null; in loadFileURI() local 1558 oEmbObj = xEmbedCreator.createInstanceInitFromEntry( xTargetStorage, in loadFileURI() 1563 m_xEmbedObj = (XEmbeddedObject)UnoRuntime.queryInterface( XEmbeddedObject.class, oEmbObj ); in loadFileURI()
|
/aoo42x/main/embeddedobj/qa/embedding/ |
H A D | Test01.java | 124 Object oEmbObj = xShapeProps.getPropertyValue( "EmbeddedObject" ); in test() local 125 …edObject xEmbObj = ( XEmbeddedObject ) UnoRuntime.queryInterface( XEmbeddedObject.class, oEmbObj ); in test()
|
/aoo42x/main/odk/examples/java/EmbedDocument/EmbeddedObject/ |
H A D | OwnEmbeddedObject.java | 1016 Object oEmbObj = xObjConfNA.getByName( "69474366-FD6F-4806-8374-8EDD1B6E771D" ); in getSupportedVerbs() local 1017 … XNameAccess xEmbObjNA = (XNameAccess) UnoRuntime.queryInterface( XNameAccess.class, oEmbObj ); in getSupportedVerbs()
|
Completed in 34 milliseconds