Lines Matching refs:m_pSwitchStream
213 , m_pSwitchStream( NULL ) in OStorage_Impl()
221 …m_pSwitchStream = (SwitchablePersistenceStream*) new SwitchablePersistenceStream( xFactory, xInput… in OStorage_Impl()
222 m_xInputStream = m_pSwitchStream->getInputStream(); in OStorage_Impl()
253 , m_pSwitchStream( NULL ) in OStorage_Impl()
263 …m_pSwitchStream = (SwitchablePersistenceStream*) new SwitchablePersistenceStream( xFactory, xStrea… in OStorage_Impl()
264 m_xStream = static_cast< io::XStream* >( m_pSwitchStream ); in OStorage_Impl()
268 m_pSwitchStream = (SwitchablePersistenceStream*) new SwitchablePersistenceStream( xFactory, in OStorage_Impl()
270 m_xInputStream = m_pSwitchStream->getInputStream(); in OStorage_Impl()
297 , m_pSwitchStream( NULL ) in OStorage_Impl()
5892 if ( !m_pImpl->m_pSwitchStream ) in writeAndAttachToStream()
5897 m_pImpl->m_pSwitchStream->CopyAndSwitchPersistenceTo( xStream ); in writeAndAttachToStream()
5964 if ( !m_pImpl->m_pSwitchStream ) in attachToURL()
5977 m_pImpl->m_pSwitchStream->SwitchPersistenceTo( xInputStream ); in attachToURL()
5982 m_pImpl->m_pSwitchStream->SwitchPersistenceTo( xStream ); in attachToURL()