/trunk/main/autodoc/inc/ary/idl/ |
H A D | i_attribute.hxx | 70 bool IsReadonly() const; 119 Attribute::IsReadonly() const in IsReadonly() function in ary::idl::Attribute
|
/trunk/main/sw/source/core/access/ |
H A D | accframe.cxx | 366 if( pVSh && (pVSh->GetViewOptions()->IsReadonly() || in IsEditable() 416 !pVOpt->IsReadonly() && in IsOpaque()
|
H A D | accportions.cxx | 328 !pViewOptions->IsReadonly() && SwViewOption::IsFieldShadings(); in IsGrayPortionType()
|
/trunk/main/sw/source/ui/app/ |
H A D | swmodul1.cxx | 213 bReadonly = pSh->GetViewOptions()->IsReadonly(); in ApplyUsrPref() 228 if ( pSh->GetViewOptions()->IsReadonly() != bReadonly ) in ApplyUsrPref()
|
/trunk/main/sw/source/ui/index/ |
H A D | toxmgr.cxx | 421 pNewTOX->SetProtected(rDesc.IsReadonly()); in UpdateOrInsertTOX() 518 rTOXBase.SetProtected(IsReadonly()); in ApplyTo()
|
H A D | cntex.cxx | 299 lcl_SetBOOLProp(xInfo, xIdxProps, UNO_NAME_IS_PROTECTED, rDesc.IsReadonly()); in CreateOrUpdateExample()
|
/trunk/main/sw/source/core/text/ |
H A D | porref.cxx | 70 !rInf.GetOpt().IsReadonly() && !rInf.GetOpt().IsPagePreview() ) in GetViewWidth()
|
H A D | portox.cxx | 72 !rInf.GetOpt().IsReadonly() && SwViewOption::IsFieldShadings() ) in GetViewWidth()
|
H A D | txtdrop.cxx | 286 … !rInf.GetOpt().IsPagePreview() && !rInf.GetOpt().IsReadonly() && SwViewOption::IsFieldShadings() ) in PaintTxt() 379 … !rInf.GetOpt().IsPagePreview() && !rInf.GetOpt().IsReadonly() && SwViewOption::IsFieldShadings() ) in Paint()
|
H A D | porfld.cxx | 131 !rInf.GetOpt().IsReadonly() && SwViewOption::IsFieldShadings() ) in GetViewWidth() 457 !rInf.GetOpt().IsPagePreview() && !rInf.GetOpt().IsReadonly() && in GetExpTxt()
|
H A D | porrst.cxx | 515 !rInf.GetOpt().IsReadonly() && in Paint()
|
H A D | txttab.cxx | 580 !rInf.GetOpt().IsReadonly() && \ in Paint()
|
H A D | portxt.cxx | 830 && !rInf.GetOpt().IsReadonly() in GetViewWidth()
|
/trunk/main/unotools/inc/unotools/ |
H A D | pathoptions.hxx | 133 sal_Bool IsReadonly() const;
|
/trunk/main/sw/source/ui/inc/ |
H A D | srcedtw.hxx | 148 sal_Bool IsReadonly(){return bReadonly;} in IsReadonly() function in SwSrcEditWindow
|
H A D | toxmgr.hxx | 148 sal_Bool IsReadonly() const {return bReadonly;} in IsReadonly() function in SwTOXDescription
|
/trunk/main/sw/source/core/view/ |
H A D | viewimp.cxx | 325 bool bIsReadOnly(pSwViewOption->IsReadonly()); in MakeDrawView()
|
H A D | vprint.cxx | 520 if( pOpt->IsReadonly() ) in PrintOrPDFExport()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | view.cxx | 898 aUsrPref.SetReadonly( pWrtShell->GetViewOptions()->IsReadonly() ); in SwView() 1662 if ( GetDocShell()->IsReadOnly() != GetWrtShell().GetViewOptions()->IsReadonly() ) in Notify()
|
H A D | viewmdi.cxx | 194 aOpt.SetReadonly(pOpt->IsReadonly()); in _SetZoom()
|
/trunk/main/sw/inc/ |
H A D | viewopt.hxx | 401 sal_Bool IsReadonly() const { return bReadonly; } in IsReadonly() function in SwViewOption
|
/trunk/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 110 !pGlobalShell->GetViewOptions()->IsReadonly()&&\ 115 !pGlobalShell->GetViewOptions()->IsReadonly() && \ 120 !pGlobalShell->GetViewOptions()->IsReadonly()&&\ 124 !pGlobalShell->GetViewOptions()->IsReadonly()&&\ 6733 !pOpt->IsReadonly() && in GetBackgroundBrush()
|
/trunk/main/sw/source/ui/shells/ |
H A D | textfld.cxx | 176 const bool bAddSetExpressionFlds = !( rSh.GetViewOptions()->IsReadonly() ); in ExecField()
|
/trunk/main/sw/source/core/crsr/ |
H A D | viscrs.cxx | 952 GetShell()->GetViewOptions()->IsReadonly() || in IsAtValidPos()
|
/trunk/main/sw/source/ui/docvw/ |
H A D | srcedtw.cxx | 449 sal_Bool bChange = !pSrcEditWin->IsReadonly() || !TextEngine::DoesKeyChangeText( rKEvt ); in KeyInput()
|