Searched refs:xCellAddr (Results 1 – 8 of 8) sorted by relevance
210 …uno::Reference< sheet::XCellAddressable > xCellAddr(mxRange->getCellByPosition(0, 0), uno::UNO_QUE… in Text() local211 table::CellAddress aAddress = xCellAddr->getCellAddress(); in Text()
244 …uno::Reference< sheet::XCellAddressable > xCellAddr(xCursor->getCellByPosition(0, 0), UNO_QUERY_TH… in getLastUsedCellAddress() local245 return xCellAddr->getCellAddress(); in getLastUsedCellAddress()
245 …uno::Reference< sheet::XCellAddressable > xCellAddr(xCursor->getCellByPosition(0, 0), UNO_QUERY_TH… in getLastUsedCellAddress() local246 return xCellAddr->getCellAddress(); in getLastUsedCellAddress()
275 …com.sun.star.sheet.XCellAddressable xCellAddr = UnoRuntime.queryInterface( com.sun.star.sheet.XCel… in doCellSamples() local276 com.sun.star.table.CellAddress aAddress = xCellAddr.getCellAddress(); in doCellSamples()
151 unoidl.com.sun.star.sheet.XCellAddressable xCellAddr = in doCellSamples()154 xCellAddr.getCellAddress(); in doCellSamples()