Home
last modified time | relevance | path

Searched refs:xSheetDoc (Results 1 – 25 of 101) sorted by relevance

12345

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScAccessiblePreviewHeaderCell.java88 static XSpreadsheetDocument xSheetDoc = null; field in ScAccessiblePreviewHeaderCell
102 if (xSheetDoc != null) { in cleanup()
105 XCloseable.class, xSheetDoc); in cleanup()
107 xSheetDoc = null; in cleanup()
112 xSheetDoc = null; in cleanup()
128 if (xSheetDoc != null) { in createTestEnvironment()
130 XComponent.class, xSheetDoc); in createTestEnvironment()
138 xSheetDoc = SOF.createCalcDoc(null); in createTestEnvironment()
146 xSheetDoc); in createTestEnvironment()
156 XSpreadsheets oSheets = xSheetDoc.getSheets(); in createTestEnvironment()
[all …]
H A DScShapeObj.java43 static XComponent xSheetDoc; field in ScShapeObj
51xSheetDoc = (XComponent) UnoRuntime.queryInterface(XComponent.class, SOF.createCalcDoc(null)); in initialize()
61 util.DesktopTools.closeDoc(xSheetDoc); in cleanup()
94 oShape = SOF.createShape(xSheetDoc,5000, 3500, 7500, 5000,"Rectangle"); in createTestEnvironment()
95 DrawTools.getShapes(DrawTools.getDrawPage(xSheetDoc,0)).add(oShape); in createTestEnvironment()
99 DrawTools.getShapes(DrawTools.getDrawPage(xSheetDoc,0)).add( in createTestEnvironment()
100 SOF.createShape(xSheetDoc, in createTestEnvironment()
108 tEnv.addObjRelation("DOCUMENT",xSheetDoc); in createTestEnvironment()
H A DXMLStylesExporter.java72 static XComponent xSheetDoc; field in XMLStylesExporter
83 xSheetDoc = SOF.openDoc("scalc","_blank"); in initialize()
96 util.DesktopTools.closeDoc(xSheetDoc); in cleanup()
138 xEx.setSourceDocument(xSheetDoc); in createTestEnvironment()
143 XStyleFamiliesSupplier.class, xSheetDoc); in createTestEnvironment()
150 xSheetDoc, "com.sun.star.style.CellStyle"); in createTestEnvironment()
156 util.CalcTools.fillCalcSheetWithContent(xSheetDoc, 1, 3, 3, 50, 100); in createTestEnvironment()
173 tEnv.addObjRelation("SourceDocument",xSheetDoc); in createTestEnvironment()
H A DXMLMetaExporter.java71 static XComponent xSheetDoc; field in XMLMetaExporter
81 xSheetDoc = SOF.openDoc("scalc","_blank"); in initialize()
94 util.DesktopTools.closeDoc(xSheetDoc); in cleanup()
138 xEx.setSourceDocument(xSheetDoc); in createTestEnvironment()
143 xSheetDoc) ; in createTestEnvironment()
149 util.CalcTools.fillCalcSheetWithContent(xSheetDoc,1, 3, 3, 50, 50); in createTestEnvironment()
166 tEnv.addObjRelation("SourceDocument",xSheetDoc); in createTestEnvironment()
H A DXMLSettingsExporter.java71 static XComponent xSheetDoc; field in XMLSettingsExporter
81 xSheetDoc = SOF.openDoc("scalc","_blank"); in initialize()
94 util.DesktopTools.closeDoc(xSheetDoc); in cleanup()
131 xEx.setSourceDocument(xSheetDoc); in createTestEnvironment()
135 UnoRuntime.queryInterface(XModel.class, xSheetDoc); in createTestEnvironment()
141 util.CalcTools.fillCalcSheetWithContent(xSheetDoc,1, 3, 3, 50, 50); in createTestEnvironment()
168 tEnv.addObjRelation("SourceDocument",xSheetDoc); in createTestEnvironment()
H A DXMLContentExporter.java74 static XComponent xSheetDoc; field in XMLContentExporter
84 xSheetDoc = SOF.openDoc("scalc","_blank"); in initialize()
95 util.DesktopTools.closeDoc(xSheetDoc); in cleanup()
134 xEx.setSourceDocument(xSheetDoc); in createTestEnvironment()
138 UnoRuntime.queryInterface(XSpreadsheetDocument.class, xSheetDoc); in createTestEnvironment()
148 util.CalcTools.fillCalcSheetWithContent(xSheetDoc, 1, 1, 1, 5, 5); in createTestEnvironment()
176 tEnv.addObjRelation("SourceDocument",xSheetDoc); in createTestEnvironment()
H A DXMLImporter.java69 static XComponent xSheetDoc; field in XMLImporter
80 xSheetDoc = (XComponent) UnoRuntime.queryInterface in initialize()
94 util.DesktopTools.closeDoc(xSheetDoc); in cleanup()
134 imp.setTargetDocument(xSheetDoc); in createTestEnvironment()
147 tEnv.addObjRelation("TargetDocument", xSheetDoc) ; in createTestEnvironment()
168 UnoRuntime.queryInterface(XSpreadsheetDocument.class, xSheetDoc); in createTestEnvironment()
H A DScCellObj.java88 static XSpreadsheetDocument xSheetDoc = null; field in ScCellObj
99 xSheetDoc = SOF.createCalcDoc(null); in initialize()
113 UnoRuntime.queryInterface (XComponent.class, xSheetDoc); in cleanup()
141 XSpreadsheets oSheets = xSheetDoc.getSheets() ; in createTestEnvironment()
172 tEnv.addObjRelation( "XTEXTINFO", new InstCreator( xSheetDoc, tDsc ) ); in createTestEnvironment()
202 tEnv.addObjRelation("SPREADSHEET", xSheetDoc); in createTestEnvironment()
H A DXMLExporter.java73 static XComponent xSheetDoc; field in XMLExporter
82 xSheetDoc = SOF.openDoc("scalc","_blank"); in initialize()
95 util.DesktopTools.closeDoc(xSheetDoc); in cleanup()
131 xEx.setSourceDocument(xSheetDoc); in createTestEnvironment()
135 UnoRuntime.queryInterface(XSpreadsheetDocument.class, xSheetDoc); in createTestEnvironment()
186 tEnv.addObjRelation("SourceDocument",xSheetDoc); in createTestEnvironment()
H A DScAccessibleSpreadsheet.java75 static XSpreadsheetDocument xSheetDoc = null; field in ScAccessibleSpreadsheet
84 xSheetDoc = SOF.createCalcDoc(null); in initialize()
98 (XComponent.class, xSheetDoc); in cleanup()
114 UnoRuntime.queryInterface(XModel.class, xSheetDoc); in createTestEnvironment()
133 XSpreadsheets oSheets = xSheetDoc.getSheets() ; in createTestEnvironment()
H A DScNamedRangesObj.java67 static XSpreadsheetDocument xSheetDoc = null; field in ScNamedRangesObj
77 xSheetDoc = SOF.createCalcDoc(null); in initialize()
91 UnoRuntime.queryInterface (XComponent.class, xSheetDoc) ; in cleanup()
120 XSpreadsheets oSheets = xSheetDoc.getSheets(); in createTestEnvironment()
139 UnoRuntime.queryInterface(XPropertySet.class, xSheetDoc); in createTestEnvironment()
H A DScSheetLinksObj.java62 static XSpreadsheetDocument xSheetDoc = null; field in ScSheetLinksObj
72 xSheetDoc = SOF.createCalcDoc(null); in initialize()
86 UnoRuntime.queryInterface(XComponent.class, xSheetDoc) ; in cleanup()
111 XSpreadsheets oSheets = xSheetDoc.getSheets() ; in createTestEnvironment()
139 UnoRuntime.queryInterface(XPropertySet.class, xSheetDoc); in createTestEnvironment()
H A DScCellFieldsObj.java67 static XSpreadsheetDocument xSheetDoc = null; field in ScCellFieldsObj
77 xSheetDoc = SOF.createCalcDoc(null); in initialize()
92 UnoRuntime.queryInterface (XComponent.class, xSheetDoc); in cleanup()
116 UnoRuntime.queryInterface(XMultiServiceFactory.class, xSheetDoc); in createTestEnvironment()
123 XSpreadsheets oSheets = xSheetDoc.getSheets() ; in createTestEnvironment()
H A DScIndexEnumeration_SheetLinksEnumeration.java49 static XSpreadsheetDocument xSheetDoc = null; field in ScIndexEnumeration_SheetLinksEnumeration
59 xSheetDoc = SOF.createCalcDoc(null); in initialize()
73 UnoRuntime.queryInterface(XComponent.class, xSheetDoc) ; in cleanup()
87 XSpreadsheets oSheets = xSheetDoc.getSheets() ; in createTestEnvironment()
114 UnoRuntime.queryInterface(XPropertySet.class, xSheetDoc); in createTestEnvironment()
H A DScIndexEnumeration_TextFieldEnumeration.java62 static XSpreadsheetDocument xSheetDoc = null; field in ScIndexEnumeration_TextFieldEnumeration
72 xSheetDoc = SOF.createCalcDoc(null); in initialize()
87 UnoRuntime.queryInterface (XComponent.class, xSheetDoc); in cleanup()
113 UnoRuntime.queryInterface(XMultiServiceFactory.class, xSheetDoc); in createTestEnvironment()
120 XSpreadsheets oSheets = xSheetDoc.getSheets() ; in createTestEnvironment()
H A DScCellFieldObj.java72 static XSpreadsheetDocument xSheetDoc = null; field in ScCellFieldObj
82 xSheetDoc = SOF.createCalcDoc(null); in initialize()
97 UnoRuntime.queryInterface (XComponent.class, xSheetDoc); in cleanup()
132 UnoRuntime.queryInterface(XMultiServiceFactory.class, xSheetDoc); in createTestEnvironment()
145 XSpreadsheets oSheets = xSheetDoc.getSheets() ; in createTestEnvironment()
H A DScAnnotationShapeObj.java77 static XSpreadsheetDocument xSheetDoc = null; field in ScAnnotationShapeObj
91 xSheetDoc = in initialize()
110 xSheetDoc); in cleanup()
142 xSheetDoc); in createTestEnvironment()
204 "XTEXTINFO", new InstCreator( xSheetDoc, tDsc ) ); in createTestEnvironment()
H A DScSheetLinkObj.java74 static XSpreadsheetDocument xSheetDoc = null; field in ScSheetLinkObj
84 xSheetDoc = SOF.createCalcDoc(null); in initialize()
98 UnoRuntime.queryInterface(XComponent.class, xSheetDoc); in cleanup()
123 XSpreadsheets oSheets = xSheetDoc.getSheets() ; in createTestEnvironment()
150 UnoRuntime.queryInterface(XPropertySet.class, xSheetDoc); in createTestEnvironment()
H A DScIndexEnumeration_SheetCellRangesEnumeration.java48 static XSpreadsheetDocument xSheetDoc = null; field in ScIndexEnumeration_SheetCellRangesEnumeration
60 xSheetDoc = SOF.createCalcDoc(null); in initialize()
74 (XComponent) UnoRuntime.queryInterface (XComponent.class, xSheetDoc); in cleanup()
93 UnoRuntime.queryInterface (XComponent.class, xSheetDoc); in createTestEnvironment()
98 XSpreadsheets oSheets = xSheetDoc.getSheets() ; in createTestEnvironment()
H A DScDDELinksObj.java66 static XSpreadsheetDocument xSheetDoc = null; field in ScDDELinksObj
77 xSheetDoc = SOF.createCalcDoc(null); in initialize()
92 queryInterface(XComponent.class, xSheetDoc) ; in cleanup()
138 XSpreadsheets xSpreadsheets = (XSpreadsheets)xSheetDoc.getSheets(); in createTestEnvironment()
178 UnoRuntime.queryInterface(XPropertySet.class, xSheetDoc); in createTestEnvironment()
H A DScAccessiblePreviewCell.java84 static XSpreadsheetDocument xSheetDoc = null; field in ScAccessiblePreviewCell
93 xSheetDoc = SOF.createCalcDoc(null); in initialize()
107 (XComponent.class, xSheetDoc); in cleanup()
123 XSpreadsheets oSheets = xSheetDoc.getSheets() ; in createTestEnvironment()
148 UnoRuntime.queryInterface(XModel.class, xSheetDoc); in createTestEnvironment()
H A DScIndexEnumeration_DDELinksEnumeration.java49 static XSpreadsheetDocument xSheetDoc = null; field in ScIndexEnumeration_DDELinksEnumeration
60 xSheetDoc = SOF.createCalcDoc(null); in initialize()
75 queryInterface(XComponent.class, xSheetDoc) ; in cleanup()
108 XSpreadsheets xSpreadsheets = (XSpreadsheets)xSheetDoc.getSheets(); in createTestEnvironment()
148 UnoRuntime.queryInterface(XPropertySet.class, xSheetDoc); in createTestEnvironment()
H A DScCellRangesObj.java91 static XSpreadsheetDocument xSheetDoc = null; field in ScCellRangesObj
103 xSheetDoc = SOF.createCalcDoc(null); in initialize()
117 (XComponent) UnoRuntime.queryInterface (XComponent.class, xSheetDoc); in cleanup()
154 UnoRuntime.queryInterface (XComponent.class, xSheetDoc); in createTestEnvironment()
159 XSpreadsheets oSheets = xSheetDoc.getSheets() ; in createTestEnvironment()
H A DAccessibleEditableTextPara_PreviewCell.java60 static XSpreadsheetDocument xSheetDoc = null; field in AccessibleEditableTextPara_PreviewCell
69 xSheetDoc = SOF.createCalcDoc(null); in initialize()
83 (XComponent.class, xSheetDoc); in cleanup()
99 XSpreadsheets oSheets = xSheetDoc.getSheets() ; in createTestEnvironment()
124 UnoRuntime.queryInterface(XModel.class, xSheetDoc); in createTestEnvironment()
/trunk/main/sc/qa/complex/sc/
H A DCalcRTL.java69 XSpreadsheetDocument xSheetDoc = null; field in CalcRTL
233 xSheetDoc = SOF.createCalcDoc(null); in openSpreadsheetDocument()
253 XCloseable.class, xSheetDoc); in closeSpreadsheetDocument()
266 xSheetDoc = null; in closeSpreadsheetDocument()
280 XSpreadsheets xSpreadsheets = xSheetDoc.getSheets(); in getSpreadsheet()
551 xSheetDoc); in getInsertedShape()
563 XComponent.class, xSheetDoc); in getInsertedShape()

Completed in 87 milliseconds

12345