Home
last modified time | relevance | path

Searched defs:xStorable (Results 1 – 25 of 51) sorted by relevance

123

/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableBasic.java77 XStorable xStorable = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCreateTable() local
153 XStorable xStorable = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testSetRowHeight() local
234 XStorable xStorable = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testSetTableBorder() local
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
679 XStorable xStorable = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testSetTableBackGraphic() local
/trunk/test/testuno/source/fvt/uno/sw/
H A DDocumentTest.java165 XStorable xStorable = (XStorable)UnoRuntime.queryInterface(XStorable.class, component); in testExportAsPDF() local
202 XStorable xStorable = (XStorable)UnoRuntime.queryInterface(XStorable.class, component); in testSaveAsTemplate() local
/trunk/main/odk/examples/java/DocumentHandling/
H A DDocumentSaver.java83 com.sun.star.frame.XStorable xStorable = in main() local
H A DDocumentConverter.java104 com.sun.star.frame.XStorable xStorable = in traverse() local
/trunk/main/sfx2/qa/complex/sfx2/standalonedocinfo/
H A DTest01.java69 XStorable xStorable = UnoRuntime.queryInterface(XStorable.class, oTextDocument); in test() local
/trunk/test/testuno/source/fvt/uno/db/
H A DDBAccess.java155 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc() local
/trunk/main/cui/source/customize/
H A Deventdlg.cxx215 uno::Reference< frame::XStorable > xStorable( in IMPL_LINK() local
/trunk/test/testuno/source/fvt/uno/sd/textbox/
H A DLineProperties.java189 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc() local
H A DFillProperties.java255 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc() local
/trunk/test/testuno/source/fvt/uno/sd/animation/
H A DTextAnimation.java196 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc() local
H A DCustomAnimation.java293 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc() local
/trunk/test/testuno/source/fvt/uno/sd/shape/
H A DShapeTypes.java171 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc() local
H A DShapeProperties.java397 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc() local
/trunk/test/testuno/source/fvt/uno/sd/slideshow/
H A DCustomShow.java218 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc() local
H A DSlideShow.java183 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc() local
/trunk/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphTextProperty.java181 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc() local
H A DParagraphStyle.java214 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc() local
/trunk/test/testuno/source/fvt/uno/sd/chart/
H A DChartData.java244 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAsAndReloadDoc() local
H A DChartTypes.java284 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc() local
/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
/trunk/main/sdext/source/minimizer/
H A Doptimizerdialog.cxx241 Reference< XStorable> xStorable( mxModel, UNO_QUERY_THROW ); in OptimizerDialog() local
568 Reference< XStorable > xStorable( mxModel, UNO_QUERY ); in actionPerformed() local
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertestdialog.cxx266 Reference< XStorable > xStorable( xCurrentDocument, UNO_QUERY ); in updateCurrentDocumentButtonState() local
470 Reference< XStorable > xStorable( xComp, UNO_QUERY ); in doExport() local
/trunk/test/testuno/source/fvt/uno/ffc/
H A DFFCTest.java215 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in exportAsPDF() local
/trunk/main/embedserv/source/embed/
H A Ded_ipersiststr.cxx638 uno::Reference< frame::XStorable > xStorable( m_pDocHolder->GetDocument(), uno::UNO_QUERY ); in Save() local
883 uno::Reference< frame::XStorable > xStorable( m_pDocHolder->GetDocument(), uno::UNO_QUERY_THROW ); in Save() local
/trunk/main/sw/qa/complex/writer/
H A DCheckBookmarks.java248 XStorable xStorable = (XStorable)UnoRuntime.queryInterface( in reloadFrom() local

Completed in 81 milliseconds

123