Home
last modified time | relevance | path

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

/AOO41X/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.cxx217 mpTableStream = getSubStream(::rtl::OUString::createFromAscii in WW8DocumentImpl()
223 mpTableStream = getSubStream(::rtl::OUString::createFromAscii in WW8DocumentImpl()
237 if (mpTableStream.get() == NULL) in WW8DocumentImpl()
242 (new WW8PieceTableImpl(*mpTableStream, mpFib->get_fcClx(), in WW8DocumentImpl()
292 (*mpTableStream, in WW8DocumentImpl()
302 (*mpTableStream, in WW8DocumentImpl()
311 (*mpTableStream, in WW8DocumentImpl()
327 (new WW8StructBase(*mpTableStream, in WW8DocumentImpl()
344 (new WW8StructBase(*mpTableStream, in WW8DocumentImpl()
349 (new PLCF<WW8FRD>(*mpTableStream, in WW8DocumentImpl()
[all …]
H A DWW8DocumentImpl.hxx271 WW8Stream::Pointer_t mpTableStream; member in writerfilter::doctok::WW8DocumentImpl