Searched refs:pUndoRanges (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 2128 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 D | docfunc.cxx | 3149 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 D | chart2uno.cxx | 2858 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 D | cellsuno.cxx | 1519 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 131 milliseconds