Home
last modified time | relevance | path

Searched refs:storeAsURL (Results 1 – 25 of 67) sorted by relevance

123

/trunk/main/offapi/com/sun/star/frame/
H A DXStorable.idl74 /** After <member>XStorable::storeAsURL()</member> it returns the
101 @see XStorable::storeAsURL
115 <member>XStorable::storeAsURL()</member> will throw an exception if a pure
135 void storeAsURL(
159 @see XStorable::storeAsURL
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/db/
H A DDatabaseDocument.java77 public void storeAsURL( final String _url ) throws IOException in storeAsURL() method in DatabaseDocument
79 m_storeDoc.storeAsURL( _url, new PropertyValue[] { } ); in storeAsURL()
H A DDataSource.java143 doc.storeAsURL( docURL ); in registerAs()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DOfficeDocument.java207 public void storeAsURL( /*IN*/ String aURL, /*IN*/ com.sun.star.beans.PropertyValue[] aArguments ) in storeAsURL() method in OfficeDocument
210 xStorable.storeAsURL( aURL, aArguments ); in storeAsURL()
/trunk/main/offapi/com/sun/star/resource/
H A DXStringResourceWithLocation.idl52 void storeAsURL( [in] string URL )
69 to the new location yet. <member>storeAsURL</member> should
/trunk/main/scripting/examples/java/Newsgroup/
H A DOfficeAttachment.java120 storedDoc.storeAsURL( filenameURL + ".html", propertyvalue_html); in createTempDocs()
153 storedDoc.storeAsURL( filenameURL + ".sxw", propertyvalue_sxw); in createTempDocs()
/trunk/test/testuno/source/fvt/uno/sw/field/
H A DCheckDateTimeField.java141 store.storeAsURL(url, propsValue); in createTimeFiled()
209 store.storeAsURL(url, propsValue); in createDateFiled()
/trunk/main/connectivity/qa/connectivity/tools/
H A DFlatFileDatabase.java94 storable.storeAsURL( m_databaseDocumentFile, new PropertyValue[] { } ); in createDBDocument()
H A DHsqlDatabase.java80 storable.storeAsURL( m_databaseDocumentFile, new PropertyValue[] in createDBDocument()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DODatabaseContext.java126 store.storeAsURL(aFile,new PropertyValue[]{}); in createTestEnvironment()
H A DODatabaseSource.java199 store.storeAsURL(aFile,new PropertyValue[]{}); in createTestEnvironment()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DDatabaseDocument.java380 storeDoc.storeAsURL(documentURL, new PropertyValue[0]); in impl_createEmptyEmbeddedHSQLDocument()
709 storeDoc.storeAsURL(newURL, new PropertyValue[0]); in testGlobalEvents()
H A DApplicationController.java139 storeDoc.storeAsURL( newDocumentURL, new PropertyValue[] { } ); in checkSaveAs()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XStorable.java144 oObj.storeAsURL(url, new PropertyValue[0]); in _storeAsURL()
/trunk/test/testuno/source/testlib/uno/
H A DSDUtil.java101 sdStorable.storeAsURL(storeUrl, storeProps); in saveFileAs()
/trunk/main/odk/examples/java/DocumentHandling/
H A DDocumentSaver.java94 xStorable.storeAsURL( sSaveUrl.toString(), propertyValue ); in main()
H A DDocumentConverter.java126 xStorable.storeAsURL(sStoreUrl, propertyValues); in traverse()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DOpenOfficePostscriptCreator.java492 aStorable.storeAsURL(_sOutputURL, szEmptyArgs); in impl_printToFileWithOOo()
1325 …xStorable.storeAsURL(sOutputURL, PropertyHelper.createPropertyValueArrayFormArrayList(aPropertyLis… in convertDocument()
/trunk/main/offapi/com/sun/star/linguistic2/
H A DDictionary.idl67 <p>storeAsURL and storeToURL are empty implementations since the dictionaries are expected
/trunk/main/forms/qa/integration/forms/
H A DFormPropertyBags.java164 store.storeAsURL( documentURL, storeArguments ); in impl_checkPropertyPersistence()
H A DXMLFormSettings.java111 store.storeAsURL( fileURL, new PropertyValue[] {} ); in before()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DHsqlDatabase.java102 storable.storeAsURL( m_databaseDocumentFile, new PropertyValue[]{} ); in createDBDocument()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DOfficePrint.java545 aStorable.storeAsURL(_sOutputURL, szEmptyArgs); in impl_printToFileWithOOo()
1360 …xStorable.storeAsURL(sOutputURL, PropertyHelper.createPropertyValueArrayFormArrayList(aPropertyLis… in convertDocument()
/trunk/main/odk/examples/java/ConverterServlet/
H A DConverterServlet.java296 xstorable.storeAsURL( stringConvertedFile, propertyvalue ); in convertDocument()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sd/
H A Dcom.sun.star.comp.office.SdXImpressDocument.csv26 "SdXImpressDocument";"com::sun::star::frame::XStorable";"storeAsURL()"

Completed in 73 milliseconds

123