Home
last modified time | relevance | path

Searched refs:storable (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/connectivity/qa/connectivity/tools/
H A DFlatFileDatabase.java93 final XStorable storable = UnoRuntime.queryInterface( XStorable.class, m_databaseDocument ); in createDBDocument() local
94 storable.storeAsURL( m_databaseDocumentFile, new PropertyValue[] { } ); in createDBDocument()
H A DHsqlDatabase.java79 …final XStorable storable = (XStorable) UnoRuntime.queryInterface(XStorable.class, m_databaseDocume… in createDBDocument() local
80 storable.storeAsURL( m_databaseDocumentFile, new PropertyValue[] in createDBDocument()
/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DHsqlDatabase.java101 … XStorable storable = (XStorable)UnoRuntime.queryInterface( XStorable.class, m_databaseDocument ); in createDBDocument() local
102 storable.storeAsURL( m_databaseDocumentFile, new PropertyValue[]{} ); in createDBDocument()
/aoo4110/test/testuno/source/testlib/uno/
H A DDBUtil.java95 final XStorable storable = (XStorable) UnoRuntime.queryInterface( in createDBDocument() local
97 storable.storeAsURL(m_databaseDocumentFile, in createDBDocument()
/aoo4110/main/forms/qa/integration/forms/
H A DListSelection.java268 XStorable storable = (XStorable)m_document.query( XStorable.class ); in prepareDocument() local
270storable.storeAsURL( testFile.getAbsoluteFile().toURL().toString(), new com.sun.star.beans.Propert… in prepareDocument()
/aoo4110/main/offapi/com/sun/star/document/
H A DOfficeDocument.idl45 /** abstract service which specifies a storable and printable document
69 /** a storable document should provide information about his modify state
/aoo4110/main/offapi/com/sun/star/frame/
H A DXDocumentTemplates.idl66 data from the storable
/aoo4110/main/offapi/com/sun/star/sdb/
H A DOfficeDatabaseDocument.idl47 /** specifies a office database document which is a storable document.
/aoo4110/main/offapi/com/sun/star/report/
H A DXReportDefinition.idl146 /** a storable document should provide information about his modify state

Completed in 27 milliseconds