Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx697 : aPos( 16, 16 ), nStructSiz( nStructSz ) in WW8_WrPlc1()
717 sal_uLong nInsPos = aPos.Count() * nStructSiz; in Append()
719 if( nDataLen < nInsPos + nStructSiz ) in Append()
727 memcpy( pData + nInsPos, pNewData, nStructSiz ); in Append()
748 rStrm.Write( pData, (i-1) * nStructSiz ); in Write()
H A Dwrtww8.hxx1294 sal_uInt16 nStructSiz; member in WW8_WrPlc1