Searched refs:ValidNextPos (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sc/source/core/data/ |
H A D | table1.cxx | 942 sal_Bool ScTable::ValidNextPos( SCCOL nCol, SCROW nRow, const ScMarkData& rMark, in ValidNextPos() function in ScTable 1053 if ( !ValidNextPos(nCol, nRow, rMark, bMarked, bUnprotected) ) in GetNextPos() 1089 while ( !ValidNextPos(nCol, nRow, rMark, bMarked, bUnprotected) ); in GetNextPos() 1122 while ( !ValidNextPos(nCol, nRow, rMark, bMarked, bUnprotected) ); in GetNextPos()
|
/aoo41x/main/sc/inc/ |
H A D | table.hxx | 816 sal_Bool ValidNextPos( SCCOL nCol, SCROW nRow, const ScMarkData& rMark,
|
Completed in 27 milliseconds