Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/ww8/
H A Dwrtww8.cxx3242 SvStorageStreamRef xTableStrm( xWwStrm ), xDataStrm( xWwStrm ); in ExportDocument_Impl() local
3248 xTableStrm = GetWriter().GetStorage().OpenSotStream(CREATE_CONST_ASC(SL::a1Table), in ExportDocument_Impl()
3254 xTableStrm->SetBufferSize( 16384 ); // fuer die Font-/Style-Table, usw. in ExportDocument_Impl()
3256 xTableStrm->SetNumberFormatInt( NUMBERFORMAT_INT_LITTLEENDIAN ); in ExportDocument_Impl()
3261 pTableStrm = &xTableStrm; in ExportDocument_Impl()
3342 pTableStrmTemp = &xTableStrm; in ExportDocument_Impl()
3421 xTableStrm->SetBufferSize( 0 ); in ExportDocument_Impl()

Completed in 32 milliseconds