Searched refs:xRangeObj (Results 1 – 2 of 2) sorted by relevance
374 uno::Reference< table::XCellRange > xRangeObj; in changesOccurred() local375 aChange.ReplacedElement >>= xRangeObj; in changesOccurred()376 if( xRangeObj.is() ) in changesOccurred()379 aArgs[0] <<= xRangeObj; in changesOccurred()390 uno::Reference< table::XCellRange > xRangeObj; in changesOccurred() local391 aChange.ReplacedElement >>= xRangeObj; in changesOccurred()392 if( xRangeObj.is() && sOperation.equalsIgnoreAsciiCaseAscii("cell-change") ) in changesOccurred()394 … uno::Reference< sheet::XCellRangeAddressable > xCellRangeAddressable( xRangeObj, uno::UNO_QUERY ); in changesOccurred()
2225 uno::Reference< table::XCellRange > xRangeObj; in NotifyChanges() local2230 xRangeObj.set( new ScCellObj( pDocShell, aRange.aStart ) ); in NotifyChanges()2234 xRangeObj.set( new ScCellRangeObj( pDocShell, aRange ) ); in NotifyChanges()2240 rChange.ReplacedElement <<= xRangeObj; in NotifyChanges()3347 uno::Reference<beans::XPropertySet> xRangeObj = new ScCellRangeObj( pDocShell, aRange ); in setPropertyValue() local3348 xRangeObj->setPropertyValue( aPropertyName, aValue ); in setPropertyValue()3404 uno::Reference<beans::XPropertySet> xRangeObj = new ScCellRangeObj( pDocShell, aRange ); in getPropertyValue() local3405 aAny = xRangeObj->getPropertyValue( aPropertyName ); in getPropertyValue()
Completed in 31 milliseconds