Home
last modified time | relevance | path

Searched refs:GetNextMarked (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dtable1.cxx994 nRow = rMark.GetNextMarked( nCol, nRow, bUp ); in GetNextPos()
1000 nRow = rMark.GetNextMarked( nCol, nRow, bUp ); in GetNextPos()
1024 nRow = rMark.GetNextMarked( nCol, nRow, bUp ); in GetNextPos()
1030 nRow = rMark.GetNextMarked( nCol, nRow, bUp ); in GetNextPos()
1066 nNextRow = rMark.GetNextMarked( nCol, nNextRow, sal_False ); in GetNextPos()
1099 nNextRow = rMark.GetNextMarked( nCol, nNextRow, sal_True ); in GetNextPos()
1154 SCROW nStart = (SCROW) rArray.GetNextMarked( (SCsROW) rRow, sal_False ); in GetNextMarkedCell()
H A Dmarkdata.cxx553 SCsROW ScMarkData::GetNextMarked( SCCOL nCol, SCsROW nRow, sal_Bool bUp ) const in GetNextMarked() function in ScMarkData
560 return pMultiSel[nCol].GetNextMarked( nRow, bUp ); in GetNextMarked()
H A Dmarkarr.cxx322 SCsROW ScMarkArray::GetNextMarked( SCsROW nRow, sal_Bool bUp ) const in GetNextMarked() function in ScMarkArray
H A Dattarray.cxx2428 nRow = pMarkArray->GetNextMarked( nRow, bUp ); in SearchStyle()
2443 nRow = pMarkArray->GetNextMarked( nRow, bUp ); in SearchStyle()
H A Dcolumn2.cxx953 nRow = rData.GetNextMarked(nCol, nRow, sal_False); in GetNextSpellingCell()
/trunk/main/sc/inc/
H A Dmarkarr.hxx64 SCsROW GetNextMarked( SCsROW nRow, sal_Bool bUp ) const;
H A Dmarkdata.hxx104 SCsROW GetNextMarked( SCCOL nCol, SCsROW nRow, sal_Bool bUp ) const;

Completed in 49 milliseconds