/trunk/main/svl/source/config/ |
H A D | languageoptions.cxx | 175 sal_Bool SvtLanguageOptions::IsReadOnly(SvtLanguageOptions::EOption eOption) const in IsReadOnly() function in SvtLanguageOptions 181 …case SvtLanguageOptions::E_CJKFONT : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly() 182 …case SvtLanguageOptions::E_VERTICALTEXT : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly() 183 …case SvtLanguageOptions::E_ASIANTYPOGRAPHY : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly() 184 …case SvtLanguageOptions::E_JAPANESEFIND : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly() 185 …case SvtLanguageOptions::E_RUBY : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly() 186 …case SvtLanguageOptions::E_CHANGECASEMAP : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly() 187 …case SvtLanguageOptions::E_DOUBLELINES : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly() 188 …case SvtLanguageOptions::E_EMPHASISMARKS : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly() 189 …case SvtLanguageOptions::E_VERTICALCALLOUT : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly() [all …]
|
H A D | cjkoptions.cxx | 95 sal_Bool IsReadOnly(SvtCJKOptions::EOption eOption) const; 367 sal_Bool SvtCJKOptions_Impl::IsReadOnly(SvtCJKOptions::EOption eOption) const in IsReadOnly() function in SvtCJKOptions_Impl 495 sal_Bool SvtCJKOptions::IsReadOnly(EOption eOption) const in IsReadOnly() function in SvtCJKOptions 498 return pCJKOptions->IsReadOnly(eOption); in IsReadOnly()
|
H A D | ctloptions.cxx | 97 sal_Bool IsReadOnly(SvtCTLOptions::EOption eOption) const; 106 sal_Bool SvtCTLOptions_Impl::IsReadOnly(SvtCTLOptions::EOption eOption) const in IsReadOnly() function in SvtCTLOptions_Impl 482 sal_Bool SvtCTLOptions::IsReadOnly(EOption eOption) const in IsReadOnly() function in SvtCTLOptions 485 return pCTLOptions->IsReadOnly(eOption); in IsReadOnly()
|
/trunk/main/sfx2/source/appl/ |
H A D | appcfg.cxx | 203 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_BACKUP)) in GetOptions() 211 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_USESHA1INODF12) && in GetOptions() 229 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_WARNALIENFORMAT)) in GetOptions() 237 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_AUTOSAVE)) in GetOptions() 245 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_AUTOSAVEPROMPT)) in GetOptions() 253 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_AUTOSAVETIME)) in GetOptions() 261 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_DOCINFSAVE)) in GetOptions() 269 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_SAVEWORKINGSET)) in GetOptions() 277 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_SAVEDOCVIEW)) in GetOptions() 340 if (!aSaveOptions.IsReadOnly(SvtSaveOptions::E_SAVERELINET)) in GetOptions() [all …]
|
/trunk/main/svtools/source/edit/ |
H A D | svmedit.cxx | 134 sal_Bool IsReadOnly() const; 415 sal_Bool ImpSvMEdit::IsReadOnly() const in IsReadOnly() function in ImpSvMEdit 417 return mpTextWindow->GetTextView()->IsReadOnly(); in IsReadOnly() 515 if ( !mpTextWindow->GetTextView()->IsReadOnly() ) in Cut() 526 if ( !mpTextWindow->GetTextView()->IsReadOnly() ) in Paste() 866 if ( mpExtTextView->IsReadOnly() ) in Command() 948 sal_Bool bGotoCursor = !mpExtTextView->IsReadOnly(); in GetFocus() 951 && !mpExtTextView->IsReadOnly() in GetFocus() 1173 sal_Bool MultiLineEdit::IsReadOnly() const in IsReadOnly() function in MultiLineEdit 1175 return pImpSvMEdit->IsReadOnly(); in IsReadOnly() [all …]
|
/trunk/main/cui/source/options/ |
H A D | optgdlg.cxx | 1331 sal_Bool bReadonly = pLangConfig->aLanguageOptions.IsReadOnly(SvtLanguageOptions::E_ALLCJK); in OfaLanguagesTabPage() 1338 bReadonly = pLangConfig->aLanguageOptions.IsReadOnly(SvtLanguageOptions::E_CTLFONT); in OfaLanguagesTabPage() 1637 sal_Bool bReadonly = pLangConfig->aSysLocaleOptions.IsReadOnly(SvtSysLocaleOptions::E_LOCALE); in Reset() 1664 bReadonly = pLangConfig->aSysLocaleOptions.IsReadOnly(SvtSysLocaleOptions::E_CURRENCY); in Reset() 1748 sal_Bool bEnable = !pLangConfig->aLinguConfig.IsReadOnly( C2U("DefaultLocale") ); in Reset() 1757 …bEnable = ( !pLangConfig->aLinguConfig.IsReadOnly( C2U("DefaultLocale_CJK") ) && aAsianSupportCB.I… in Reset() 1761 …bEnable = ( !pLangConfig->aLinguConfig.IsReadOnly( C2U("DefaultLocale_CTL") ) && aCTLSupportCB.IsC… in Reset() 1787 sal_Bool bReadonly = pLangConfig->aLinguConfig.IsReadOnly( C2U("DefaultLocale_CJK")); in IMPL_LINK() 1797 sal_Bool bReadonly = pLangConfig->aLinguConfig.IsReadOnly( C2U("DefaultLocale_CTL")); in IMPL_LINK() 1835 if(!pLangConfig->aLanguageOptions.IsReadOnly(SvtLanguageOptions::E_CTLFONT)) in IMPL_LINK() [all …]
|
/trunk/main/unotools/source/config/ |
H A D | javaoptions.cxx | 57 sal_Bool IsReadOnly() const {return bRO;} in IsReadOnly() function in SvtExecAppletsItem_Impl 334 if(!pImpl->aExecItem.IsReadOnly() && pImpl->aExecItem.IsExecuteApplets() != bSet) in SetExecuteApplets() 343 sal_Bool SvtJavaOptions::IsReadOnly( EOption eOption ) const in IsReadOnly() function in SvtJavaOptions 361 bRO = pImpl->aExecItem.IsReadOnly(); in IsReadOnly()
|
H A D | lingucfg.cxx | 200 sal_Bool IsReadOnly( const rtl::OUString &rPropertyName ) const; 201 sal_Bool IsReadOnly( sal_Int32 nPropertyHandle ) const; 783 sal_Bool SvtLinguConfigItem::IsReadOnly( const rtl::OUString &rPropertyName ) const in IsReadOnly() function in SvtLinguConfigItem 790 bReadOnly = IsReadOnly( nHdl ); in IsReadOnly() 794 sal_Bool SvtLinguConfigItem::IsReadOnly( sal_Int32 nPropertyHandle ) const in IsReadOnly() function in SvtLinguConfigItem 944 sal_Bool SvtLinguConfig::IsReadOnly( const rtl::OUString &rPropertyName ) const in IsReadOnly() function in SvtLinguConfig 946 return GetConfigItem().IsReadOnly( rPropertyName ); in IsReadOnly() 949 sal_Bool SvtLinguConfig::IsReadOnly( sal_Int32 nPropertyHandle ) const in IsReadOnly() function in SvtLinguConfig 951 return GetConfigItem().IsReadOnly( nPropertyHandle ); in IsReadOnly()
|
H A D | syslocaleoptions.cxx | 121 sal_Bool IsReadOnly( SvtSysLocaleOptions::EOption eOption ) const; 287 sal_Bool SvtSysLocaleOptions_Impl::IsReadOnly( SvtSysLocaleOptions::EOption eOption ) const in IsReadOnly() function in SvtSysLocaleOptions_Impl 596 sal_Bool SvtSysLocaleOptions::IsReadOnly( EOption eOption ) const in IsReadOnly() function in SvtSysLocaleOptions 599 return pOptions->IsReadOnly( eOption ); in IsReadOnly()
|
/trunk/main/basctl/source/basicide/ |
H A D | baside3.cxx | 325 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 D | baside2.cxx | 1105 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()
|
/trunk/main/svx/inc/svx/ |
H A D | svdglev.hxx | 75 …sal_Bool IsSetMarkedGluePointsEscDirPossible() const { return !IsReadOnly() && HasMarkedGluePoints… in IsSetMarkedGluePointsEscDirPossible() 81 …sal_Bool IsSetMarkedGluePointsPercentPossible() const { return !IsReadOnly() && HasMarkedGluePoint… in IsSetMarkedGluePointsPercentPossible() 95 …sal_Bool IsSetMarkedGluePointsAlignPossible() const { return !IsReadOnly() && HasMarkedGluePoints(… in IsSetMarkedGluePointsAlignPossible()
|
/trunk/main/sfx2/source/doc/ |
H A D | objmisc.cxx | 339 return pImp->m_bEnableSetModified && !IsReadOnly(); in IsEnableSetModified() 349 if ( !pImp->m_xDocStorage.is() || IsReadOnly() ) in IsModified() 449 return pMedium->IsReadOnly(); in IsReadOnlyMedium() 463 sal_Bool bWasRO = IsReadOnly(); in SetReadOnlyUI() 465 if ( bWasRO != IsReadOnly() ) in SetReadOnlyUI() 483 sal_Bool bWasROUI = IsReadOnly(); in SetReadOnly() 501 sal_Bool SfxObjectShell::IsReadOnly() const in IsReadOnly() function in SfxObjectShell 1248 return !IsReadOnly() || pImp->nAutoLoadLocks > 0; in IsAutoLoadLocked() 1371 if ( !GetMedium()->IsReadOnly() ) in InitOwnModel_Impl() 2075 if ( IsReadOnlyUI() || (pMed && pMed->IsReadOnly()) ) in UpdateTitle()
|
/trunk/main/dbaccess/source/ui/tabledesign/ |
H A D | TableFieldControl.cxx | 79 sal_Bool OTableFieldControl::IsReadOnly() in IsReadOnly() function in OTableFieldControl 81 sal_Bool bRead(GetCtrl()->IsReadOnly()); in IsReadOnly() 92 bRead = pCurRow->IsReadOnly(); in IsReadOnly()
|
H A D | TEditControl.cxx | 268 sal_Bool OTableEditorCtrl::IsReadOnly() in IsReadOnly() function in OTableEditorCtrl 278 if (bRead == IsReadOnly()) in SetReadOnly() 459 if (IsReadOnly() || ( xTable.is() && in GetController() 467 if( pActRow->IsReadOnly() ) in GetController() 1574 if( GetActRow()->IsReadOnly() ) in IsInsertNewAllowed() 1621 || (pFieldDescr->IsNullable() && pRow->IsReadOnly()) in IsPrimaryKeyAllowed() 1667 if( !IsReadOnly() ) in Command() 1984 pDescrWin->SetReadOnly(bReadOnly || !SetDataPtr(nRow) || GetActRow()->IsReadOnly()); in DeactivateCell()
|
/trunk/main/chart2/source/controller/dialogs/ |
H A D | DataBrowser.cxx | 518 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
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/ |
H A D | DBTools.java | 151 public Boolean IsReadOnly = null ; field in DBTools.DataSourceInfo 186 IsReadOnly = (Boolean)xProps.getPropertyValue("IsReadOnly") ; in DataSourceInfo() 219 out.println(" IsReadOnly = '" + IsReadOnly + "'") ; in printInfo() 262 if (IsReadOnly != null) props.setPropertyValue("IsReadOnly", IsReadOnly) ; in getDataSourceService()
|
/trunk/main/svx/source/gallery2/ |
H A D | galbrws1.cxx | 221 else if( pEntry->IsReadOnly() ) in ImplInsertThemeEntry() 289 if( pTheme->IsReadOnly() ) in ImplGetExecuteVector() 313 if( bIdDialog && !pTheme->IsReadOnly() && !pTheme->IsImported() ) in ImplGetExecuteVector() 489 if( pTheme && !pTheme->IsReadOnly() && !pTheme->IsImported() ) in ImplExecute()
|
H A D | galbrws2.cxx | 276 if( mpTheme->IsReadOnly() || !mpTheme->GetObjectCount() ) in ExecutePopup() 281 if( mpTheme->IsReadOnly() ) in ExecutePopup() 634 if( mpCurTheme && !mpCurTheme->IsReadOnly() && !mpCurTheme ->IsImported() ) in AcceptDrop() 756 if( !mpCurTheme->IsReadOnly() && mpCurTheme->GetObjectCount() ) in KeyInput() 1296 if( !mpCurTheme->IsReadOnly() && in Execute() 1359 if( !mpCurTheme->IsReadOnly() ) in Execute()
|
/trunk/main/sd/source/ui/view/ |
H A D | drviewsa.cxx | 242 mbReadOnly = GetDocSh()->IsReadOnly(); in Construct() 837 if(GetDocSh()->IsReadOnly() && dynamic_cast< FuSelection* >( GetCurrentFunction().get() ) ) in Notify() 844 if (GetDocSh()->IsReadOnly() != mbReadOnly ) in Notify() 846 mbReadOnly = GetDocSh()->IsReadOnly(); in Notify()
|
/trunk/main/sc/source/ui/view/ |
H A D | tabvwsha.cxx | 188 if ( pDocSh->IsReadOnly() || !pDocSh->GetChangeAction(aPos) || pDocSh->IsDocShared() ) in GetState() 246 if (GetViewData()->GetDocShell()->IsReadOnly()) in GetState() 463 if ( pDocShell && ( pDocShell->IsReadOnly() || pDocShell->IsDocShared() ) ) in GetState() 473 rSet.Put( SfxBoolItem( nWhich, GetViewData()->GetDocShell()->IsReadOnly() ) ); in GetState()
|
/trunk/main/sw/source/ui/misc/ |
H A D | glossary.cxx | 290 bIsDocReadOnly = pSh->GetView().GetDocShell()->IsReadOnly() || in SwGlossaryDlg() 338 bReadOnly = pGlossaryHdl->IsReadOnly(); in IMPL_LINK() 508 !pGlossaryHdl->IsReadOnly() ); in IMPL_LINK_INLINE_END() 513 bEnable = !aCategoryBox.GetParent( pEntry ) && !bIsOld && !pGlossaryHdl->IsReadOnly(); in IMPL_LINK_INLINE_END() 811 pData->bReadonly = pGlossaryHdl->IsReadOnly(&sGroupName); in Init() 1055 if(!pDlg->pGlossaryHdl->IsReadOnly(&sEntry)) in NotifyStartDrag()
|
/trunk/main/vcl/source/control/ |
H A D | combobox.cxx | 498 if ( !mpSubEdit->IsReadOnly() && mpImplLB->GetEntryList()->IsEntryPosSelected( nChanged ) ) in IMPL_LINK() 732 mpImplLB->SetReadOnly( IsReadOnly() ); in StateChanged() 734 mpBtn->Enable( IsEnabled() && !IsReadOnly() ); in StateChanged() 739 mpImplLB->Enable( IsEnabled() && !IsReadOnly() ); in StateChanged() 741 mpBtn->Enable( IsEnabled() && !IsReadOnly() ); in StateChanged() 827 && !IsReadOnly() ) in Notify()
|
H A D | ilstbox.cxx | 906 if ( !IsReadOnly() ) in MouseButtonDown() 1441 if ( IsReadOnly() ) in ProcessKeyInput() 1469 if ( IsReadOnly() ) in ProcessKeyInput() 1496 if ( IsReadOnly() ) in ProcessKeyInput() 1527 if ( IsReadOnly() ) in ProcessKeyInput() 1561 if ( IsReadOnly() ) in ProcessKeyInput() 1582 if ( IsReadOnly() ) in ProcessKeyInput() 1630 if ( !bMod2 && !IsReadOnly() ) in ProcessKeyInput() 1642 if ( !bMod2 && !IsReadOnly() ) in ProcessKeyInput() 1680 if ( !IsReadOnly() ) in ProcessKeyInput()
|
/trunk/main/cui/source/dialogs/ |
H A D | cuigaldlg.cxx | 621 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()
|