Lines Matching refs:bInReadOnly
353 bool lcl_FindNextCell( SwNodeIndex& rIdx, sal_Bool bInReadOnly ) in lcl_FindNextCell() argument
383 (!bInReadOnly && pFrm->IsProtected() ) ) in lcl_FindNextCell()
415 (bInReadOnly || !pFrm->IsProtected() ) ) in lcl_FindNextCell()
432 bool lcl_FindPrevCell( SwNodeIndex& rIdx, sal_Bool bInReadOnly ) in lcl_FindPrevCell() argument
457 (!bInReadOnly && pFrm->IsProtected() )) in lcl_FindPrevCell()
478 (bInReadOnly || !pFrm->IsProtected() ) ) in lcl_FindPrevCell()
493 sal_Bool bInReadOnly ) in GotoPrevTable() argument
523 if( !lcl_FindNextCell( aIdx, bInReadOnly )) in GotoPrevTable()
533 if( !lcl_FindNextCell( aIdx, bInReadOnly )) in GotoPrevTable()
558 sal_Bool bInReadOnly ) in GotoNextTable() argument
575 if( !lcl_FindNextCell( aIdx, bInReadOnly )) in GotoNextTable()
586 if( !lcl_FindNextCell( aIdx, bInReadOnly )) in GotoNextTable()
611 sal_Bool bInReadOnly ) in GotoCurrTable() argument
621 if( !lcl_FindPrevCell( aIdx, bInReadOnly )) in GotoCurrTable()
628 if( !lcl_FindNextCell( aIdx, bInReadOnly )) in GotoCurrTable()