Home
last modified time | relevance | path

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

/aoo42x/main/tools/source/ref/
H A Dpstm.cxx105 rStm.WriteLen( nObjPos ); in WriteObjects()
134 sal_uInt32 nObjLen(0), nObjPos(0); in operator >>() local
136 nObjLen = rStm.ReadLen( &nObjPos ); in operator >>()
148 if( nObjLen + nObjPos != rStm.Tell() ) in operator >>()
561 sal_uInt32 nLen = nPos - nObjPos; in WriteLen()
679 sal_uInt32 nObjPos = 0; in WriteObj() local
682 nObjPos = WriteDummyLen(); in WriteObj()
687 WriteLen( nObjPos ); in WriteObj()
750 sal_uInt32 nObjLen(0), nObjPos(0); in ReadObj() local
752 nObjLen = ReadLen( &nObjPos ); in ReadObj()
[all …]

Completed in 16 milliseconds