Searched refs:bIsDocReadOnly (Results 1 – 3 of 3) sorted by relevance
397 sal_Bool bIsDocReadOnly = rView.GetDocShell()->IsReadOnly() && in UpdatePointer() local501 if (bIsDocReadOnly || (rSh.IsObjSelected() && rSh.IsSelObjProtected(FLYPROTECT_CONTENT))) in UpdatePointer()1308 sal_Bool bIsDocReadOnly = rView.GetDocShell()->IsReadOnly() && in KeyInput() local1313 if(!bIsDocReadOnly && eBufferLanguage != eNewLanguage && aInBuffer.Len()) in KeyInput()1327 if ( !bIsDocReadOnly && rSh.GetDrawView() && rSh.GetDrawView()->KeyInput( rKEvt, this ) ) in KeyInput()1347 if( !bIsDocReadOnly && !rSh.IsSelFrmMode() && !rSh.IsObjSelected() ) in KeyInput()1515 SW_KeyState eKeyState = bIsDocReadOnly ? KS_CheckDocReadOnlyKeys : KS_CheckKey; in KeyInput()2200 if( aInBuffer.Len() && ( !bNormalChar || bIsDocReadOnly )) in KeyInput()2214 if( !bIsDocReadOnly && bNormalChar ) in KeyInput()2682 sal_Bool bIsDocReadOnly = rView.GetDocShell()->IsReadOnly(); in MouseButtonDown() local[all …]
257 bIsDocReadOnly(sal_False), in SwGlossaryDlg()290 bIsDocReadOnly = pSh->GetView().GetDocShell()->IsReadOnly() || in SwGlossaryDlg()292 if( bIsDocReadOnly ) in SwGlossaryDlg()348 aInsertBtn.Enable( !bIsDocReadOnly); in IMPL_LINK()462 aInsertBtn.Enable(!bNotFound && !bIsDocReadOnly); in IMPL_LINK()470 bEnable &= !bIsDocReadOnly; in IMPL_LINK()484 if(pBox->GetParent(pEntry) && !bIsDocReadOnly) in IMPL_LINK_INLINE_START()
141 sal_Bool bIsDocReadOnly:1; member in SwGlossaryDlg