Home
last modified time | relevance | path

Searched refs:xCells (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XCalculatable.java37 private XCell[] xCells = null; field in _XCalculatable
45 if (xCells == null || xCells.length != 3) in before()
62 double ergValue1 = xCells[2].getValue(); in _calculate()
63 double sourceValue1 = xCells[0].getValue(); in _calculate()
64 xCells[0].setValue(sourceValue1 +1); in _calculate()
65 double ergValue2 = xCells[2].getValue(); in _calculate()
68 ergValue2 = xCells[2].getValue(); in _calculate()
76 double ergValue1 = xCells[2].getValue(); in _calculateAll()
78 xCells[0].setValue(sourceValue1 +1); in _calculateAll()
79 double ergValue2 = xCells[2].getValue(); in _calculateAll()
[all …]
/aoo41x/main/connectivity/source/drivers/calc/
H A DCDatabaseMetaData.cxx326 Reference<XEnumerationAccess> xCells = xRanges->getCells(); in lcl_IsEmptyOrHidden()
327 if (xCells.is()) in lcl_IsEmptyOrHidden()
329 if ( !xCells->hasElements() ) in lcl_IsEmptyOrHidden()
H A DCTable.cxx194 Reference<XEnumerationAccess> xCells = xRanges->getCells(); in lcl_GetUsedCell() local
195 if (xCells.is()) in lcl_GetUsedCell()
197 Reference<XEnumeration> xEnum = xCells->createEnumeration(); in lcl_GetUsedCell()
/aoo41x/main/sc/workben/
H A Dtest.cxx164 XCellCollectionRef xCells = (XCellCollection*) in selectionChanged() local
166 if (!xCells) return; in selectionChanged()
168 String aStr = OUStringToString( xCells->getAddress(), CHARSET_SYSTEM ); in selectionChanged()
/aoo41x/main/sc/source/filter/xml/
H A Dxmlexprt.cxx2598 … uno::Reference<container::XEnumeration> xCells(xCellsAccess->createEnumeration()); in _ExportAutoStyles() local
2599 if (xCells.is()) in _ExportAutoStyles()
2602 while (xCells->hasMoreElements()) in _ExportAutoStyles()
2604 … uno::Reference<text::XText> xText(xCells->nextElement(), uno::UNO_QUERY); in _ExportAutoStyles()

Completed in 78 milliseconds