Lines Matching refs:rPos

1712 		const ScAddress& rPos = aRange.aStart;  in Select()  local
1715 pNew->SetOldValue( pDoc->GetCell( rPos ), pDoc, pDoc ); in Select()
1728 pNew->SetNewValue( pDoc->GetCell( rPos ), pDoc ); in Select()
1744 const ScBaseCell* pCell, const ScDocument* pDoc, const ScAddress& rPos ) in GetStringOfCell() argument
1749 GetStringOfCell( rStr, pCell, pDoc, pDoc->GetNumberFormat( rPos ) ); in GetStringOfCell()
1836 const ScAddress& rPos, const ScBaseCell* pOrgCell, in SetValue() argument
1839 sal_uLong nFormat = NeedsNumberFormat( pOrgCell ) ? pFromDoc->GetNumberFormat( rPos ) : 0; in SetValue()
2027 void lcl_InvalidateReference( ScToken& rTok, const ScBigAddress& rPos ) in lcl_InvalidateReference() argument
2030 if ( rPos.Col() < 0 || MAXCOL < rPos.Col() ) in lcl_InvalidateReference()
2036 if ( rPos.Row() < 0 || MAXROW < rPos.Row() ) in lcl_InvalidateReference()
2042 if ( rPos.Tab() < 0 || MAXTAB < rPos.Tab() ) in lcl_InvalidateReference()
2051 if ( rPos.Col() < 0 || MAXCOL < rPos.Col() ) in lcl_InvalidateReference()
2057 if ( rPos.Row() < 0 || MAXROW < rPos.Row() ) in lcl_InvalidateReference()
2063 if ( rPos.Tab() < 0 || MAXTAB < rPos.Tab() ) in lcl_InvalidateReference()
2164 const ScBigAddress& rPos = aBigRange.aStart; in UpdateReference() local
2171 lcl_InvalidateReference( *t, rPos ); in UpdateReference()
2174 lcl_InvalidateReference( *t, rPos ); in UpdateReference()
2182 lcl_InvalidateReference( *t, rPos ); in UpdateReference()
2185 lcl_InvalidateReference( *t, rPos ); in UpdateReference()
2742 void ScChangeTrack::AppendContent( const ScAddress& rPos, in AppendContent() argument
2746 ScChangeActionContent::GetStringOfCell( aOldValue, pOldCell, pDoc, rPos ); in AppendContent()
2750 ScRange aRange( rPos ); in AppendContent()
2759 void ScChangeTrack::AppendContent( const ScAddress& rPos, in AppendContent() argument
2767 ScBaseCell* pNewCell = pDoc->GetCell( rPos ); in AppendContent()
2768 ScChangeActionContent::GetStringOfCell( aNewValue, pNewCell, pDoc, rPos ); in AppendContent()
2772 ScRange aRange( rPos ); in AppendContent()
2781 void ScChangeTrack::AppendContent( const ScAddress& rPos, in AppendContent() argument
2785 ScBaseCell* pOldCell = pRefDoc->GetCell( rPos ); in AppendContent()
2786 ScChangeActionContent::GetStringOfCell( aOldValue, pOldCell, pRefDoc, rPos ); in AppendContent()
2788 ScBaseCell* pNewCell = pDoc->GetCell( rPos ); in AppendContent()
2789 ScChangeActionContent::GetStringOfCell( aNewValue, pNewCell, pDoc, rPos ); in AppendContent()
2793 ScRange aRange( rPos ); in AppendContent()
2802 void ScChangeTrack::AppendContent( const ScAddress& rPos, in AppendContent() argument
2806 AppendContent( rPos, pOldCell, pDoc->GetNumberFormat( rPos ), pDoc ); in AppendContent()
2808 AppendContent( rPos, pOldCell, 0, pDoc ); in AppendContent()
2954 const ScAddress& rPos, ScBaseCell* pOldCell, ScBaseCell* pNewCell, in AppendContentOnTheFly() argument
2957 ScRange aRange( rPos ); in AppendContentOnTheFly()
2991 const ScAddress& rPos, const ScBaseCell* pCell, in GenerateDelContent() argument
2995 ScRange( rPos ) ); in GenerateDelContent()
2999 rPos, pCell, pFromDoc, pDoc ); in GenerateDelContent()
3031 const ScBigAddress& rPos, ScChangeAction* pButNotThis ) const in SearchContentAt() argument
3033 SCSIZE nSlot = ComputeContentSlot( rPos.Row() ); in SearchContentAt()
3038 p->GetBigRange().aStart == rPos ) in SearchContentAt()
3168 const ScBigAddress& rPos = rRange.aStart; in Dependencies() local
3173 pTest->GetFromRange().In( rPos ) ) in Dependencies()