Searched refs:GetDy (Results 1 – 8 of 8) sorted by relevance
/trunk/main/sc/source/filter/xml/ |
H A D | XMLChangeTrackingExportHelper.cxx | 613 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 D | chgtrack.cxx | 977 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 D | hints.hxx | 78 SCsROW GetDy() const { return nDy; } in GetDy() function in ScUpdateRefHint
|
H A D | chgtrack.hxx | 613 SCsROW GetDy() const { return nDy; } in GetDy() function in ScChangeActionDel
|
/trunk/main/sc/source/ui/Accessibility/ |
H A D | AccessibleSpreadsheet.cxx | 716 SCsROW nY(rRef.GetDy()); in Notify()
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 1524 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 D | dapiuno.cxx | 1404 rRef.GetDx(), rRef.GetDy(), rRef.GetDz() ) && in Notify()
|
H A D | chart2uno.cxx | 2864 rRef.GetMode(), m_pDocument, rRef.GetRange(), rRef.GetDx(), rRef.GetDy(), rRef.GetDz()); in Notify()
|
Completed in 253 milliseconds