Home
last modified time | relevance | path

Searched refs:pUndoRanges (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx2128 SCCOLROW* pUndoRanges = NULL; in SetWidthOrHeight() local
2158 pUndoRanges = new SCCOLROW[ 2*nRangeCnt ]; in SetWidthOrHeight()
2159 memmove( pUndoRanges, pRanges, 2*nRangeCnt*sizeof(SCCOLROW) ); in SetWidthOrHeight()
2288 pUndoDoc, nRangeCnt, pUndoRanges, in SetWidthOrHeight()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx3149 SCCOLROW* pUndoRanges = NULL; in SetWidthOrHeight() local
3167 pUndoRanges = new SCCOLROW[ 2*nRangeCnt ]; in SetWidthOrHeight()
3168 memmove( pUndoRanges, pRanges, 2*nRangeCnt*sizeof(SCCOLROW) ); in SetWidthOrHeight()
3276 pUndoDoc, nRangeCnt, pUndoRanges, in SetWidthOrHeight()
4465 ScRangeName* pUndoRanges = new ScRangeName(*pOld); in SetNewRangeNames() local
4468 new ScUndoRangeNames( &rDocShell, pUndoRanges, pRedoRanges ) ); in SetNewRangeNames()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx2858 auto_ptr<ScRangeList> pUndoRanges; in Notify() local
2860 pUndoRanges.reset(new ScRangeList(aRanges)); in Notify()
2874 if (pUndoRanges.get()) in Notify()
2875 m_pDocument->AddUnoRefChange(m_nObjectId, *pUndoRanges); in Notify()
H A Dcellsuno.cxx1519 ScRangeList* pUndoRanges = NULL; in Notify() local
1521 pUndoRanges = new ScRangeList( aRanges ); in Notify()
1546 if ( pUndoRanges ) in Notify()
1547 pDoc->AddUnoRefChange( nObjectId, *pUndoRanges ); in Notify()
1550 delete pUndoRanges; in Notify()

Completed in 124 milliseconds