Home
last modified time | relevance | path

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

12345678910

/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx843 sal_Bool bReadOnly = m_rColumn.IsReadOnly(); in implAdjustReadOnly()
3838 …return ( m_pEditImplementation && !m_pEditImplementation->IsReadOnly() && m_pEditImplementation->G… in isEditable()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx1586 return m_pData->m_pObjectShell.Is() ? m_pData->m_pObjectShell->IsReadOnly() : sal_True; in isReadonly()
3890 if ( m_pData->m_pObjectShell->IsReadOnlyUI() || (pMedium && pMedium->IsReadOnly()) ) in getTitle()
/trunk/main/sc/source/core/data/
H A Ddocumen3.cxx1830 …DocProtected() && ( bImportingXML || mbChangeReadOnlyEnabled || !pShell || !pShell->IsReadOnly() ); in IsDocEditable()
H A Ddocument.cxx4497 if ( !bImportingXML && !mbChangeReadOnlyEnabled && pShell && pShell->IsReadOnly() ) in IsBlockEditable()
4520 if ( !bImportingXML && !mbChangeReadOnlyEnabled && pShell && pShell->IsReadOnly() ) in IsSelectionEditable()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx1859 if ( IsReadOnly() ) in GetState()
H A Ddocsh.cxx649 … if ( HasSharedXMLFlagSet() && !SC_MOD()->IsInSharedDocLoading() && !IsReadOnly() ) in Notify()
/trunk/main/svx/source/inc/
H A Dgridcell.hxx135 sal_Bool IsReadOnly() const {return m_bReadOnly;} in IsReadOnly() function in DbGridColumn
/trunk/main/svx/source/table/
H A Dtablecontroller.cxx220 if( mpModel && mpModel->IsReadOnly()) in onKeyInput()
/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx2130 if (pDoc->GetDocumentShell()->IsReadOnly()) in ShowDataPilotSourceData()
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx2397 pDocSh->IsReadOnly()) || in IsTOXBaseInReadonly()
/trunk/main/vcl/source/control/
H A Dfield2.cxx894 if ( !mbSameMask && IsStrictFormat() && !GetField()->IsReadOnly() ) in Reformat()
/trunk/main/offapi/com/sun/star/ucb/
H A DContent.idl687 <td>IsReadOnly</td>
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx837 sal_Bool bReadOnly = pEditView->IsReadOnly(); in PostKeyEvent()
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx1655 sal_Bool bIsReadOnly = rEdit.IsReadOnly(); in GetState()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx254 …pView->GetWindow()->SetInputContext( InputContext( GetFont(), !pView->IsReadOnly() ? INPUTCONTEXT_… in SetFont()
/trunk/main/svx/source/form/
H A Dfmshimp.cxx766 return pModel->GetObjectShell()->IsReadOnly() || pModel->GetObjectShell()->IsReadOnlyUI(); in IsReadonlyDoc()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx2021 if ( m_pImpl->m_pReportModel->IsReadOnly() && _bModified ) in setModified()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx1700 setEditable( !m_aReportModel->IsReadOnly() ); in impl_initialize()

Completed in 299 milliseconds

12345678910