Searched refs:oEmbObj (Results 1 – 4 of 4) sorted by relevance
/aoo4110/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()
|
/aoo4110/main/embeddedobj/test/Container1/ |
H A D | EmbedContApp.java | 1288 Object oEmbObj = xEmbedCreator.createInstanceInitNew( pClassID, in createEmbedObject() local 1293 xEmbObj = (XEmbeddedObject)UnoRuntime.queryInterface( XEmbeddedObject.class, oEmbObj ); in createEmbedObject() 1328 …Object oEmbObj = xLinkCreator.createInstanceLink( m_xStorage, "EmbedSub", aMedDescr, new PropertyV… in createLinkObject() local 1329 xEmbObj = (XEmbeddedObject)UnoRuntime.queryInterface( XEmbeddedObject.class, oEmbObj ); in createLinkObject() 1362 Object oEmbObj = xEmbedCreator.createInstanceInitFromMediaDescriptor( m_xStorage, in loadEmbedObject() local 1366 xEmbObj = (XEmbeddedObject)UnoRuntime.queryInterface( XEmbeddedObject.class, oEmbObj ); in loadEmbedObject() 1534 Object oEmbObj = null; in loadFileURI() local 1556 oEmbObj = xEmbedCreator.createInstanceInitFromEntry( xTargetStorage, in loadFileURI() 1561 m_xEmbedObj = (XEmbeddedObject)UnoRuntime.queryInterface( XEmbeddedObject.class, oEmbObj ); in loadFileURI()
|
/aoo4110/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()
|
/aoo4110/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 33 milliseconds