Home
last modified time | relevance | path

Searched refs:m_bROTrustedAuthors (Results 1 – 1 of 1) sorted by relevance

/trunk/main/unotools/source/config/
H A Dsecurityoptions.cxx252 sal_Bool m_bROTrustedAuthors; member in SvtSecurityOptions_Impl
302 ,m_bROTrustedAuthors ( CFG_READONLY_DEFAULT ) in SvtSecurityOptions_Impl()
423 m_bROTrustedAuthors = bRO; in SetProperty()
714 bDone = !m_bROTrustedAuthors; in Commit()
837 bReadonly = m_bROTrustedAuthors; in IsReadOnly()
966 …DBG_ASSERT(!m_bROTrustedAuthors, "SvtSecurityOptions_Impl::SetTrustedAuthors()\nYou tried to write… in SetTrustedAuthors()
967 if( !m_bROTrustedAuthors && rAuthors != m_seqTrustedAuthors ) in SetTrustedAuthors()
976 return m_bROTrustedAuthors; in IsTrustedAuthorsEnabled()

Completed in 15 milliseconds