Searched refs:aItemsRec (Results 1 – 1 of 1) sorted by relevance
233 SfxMultiMixRecordWriter aItemsRec( &rStream, SFX_ITEMPOOL_REC_ITEMS, 0 ); in Store() local240 aItemsRec.NewContent((sal_uInt16)j, 'X' ); in Store()384 SfxMultiRecordReader aItemsRec( &rStream, SFX_ITEMPOOL_REC_ITEMS ); in readTheItems() local390 while (aItemsRec.GetContent()) in readTheItems()393 sal_uInt16 nSurrogate = aItemsRec.GetContentTag(); in readTheItems()394 DBG_ASSERT( aItemsRec.GetContentVersion() == 'X', in readTheItems()
Completed in 15 milliseconds