Home
last modified time | relevance | path

Searched refs:aPUIdx (Results 1 – 2 of 2) sorted by relevance

/trunk/main/tools/source/ref/
H A Dpstm.cxx173 , aPUIdx( nStartIdxP ) in SvPersistStream()
209 , aPUIdx( rPersStm.GetCurMaxIndex() +1 ) in SvPersistStream()
381 return aPUIdx.Get( nIdx ); in GetObject()
706 nId = aPUIdx.Insert( pObj ); in WritePointer()
746 DBG_ASSERT( !(nHdr & P_DBGUTIL) || NULL == aPUIdx.Get( nId ), in ReadObj()
771 sal_uIntPtr nNewId = aPUIdx.Insert( rpObj ); in ReadObj()
844 sal_uInt32 nCount = (sal_uInt32)rThis.aPUIdx.Count(); in operator <<()
846 SvPersistBase * pEle = rThis.aPUIdx.First(); in operator <<()
850 WriteId( rThis, nP, rThis.aPUIdx.GetCurIndex(), in operator <<()
853 pEle = rThis.aPUIdx.Next(); in operator <<()
[all …]
/trunk/main/tools/inc/tools/
H A Dpstm.hxx199 SvPersistUIdx aPUIdx; member in SvPersistStream
211 { return GetCurMaxIndex( aPUIdx ); } in GetCurMaxIndex()