Home
last modified time | relevance | path

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

/trunk/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()
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 …]
/trunk/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()
/trunk/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()
/trunk/main/test/source/java/org/openoffice/test/tools/
H A DOfficeDocument.java98 …public static OfficeDocument loadDocument( XMultiServiceFactory orb, String documentURL ) throws c… in loadDocument() argument
100 return implLoadDocument( orb, documentURL ); in loadDocument()

Completed in 51 milliseconds