Home
last modified time | relevance | path

Searched refs:XSpreadsheetDocument (Results 1 – 25 of 260) sorted by relevance

1234567891011

/trunk/test/testuno/source/testlib/uno/
H A DSCUtil.java47 import com.sun.star.sheet.XSpreadsheetDocument;
84 …public static XSpreadsheetDocument getSCDocument(XComponent xSpreadsheetComponent) throws Exceptio… in getSCDocument()
85 XSpreadsheetDocument xSpreadsheetDocument = in getSCDocument()
86 …(XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, xSpreadsheetComponent… in getSCDocument()
98 …public static XSpreadsheet getSCSheetByName(XSpreadsheetDocument xSpreadsheetDocument, String shee… in getSCSheetByName()
113 …public static XSpreadsheet getSCSheetByIndex(XSpreadsheetDocument xSpreadsheetDocument, short inde… in getSCSheetByIndex()
133 XSpreadsheetDocument xSpreadsheetDocument, short index) in getSCSheetNameByIndex()
155 XSpreadsheetDocument xSpreadsheetDocument, short index, in setSCSheetNameByIndex()
421 …public static void setCurrentSheet(XSpreadsheetDocument xSpreadsheetDocument, XSpreadsheet xSpread… in setCurrentSheet()
433 …public static XSpreadsheet getCurrentSheet(XSpreadsheetDocument xSpreadsheetDocument) throws Excep… in getCurrentSheet()
[all …]
/trunk/test/testuno/source/fvt/mix/sc/sheet/
H A DInsertExcelSheetTest.java44 import com.sun.star.sheet.XSpreadsheetDocument;
83 XSpreadsheetDocument scDocument = null;
269 XSpreadsheetDocument tempscDocument = (XSpreadsheetDocument)UnoRuntime.queryInterface( in insertSheetFromFileLinkedNormal()
270 XSpreadsheetDocument.class, xComponent); in insertSheetFromFileLinkedNormal()
290 XSpreadsheetDocument sourcescDocument = SCUtil.reloadFile(unoApp, in insertSheetFromFileLinkedNormal()
318 tempscDocument = (XSpreadsheetDocument)UnoRuntime.queryInterface( in insertSheetFromFileLinkedNormal()
319 XSpreadsheetDocument.class, xComponent); in insertSheetFromFileLinkedNormal()
488 XSpreadsheetDocument tempscDocument = (XSpreadsheetDocument)UnoRuntime.queryInterface( in insertSheetFromFileLinkedValue()
489 XSpreadsheetDocument.class, xComponent); in insertSheetFromFileLinkedValue()
508 XSpreadsheetDocument sourcescDocument = SCUtil.reloadFile(unoApp, in insertSheetFromFileLinkedValue()
[all …]
H A DInsertCalcSheetTest.java44 import com.sun.star.sheet.XSpreadsheetDocument;
83 XSpreadsheetDocument scDocument = null;
269 XSpreadsheetDocument tempscDocument = (XSpreadsheetDocument)UnoRuntime.queryInterface( in insertSheetFromFileLinkedNormal()
270 XSpreadsheetDocument.class, xComponent); in insertSheetFromFileLinkedNormal()
290 XSpreadsheetDocument sourcescDocument = SCUtil.reloadFile(unoApp, in insertSheetFromFileLinkedNormal()
318 tempscDocument = (XSpreadsheetDocument)UnoRuntime.queryInterface( in insertSheetFromFileLinkedNormal()
319 XSpreadsheetDocument.class, xComponent); in insertSheetFromFileLinkedNormal()
488 XSpreadsheetDocument tempscDocument = (XSpreadsheetDocument)UnoRuntime.queryInterface( in insertSheetFromFileLinkedValue()
489 XSpreadsheetDocument.class, xComponent); in insertSheetFromFileLinkedValue()
508 XSpreadsheetDocument sourcescDocument = SCUtil.reloadFile(unoApp, in insertSheetFromFileLinkedValue()
[all …]
/trunk/test/testuno/source/fvt/uno/sc/formula/
H A DTestFormulaRoundTrip.java48 import com.sun.star.sheet.XSpreadsheetDocument;
55 private XSpreadsheetDocument scDocument = null;
71 private XSpreadsheet generateTestDocument(XSpreadsheetDocument scDocument) throws Exception { in generateTestDocument()
87 scDocument = (XSpreadsheetDocument) UnoRuntime.queryInterface( in testMSExcel2003XMLFormulaRoundTrip()
88 XSpreadsheetDocument.class, unoApp.loadDocument(Testspace.getPath(path))); in testMSExcel2003XMLFormulaRoundTrip()
105 scDocument = (XSpreadsheetDocument) UnoRuntime.queryInterface( in testStarOfficeXMLFormulaRoundTrip()
106 XSpreadsheetDocument.class, unoApp.loadDocument(Testspace.getPath(path))); in testStarOfficeXMLFormulaRoundTrip()
/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DResizeHideShowRowColumn.java34 import com.sun.star.sheet.XSpreadsheetDocument;
50 XSpreadsheetDocument scDocument = null;
71 …scDocument = (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, scCompon… in testResizeColumn()
104 XSpreadsheetDocument TempSCDocument = reloadFile(unoApp, scDocument, "TestColumn.ods"); in testResizeColumn()
163 …scDocument = (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, scCompon… in testResizeRow()
196 XSpreadsheetDocument TempSCDocument = reloadFile(unoApp, scDocument, "TestRow.xls"); in testResizeRow()
H A DInsertDeleteRowAndColumn.java35 import com.sun.star.sheet.XSpreadsheetDocument;
52 XSpreadsheetDocument scDocument = null;
71 …scDocument = (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, scCompon… in testInsertDeleteRows()
117 …scDocument = (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, scCompon… in testInsertDeleteColumns()
H A DCreateShowHideEditDeleteComments.java39 import com.sun.star.sheet.XSpreadsheetDocument;
61 XSpreadsheetDocument scDocument = null;
97 …scDocument = (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, scCompon… in testCreateEditDeleteComments()
159 …scDocument = (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, scCompon… in testShowHideComments()
H A DCellMerge.java46 import com.sun.star.sheet.XSpreadsheetDocument;
63 XSpreadsheetDocument scDocument = null;
82 …scDocument = (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, scCompon… in testCellMerge()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScAnnotationShapeObj.java32 import com.sun.star.sheet.XSpreadsheetDocument;
77 static XSpreadsheetDocument xSheetDoc = null;
92 (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, in initialize()
140 XSpreadsheetDocument xArea = in createTestEnvironment()
141 (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, in createTestEnvironment()
H A DXMLImporter.java37 import com.sun.star.sheet.XSpreadsheetDocument;
79 XSpreadsheetDocument xSpreadsheetDoc = SOF.createCalcDoc( null ); in initialize()
167 XSpreadsheetDocument xSpreadsheetDoc = (XSpreadsheetDocument) in createTestEnvironment()
168 UnoRuntime.queryInterface(XSpreadsheetDocument.class, xSheetDoc); in createTestEnvironment()
H A DScAnnotationTextCursor.java40 import com.sun.star.sheet.XSpreadsheetDocument;
68 static XSpreadsheetDocument xSheetDoc = null;
110 XSpreadsheetDocument xArea = (XSpreadsheetDocument) in createTestEnvironment()
111 UnoRuntime.queryInterface(XSpreadsheetDocument.class, xSheetDoc); in createTestEnvironment()
H A DScAnnotationObj.java40 import com.sun.star.sheet.XSpreadsheetDocument;
71 static XSpreadsheetDocument xSheetDoc = null;
130 XSpreadsheetDocument xArea = (XSpreadsheetDocument) in createTestEnvironment()
131 UnoRuntime.queryInterface(XSpreadsheetDocument.class, xSheetDoc); in createTestEnvironment()
H A DScAnnotationsObj.java41 import com.sun.star.sheet.XSpreadsheetDocument;
72 static XSpreadsheetDocument xSheetDoc = null;
118 XSpreadsheetDocument xSpreadsheetDoc = (XSpreadsheetDocument) in createTestEnvironment()
119 UnoRuntime.queryInterface(XSpreadsheetDocument.class, xSheetDoc); in createTestEnvironment()
/trunk/test/testuno/source/fvt/uno/sc/sheet/
H A DSheetBasicTest.java40 import com.sun.star.sheet.XSpreadsheetDocument;
51 XSpreadsheetDocument scDocument = null;
102 XSpreadsheetDocument scDocumentTemp = SCUtil.reloadFile(unoApp, in insertRenameDeleteSheet()
143 XSpreadsheetDocument scDocumentTemp = SCUtil.reloadFile(unoApp, in copypastesheet()
185 XSpreadsheetDocument scDocumentTemp = SCUtil.reloadFile(unoApp, in movesheet()
239 XSpreadsheetDocument scDocumentTemp = SCUtil.reloadFile(unoApp, in hideShowSheet()
290 XSpreadsheetDocument scDocumentTemp = SCUtil.reloadFile(unoApp, in sheetColor()
397 XSpreadsheetDocument tempscDocument = SCUtil.reloadFile(unoApp, in insertSheetFromfile()
427 XSpreadsheetDocument sourcescDocument = SCUtil.reloadFile(unoApp, in insertSheetFromfile()
/trunk/main/odk/examples/java/Spreadsheet/
H A DChartTypeChange.java44 import com.sun.star.sheet.XSpreadsheetDocument;
185 XSpreadsheetDocument xSpreadSheetDocument = ( XSpreadsheetDocument ) in getChart()
186 UnoRuntime.queryInterface( XSpreadsheetDocument.class, xComponent ); in getChart()
232 XSpreadsheetDocument xspreadsheetdocument = ( XSpreadsheetDocument ) in getChart()
233 UnoRuntime.queryInterface( XSpreadsheetDocument.class, xComponent ); in getChart()
H A DEuroAdaption.java55 import com.sun.star.sheet.XSpreadsheetDocument;
77 XSpreadsheetDocument xSheetdocument = null; in main()
78 xSheetdocument = ( XSpreadsheetDocument ) createSheetdocument( xDesktop ); in main()
336 public static XSpreadsheetDocument createSheetdocument( XDesktop xDesktop ) { in createSheetdocument()
337 XSpreadsheetDocument aSheetDocument = null; in createSheetdocument()
343 aSheetDocument = (XSpreadsheetDocument) UnoRuntime.queryInterface( in createSheetdocument()
344 XSpreadsheetDocument.class, xComponent); in createSheetdocument()
H A DSCalc.java61 import com.sun.star.sheet.XSpreadsheetDocument;
102 XSpreadsheetDocument myDoc = null; in main()
323 public static XSpreadsheetDocument openCalc(XComponentContext xContext) in openCalc()
328 XSpreadsheetDocument xSpreadSheetDoc = null; in openCalc()
347 xSpreadSheetDoc = (XSpreadsheetDocument) UnoRuntime.queryInterface( in openCalc()
348 XSpreadsheetDocument.class, xComp); in openCalc()
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DHelper.java49 import com.sun.star.sheet.XSpreadsheetDocument;
89 public XSpreadsheetDocument createSpreadsheetDocument() in createSpreadsheetDocument()
91 return (XSpreadsheetDocument) UnoRuntime.queryInterface( in createSpreadsheetDocument()
92 XSpreadsheetDocument.class, createDocument( "scalc" )); in createSpreadsheetDocument()
158 private XSpreadsheetDocument maSpreadSheetDoc;
/trunk/main/connectivity/source/inc/calc/
H A DCConnection.hxx30 class XSpreadsheetDocument;
42 … ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSpreadsheetDocument > m_xDoc;
69 … ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSpreadsheetDocument> acquireDoc();
75 … ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSpreadsheetDocument> m_xDoc;
86 …::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSpreadsheetDocument> getDoc() const { … in getDoc()
/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DInsertDeleteCells.java38 import com.sun.star.sheet.XSpreadsheetDocument;
55 XSpreadsheetDocument scDocument = null;
83 …scDocument = (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, scCompon… in testInsertCells()
213 …scDocument = (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, scCompon… in testDeleteCells()
/trunk/test/testuno/source/fvt/uno/sc/data/
H A DDataSort.java37 import com.sun.star.sheet.XSpreadsheetDocument;
47 XSpreadsheetDocument scDocument = null;
127 XSpreadsheetDocument scDocumentTemp = SCUtil.reloadFile(unoApp, in singleFieldSort()
193 XSpreadsheetDocument scDocumentTemp = SCUtil.reloadFile(unoApp, in sortByTwoFields()
265 XSpreadsheetDocument scDocumentTemp = SCUtil.reloadFile(unoApp, in sortByThreeField()
343 XSpreadsheetDocument scDocumentTemp = SCUtil.reloadFile(unoApp, in sortOption()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_Shape.java26 import com.sun.star.sheet.XSpreadsheetDocument;
35 XSpreadsheetDocument xSheetDoc = (XSpreadsheetDocument) UnoRuntime.queryInterface( in _Anchor()
36 XSpreadsheetDocument.class, in _Anchor()
H A D_XGoalSeek.java29 import com.sun.star.sheet.XSpreadsheetDocument;
49 XSpreadsheetDocument xSpreadsheetDocument = (XSpreadsheetDocument) in before()
50 UnoRuntime.queryInterface(XSpreadsheetDocument.class, oObj); in before()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DSOfficeFactory.java130 public XSpreadsheetDocument createCalcDoc(String frameName) in createCalcDoc()
137 … return (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, oDoc); in createCalcDoc()
148 public XSpreadsheetDocument createCalcDoc(String frameName, PropertyValue[] mediaDescriptor) in createCalcDoc()
155 … return (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, oDoc); in createCalcDoc()
386 public static XSpreadsheet createSpreadsheet(XSpreadsheetDocument oDoc) in createSpreadsheet()
/trunk/main/sc/source/ui/vba/
H A Dvbaworkbooks.cxx68 void setUpDocumentModules( const uno::Reference< sheet::XSpreadsheetDocument >& xDoc ) in setUpDocumentModules()
137 … uno::XComponentContext >& xContext, const uno::Reference< sheet::XSpreadsheetDocument > &xDoc, co… in getWorkbook()
163 …uno::Reference< sheet::XSpreadsheetDocument > xDoc( m_xEnumeration->nextElement(), uno::UNO_QUERY_… in nextElement()
192 uno::Reference< sheet::XSpreadsheetDocument > xDoc( aSource, uno::UNO_QUERY_THROW ); in createCollectionObject()
200 uno::Reference< sheet::XSpreadsheetDocument > xSpreadDoc; in Add()
363 …uno::Reference <sheet::XSpreadsheetDocument> xSpreadDoc( openDocument( rFileName, ReadOnly, sProps… in Open()

1234567891011