Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.cxx219 mpTableStream = getSubStream(::rtl::OUString::createFromAscii in WW8DocumentImpl()
225 mpTableStream = getSubStream(::rtl::OUString::createFromAscii in WW8DocumentImpl()
239 if (mpTableStream.get() == NULL) in WW8DocumentImpl()
244 (new WW8PieceTableImpl(*mpTableStream, mpFib->get_fcClx(), in WW8DocumentImpl()
294 (*mpTableStream, in WW8DocumentImpl()
302 (*mpTableStream, in WW8DocumentImpl()
309 (*mpTableStream, in WW8DocumentImpl()
323 (new WW8StructBase(*mpTableStream, in WW8DocumentImpl()
340 (new WW8StructBase(*mpTableStream, in WW8DocumentImpl()
345 (new PLCF<WW8FRD>(*mpTableStream, in WW8DocumentImpl()
[all …]
H A DWW8DocumentImpl.hxx271 WW8Stream::Pointer_t mpTableStream; member in writerfilter::doctok::WW8DocumentImpl