Home
last modified time | relevance | path

Searched refs:xStorable (Results 1 – 25 of 52) sorted by relevance

123

/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DOfficeDocument.java48 private com.sun.star.frame.XStorable xStorable; field in OfficeDocument
61 this.xStorable = (com.sun.star.frame.XStorable) in OfficeDocument()
188 return xStorable.hasLocation(); in hasLocation()
193 return xStorable.getLocation(); in getLocation()
198 return xStorable.isReadonly(); in isReadonly()
204 xStorable.store(); in store()
210 xStorable.storeAsURL( aURL, aArguments ); in storeAsURL()
216 xStorable.storeToURL( aURL, aArguments ); in storeToURL()
/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableBasic.java77 XStorable xStorable = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCreateTable() local
85 xStorable.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties); in testCreateTable()
153 XStorable xStorable = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testSetRowHeight() local
161 xStorable.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties); in testSetRowHeight()
234 XStorable xStorable = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testSetTableBorder() local
242 xStorable.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties); in testSetTableBorder()
340 XStorable xStorable = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testSetTable_AlignmentAndMarginToPage() local
417 XStorable xStorable = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testSetTableBackColor() local
460 XStorable xStorable = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testSetTableRepeatHeading() local
534 XStorable xStorable = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testSetTableShadow() local
[all …]
/trunk/main/sdext/source/minimizer/
H A Dimpoptimizer.cxx677 Reference< XStorable >xStorable( mxModel, UNO_QUERY ); in Optimize() local
678 if ( xStorable.is() ) in Optimize()
680 if ( xStorable->hasLocation() ) in Optimize()
681 nSourceSize = PPPOptimizer::GetFileSize( xStorable->getLocation() ); in Optimize()
691 xStorable->storeToURL( maSaveAsURL, aArguments ); in Optimize()
714 Reference< XStorable > xStorable( mxModel, UNO_QUERY ); in Optimize() local
715 if ( xStorable.is() && !xStorable->isReadonly() ) in Optimize()
732 if ( xStorable.is() ) in Optimize()
734 xStorable->store(); in Optimize()
H A Doptimizerdialog.cxx241 Reference< XStorable> xStorable( mxModel, UNO_QUERY_THROW ); in OptimizerDialog() local
242 mbIsReadonly = xStorable->isReadonly(); in OptimizerDialog()
568 Reference< XStorable > xStorable( mxModel, UNO_QUERY ); in actionPerformed() local
569 if ( xStorable.is() && xStorable->hasLocation() ) in actionPerformed()
571 rtl::OUString aLocation( xStorable->getLocation() ); in actionPerformed()
/trunk/test/testuno/source/fvt/uno/sw/
H A DDocumentTest.java165 XStorable xStorable = (XStorable)UnoRuntime.queryInterface(XStorable.class, component); in testExportAsPDF() local
180 xStorable.storeToURL(FileUtil.getUrl(saveAsFile), storeProps); in testExportAsPDF()
202 XStorable xStorable = (XStorable)UnoRuntime.queryInterface(XStorable.class, component); in testSaveAsTemplate() local
203 xStorable.store(); in testSaveAsTemplate()
218 xStorable.storeToURL(FileUtil.getUrl(saveAsFile), storeProps); in testSaveAsTemplate()
/trunk/main/extensions/source/abpilot/
H A Ddatasourcehandling.cxx382 Reference< XStorable > xStorable; in store() local
384 xStorable = xStorable.query( xDocAccess->getDatabaseDocument() ); in store()
385 OSL_ENSURE( xStorable.is(),"DataSource is no XStorable!" ); in store()
386 if ( xStorable.is() ) in store()
387 xStorable->storeAsURL(m_pImpl->sName,Sequence<PropertyValue>()); in store()
/trunk/main/sfx2/source/dialog/
H A Dmailmodel.cxx392 css::uno::Reference< css::frame::XStorable > xStorable( xModel, css::uno::UNO_QUERY ); in SaveDocumentAsFormat() local
396 if ( xStorable.is() ) in SaveDocumentAsFormat()
398 rtl::OUString aLocation = xStorable->getLocation(); in SaveDocumentAsFormat()
409 if ( xStorable.is() ) in SaveDocumentAsFormat()
516 INetURLObject aFileObj( xStorable->getLocation() ); in SaveDocumentAsFormat()
557 INetURLObject aFileObj( xStorable->getLocation() ); in SaveDocumentAsFormat()
675 xStorable->storeToURL( aFileURL, aArgs ); in SaveDocumentAsFormat()
738 xStorable->storeToURL( aFileURL, aArgs ); in SaveDocumentAsFormat()
/trunk/main/odk/examples/java/DocumentHandling/
H A DDocumentConverter.java104 com.sun.star.frame.XStorable xStorable = in traverse() local
126 xStorable.storeAsURL(sStoreUrl, propertyValues); in traverse()
132 com.sun.star.util.XCloseable.class, xStorable); in traverse()
139 com.sun.star.lang.XComponent.class, xStorable); in traverse()
H A DDocumentSaver.java83 com.sun.star.frame.XStorable xStorable = in main() local
94 xStorable.storeAsURL( sSaveUrl.toString(), propertyValue ); in main()
/trunk/main/embedserv/source/embed/
H A Ded_ipersiststr.cxx638 uno::Reference< frame::XStorable > xStorable( m_pDocHolder->GetDocument(), uno::UNO_QUERY ); in Save() local
639 if( xStorable.is() ) in Save()
643 xStorable->storeToURL( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "private:stream" ) ), in Save()
883 uno::Reference< frame::XStorable > xStorable( m_pDocHolder->GetDocument(), uno::UNO_QUERY_THROW ); in Save() local
886 xStorable->store(); in Save()
900xStorable->storeAsURL( aURL.Complete, fillArgsForStoring_Impl( uno::Reference< io::XOutputStream >… in Save()
904xStorable->storeToURL( aURL.Complete, fillArgsForStoring_Impl( uno::Reference< io::XOutputStream >… in Save()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DGraphicalDifferenceCheck.java330 XStorable xStorable = null; in createInputFile() local
331xStorable = (com.sun.star.frame.XStorable)UnoRuntime.queryInterface(com.sun.star.frame.XStorable.… in createInputFile()
332 if(xStorable == null) in createInputFile()
342 xStorable.storeAsURL(resultURL, new PropertyValue[]{pvFilterName, pvOverwrite}); in createInputFile()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertestdialog.cxx266 Reference< XStorable > xStorable( xCurrentDocument, UNO_QUERY ); in updateCurrentDocumentButtonState() local
267 if( xStorable.is() ) in updateCurrentDocumentButtonState()
269 if( xStorable->hasLocation() ) in updateCurrentDocumentButtonState()
271 OUString aURL( xStorable->getLocation() ); in updateCurrentDocumentButtonState()
470 Reference< XStorable > xStorable( xComp, UNO_QUERY ); in doExport() local
471 if( xStorable.is() ) in doExport()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbadocumentbase.cxx116 uno::Reference< frame::XStorable > xStorable( getModel(), uno::UNO_QUERY_THROW ); in Close() local
121 if( xStorable->isReadonly() ) in Close()
128 xStorable->storeAsURL( aFileName, uno::Sequence< beans::PropertyValue >(0) ); in Close()
130 xStorable->store(); in Close()
/trunk/main/vcl/qa/complex/memCheck/
H A DCheckMemoryUsage.java320 XStorable xStorable = UnoRuntime.queryInterface(XStorable.class, xComponent); in loadAndSaveNTimesDocument() local
321 if (xStorable != null) in loadAndSaveNTimesDocument()
337 xStorable.storeToURL(url, props); in loadAndSaveNTimesDocument()
345 XCloseable xCloseable = UnoRuntime.queryInterface(XCloseable.class, xStorable); in loadAndSaveNTimesDocument()
/trunk/main/embeddedobj/source/commonembedding/
H A Dpersistence.cxx605 uno::Reference< frame::XStorable > xStorable; in StoreDocumentToTempStream_Impl() local
609 xStorable = uno::Reference< frame::XStorable > ( m_pDocHolder->GetComponent(), uno::UNO_QUERY ); in StoreDocumentToTempStream_Impl()
612 if( !xStorable.is() ) in StoreDocumentToTempStream_Impl()
631 xStorable->storeToURL( ::rtl::OUString::createFromAscii( "private:stream" ), aArgs ); in StoreDocumentToTempStream_Impl()
1597 uno::Reference< frame::XStorable > xStorable( m_pDocHolder->GetComponent(), uno::UNO_QUERY ); in storeOwn() local
1598 if ( !xStorable.is() ) in storeOwn()
1604 xStorable->store(); in storeOwn()
/trunk/main/scripting/examples/javascript/ExportSheetsToHTML/
H A Dexportsheetstohtml.js48 xStorable = UnoRuntime.queryInterface(XStorable,xSDoc);
67 xStorable.storeToURL(storeUrl+"_sheet"+(i+1)+".html", storeProps);
/trunk/main/sfx2/qa/complex/sfx2/standalonedocinfo/
H A DTest01.java69 XStorable xStorable = UnoRuntime.queryInterface(XStorable.class, oTextDocument); in test() local
80 xStorable.storeToURL ( sURL, aProps ); in test()
/trunk/test/testuno/source/fvt/uno/db/
H A DDBAccess.java155 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc() local
157 xStorable.storeToURL(FileUtil.getUrl(filePath), aStoreProperties); in saveAndReloadDoc()
/trunk/main/cui/source/customize/
H A Deventdlg.cxx215 uno::Reference< frame::XStorable > xStorable( in IMPL_LINK() local
217 isReadonly = xStorable->isReadonly(); in IMPL_LINK()
/trunk/main/filter/source/flash/
H A Dswffilter.cxx348 Reference< XStorable > xStorable(rDesktop->getCurrentComponent(), UNO_QUERY); in ExportAsMultipleFiles() local
349 if (!xStorable.is()) in ExportAsMultipleFiles()
372 OUString sPresentation(xStorable->getLocation()); in ExportAsMultipleFiles()
/trunk/main/chart2/source/controller/main/
H A DShapeController.cxx101 Reference< frame::XStorable > xStorable( m_pChartController->getModel(), uno::UNO_QUERY ); in getState() local
102 if ( xStorable.is() ) in getState()
104 bWritable = !xStorable->isReadonly(); in getState()
/trunk/test/testuno/source/fvt/uno/sd/shape/
H A DShapeTypes.java171 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc() local
173 xStorable.storeToURL(FileUtil.getUrl(filePath), aStoreProperties); in saveAndReloadDoc()
/trunk/test/testuno/source/fvt/uno/sd/slideshow/
H A DSlideShow.java183 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc() local
185 xStorable.storeToURL(FileUtil.getUrl(filePath), aStoreProperties); in saveAndReloadDoc()
/trunk/test/testuno/source/fvt/uno/sd/animation/
H A DTextAnimation.java196 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc() local
198 xStorable.storeToURL(FileUtil.getUrl(filePath), aStoreProperties); in saveAndReloadDoc()
/trunk/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphTextProperty.java181 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc() local
183 xStorable.storeToURL(FileUtil.getUrl(filePath), aStoreProperties); in saveAndReloadDoc()

Completed in 382 milliseconds

123