LibreOffice Module ucb (master)
1
|
Public Member Functions | |
PropertySetRegistry_Impl (const Sequence< Any > &rInitArgs) | |
Public Attributes | |
const Sequence< Any > | m_aInitArgs |
PropertySetMap_Impl | m_aPropSets |
Reference< XMultiServiceFactory > | m_xConfigProvider |
Reference< XInterface > | m_xRootReadAccess |
Reference< XInterface > | m_xRootWriteAccess |
osl::Mutex | m_aMutex |
bool | m_bTriedToGetRootReadAccess |
bool | m_bTriedToGetRootWriteAccess |
Definition at line 219 of file ucbstore.cxx.
|
inlineexplicit |
Definition at line 230 of file ucbstore.cxx.
Definition at line 221 of file ucbstore.cxx.
osl::Mutex PropertySetRegistry_Impl::m_aMutex |
Definition at line 226 of file ucbstore.cxx.
PropertySetMap_Impl PropertySetRegistry_Impl::m_aPropSets |
Definition at line 222 of file ucbstore.cxx.
bool PropertySetRegistry_Impl::m_bTriedToGetRootReadAccess |
Definition at line 227 of file ucbstore.cxx.
bool PropertySetRegistry_Impl::m_bTriedToGetRootWriteAccess |
Definition at line 228 of file ucbstore.cxx.
Reference< XMultiServiceFactory > PropertySetRegistry_Impl::m_xConfigProvider |
Definition at line 223 of file ucbstore.cxx.
Reference< XInterface > PropertySetRegistry_Impl::m_xRootReadAccess |
Definition at line 224 of file ucbstore.cxx.
Reference< XInterface > PropertySetRegistry_Impl::m_xRootWriteAccess |
Definition at line 225 of file ucbstore.cxx.