Lines Matching refs:queryInterface

64 …document = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.newDocument("swriter…  in setUpDocument()
125 …XMultiServiceFactory sevriceFactory = (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in createTimeFiled()
126 …XTextField dateFiled = (XTextField)UnoRuntime.queryInterface(XTextField.class, sevriceFactory.cre… in createTimeFiled()
129 XPropertySet props = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, dateFiled); in createTimeFiled()
140 XStorable store = (XStorable) UnoRuntime.queryInterface(XStorable.class, document); in createTimeFiled()
143 …document = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.loadDocumentFromURL(… in createTimeFiled()
144 …XTextFieldsSupplier fieldsSupplier = (XTextFieldsSupplier) UnoRuntime.queryInterface(XTextFieldsSu… in createTimeFiled()
149 XPropertySet props2 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, field); in createTimeFiled()
193 …XMultiServiceFactory sevriceFactory = (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in createDateFiled()
194 …XTextField dateFiled = (XTextField)UnoRuntime.queryInterface(XTextField.class, sevriceFactory.cre… in createDateFiled()
197 XPropertySet props = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, dateFiled); in createDateFiled()
208 XStorable store = (XStorable) UnoRuntime.queryInterface(XStorable.class, document); in createDateFiled()
211 …document = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.loadDocumentFromURL(… in createDateFiled()
212 …XTextFieldsSupplier fieldsSupplier = (XTextFieldsSupplier) UnoRuntime.queryInterface(XTextFieldsSu… in createDateFiled()
217 XPropertySet props2 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, field); in createDateFiled()