Home
last modified time | relevance | path

Searched refs:GetNextUnprotected (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/inc/
H A Dattarray.hxx133 SCsROW GetNextUnprotected( SCsROW nRow, sal_Bool bUp ) const;
H A Dcolumn.hxx378 SCsROW GetNextUnprotected( SCROW nRow, sal_Bool bUp ) const;
/trunk/main/sc/source/core/data/
H A Dtable1.cxx1068 nNextRow = aCol[nCol].GetNextUnprotected( nNextRow, sal_False ); in GetNextPos()
1101 nNextRow = aCol[nCol].GetNextUnprotected( nNextRow, sal_True ); in GetNextPos()
H A Dcolumn.cxx96 SCsROW ScColumn::GetNextUnprotected( SCROW nRow, sal_Bool bUp ) const in GetNextUnprotected() function in ScColumn
98 return pAttrArray->GetNextUnprotected(nRow, bUp); in GetNextUnprotected()
H A Dattarray.cxx1715 SCsROW ScAttrArray::GetNextUnprotected( SCsROW nRow, sal_Bool bUp ) const in GetNextUnprotected() function in ScAttrArray

Completed in 40 milliseconds