Lines Matching refs:m_pData

1939m_pData = new StorInternalData_Impl( m_pImpl->m_rMutexRef, m_pImpl->m_bIsRoot, m_pImpl->m_nStorage…  in OStorage()
1951m_pData = new StorInternalData_Impl( m_pImpl->m_rMutexRef, m_pImpl->m_bIsRoot, m_pImpl->m_nStorage… in OStorage()
1961m_pData = new StorInternalData_Impl( m_pImpl->m_rMutexRef, m_pImpl->m_bIsRoot, m_pImpl->m_nStorage… in OStorage()
1964 m_pData->m_bReadOnlyWrap, in OStorage()
1975 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in ~OStorage()
1990 if ( m_pData ) in ~OStorage()
1992 if ( m_pData->m_pSubElDispListener ) in ~OStorage()
1994 m_pData->m_pSubElDispListener->release(); in ~OStorage()
1995 m_pData->m_pSubElDispListener = NULL; in ~OStorage()
1998 if ( m_pData->m_pTypeCollection ) in ~OStorage()
2000 delete m_pData->m_pTypeCollection; in ~OStorage()
2001 m_pData->m_pTypeCollection = NULL; in ~OStorage()
2004 delete m_pData; in ~OStorage()
2022 m_pData->m_aListenersContainer.disposeAndClear( aSource ); in InternalDispose()
2024 if ( m_pData->m_bReadOnlyWrap ) in InternalDispose()
2026 OSL_ENSURE( !m_pData->m_aOpenSubComponentsList.size() || m_pData->m_pSubElDispListener, in InternalDispose()
2029 if ( m_pData->m_pSubElDispListener ) in InternalDispose()
2031 m_pData->m_pSubElDispListener->OwnerIsDisposed(); in InternalDispose()
2035 if ( !m_pData->m_aOpenSubComponentsList.empty() ) in InternalDispose()
2037 for ( WeakComponentList::iterator pCompIter = m_pData->m_aOpenSubComponentsList.begin(); in InternalDispose()
2038 pCompIter != m_pData->m_aOpenSubComponentsList.end(); pCompIter++ ) in InternalDispose()
2044 static_cast< lang::XEventListener* >( m_pData->m_pSubElDispListener ) ) ); in InternalDispose()
2056 m_pData->m_aOpenSubComponentsList.clear(); in InternalDispose()
2069 if ( m_pData->m_bIsRoot ) in InternalDispose()
2090 if ( !m_pData->m_aOpenSubComponentsList.empty() ) in ChildIsDisposed()
2092 for ( WeakComponentList::iterator pCompIter = m_pData->m_aOpenSubComponentsList.begin(); in ChildIsDisposed()
2093 pCompIter != m_pData->m_aOpenSubComponentsList.end(); ) in ChildIsDisposed()
2100 m_pData->m_aOpenSubComponentsList.erase( pIterToRemove ); in ChildIsDisposed()
2123 OSL_ENSURE( !m_pData->m_bReadOnlyWrap, "The storage can not be modified at all!\n" ); in BroadcastModifiedIfNecessary()
2128 m_pData->m_aListenersContainer.getContainer( in BroadcastModifiedIfNecessary()
2156 OSL_ENSURE( !m_pData->m_bReadOnlyWrap, "The storage can not be modified at all!\n" ); in BroadcastTransaction()
2161 m_pData->m_aListenersContainer.getContainer( in BroadcastTransaction()
2192 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in OpenStreamElement_Impl()
2194 …OSL_ENSURE( !m_pData->m_bReadOnlyWrap || ( nOpenMode & embed::ElementModes::WRITE ) != embed::Elem… in OpenStreamElement_Impl()
2231 if ( !m_pData->m_pSubElDispListener ) in MakeLinkToSubComponent_Impl()
2233 m_pData->m_pSubElDispListener = new OChildDispListener_Impl( *this ); in MakeLinkToSubComponent_Impl()
2234 m_pData->m_pSubElDispListener->acquire(); in MakeLinkToSubComponent_Impl()
2238 static_cast< ::cppu::OWeakObject* >( m_pData->m_pSubElDispListener ), uno::UNO_QUERY ) ); in MakeLinkToSubComponent_Impl()
2240 m_pData->m_aOpenSubComponentsList.push_back( xComponent ); in MakeLinkToSubComponent_Impl()
2279 if ( m_pData->m_nStorageType == embed::StorageFormats::PACKAGE ) in queryInterface()
2281 if ( m_pData->m_bIsRoot ) in queryInterface()
2297 else if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML ) in queryInterface()
2330 if ( m_pData->m_pTypeCollection == NULL ) in getTypes()
2332 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getTypes()
2334 if ( m_pData->m_pTypeCollection == NULL ) in getTypes()
2336 if ( m_pData->m_nStorageType == embed::StorageFormats::PACKAGE ) in getTypes()
2338 if ( m_pData->m_bIsRoot ) in getTypes()
2340 m_pData->m_pTypeCollection = new ::cppu::OTypeCollection in getTypes()
2355 m_pData->m_pTypeCollection = new ::cppu::OTypeCollection in getTypes()
2366 else if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML ) in getTypes()
2368 m_pData->m_pTypeCollection = new ::cppu::OTypeCollection in getTypes()
2379 m_pData->m_pTypeCollection = new ::cppu::OTypeCollection in getTypes()
2390 return m_pData->m_pTypeCollection->getTypes() ; in getTypes()
2418 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in copyToStorage()
2486 ::osl::ResettableMutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in openStreamElement()
2497 if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML in openStreamElement()
2501 if ( ( nOpenMode & embed::ElementModes::WRITE ) && m_pData->m_bReadOnlyWrap ) in openStreamElement()
2513 if ( m_pData->m_bReadOnlyWrap ) in openStreamElement()
2604 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in openStorageElement()
2615 if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML in openStorageElement()
2619 if ( ( nStorageMode & embed::ElementModes::WRITE ) && m_pData->m_bReadOnlyWrap ) in openStorageElement()
2759 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in cloneStreamElement()
2770 if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML in cloneStreamElement()
2858 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in copyLastCommitTo()
2925 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in copyStorageElementLastCommitTo()
2936 if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML in copyStorageElementLastCommitTo()
3019 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in isStreamElement()
3030 if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML in isStreamElement()
3088 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in isStorageElement()
3099 if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML in isStorageElement()
3161 ::osl::ResettableMutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in removeElement()
3172 if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML in removeElement()
3255 ::osl::ResettableMutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in renameElement()
3267 if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML in renameElement()
3362 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in copyElementTo()
3378 if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML in copyElementTo()
3467 ::osl::ResettableMutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in moveElementTo()
3482 if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML in moveElementTo()
3585 ::osl::ResettableMutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in openEncryptedStream()
3593 if ( m_pData->m_nStorageType != embed::StorageFormats::PACKAGE ) in openEncryptedStream()
3596 if ( ( nOpenMode & embed::ElementModes::WRITE ) && m_pData->m_bReadOnlyWrap ) in openEncryptedStream()
3611 if ( m_pData->m_bReadOnlyWrap ) in openEncryptedStream()
3695 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in cloneEncryptedStream()
3703 if ( m_pData->m_nStorageType != embed::StorageFormats::PACKAGE ) in cloneEncryptedStream()
3788 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getPlainRawStreamElement()
3796 if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML ) in getPlainRawStreamElement()
3898 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getRawEncrStreamElement()
3906 if ( m_pData->m_nStorageType != embed::StorageFormats::PACKAGE ) in getRawEncrStreamElement()
4018 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in insertRawEncrStreamElement()
4026 if ( m_pData->m_nStorageType != embed::StorageFormats::PACKAGE ) in insertRawEncrStreamElement()
4117 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in commit()
4125 if ( m_pData->m_bReadOnlyWrap ) in commit()
4182 ::osl::ResettableMutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in revert()
4200 if ( m_pData->m_bReadOnlyWrap || !m_pImpl->m_bListCreated ) in revert()
4251 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in addTransactionListener()
4259m_pData->m_aListenersContainer.addInterface( ::getCppuType((const uno::Reference< embed::XTransact… in addTransactionListener()
4267 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in removeTransactionListener()
4275m_pData->m_aListenersContainer.removeInterface( ::getCppuType((const uno::Reference< embed::XTrans… in removeTransactionListener()
4290 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in isModified()
4307 ::osl::ResettableMutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in setModified()
4315 if ( m_pData->m_bReadOnlyWrap ) in setModified()
4334 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in addModifyListener()
4342 m_pData->m_aListenersContainer.addInterface( in addModifyListener()
4352 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in removeModifyListener()
4360 m_pData->m_aListenersContainer.removeInterface( in removeModifyListener()
4376 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getByName()
4387 if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML in getByName()
4443 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getElementNames()
4481 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in hasByName()
4492 if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML in hasByName()
4527 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getElementType()
4546 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in hasElements()
4586 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in dispose()
4622 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in addEventListener()
4630 m_pData->m_aListenersContainer.addInterface( in addEventListener()
4639 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in removeEventListener()
4647 m_pData->m_aListenersContainer.removeInterface( in removeEventListener()
4670 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in removeEncryption()
4678 if ( m_pData->m_nStorageType != embed::StorageFormats::PACKAGE ) in removeEncryption()
4681 …OSL_ENSURE( m_pData->m_bIsRoot, "removeEncryption() method is not available for nonroot storages!\… in removeEncryption()
4682 if ( m_pData->m_bIsRoot ) in removeEncryption()
4746 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in setEncryptionData()
4754 if ( m_pData->m_nStorageType != embed::StorageFormats::PACKAGE ) in setEncryptionData()
4760 …OSL_ENSURE( m_pData->m_bIsRoot, "setEncryptionData() method is not available for nonroot storages!… in setEncryptionData()
4761 if ( m_pData->m_bIsRoot ) in setEncryptionData()
4814 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in setEncryptionAlgorithms()
4822 if ( m_pData->m_nStorageType != embed::StorageFormats::PACKAGE ) in setEncryptionAlgorithms()
4828 …OSL_ENSURE( m_pData->m_bIsRoot, "setEncryptionAlgorithms() method is not available for nonroot sto… in setEncryptionAlgorithms()
4829 if ( m_pData->m_bIsRoot ) in setEncryptionAlgorithms()
4887 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getEncryptionAlgorithms()
4895 if ( m_pData->m_nStorageType != embed::StorageFormats::PACKAGE ) in getEncryptionAlgorithms()
4899 …OSL_ENSURE( m_pData->m_bIsRoot, "getEncryptionAlgorithms() method is not available for nonroot sto… in getEncryptionAlgorithms()
4900 if ( m_pData->m_bIsRoot ) in getEncryptionAlgorithms()
4955 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getPropertySetInfo()
4978 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in setPropertyValue()
4991 …if ( m_pData->m_bReadOnlyWrap && !aPropertyName.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPAR… in setPropertyValue()
4994 if ( m_pData->m_nStorageType == embed::StorageFormats::ZIP ) in setPropertyValue()
4996 else if ( m_pData->m_nStorageType == embed::StorageFormats::PACKAGE ) in setPropertyValue()
5012 if ( !m_pData->m_bReadOnlyWrap ) in setPropertyValue()
5018 else if ( ( m_pData->m_bIsRoot && ( aPropertyName.equalsAscii( HAS_ENCRYPTED_ENTRIES_PROPERTY ) in setPropertyValue()
5029 else if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML ) in setPropertyValue()
5066 else if ( ( m_pData->m_bIsRoot && ( aPropertyName.equalsAscii( "URL" ) in setPropertyValue()
5088 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getPropertyValue()
5096 if ( m_pData->m_nStorageType == embed::StorageFormats::PACKAGE in getPropertyValue()
5132 return uno::makeAny( m_pData->m_bIsRoot ); in getPropertyValue()
5138 else if ( m_pData->m_bIsRoot ) in getPropertyValue()
5154 else if ( m_pData->m_nStorageType == embed::StorageFormats::PACKAGE in getPropertyValue()
5199 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in addPropertyChangeListener()
5219 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in removePropertyChangeListener()
5239 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in addVetoableChangeListener()
5259 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in removeVetoableChangeListener()
5281 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in hasByID()
5289 if ( m_pData->m_nStorageType != embed::StorageFormats::OFOPXML ) in hasByID()
5312 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getTargetByID()
5320 if ( m_pData->m_nStorageType != embed::StorageFormats::OFOPXML ) in getTargetByID()
5337 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getTypeByID()
5345 if ( m_pData->m_nStorageType != embed::StorageFormats::OFOPXML ) in getTypeByID()
5362 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getRelationshipByID()
5370 if ( m_pData->m_nStorageType != embed::StorageFormats::OFOPXML ) in getRelationshipByID()
5392 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getRelationshipsByType()
5400 if ( m_pData->m_nStorageType != embed::StorageFormats::OFOPXML ) in getRelationshipsByType()
5428 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getAllRelationships()
5436 if ( m_pData->m_nStorageType != embed::StorageFormats::OFOPXML ) in getAllRelationships()
5448 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in insertRelationshipByID()
5456 if ( m_pData->m_nStorageType != embed::StorageFormats::OFOPXML ) in insertRelationshipByID()
5513 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in removeRelationshipByID()
5521 if ( m_pData->m_nStorageType != embed::StorageFormats::OFOPXML ) in removeRelationshipByID()
5555 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in insertRelationships()
5563 if ( m_pData->m_nStorageType != embed::StorageFormats::OFOPXML ) in insertRelationships()
5637 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in clearRelationships()
5645 if ( m_pData->m_nStorageType != embed::StorageFormats::OFOPXML ) in clearRelationships()
5687 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in insertStreamElementDirect()
5698 if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML in insertStreamElementDirect()
5702 if ( m_pData->m_bReadOnlyWrap ) in insertStreamElementDirect()
5780 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in copyElementDirectlyTo()
5795 if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML in copyElementDirectlyTo()
5881 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in writeAndAttachToStream()
5889 if ( !m_pData->m_bIsRoot ) in writeAndAttachToStream()
5953 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in attachToURL()
5961 if ( !m_pData->m_bIsRoot ) in attachToURL()
6040 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getElementPropertyValue()
6051 if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML in getElementPropertyValue()
6062 …if ( !pElement->m_bIsStorage || m_pData->m_nStorageType != embed::StorageFormats::PACKAGE || !aPro… in getElementPropertyValue()
6143 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in copyStreamElementData()
6154 if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML in copyStreamElementData()
6233 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in openStreamElementByHierarchicalName()
6267 if ( !m_pData->m_rHierarchyHolder.is() ) in openStreamElementByHierarchicalName()
6268 m_pData->m_rHierarchyHolder = new OHierarchyHolder_Impl( in openStreamElementByHierarchicalName()
6271 xResult = m_pData->m_rHierarchyHolder->GetStreamHierarchically( in openStreamElementByHierarchicalName()
6305 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in removeStreamElementByHierarchicalName()
6322 if ( !m_pData->m_rHierarchyHolder.is() ) in removeStreamElementByHierarchicalName()
6323 m_pData->m_rHierarchyHolder = new OHierarchyHolder_Impl( in removeStreamElementByHierarchicalName()
6326 m_pData->m_rHierarchyHolder->RemoveStreamHierarchically( aListPath ); in removeStreamElementByHierarchicalName()
6342 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in openEncryptedStreamByHierarchicalName()
6350 if ( m_pData->m_nStorageType != embed::StorageFormats::PACKAGE ) in openEncryptedStreamByHierarchicalName()
6382 if ( !m_pData->m_rHierarchyHolder.is() ) in openEncryptedStreamByHierarchicalName()
6383 m_pData->m_rHierarchyHolder = new OHierarchyHolder_Impl( in openEncryptedStreamByHierarchicalName()
6386 xResult = m_pData->m_rHierarchyHolder->GetStreamHierarchically( in openEncryptedStreamByHierarchicalName()