Searched refs:aTabRanges (Results 1 – 1 of 1) sorted by relevance
2304 ScRangeList aTabRanges; // collect ranges on this sheet in NotifyChanges() local2310 aTabRanges.Append( aRange ); in NotifyChanges()2312 sal_uLong nTabRangeCount = aTabRanges.Count(); in NotifyChanges()2318 ScRange aRange( *aTabRanges.GetObject( 0 ) ); in NotifyChanges()2325 … xTarget.set( static_cast<cppu::OWeakObject*>( new ScCellRangesObj( pDocShell, aTabRanges ) ) ); in NotifyChanges()