Home
last modified time | relevance | path

Searched refs:IsReadOnly (Results 1 – 25 of 243) sorted by path

12345678910

/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx835 if (!m_rView.IsReadOnly()) in retrieveParagraphState()
1600 if (!m_rView.IsReadOnly()) in FillAccessibleStateSet()
/trunk/main/autodoc/inc/ary/idl/
H A Di_property.hxx68 bool IsReadOnly() const { return (nFlags & UINT32(readonly)) != 0; } in IsReadOnly() function in ary::idl::Property::Stereotypes
H A Dik_attribute.hxx52 static bool IsReadOnly(
H A Dik_property.hxx50 static bool IsReadOnly(
/trunk/main/autodoc/source/ary/idl/
H A Di_attribute.cxx115 attr::IsReadOnly( const CodeEntity & i_ce ) in IsReadOnly() function in ary::idl::ifc_attribute::attr
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/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()
H A Dhfi_service.cxx270 if (PropertyAttr::IsReadOnly(i_property)) in produce_SummaryDeclaration()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx4884 pRet->GenReturn ( RET_Value, aUId, (comm_BOOL) !((Edit*)pControl)->IsReadOnly() ); in Execute()
4887 if ( ! ((Edit*)pControl)->IsReadOnly() ) in Execute()
5039 pRet->GenReturn ( RET_Value, aUId, (comm_BOOL) !((ComboBox*)pControl)->IsReadOnly() ); in Execute()
5063 if ( ! ((ComboBox*)pControl)->IsReadOnly() ) in Execute()
5135 pRet->GenReturn ( RET_Value, aUId, (comm_BOOL) !((SpinField*)pControl)->IsReadOnly() ); in Execute()
5138 if ( ! ((SpinField*)pControl)->IsReadOnly() ) in Execute()
/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx1105 if ( !IsReadOnly() ) in ExecuteCommand()
1121 if ( !IsReadOnly() ) in ExecuteCommand()
1162 if ( IsReadOnly() ) in GetState()
1177 if ( IsReadOnly() ) in GetState()
1332 if ( !IsReadOnly() ) in StartSearchAndReplace()
1362 if ( !IsReadOnly() ) in GetSearchOptions()
1443 sal_Bool ModulWindow::IsReadOnly() in IsReadOnly() function in ModulWindow
1448 bReadOnly = GetEditView()->IsReadOnly(); in IsReadOnly()
H A Dbaside2.hxx387 virtual sal_Bool IsReadOnly();
H A Dbaside2b.cxx439 !rKEvt.GetKeyCode().IsMod2() && !GetEditView()->IsReadOnly() ) in KeyInput()
507 && !GetEditView()->IsReadOnly() ) // Added because of #i60626, otherwise in SetSourceInBasic()
H A Dbaside3.cxx325 if ( IsReadOnly() ) in GetState()
344 if ( IsReadOnly() ) in GetState()
371 if ( IsReadOnly() ) in GetState()
430 if ( IsReadOnly() ) in GetState()
451 if ( !IsReadOnly() ) in ExecuteCommand()
460 if ( !IsReadOnly() ) in ExecuteCommand()
472 if ( !IsReadOnly() ) in ExecuteCommand()
1329 sal_Bool DialogWindow::IsReadOnly() in IsReadOnly() function in DialogWindow
H A Dbasides1.cxx853 … ( ( nWh == SID_BASICLOAD ) && ( StarBASIC::IsRunning() || ( pCurWin && pCurWin->IsReadOnly() ) ) ) in GetState()
987 if( (pCurWin && pCurWin->IsReadOnly()) || GetCurLibName().Len() == 0 ) in GetState()
1022 if( (pCurWin && pCurWin->IsReadOnly()) || GetCurLibName().Len() == 0 ) in GetState()
1039 if ( pCurWin && pCurWin->IsA( TYPE( DialogWindow ) ) && !pCurWin->IsReadOnly() ) in HasUIFeature()
H A Dbastypes.cxx231 sal_Bool IDEBaseWindow::IsReadOnly() in IsReadOnly() function in IDEBaseWindow
/trunk/main/basctl/source/inc/
H A Dbaside3.hxx99 virtual sal_Bool IsReadOnly();
H A Dbastypes.hxx222 virtual sal_Bool IsReadOnly();
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx518 return ! IsReadOnly() in MayInsertRow()
524 return ! IsReadOnly(); in MayInsertColumn()
529 return ! IsReadOnly() in MayDeleteRow()
541 return ! IsReadOnly() in MayDeleteColumn()
548 return ! IsReadOnly() in MaySwapRows()
564 return ! IsReadOnly() in MaySwapColumns()
762 bool DataBrowser::IsReadOnly() const in IsReadOnly() function in chart::DataBrowser
H A DDataBrowser.hxx99 bool IsReadOnly() const;
/trunk/main/cui/source/customize/
H A Dcfg.cxx1041 if ( xManager.is() && !IsReadOnly() ) in PersistChanges()
1778 if ( !pDocData->IsReadOnly() ) in Reset()
1893 if ( pData && !pData->IsReadOnly() ) in Reset()
H A Dmacropg.cxx445 sal_Bool _SvxMacroTabPage::IsReadOnly() const in IsReadOnly() function in _SvxMacroTabPage
/trunk/main/cui/source/dialogs/
H A Dcuigaldlg.cxx621 if( pData->pTheme->IsReadOnly() ) in GalleryThemeProperties()
628 if( pData->pTheme->IsReadOnly() ) in GalleryThemeProperties()
682 sal_Bool bReadOnly = pThm->IsReadOnly() && !pThm->IsImported(); in SetXChgData()
693 if( pThm->IsReadOnly() ) in SetXChgData()
724 else if( pThm->IsReadOnly() ) in SetXChgData()
H A Diconcdlg.cxx134 sal_Bool IconChoicePage::IsReadOnly() const in IsReadOnly() function in IconChoicePage
813 sal_Bool bReadOnly = pData->pPage->IsReadOnly(); in ActivatePageImpl()
/trunk/main/cui/source/inc/
H A Dcfg.hxx123 bool IsReadOnly( ) { return bReadOnly; } in IsReadOnly() function in SaveInData
H A Diconcdlg.hxx142 virtual sal_Bool IsReadOnly() const;

Completed in 163 milliseconds

12345678910