Home
last modified time | relevance | path

Searched refs:documentURL (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/dbaccess/qa/complex/dbaccess/
H A DDatabaseDocument.java379 final String documentURL = createTempFileURL(); in impl_createEmptyEmbeddedHSQLDocument() local
380 storeDoc.storeAsURL(documentURL, new PropertyValue[0]); in impl_createEmptyEmbeddedHSQLDocument()
384 assertEquals("wrong URL after storing the document", documentURL, databaseDoc.getURL()); 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()
417 assertEquals("wrong URL after loading the document", documentURL, databaseDoc.getURL()); in testLoadable()
516 final String documentURL = FileHelper.getOOoCompatibleFileURL( _document.getURL() ); in impl_storeDocument() local
564 final String documentURL = databaseDoc.getURL(); in testDocumentRevenants() local
[all …]
/AOO41X/main/forms/qa/integration/forms/
H A DFormPropertyBags.java160 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 DDocumentHelper.java105 …public static DocumentHelper loadDocument( XMultiServiceFactory orb, String documentURL ) throws c… in loadDocument() argument
107 return implLoadDocument( orb, documentURL ); in loadDocument()
H A DFormControlTest.java485 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 DDBMetaData.java932 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()