Lines Matching refs:rThis
836 SvPersistStream & rThis in operator <<() argument
839 SvStream * pOldStm = rThis.GetStream(); in operator <<()
840 rThis.SetStream( &rStm ); in operator <<()
843 rThis << bTmp; // Version in operator <<()
844 sal_uInt32 nCount = (sal_uInt32)rThis.aPUIdx.Count(); in operator <<()
845 rThis << nCount; in operator <<()
846 SvPersistBase * pEle = rThis.aPUIdx.First(); in operator <<()
850 WriteId( rThis, nP, rThis.aPUIdx.GetCurIndex(), in operator <<()
852 rThis.WriteObj( nP, pEle ); in operator <<()
853 pEle = rThis.aPUIdx.Next(); in operator <<()
855 rThis.SetStream( pOldStm ); in operator <<()
863 SvPersistStream & rThis in operator >>() argument
866 SvStream * pOldStm = rThis.GetStream(); in operator >>()
867 rThis.SetStream( &rStm ); in operator >>()
870 rThis >> nVers; // Version in operator >>()
874 rThis >> nCount; in operator >>()
879 sal_uInt32 nId = rThis.ReadObj( pEle, sal_False ); in operator >>()
880 if( rThis.GetError() ) in operator >>()
884 rThis.aPUIdx.Insert( nId, pEle ); in operator >>()
885 rThis.aPTable.Insert( (sal_uIntPtr)pEle, (void *)nId ); in operator >>()
889 rThis.SetError( SVSTREAM_FILEFORMAT_ERROR ); in operator >>()
891 rThis.SetStream( pOldStm ); in operator >>()