/aoo41x/main/qadevOOo/tests/java/mod/_sc/ |
H A D | ScAccessiblePreviewHeaderCell.java | 88 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 D | ScShapeObj.java | 43 static XComponent xSheetDoc; field in ScShapeObj 51 … xSheetDoc = (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 D | XMLStylesExporter.java | 72 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 D | XMLMetaExporter.java | 71 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 D | XMLSettingsExporter.java | 71 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 D | XMLContentExporter.java | 74 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 D | XMLImporter.java | 69 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 D | ScCellObj.java | 88 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 D | XMLExporter.java | 73 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 D | ScAccessibleSpreadsheet.java | 75 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 D | ScCellFieldsObj.java | 67 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 D | ScNamedRangesObj.java | 67 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 D | ScSheetLinksObj.java | 62 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 D | ScCellFieldObj.java | 72 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 D | ScIndexEnumeration_SheetLinksEnumeration.java | 49 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 D | ScIndexEnumeration_TextFieldEnumeration.java | 62 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 D | ScDDELinksObj.java | 66 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 D | ScAnnotationShapeObj.java | 77 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 D | ScIndexEnumeration_SheetCellRangesEnumeration.java | 48 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 D | ScSheetLinkObj.java | 74 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 D | ScAccessiblePreviewCell.java | 84 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 D | ScIndexEnumeration_DDELinksEnumeration.java | 49 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 D | ScSpreadsheetSettingsObj.java | 54 static XSpreadsheetDocument xSheetDoc = null; field in ScSpreadsheetSettingsObj 64 xSheetDoc = SOF.createCalcDoc(null); in initialize() 79 UnoRuntime.queryInterface (XComponent.class, xSheetDoc) ; in cleanup() 97 oObj = xSheetDoc; in createTestEnvironment()
|
H A D | AccessibleEditableTextPara_PreviewCell.java | 60 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()
|
H A D | ScCellRangesObj.java | 91 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()
|