Searched refs:xCells (Results 1 – 5 of 5) sorted by relevance
37 private XCell[] xCells = null; field in _XCalculatable45 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 …]
326 Reference<XEnumerationAccess> xCells = xRanges->getCells(); in lcl_IsEmptyOrHidden()327 if (xCells.is()) in lcl_IsEmptyOrHidden()329 if ( !xCells->hasElements() ) in lcl_IsEmptyOrHidden()
194 Reference<XEnumerationAccess> xCells = xRanges->getCells(); in lcl_GetUsedCell() local195 if (xCells.is()) in lcl_GetUsedCell()197 Reference<XEnumeration> xEnum = xCells->createEnumeration(); in lcl_GetUsedCell()
164 XCellCollectionRef xCells = (XCellCollection*) in selectionChanged() local166 if (!xCells) return; in selectionChanged()168 String aStr = OUStringToString( xCells->getAddress(), CHARSET_SYSTEM ); in selectionChanged()
2598 … uno::Reference<container::XEnumeration> xCells(xCellsAccess->createEnumeration()); in _ExportAutoStyles() local2599 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 46 milliseconds