Home
last modified time | relevance | path

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

/AOO42X/main/filter/source/msfilter/
H A Ddffpropset.cxx1180 sal_Int16 nNumElem, nNumElemReserved, nSize; in ReadPropSet() local
1183 rIn >> nNumElem >> nNumElemReserved >> nSize; in ReadPropSet()
1184 if ( nNumElemReserved >= nNumElem ) in ReadPropSet()
1192 sal_uInt32 nDataSize = (sal_uInt32)( nSize * nNumElem ); in ReadPropSet()
H A Dmsdffimp.cxx314 sal_Int16 nNumElem, nNumElemMem, nNumSize; in ReadPropSet() local
315 rIn >> nNumElem >> nNumElemMem >> nNumSize; in ReadPropSet()
317 aDesc.Append( ByteString::CreateFromInt32( nNumElem ) ); in ReadPropSet()
1112 sal_uInt16 i = 0, nNumElem = 0, nNumElemReserved = 0, nSize = 0; in GetShadeColors() local
1113 rIn >> nNumElem >> nNumElemReserved >> nSize; in GetShadeColors()
1114 for ( ; i < nNumElem; i++ ) in GetShadeColors()
1989 sal_uInt16 nNumElem = 0; in ApplyCustomShapeGeometryAttributes() local
1994 rIn >> nNumElem >> nNumElemMem >> nElemSize; in ApplyCustomShapeGeometryAttributes()
1996 if ( nNumElem <= 128 ) in ApplyCustomShapeGeometryAttributes()
2001 uno::Sequence< rtl::OUString > aEquations( nNumElem ); in ApplyCustomShapeGeometryAttributes()
[all …]