Lines Matching refs:bInReadOnly
566 sal_Bool bInReadOnly, in lcl_MissProtectedFrames() argument
578 ( ( bInReadOnly || !pCell->GetFmt()->GetProtect().IsCntntProtected() ) && in lcl_MissProtectedFrames()
587 else if ( !bInReadOnly ) in lcl_MissProtectedFrames()
595 GetNxtPrvCnt fnNxtPrv, sal_Bool bInReadOnly ) in lcl_UpDown() argument
641 pCnt = ::lcl_MissProtectedFrames( pCnt, fnNxtPrv, sal_True, bInReadOnly, bTblSel ); in lcl_UpDown()
722 pCnt = ::lcl_MissProtectedFrames( pCnt, fnNxtPrv, sal_True, bInReadOnly, bTblSel ); in lcl_UpDown()
734 pCnt = ::lcl_MissProtectedFrames( pCnt, fnNxtPrv, sal_True, bInReadOnly, bTblSel ); in lcl_UpDown()
745 pCnt = ::lcl_MissProtectedFrames( pCnt, fnNxtPrv, sal_True, bInReadOnly, bTblSel ); in lcl_UpDown()
769 pCnt = ::lcl_MissProtectedFrames( pCnt, fnNxtPrv, sal_True, bInReadOnly, bTblSel ); in lcl_UpDown()
845 pCnt = ::lcl_MissProtectedFrames( pCnt, fnNxtPrv, sal_True, bInReadOnly, bTblSel ); in lcl_UpDown()
865 sal_Bool SwCntntFrm::UnitUp( SwPaM* pPam, const SwTwips, sal_Bool bInReadOnly ) const in UnitUp()
867 return ::lcl_UpDown( pPam, this, lcl_GetPrvCnt, bInReadOnly ); in UnitUp()
870 sal_Bool SwCntntFrm::UnitDown( SwPaM* pPam, const SwTwips, sal_Bool bInReadOnly ) const in UnitDown()
872 return ::lcl_UpDown( pPam, this, lcl_GetNxtCnt, bInReadOnly ); in UnitDown()