Lines Matching refs:pStorageIter
326 for ( OStorageList_Impl::iterator pStorageIter = m_aReadOnlyWrapList.begin(); in ~OStorage_Impl() local
327 pStorageIter != m_aReadOnlyWrapList.end(); pStorageIter++ ) in ~OStorage_Impl()
329 uno::Reference< embed::XStorage > xTmp = pStorageIter->m_xWeakRef; in ~OStorage_Impl()
332 pStorageIter->m_pPointer->InternalDispose( sal_False ); in ~OStorage_Impl()
435 for ( OStorageList_Impl::iterator pStorageIter = m_aReadOnlyWrapList.begin(); in RemoveReadOnlyWrap() local
436 pStorageIter != m_aReadOnlyWrapList.end();) in RemoveReadOnlyWrap()
438 uno::Reference< embed::XStorage > xTmp = pStorageIter->m_xWeakRef; in RemoveReadOnlyWrap()
439 if ( !xTmp.is() || pStorageIter->m_pPointer == &aStorage ) in RemoveReadOnlyWrap()
442 pStorageIter->m_pPointer->InternalDispose( sal_False ); in RemoveReadOnlyWrap()
449 OStorageList_Impl::iterator pIterToDelete( pStorageIter ); in RemoveReadOnlyWrap()
450 pStorageIter++; in RemoveReadOnlyWrap()
454 pStorageIter++; in RemoveReadOnlyWrap()