Lines Matching refs:m_pSwitchStream
211 , m_pSwitchStream( NULL ) in OStorage_Impl()
219 …m_pSwitchStream = (SwitchablePersistenceStream*) new SwitchablePersistenceStream( xFactory, xInput… in OStorage_Impl()
220 m_xInputStream = m_pSwitchStream->getInputStream(); in OStorage_Impl()
251 , m_pSwitchStream( NULL ) in OStorage_Impl()
261 …m_pSwitchStream = (SwitchablePersistenceStream*) new SwitchablePersistenceStream( xFactory, xStrea… in OStorage_Impl()
262 m_xStream = static_cast< io::XStream* >( m_pSwitchStream ); in OStorage_Impl()
266 m_pSwitchStream = (SwitchablePersistenceStream*) new SwitchablePersistenceStream( xFactory, in OStorage_Impl()
268 m_xInputStream = m_pSwitchStream->getInputStream(); in OStorage_Impl()
295 , m_pSwitchStream( NULL ) in OStorage_Impl()
5890 if ( !m_pImpl->m_pSwitchStream ) in writeAndAttachToStream()
5895 m_pImpl->m_pSwitchStream->CopyAndSwitchPersistenceTo( xStream ); in writeAndAttachToStream()
5962 if ( !m_pImpl->m_pSwitchStream ) in attachToURL()
5975 m_pImpl->m_pSwitchStream->SwitchPersistenceTo( xInputStream ); in attachToURL()
5980 m_pImpl->m_pSwitchStream->SwitchPersistenceTo( xStream ); in attachToURL()