Home
last modified time | relevance | path

Searched refs:bIsDocReadOnly (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx397 sal_Bool bIsDocReadOnly = rView.GetDocShell()->IsReadOnly() && in UpdatePointer() local
501 if (bIsDocReadOnly || (rSh.IsObjSelected() && rSh.IsSelObjProtected(FLYPROTECT_CONTENT))) in UpdatePointer()
1308 sal_Bool bIsDocReadOnly = rView.GetDocShell()->IsReadOnly() && in KeyInput() local
1313 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 …]
/trunk/main/sw/source/ui/misc/
H A Dglossary.cxx257 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()
/trunk/main/sw/source/ui/inc/
H A Dglossary.hxx141 sal_Bool bIsDocReadOnly:1; member in SwGlossaryDlg