Home
last modified time | relevance | path

Searched refs:m_documentComponent (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/test/source/java/org/openoffice/test/tools/
H A DOfficeDocument.java59 m_documentComponent = document; in OfficeDocument()
129 … XCloseable closeDoc = UnoRuntime.queryInterface( XCloseable.class, m_documentComponent ); in close()
144 return m_documentComponent; in getDocument()
157 return UnoRuntime.queryInterface( aInterfaceClass, m_documentComponent ); in query()
174 XModel xDocModel = UnoRuntime.queryInterface( XModel.class, m_documentComponent ); in getCurrentView()
205m_documentComponent = UnoRuntime.queryInterface( XComponent.class, frame.getController().getModel(… in reload()
237 XServiceInfo xSI = UnoRuntime.queryInterface( XServiceInfo.class, m_documentComponent ); in classify()
300 …ServiceFactory xORB = UnoRuntime.queryInterface( XMultiServiceFactory.class, m_documentComponent ); in createInstance()
317 …ServiceFactory xORB = UnoRuntime.queryInterface( XMultiServiceFactory.class, m_documentComponent ); in createInstanceWithArguments()
322 private XComponent m_documentComponent; field in OfficeDocument
/aoo42x/main/forms/qa/integration/forms/
H A DDocumentHelper.java56 private XComponent m_documentComponent; field in DocumentHelper
63 m_documentComponent = document; in DocumentHelper()
135 return m_documentComponent; in getDocument()
148 return UnoRuntime.queryInterface( aInterfaceClass, m_documentComponent ); in query()
165 XModel xDocModel = (XModel)UnoRuntime.queryInterface(XModel.class, m_documentComponent ); in getCurrentView()
196 m_documentComponent = (XComponent)UnoRuntime.queryInterface( XComponent.class, in reload()
307 XServiceInfo.class, m_documentComponent ); in classify()
386 m_documentComponent ); in createInstance()
396 m_documentComponent ); in createInstanceWithArguments()
/aoo42x/main/odk/examples/DevelopersGuide/Forms/
H A DDocumentHelper.java45 protected XComponent m_documentComponent; field in DocumentHelper
50 return m_documentComponent; in getDocument()
71 m_documentComponent = document; in DocumentHelper()
111 XModel xDocModel = (XModel)UnoRuntime.queryInterface(XModel.class, m_documentComponent ); in getCurrentView()
224 XServiceInfo.class, m_documentComponent ); in classify()
302 m_documentComponent ); in createInstance()
312 m_documentComponent ); in createInstanceWithArguments()
H A DSpreadsheetDocument.java54 m_documentComponent in getSheet()

Completed in 47 milliseconds