Searched refs:aOldEnd (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sc/source/core/data/ |
H A D | drwlayer.cxx | 113 aOldEnd( rOE ), in ScUndoObjData() 130 pData->maEnd = aOldEnd; in Undo() 486 const ScAddress aOldEnd = pData->maEnd; in MoveCells() local 494 if ( aOldEnd.IsValid() && IsInBlock( aOldEnd, nCol1,nRow1, nCol2,nRow2 ) ) in MoveCells() 504 … AddCalcUndo< ScUndoObjData >( pObj, aOldStt, aOldEnd, pData->maStart, pData->maEnd ); in MoveCells()
|
/aoo42x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleDocumentPagePreview.cxx | 820 ScShapeChildVec::iterator aOldEnd = rOld.end(); in FindChanged() local 824 while ((aNewItr != aNewEnd) && (aOldItr != aOldEnd)) in FindChanged() 852 while (aOldItr != aOldEnd) in FindChanged()
|
/aoo42x/main/sc/inc/ |
H A D | drwlayer.hxx | 79 ScAddress aOldEnd; member in ScUndoObjData
|
/aoo42x/main/svtools/source/edit/ |
H A D | textview.cxx | 1266 TextPaM aOldEnd( aPaM ); in ImpMoveCursor() local 1341 if ( aOldEnd != aPaM ) in ImpMoveCursor() 1343 mpImpl->mpTextEngine->CursorMoved( aOldEnd.GetPara() ); in ImpMoveCursor() 1353 ShowSelection( TextSelection( aOldEnd, aPaM ) ); in ImpMoveCursor()
|
/aoo42x/main/sd/source/ui/animations/ |
H A D | CustomAnimationDialog.cxx | 2152 Any aOldEnd( aEnd ); in update() local 2154 aOldEnd = mpSet->getPropertyValue( nHandleEnd ); in update() 2156 if( aEnd != aOldEnd ) in update()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewfun3.cxx | 256 ScAddress aOldEnd( aRange.aEnd ); // Zusammengefasste Zellen im Bereich? in CutToClip() local 288 new ScUndoCut( pDocSh, aRange, aOldEnd, rMark, pUndoDoc ) ); in CutToClip()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | undoblk.hxx | 147 ScAddress aOldEnd, // end position without adjustment
|
/aoo42x/main/sc/source/ui/undo/ |
H A D | undoblk.cxx | 768 ScRange aRange, ScAddress aOldEnd, const ScMarkData& rMark, in ScUndoCut() argument 770 ScBlockUndo( pNewDocShell, ScRange(aRange.aStart, aOldEnd), SC_UNDO_AUTOHEIGHT ), in ScUndoCut()
|
/aoo42x/main/editeng/source/editeng/ |
H A D | impedit2.cxx | 1016 EditPaM aOldEnd( pEditView->pImpEditView->GetEditSelection().Max() ); in MoveCursor() local 1021 EditSelection aTmpNewSel( aOldEnd, aPaM ); in MoveCursor()
|
Completed in 146 milliseconds