/aoo42x/main/unotools/source/config/ |
H A D | securityoptions.cxx | 560 switch( eOption ) in GetOption() 810 switch(eOption) in IsReadOnly() 997 if( GetOption( eOption, pValue, pRO ) ) in SetOption() 1091 sal_Bool SvtSecurityOptions::IsReadOnly( EOption eOption ) const in IsReadOnly() 1094 return m_pDataContainer->IsReadOnly(eOption); in IsReadOnly() 1152 bool SvtSecurityOptions::IsOptionSet( EOption eOption ) const in IsOptionSet() 1155 return m_pDataContainer->IsOptionSet( eOption ); in IsOptionSet() 1158 bool SvtSecurityOptions::SetOption( EOption eOption, bool bValue ) in SetOption() argument 1161 return m_pDataContainer->SetOption( eOption, bValue ); in SetOption() 1164 bool SvtSecurityOptions::IsOptionEnabled( EOption eOption ) const in IsOptionEnabled() [all …]
|
H A D | cmdoptions.cxx | 226 sal_Bool HasEntries ( SvtCommandOptions::CmdOption eOption ) const; 395 sal_Bool SvtCommandOptions_Impl::HasEntries( SvtCommandOptions::CmdOption eOption ) const in HasEntries() 397 if ( eOption == SvtCommandOptions::CMDOPTION_DISABLED ) in HasEntries() 559 sal_Bool SvtCommandOptions::HasEntries( CmdOption eOption ) const in HasEntries() 562 return m_pDataContainer->HasEntries( eOption ); in HasEntries()
|
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() 290 switch(eOption) in IsReadOnly() 596 sal_Bool SvtSysLocaleOptions::IsReadOnly( EOption eOption ) const in IsReadOnly() 599 return pOptions->IsReadOnly( eOption ); in IsReadOnly()
|
H A D | saveopt.cxx | 147 sal_Bool IsReadOnly( SvtSaveOptions::EOption eOption ) const; 305 sal_Bool SvtSaveOptions_Impl::IsReadOnly( SvtSaveOptions::EOption eOption ) const in IsReadOnly() 308 switch(eOption) in IsReadOnly() 1082 sal_Bool SvtSaveOptions::IsReadOnly( SvtSaveOptions::EOption eOption ) const in IsReadOnly() 1084 return pImp->pSaveOpt->IsReadOnly(eOption); in IsReadOnly()
|
H A D | javaoptions.cxx | 343 sal_Bool SvtJavaOptions::IsReadOnly( EOption eOption ) const in IsReadOnly() 346 switch(eOption) in IsReadOnly()
|
/aoo42x/main/sc/source/ui/optdlg/ |
H A D | tpview.cxx | 297 ScViewOption eOption = VOPT_FORMULAS; in IMPL_LINK() local 300 if ( &aFormulaCB == pBtn ) eOption = VOPT_FORMULAS; in IMPL_LINK() 301 else if ( &aNilCB == pBtn ) eOption = VOPT_NULLVALS; in IMPL_LINK() 302 else if ( &aAnnotCB == pBtn ) eOption = VOPT_NOTES; in IMPL_LINK() 303 else if ( &aValueCB == pBtn ) eOption = VOPT_SYNTAX; in IMPL_LINK() 304 else if ( &aAnchorCB == pBtn ) eOption = VOPT_ANCHOR; in IMPL_LINK() 307 else if ( &aHScrollCB == pBtn ) eOption = VOPT_HSCROLL; in IMPL_LINK() 308 else if ( &aTblRegCB == pBtn ) eOption = VOPT_TABCONTROLS; in IMPL_LINK() 309 else if ( &aOutlineCB == pBtn ) eOption = VOPT_OUTLINER; in IMPL_LINK() 310 else if ( &aBreakCB == pBtn ) eOption = VOPT_PAGEBREAKS; in IMPL_LINK() [all …]
|
/aoo42x/main/sc/source/core/data/ |
H A D | tabprotection.cxx | 341 bool ScDocProtection::isOptionEnabled(Option eOption) const in isOptionEnabled() 343 return mpImpl->isOptionEnabled(eOption); in isOptionEnabled() 346 void ScDocProtection::setOption(Option eOption, bool bEnabled) in setOption() argument 348 mpImpl->setOption(eOption, bEnabled); in setOption() 416 bool ScTableProtection::isOptionEnabled(Option eOption) const in isOptionEnabled() 418 return mpImpl->isOptionEnabled(eOption); in isOptionEnabled() 421 void ScTableProtection::setOption(Option eOption, bool bEnabled) in setOption() argument 423 mpImpl->setOption(eOption, bEnabled); in setOption()
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | cmdoptions.hxx | 131 void Clear( CmdOption eOption ); 146 sal_Bool HasEntries( CmdOption eOption ) const; 161 sal_Bool Lookup( CmdOption eOption, const ::rtl::OUString& aCommandURL ) const; 176 ::com::sun::star::uno::Sequence< ::rtl::OUString > GetList( CmdOption eOption ) const; 191 void AddCommand( CmdOption eOption, const ::rtl::OUString& sURL );
|
H A D | securityoptions.hxx | 167 sal_Bool IsReadOnly( EOption eOption ) const ; 237 bool IsOptionSet ( EOption eOption ) const ; 238 bool SetOption ( EOption eOption, bool bValue ) ; 239 bool IsOptionEnabled ( EOption eOption ) const ;
|
H A D | javaoptions.hxx | 65 sal_Bool IsReadOnly( EOption eOption ) const;
|
H A D | saveopt.hxx | 126 sal_Bool IsReadOnly( EOption eOption ) const;
|
H A D | syslocaleoptions.hxx | 161 sal_Bool IsReadOnly( EOption eOption ) const;
|
/aoo42x/main/sc/inc/ |
H A D | tabprotection.hxx | 108 bool isOptionEnabled(Option eOption) const; 109 void setOption(Option eOption, bool bEnabled); 165 bool isOptionEnabled(Option eOption) const; 166 void setOption(Option eOption, bool bEnabled);
|
/aoo42x/main/svl/source/config/ |
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() 370 switch(eOption) in IsReadOnly() 495 sal_Bool SvtCJKOptions::IsReadOnly(EOption eOption) const in IsReadOnly() 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() 109 switch(eOption) in IsReadOnly() 482 sal_Bool SvtCTLOptions::IsReadOnly(EOption eOption) const in IsReadOnly() 485 return pCTLOptions->IsReadOnly(eOption); in IsReadOnly()
|
H A D | languageoptions.cxx | 175 sal_Bool SvtLanguageOptions::IsReadOnly(SvtLanguageOptions::EOption eOption) const in IsReadOnly() 178 switch(eOption) in IsReadOnly()
|
/aoo42x/main/filter/source/config/cache/ |
H A D | filtercache.cxx | 1607 switch(eOption) in impl_loadSet() 1615 (*pCache)[pItems[i]] = impl_loadItem(xSet, eType, pItems[i], eOption); in impl_loadSet() 1643 CacheItem aItem = impl_loadItem(xSet, eType, pItems[i], eOption); in impl_loadSet() 1831 (eOption == E_READ_STANDARD) || in impl_loadItem() 1832 (eOption == E_READ_ALL ) in impl_loadItem() 1845 (eOption == E_READ_UPDATE) || in impl_loadItem() 1846 (eOption == E_READ_ALL ) in impl_loadItem() 1860 (eOption == E_READ_STANDARD) || in impl_loadItem() 1861 (eOption == E_READ_ALL ) in impl_loadItem() 1879 (eOption == E_READ_UPDATE) || in impl_loadItem() [all …]
|
H A D | filtercache.hxx | 846 EReadOption eOption, 877 EReadOption eOption)
|
/aoo42x/main/cui/source/options/ |
H A D | securityoptions.cxx | 39 SvtSecurityOptions::EOption eOption, in enableAndSet() argument 42 bool bEnable = rOptions.IsOptionEnabled( eOption ); in enableAndSet() 45 rCheckBox.Check( rOptions.IsOptionSet( eOption ) ); in enableAndSet()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objstor.cxx | 3121 SvtSecurityOptions::EOption eOption = static_cast< SvtSecurityOptions::EOption >( -1 ); in QueryHiddenInformation() local 3128 eOption = SvtSecurityOptions::E_DOCWARN_SAVEORSEND; in QueryHiddenInformation() 3134 eOption = SvtSecurityOptions::E_DOCWARN_PRINT; in QueryHiddenInformation() 3140 eOption = SvtSecurityOptions::E_DOCWARN_SIGNING; in QueryHiddenInformation() 3146 eOption = SvtSecurityOptions::E_DOCWARN_CREATEPDF; in QueryHiddenInformation() 3155 if ( eOption != -1 && SvtSecurityOptions().IsOptionSet( eOption ) ) in QueryHiddenInformation()
|
/aoo42x/main/sw/source/ui/config/ |
H A D | optcomp.cxx | 432 CompatibilityOptions eOption = static_cast< CompatibilityOptions >(i); in IMPL_LINK() local 433 switch ( eOption ) in IMPL_LINK()
|
/aoo42x/main/svl/inc/svl/ |
H A D | cjkoptions.hxx | 71 sal_Bool IsReadOnly(EOption eOption) const;
|
H A D | ctloptions.hxx | 86 sal_Bool IsReadOnly(EOption eOption) const;
|
H A D | languageoptions.hxx | 101 sal_Bool IsReadOnly(EOption eOption) const;
|
/aoo42x/main/sc/source/filter/xcl97/ |
H A D | xcl97rec.cxx | 1081 ScTableProtection::Option eOption; member 1117 if ( pProtect->isOptionEnabled(aTable[i].eOption) ) in XclExpSheetProtectOptions()
|