Lines Matching refs:pStream
182 …SvStream* pStream = ::utl::UcbStreamHelper::CreateStream( aUserObj.GetMainURL( INetURLObject::NO_D… in GetDisabledSlotList_Impl() local
183 if ( !pStream || pStream->GetError() == ERRCODE_IO_NOTEXISTS ) in GetDisabledSlotList_Impl()
185 delete pStream; in GetDisabledSlotList_Impl()
188 …pStream = ::utl::UcbStreamHelper::CreateStream( aObj.GetMainURL( INetURLObject::NO_DECODE ), STREA… in GetDisabledSlotList_Impl()
192 sal_Bool bSlots = ( pStream && !pStream->GetError() ); in GetDisabledSlotList_Impl()
197 pStream->ReadByteString(aTitle); in GetDisabledSlotList_Impl()
201 (*pStream) >> nCount; in GetDisabledSlotList_Impl()
208 (*pStream) >> nSlot; in GetDisabledSlotList_Impl()
212 pStream->ReadByteString(aTitle); in GetDisabledSlotList_Impl()
213 if ( aTitle.CompareToAscii("END" ) != COMPARE_EQUAL || pStream->GetError() ) in GetDisabledSlotList_Impl()
233 delete pStream; in GetDisabledSlotList_Impl()