Lines Matching refs:m_pData

1812 	m_pData = new WSInternalData_Impl( pImpl->m_rMutexRef, m_pImpl->m_nStorageType );  in OWriteStream()
1829 m_pData = new WSInternalData_Impl( pImpl->m_rMutexRef, m_pImpl->m_nStorageType ); in OWriteStream()
1844 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in ~OWriteStream()
1859 if ( m_pData && m_pData->m_pTypeCollection ) in ~OWriteStream()
1860 delete m_pData->m_pTypeCollection; in ~OWriteStream()
1862 if ( m_pData ) in ~OWriteStream()
1863 delete m_pData; in ~OWriteStream()
1910 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in CopyToStreamInternally_Impl()
1964 …if ( m_pData->m_nStorageType == embed::StorageFormats::PACKAGE || m_pData->m_nStorageType == embed… in CopyToStreamInternally_Impl()
1969 if ( m_pData->m_nStorageType == embed::StorageFormats::PACKAGE ) in CopyToStreamInternally_Impl()
2015 if ( m_pData->m_nStorageType == embed::StorageFormats::PACKAGE ) in queryInterface()
2022 else if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML ) in queryInterface()
2062 if ( m_pData->m_pTypeCollection == NULL ) in getTypes()
2064 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getTypes()
2066 if ( m_pData->m_pTypeCollection == NULL ) in getTypes()
2070 if ( m_pData->m_nStorageType == embed::StorageFormats::PACKAGE ) in getTypes()
2086 m_pData->m_pTypeCollection = new ::cppu::OTypeCollection in getTypes()
2090 else if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML ) in getTypes()
2092 m_pData->m_pTypeCollection = new ::cppu::OTypeCollection in getTypes()
2108 m_pData->m_pTypeCollection = new ::cppu::OTypeCollection in getTypes()
2124 if ( m_pData->m_nStorageType == embed::StorageFormats::PACKAGE ) in getTypes()
2126 m_pData->m_pTypeCollection = new ::cppu::OTypeCollection in getTypes()
2138 else if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML ) in getTypes()
2140 m_pData->m_pTypeCollection = new ::cppu::OTypeCollection in getTypes()
2153 m_pData->m_pTypeCollection = new ::cppu::OTypeCollection in getTypes()
2167 return m_pData->m_pTypeCollection->getTypes() ; in getTypes()
2187 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in readBytes()
2210 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in readSomeBytes()
2233 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in skipBytes()
2255 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in available()
2278 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in closeInput()
2303 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getInputStream()
2321 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getOutputStream()
2344 ::osl::ResettableMutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in writeBytes()
2418 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in flush()
2466 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in closeOutput()
2491 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in seek()
2512 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getPosition()
2533 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getLength()
2554 ::osl::ResettableMutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in truncate()
2588 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in dispose()
2645 m_pData->m_aListenersContainer.disposeAndClear( aSource ); in dispose()
2653 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in addEventListener()
2661m_pData->m_aListenersContainer.addInterface( ::getCppuType((const uno::Reference< lang::XEventList… in addEventListener()
2670 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in removeEventListener()
2678m_pData->m_aListenersContainer.removeInterface( ::getCppuType((const uno::Reference< lang::XEventL… in removeEventListener()
2687 ::osl::ResettableMutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in setEncryptionPassword()
2709 ::osl::ResettableMutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in removeEncryption()
2730 ::osl::ResettableMutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in setEncryptionData()
2752 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in hasByID()
2760 if ( m_pData->m_nStorageType != embed::StorageFormats::OFOPXML ) in hasByID()
2783 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getTargetByID()
2791 if ( m_pData->m_nStorageType != embed::StorageFormats::OFOPXML ) in getTargetByID()
2808 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getTypeByID()
2816 if ( m_pData->m_nStorageType != embed::StorageFormats::OFOPXML ) in getTypeByID()
2833 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getRelationshipByID()
2841 if ( m_pData->m_nStorageType != embed::StorageFormats::OFOPXML ) in getRelationshipByID()
2863 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getRelationshipsByType()
2871 if ( m_pData->m_nStorageType != embed::StorageFormats::OFOPXML ) in getRelationshipsByType()
2898 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getAllRelationships()
2906 if ( m_pData->m_nStorageType != embed::StorageFormats::OFOPXML ) in getAllRelationships()
2918 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in insertRelationshipByID()
2926 if ( m_pData->m_nStorageType != embed::StorageFormats::OFOPXML ) in insertRelationshipByID()
2983 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in removeRelationshipByID()
2991 if ( m_pData->m_nStorageType != embed::StorageFormats::OFOPXML ) in removeRelationshipByID()
3025 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in insertRelationships()
3033 if ( m_pData->m_nStorageType != embed::StorageFormats::OFOPXML ) in insertRelationships()
3107 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in clearRelationships()
3115 if ( m_pData->m_nStorageType != embed::StorageFormats::OFOPXML ) in clearRelationships()
3127 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getPropertySetInfo()
3141 ::osl::ResettableMutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in setPropertyValue()
3152 …if ( m_pData->m_nStorageType == embed::StorageFormats::PACKAGE && aPropertyName.equals( aMediaType… in setPropertyValue()
3185 else if ( m_pData->m_nStorageType == embed::StorageFormats::PACKAGE in setPropertyValue()
3210 …else if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML && aPropertyName.equals( aMedi… in setPropertyValue()
3218 …else if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML && aPropertyName.equalsAscii( … in setPropertyValue()
3239 …else if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML && aPropertyName.equalsAscii( … in setPropertyValue()
3249 else if ( m_pData->m_nStorageType == embed::StorageFormats::PACKAGE in setPropertyValue()
3266 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in getPropertyValue()
3285 …if ( ( ( m_pData->m_nStorageType == embed::StorageFormats::PACKAGE || m_pData->m_nStorageType == e… in getPropertyValue()
3287 …|| ( m_pData->m_nStorageType == embed::StorageFormats::PACKAGE && aPropertyName.equalsAscii( "Encr… in getPropertyValue()
3298 else if ( m_pData->m_nStorageType == embed::StorageFormats::PACKAGE in getPropertyValue()
3323 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in addPropertyChangeListener()
3343 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in removePropertyChangeListener()
3363 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in addVetoableChangeListener()
3383 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in removeVetoableChangeListener()
3417 m_pData->m_aListenersContainer.getContainer( in BroadcastTransaction()
3464 ::osl::ResettableMutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in commit()
3530 ::osl::ResettableMutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in revert()
3583 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in addTransactionListener()
3594m_pData->m_aListenersContainer.addInterface( ::getCppuType((const uno::Reference< embed::XTransact… in addTransactionListener()
3602 ::osl::MutexGuard aGuard( m_pData->m_rSharedMutexRef->GetMutex() ); in removeTransactionListener()
3613m_pData->m_aListenersContainer.removeInterface( ::getCppuType((const uno::Reference< embed::XTrans… in removeTransactionListener()