Lines Matching refs:aPStm
173 SvPersistStream aPStm( *IDLAPP->pClassMgr, &rStm ); in Load() local
178 aPStm >> nSig; in Load()
179 aPStm >> nVersion; in Load()
182 aPStm.SetError( SVSTREAM_FILEFORMAT_ERROR ); in Load()
187 aPStm.SetError( SVSTREAM_WRONGVERSION ); in Load()
190 aPStm >> aClassList; in Load()
191 aPStm >> aTypeList; in Load()
192 aPStm >> aAttrList; in Load()
193 aPStm >> aModuleList; in Load()
194 aPStm >> nUniqueId; in Load()
196 if( aPStm.IsEof() ) in Load()
197 aPStm.SetError( SVSTREAM_GENERALERROR ); in Load()
207 SvPersistStream aPStm( *IDLAPP->pClassMgr, &rStm ); in Save() local
208 aPStm.SetContextFlags( nFlags ); in Save()
210 aPStm << (sal_uInt32)DATABASE_SIGNATURE; in Save()
211 aPStm << (sal_uInt16)DATABASE_VER; in Save()
226 aPStm << aList; in Save()
229 aPStm << aClassList; in Save()
232 aTypeList.WriteObjects( aPStm, bOnlyStreamedObjs ); in Save()
233 aAttrList.WriteObjects( aPStm, bOnlyStreamedObjs ); in Save()
234 aModuleList.WriteObjects( aPStm, bOnlyStreamedObjs ); in Save()
235 aPStm << nUniqueId; in Save()