Home
last modified time | relevance | path

Searched refs:GetDy (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingExportHelper.cxx613 if (pDelAction->IsMultiDelete() && !pDelAction->GetDx() && !pDelAction->GetDy()) in AddDeletionAttributes()
625 if ( (pDel->GetDx() > pDelAction->GetDx() || pDel->GetDy() > pDelAction->GetDy()) && in AddDeletionAttributes()
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx977 return !GetDx() && !GetDy(); in IsBaseDelete()
992 if ( GetDx() || GetDy() ) in IsMultiDelete()
998 if ( (pDel->GetDx() > GetDx() || pDel->GetDy() > GetDy()) && in IsMultiDelete()
1059 aTmpRange.aEnd.SetRow( aTmpRange.aEnd.Row() + GetDy() ); in GetOverAllRange()
1088 aTmpRange.aStart.SetRow( aTmpRange.aStart.Row() + GetDy() ); in GetDescription()
1091 aTmpRange.aEnd.SetRow( aTmpRange.aEnd.Row() + GetDy() ); in GetDescription()
1171 RejectRestoreContents( pTrack, GetDx(), GetDy() ); in Reject()
4631 nD = static_cast< SCsCOLROW >( pDelete->GetDy() ); in Clone()
/trunk/main/sc/inc/
H A Dhints.hxx78 SCsROW GetDy() const { return nDy; } in GetDy() function in ScUpdateRefHint
H A Dchgtrack.hxx613 SCsROW GetDy() const { return nDy; } in GetDy() function in ScChangeActionDel
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx716 SCsROW nY(rRef.GetDy()); in Notify()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx1524 rRef.GetDx(), rRef.GetDy(), rRef.GetDz() ) ) in Notify()
9202 rRef.GetDx(), rRef.GetDy(), rRef.GetDz() ); in Notify()
9323 rRef.GetDx(), rRef.GetDy(), rRef.GetDz() ); in Notify()
9333 rRef.GetDx(), rRef.GetDy(), rRef.GetDz() ); in Notify()
H A Ddapiuno.cxx1404 rRef.GetDx(), rRef.GetDy(), rRef.GetDz() ) && in Notify()
H A Dchart2uno.cxx2864 rRef.GetMode(), m_pDocument, rRef.GetRange(), rRef.GetDx(), rRef.GetDy(), rRef.GetDz()); in Notify()

Completed in 130 milliseconds