Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx3228 SvStorageStreamRef xTableStrm( xWwStrm ), xDataStrm( xWwStrm ); in ExportDocument_Impl() local
3234 xTableStrm = GetWriter().GetStorage().OpenSotStream(CREATE_CONST_ASC(SL::a1Table), in ExportDocument_Impl()
3240 xTableStrm->SetBufferSize( 16384 ); // fuer die Font-/Style-Table, usw. in ExportDocument_Impl()
3242 xTableStrm->SetNumberFormatInt( NUMBERFORMAT_INT_LITTLEENDIAN ); in ExportDocument_Impl()
3247 pTableStrm = &xTableStrm; in ExportDocument_Impl()
3328 pTableStrmTemp = &xTableStrm; in ExportDocument_Impl()
3407 xTableStrm->SetBufferSize( 0 ); in ExportDocument_Impl()

Completed in 36 milliseconds