Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dwrtww8.cxx3457 tools::SvRef<SotStorageStream> xTableStrm( xWwStrm ), xDataStrm( xWwStrm ); in ExportDocument_Impl() local
3461 xTableStrm = GetWriter().GetStorage().OpenSotStream(SL::a1Table, StreamMode::STD_WRITE); in ExportDocument_Impl()
3465 xTableStrm->SetBufferSize( 16384 ); // for the Font-/Style-Table, etc. in ExportDocument_Impl()
3467 xTableStrm->SetEndian( SvStreamEndian::LITTLE ); in ExportDocument_Impl()
3471 pTableStrm = xTableStrm.get(); in ExportDocument_Impl()
3554 pTableStrmTemp = xTableStrm.get(); in ExportDocument_Impl()
3631 xTableStrm->SetBufferSize( 0 ); in ExportDocument_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dwrtww8.cxx3365 tools::SvRef<SotStorageStream> xTableStrm( xWwStrm ), xDataStrm( xWwStrm ); in ExportDocument_Impl() local
3369 xTableStrm = GetWriter().GetStorage().OpenSotStream(SL::a1Table, StreamMode::STD_WRITE); in ExportDocument_Impl()
3373 xTableStrm->SetBufferSize( 16384 ); // for the Font-/Style-Table, etc. in ExportDocument_Impl()
3375 xTableStrm->SetEndian( SvStreamEndian::LITTLE ); in ExportDocument_Impl()
3379 pTableStrm = xTableStrm.get(); in ExportDocument_Impl()
3462 pTableStrmTemp = xTableStrm.get(); in ExportDocument_Impl()
3539 xTableStrm->SetBufferSize( 0 ); in ExportDocument_Impl()