Searched refs:xTableStrm (Results 1 – 1 of 1) sorted by relevance
3242 SvStorageStreamRef xTableStrm( xWwStrm ), xDataStrm( xWwStrm ); in ExportDocument_Impl() local3248 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 36 milliseconds