Searched refs:xCellAddress (Results 1 – 3 of 3) sorted by relevance
140 XCellAddressable xCellAddress = (XCellAddressable) in main() local143 xCellAddress.getCellAddress().Column in main()144 + ", row " + xCellAddress.getCellAddress().Row in main()
171 Reference< XCellAddressable > xCellAddress( m_xCell, UNO_QUERY ); in getFastPropertyValue() local172 if ( xCellAddress.is() ) in getFastPropertyValue()173 _rValue <<= xCellAddress->getCellAddress( ); in getFastPropertyValue()
855 uno::Reference<sheet::XCellRangeAddressable> xCellAddress (xCursor, uno::UNO_QUERY); in GetEndAddress() local856 if (xUsedArea.is() && xCellAddress.is()) in GetEndAddress()859 aCellAddress = xCellAddress->getRangeAddress(); in GetEndAddress()2737 uno::Reference<sheet::XCellRangeAddressable> xCellAddress (xCursor, uno::UNO_QUERY); in GetMerged() local2739 table::CellRangeAddress aCellAddress2(xCellAddress->getRangeAddress()); in GetMerged()
Completed in 118 milliseconds