Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx892 sal_uInt32 i, nStringLen, nDXCount; in ReadRecordParams() local
906 aMemoryStream >> nDXCount; in ReadRecordParams()
907 …if ( ( static_cast< sal_uInt64 >( nDXCount ) * sizeof( sal_Int32 ) ) >= ( nEscLen - aMemoryStream.… in ReadRecordParams()
908 nDXCount = 0; in ReadRecordParams()
909 if ( nDXCount ) in ReadRecordParams()
910 pDXAry = new sal_Int32[ nDXCount ]; in ReadRecordParams()
911 for ( i = 0; i < nDXCount; i++ ) in ReadRecordParams()
H A Dwmfwr.cxx630 sal_uInt32 nDXCount = pDXAry ? nStringLen : 0; in WMFRecord_Escape_Unicode() local
634 + sizeof( nDXCount ) + ( nDXCount * 4 ) in WMFRecord_Escape_Unicode()
644 aMemoryStream << nDXCount; in WMFRecord_Escape_Unicode()
645 for ( i = 0; i < nDXCount; i++ ) in WMFRecord_Escape_Unicode()
/trunk/main/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx391 const sal_uInt32 nDXCount(aDXArray.size()); in impCreateTextPortionPrimitive() local
405 if(nStart > 0 && nStart - 1 < nDXCount) in impCreateTextPortionPrimitive()
410 if(nEnd > 0 && nEnd - 1 < nDXCount) in impCreateTextPortionPrimitive()

Completed in 36 milliseconds