Home
last modified time | relevance | path

Searched refs:IsReadOnly (Results 26 – 50 of 243) sorted by relevance

12345678910

/trunk/main/sw/source/ui/dochdl/
H A Dgloshdl.cxx279 if(pDestGroup->IsReadOnly() || (bMove && pSourceGroup->IsReadOnly()) ) in CopyOrMove()
810 sal_Bool SwGlossaryHdl::IsReadOnly( const String* pGrpNm ) const in IsReadOnly() function in SwGlossaryHdl
821 sal_Bool bRet = pGlossary ? pGlossary->IsReadOnly() : sal_True; in IsReadOnly()
/trunk/main/svtools/inc/svtools/
H A Dfilectrl.hxx92 sal_Bool IsReadOnly() const { return maEdit.IsReadOnly(); } in IsReadOnly() function in FileControl
H A Deditimplementation.hxx80 sal_Bool GenericEditImplementation< EDIT >::IsReadOnly() const in IsReadOnly() function in GenericEditImplementation
82 return m_rEdit.IsReadOnly(); in IsReadOnly()
/trunk/main/autodoc/source/ary/idl/
H A Di_property.cxx108 attr::IsReadOnly( const CodeEntity & i_ce ) in IsReadOnly() function in ary::idl::ifc_property::attr
110 return property_cast(i_ce).aStereotypes.IsReadOnly(); in IsReadOnly()
/trunk/main/xmlsecurity/source/dialogs/
H A Dmacrosecurity.cxx123 sal_Bool bReadonly = mpDlg->maSecOptions.IsReadOnly( SvtSecurityOptions::E_MACRO_SECLEVEL ); in MacroSecurityLevelTP()
366 … mbAuthorsReadonly = mpDlg->maSecOptions.IsReadOnly( SvtSecurityOptions::E_MACRO_TRUSTEDAUTHORS ); in MacroSecurityTrustedSourcesTP()
375 mbURLsReadonly = mpDlg->maSecOptions.IsReadOnly( SvtSecurityOptions::E_SECUREURLS ); in MacroSecurityTrustedSourcesTP()
/trunk/main/unotools/source/config/
H A Dsaveopt.cxx147 sal_Bool IsReadOnly( SvtSaveOptions::EOption eOption ) const;
305 sal_Bool SvtSaveOptions_Impl::IsReadOnly( SvtSaveOptions::EOption eOption ) const in IsReadOnly() function in SvtSaveOptions_Impl
1082 sal_Bool SvtSaveOptions::IsReadOnly( SvtSaveOptions::EOption eOption ) const in IsReadOnly() function in SvtSaveOptions
1084 return pImp->pSaveOpt->IsReadOnly(eOption); in IsReadOnly()
H A Dsecurityoptions.cxx191 sal_Bool IsReadOnly ( SvtSecurityOptions::EOption eOption ) const ;
807 sal_Bool SvtSecurityOptions_Impl::IsReadOnly( SvtSecurityOptions::EOption eOption ) const in IsReadOnly() function in SvtSecurityOptions_Impl
1091 sal_Bool SvtSecurityOptions::IsReadOnly( EOption eOption ) const in IsReadOnly() function in SvtSecurityOptions
1094 return m_pDataContainer->IsReadOnly(eOption); in IsReadOnly()
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx516 if(GetDocShell()->IsReadOnly()) in GetState()
843 !GetDocShell()->IsReadOnly() && aEditWin.IsReadonly() in Notify()
850 const sal_Bool bReadonly = pDocSh->IsReadOnly(); in Notify()
866 aEditWin.SetReadonly(pDocShell->IsReadOnly()); in Load()
H A Dview.cxx439 if( !GetDocShell()->IsReadOnly() ) in SelectShell()
508 GetDocShell()->IsReadOnly() ) in IMPL_LINK()
1662 if ( GetDocShell()->IsReadOnly() != GetWrtShell().GetViewOptions()->IsReadonly() ) in Notify()
1665 rSh.SetReadonlyOption( GetDocShell()->IsReadOnly() ); in Notify()
1675 bool bReadonly = GetDocShell()->IsReadOnly(); in Notify()
1700 SfxBoolItem aItem( SID_FM_DESIGN_MODE, !GetDocShell()->IsReadOnly()); in Notify()
/trunk/main/forms/source/richtext/
H A Dclipboarddispatcher.cxx86 bEnabled = !getEditView()->IsReadOnly() && getEditView()->HasSelection(); in implIsEnabled()
94 bEnabled = !getEditView()->IsReadOnly(); in implIsEnabled()
H A Drichtextvclcontrol.cxx355 bool RichTextControl::IsReadOnly() const in IsReadOnly() function in frm::RichTextControl
357 return m_pImpl->IsReadOnly(); in IsReadOnly()
/trunk/main/svx/source/svdraw/
H A Dsvdpagv.cxx269 sal_Bool SdrPageView::IsReadOnly() const in IsReadOnly() function in SdrPageView
271 … (0L == GetPage() || GetView().GetModel()->IsReadOnly() || GetPage()->IsReadOnly() || GetObjList()… in IsReadOnly()
/trunk/main/svx/inc/svx/
H A Dgallery1.hxx76 sal_Bool IsReadOnly() const { return bReadOnly; } in IsReadOnly() function in GalleryThemeEntry
82 void SetModified( sal_Bool bSet ) { bModified = ( bSet && !IsImported() && !IsReadOnly() ); } in SetModified()
/trunk/main/svx/source/gallery2/
H A Dgaltheme.cxx111 …( sal_False, GetSdvURL().GetMainURL( INetURLObject::NO_DECODE ), pThm->IsReadOnly() ? STREAM_READ … in ImplCreateSvDrawStorage()
113 if ( ( aSvDrawStorageRef->GetError() != ERRCODE_NONE ) && !pThm->IsReadOnly() ) in ImplCreateSvDrawStorage()
572 if( !IsReadOnly() && !IsImported() ) in Actualize()
1630 sal_Bool GalleryTheme::IsReadOnly() const { return pThm->IsReadOnly(); } in IsReadOnly() function in GalleryTheme
/trunk/main/vcl/source/control/
H A Dlstbox.cxx844 mpImplWin->Enable( !IsReadOnly() ); in StateChanged()
846 mpBtn->Enable( !IsReadOnly() ); in StateChanged()
1572 if ( mpImplLB->IsReadOnly() != bReadOnly ) in SetReadOnly()
1581 sal_Bool ListBox::IsReadOnly() const in IsReadOnly() function in ListBox
1583 return mpImplLB->IsReadOnly(); in IsReadOnly()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsInsertionIndicatorHandler.cxx49 mbIsReadOnly(mrSlideSorter.GetModel().IsReadOnly()), in InsertionIndicatorHandler()
73 mbIsReadOnly = mrSlideSorter.GetModel().IsReadOnly(); in Start()
/trunk/main/svx/source/form/
H A Dfmmodel.cxx310 …m_pImpl->pUndoEnv->SetReadOnly( m_pObjShell->IsReadOnly() || m_pObjShell->IsReadOnlyUI(), FmXUndoE… in SetObjectShell()
312 if (!m_pImpl->pUndoEnv->IsReadOnly()) in SetObjectShell()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx384 sal_Bool bExecHyperlinks = rView.GetDocShell()->IsReadOnly(); in UpdatePointer()
400 sal_Bool bIsDocReadOnly = rView.GetDocShell()->IsReadOnly() && in UpdatePointer()
1311 sal_Bool bIsDocReadOnly = rView.GetDocShell()->IsReadOnly() && in KeyInput()
2685 sal_Bool bIsDocReadOnly = rView.GetDocShell()->IsReadOnly(); in MouseButtonDown()
2868 sal_Bool bExecHyperlinks = rView.GetDocShell()->IsReadOnly(); in MouseButtonDown()
3448 sal_Bool bIsDocReadOnly = rView.GetDocShell()->IsReadOnly(); in MouseMove()
4605 if( !rMyView.GetDocShell()->IsReadOnly() ) in SwEditWin()
4810 if ( rView.GetDocShell()->IsReadOnly() ) in Command()
4944 sal_Bool bIsDocReadOnly = rView.GetDocShell()->IsReadOnly() && in Command()
4967 sal_Bool bIsDocReadOnly = rView.GetDocShell()->IsReadOnly() && in Command()
[all …]
/trunk/main/unotools/inc/unotools/
H A Dlingucfg.hxx205 sal_Bool IsReadOnly( const rtl::OUString &rPropertyName ) const;
206 sal_Bool IsReadOnly( sal_Int32 nPropertyHandle ) const;
/trunk/main/vcl/inc/
H A Dilstbox.hxx377 bool IsReadOnly() const { return mbReadOnly; } in IsReadOnly() function in ImplListBoxWindow
489 sal_Bool IsReadOnly() const { return maLBWindow.IsReadOnly(); } in IsReadOnly() function in ImplListBox
/trunk/main/sc/source/ui/view/
H A Dtabvwsh5.cxx122 if ( GetViewData()->GetSfxDocShell()->IsReadOnly() != bReadOnly ) in Notify()
124 bReadOnly = GetViewData()->GetSfxDocShell()->IsReadOnly(); in Notify()
H A Ddrawview.cxx101 pViewData->GetSfxDocShell()->IsReadOnly(); in Construct()
763 !pViewData->GetSfxDocShell()->IsReadOnly() ) in SelectCurrentViewObject()
824 !pViewData->GetSfxDocShell()->IsReadOnly() ) in SelectObject()
H A Dcellsh.cxx792 if ( pDoc->IsTabProtected(nTab) || pDocSh->IsReadOnly()) in GetState()
864 if ( pDocSh->IsReadOnly()) in GetState()
877 if ( pDocSh->IsReadOnly()) in GetState()
/trunk/main/autodoc/source/display/idl/
H A Dhfi_property.cxx124 if (PropertyAttr::IsReadOnly(i_ce)) in write_Declaration()
166 if (AttributeAttr::IsReadOnly(i_ce)) in write_Declaration()
/trunk/main/toolkit/source/awt/
H A Dvclxaccessiblecomponent.cxx536 !((Edit*)pWindow)->IsReadOnly() ) in FillAccessibleStateSet()
548 !((Edit*)pWinTemp)->IsReadOnly() ) in FillAccessibleStateSet()
555 !((Edit*)pChild)->IsReadOnly()) in FillAccessibleStateSet()

Completed in 137 milliseconds

12345678910