Home
last modified time | relevance | path

Searched refs:xCellAddressable (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/xls/
H A Dworksheethelper.cxx1087 Reference<XCellAddressable> xCellAddressable( xCell, UNO_QUERY_THROW ); in finalizeValidationRanges() local
1088 CellAddress aFirstCell = xCellAddressable->getCellAddress(); in finalizeValidationRanges()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx1751 …uno::Reference< sheet::XCellAddressable > xCellAddressable(mxRange->getCellByPosition(0, 0), uno::… in getRow() local
1752 return xCellAddressable->getCellAddress().Row + 1; // Zero value indexing in getRow()
1767 …uno::Reference< sheet::XCellAddressable > xCellAddressable(mxRange->getCellByPosition(0, 0), uno::… in getColumn() local
1768 return xCellAddressable->getCellAddress().Column + 1; // Zero value indexing in getColumn()

Completed in 51 milliseconds