Searched refs:documentURL (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/dbaccess/qa/complex/dbaccess/ |
H A D | DatabaseDocument.java | 379 final String documentURL = createTempFileURL(); in impl_createEmptyEmbeddedHSQLDocument() local 380 storeDoc.storeAsURL(documentURL, new PropertyValue[0]); in impl_createEmptyEmbeddedHSQLDocument() 396 String documentURL = databaseDoc.getURL(); in testLoadable() local 408 documentURL = copyToTempFile(documentURL); in testLoadable() 413 new PropertyValue("URL", 0, documentURL, PropertyState.DIRECT_VALUE) in testLoadable() 415 databaseDoc.attachResource(documentURL, new PropertyValue[0]); in testLoadable() 564 final String documentURL = databaseDoc.getURL(); in testDocumentRevenants() local 577 databaseDoc = impl_loadDocument( documentURL, impl_getMarkerLoadArgs() ); in testDocumentRevenants() 598 databaseDoc = impl_loadDocument( documentURL, impl_getDefaultLoadArgs() ); in testDocumentRevenants() 629 final String documentURL = databaseDoc.getURL(); in testDocumentEvents() local [all …]
|
/aoo41x/main/forms/qa/integration/forms/ |
H A D | FormPropertyBags.java | 160 String documentURL = util.utils.getOfficeTemp( m_orb ) + "document.odt"; in impl_checkPropertyPersistence() local 164 store.storeAsURL( documentURL, storeArguments ); in impl_checkPropertyPersistence() 169 m_document = DocumentHelper.loadDocument( m_orb, documentURL ); in impl_checkPropertyPersistence()
|
H A D | DocumentHelper.java | 105 …public static DocumentHelper loadDocument( XMultiServiceFactory orb, String documentURL ) throws c… in loadDocument() argument 107 return implLoadDocument( orb, documentURL ); in loadDocument()
|
H A D | FormControlTest.java | 485 String documentURL = m_databaseDocument.getDocumentURL(); in ensureDataSource() local 486 namingService.registerObject( m_dataSourceName, databaseContext.getByName( documentURL ) ); in ensureDataSource()
|
/aoo41x/main/wizards/com/sun/star/wizards/db/ |
H A D | DBMetaData.java | 932 String documentURL = xDocumentModel.getURL(); in addDatabaseDocument() local 933 String basename = FileAccess.getBasename(documentURL, "/"); in addDatabaseDocument() 939 creationArgs.put( PropertyNames.URL, documentURL ); in addDatabaseDocument() 948 xSimpleFileAccess.kill(documentURL); in addDatabaseDocument()
|
Completed in 68 milliseconds