Home
last modified time | relevance | path

Searched refs:aChangeRanges (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx659 ScRangeList aChangeRanges; in EnterData() local
856 ScRangeList aChangeRanges; in EnterData() local
1287 ScRangeList aChangeRanges; in ApplySelectionPattern() local
1301 aChangeRanges.Append( aChangeRange ); in ApplySelectionPattern()
1619 ScRangeList aChangeRanges; in InsertCells() local
1620 aChangeRanges.Append( aRange ); in InsertCells()
1680 ScRangeList aChangeRanges; in DeleteCells() local
1681 aChangeRanges.Append( aRange ); in DeleteCells()
2043 ScRangeList aChangeRanges; in DeleteContents() local
2046 aChangeRanges.Append( aMarkRange ); in DeleteContents()
[all …]
H A Dviewfun2.cxx1254 ScRangeList aChangeRanges; in FillSeries() local
1255 aChangeRanges.Append( aRange ); in FillSeries()
1256 …j->NotifyChanges( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "cell-change" ) ), aChangeRanges ); in FillSeries()
1286 ScRangeList aChangeRanges; in FillAuto() local
1316 aChangeRanges.Append( aChangeRange ); in FillAuto()
1317 …j->NotifyChanges( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "cell-change" ) ), aChangeRanges ); in FillAuto()
H A Dviewfun3.cxx1718 ScRangeList aChangeRanges; in PostPasteFromClip() local
1727 aChangeRanges.Append( aChangeRange ); in PostPasteFromClip()
1730 …j->NotifyChanges( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "cell-change" ) ), aChangeRanges ); in PostPasteFromClip()
/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx289 ScRangeList aChangeRanges; in Undo() local
292 aChangeRanges.Append( ScRange( nCol, nRow, pTabs[i] ) ); in Undo()
294 …j->NotifyChanges( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "cell-change" ) ), aChangeRanges ); in Undo()
322 ScRangeList aChangeRanges; in Redo() local
325 aChangeRanges.Append( ScRange( nCol, nRow, pTabs[i] ) ); in Redo()
327 …j->NotifyChanges( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "cell-change" ) ), aChangeRanges ); in Redo()
H A Dundoblk3.cxx217 ScRangeList aChangeRanges; in Undo() local
218 aChangeRanges.Append( aRange ); in Undo()
219 …j->NotifyChanges( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "cell-change" ) ), aChangeRanges ); in Undo()
236 ScRangeList aChangeRanges; in Redo() local
237 aChangeRanges.Append( aRange ); in Redo()
238 …j->NotifyChanges( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "cell-change" ) ), aChangeRanges ); in Redo()
/trunk/main/sc/source/core/tool/
H A Dcharthelper.cxx466 ScRangeList aChangeRanges; in CreateProtectedChartListenersAndNotify() local
467 aChangeRanges.Append( aRange ); in CreateProtectedChartListenersAndNotify()
473 …es( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "insert-chart" ) ), aChangeRanges, aProperties ); in CreateProtectedChartListenersAndNotify()

Completed in 67 milliseconds