Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/ui/vba/
H A Dvbaeventshelper.cxx374 uno::Reference< table::XCellRange > xRangeObj; in changesOccurred() local
375 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() local
391 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()
/aoo42x/main/sc/source/ui/unoobj/
H A Ddocuno.cxx2225 uno::Reference< table::XCellRange > xRangeObj; in NotifyChanges() local
2230 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() local
3348 xRangeObj->setPropertyValue( aPropertyName, aValue ); in setPropertyValue()
3404 uno::Reference<beans::XPropertySet> xRangeObj = new ScCellRangeObj( pDocShell, aRange ); in getPropertyValue() local
3405 aAny = xRangeObj->getPropertyValue( aPropertyName ); in getPropertyValue()

Completed in 49 milliseconds