Lines Matching refs:rpObj
724 SvPersistBase * & rpObj, in ReadObj() argument
732 rpObj = NULL; // Spezifikation: Im Fehlerfall 0. in ReadObj()
764 pFunc( &rpObj ); in ReadObj()
766 rpObj->AddRef(); in ReadObj()
771 sal_uIntPtr nNewId = aPUIdx.Insert( rpObj ); in ReadObj()
773 aPTable.Insert( (sal_uIntPtr)rpObj, (void *)nNewId ); in ReadObj()
778 rpObj->Load( *this ); in ReadObj()
789 rpObj->RestoreNoDelete(); in ReadObj()
790 rpObj->ReleaseRef(); in ReadObj()
794 rpObj = GetObject( nId ); in ReadObj()
795 DBG_ASSERT( rpObj != NULL, "object does not exist" ); in ReadObj()
796 DBG_ASSERT( rpObj->GetClassId() == nClassId, "class mismatch" ); in ReadObj()
805 SvPersistBase * & rpObj in ReadPointer() argument
808 ReadObj( rpObj, sal_True ); in ReadPointer()
826 SvPersistBase * & rpObj in operator >>() argument
829 return rStm.ReadPointer( rpObj ); in operator >>()