Searched refs:GetNextUnprotected (Results 1 – 5 of 5) sorted by relevance
133 SCsROW GetNextUnprotected( SCsROW nRow, sal_Bool bUp ) const;
378 SCsROW GetNextUnprotected( SCROW nRow, sal_Bool bUp ) const;
1068 nNextRow = aCol[nCol].GetNextUnprotected( nNextRow, sal_False ); in GetNextPos()1101 nNextRow = aCol[nCol].GetNextUnprotected( nNextRow, sal_True ); in GetNextPos()
96 SCsROW ScColumn::GetNextUnprotected( SCROW nRow, sal_Bool bUp ) const in GetNextUnprotected() function in ScColumn98 return pAttrArray->GetNextUnprotected(nRow, bUp); in GetNextUnprotected()
1715 SCsROW ScAttrArray::GetNextUnprotected( SCsROW nRow, sal_Bool bUp ) const in GetNextUnprotected() function in ScAttrArray
Completed in 51 milliseconds