Home
last modified time | relevance | path

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

/trunk/main/svl/source/items/
H A Dpoolio.cxx233 SfxMultiMixRecordWriter aItemsRec( &rStream, SFX_ITEMPOOL_REC_ITEMS, 0 ); in Store() local
240 aItemsRec.NewContent((sal_uInt16)j, 'X' ); in Store()
384 SfxMultiRecordReader aItemsRec( &rStream, SFX_ITEMPOOL_REC_ITEMS ); in readTheItems() local
390 while (aItemsRec.GetContent()) in readTheItems()
393 sal_uInt16 nSurrogate = aItemsRec.GetContentTag(); in readTheItems()
394 DBG_ASSERT( aItemsRec.GetContentVersion() == 'X', in readTheItems()

Completed in 19 milliseconds