Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx440 inline explicit SvxOcxString() : mnLenFld( 0 ) {} in SvxOcxString()
465 sal_uInt32 mnLenFld; /// The encoded string length field. member in __anon460a99960111::SvxOcxString
477 mnLenFld = static_cast< sal_uInt32 >( maString.getLength() ); in Init()
484 mnLenFld |= SVX_MSOCX_COMPRESSED; in Init()
486 mnLenFld *= 2; in Init()
494 rStrm << mnLenFld; in WriteLenField()
504 bool bCompr = lclIsCompressed( mnLenFld ); in WriteCharArray()

Completed in 34 milliseconds