Searched refs:nNumElem (Results 1 – 2 of 2) sorted by relevance
1180 sal_Int16 nNumElem, nNumElemReserved, nSize; in ReadPropSet() local1183 rIn >> nNumElem >> nNumElemReserved >> nSize; in ReadPropSet()1184 if ( nNumElemReserved >= nNumElem ) in ReadPropSet()1192 sal_uInt32 nDataSize = (sal_uInt32)( nSize * nNumElem ); in ReadPropSet()
317 sal_Int16 nNumElem, nNumElemMem, nNumSize; in ReadPropSet() local318 rIn >> nNumElem >> nNumElemMem >> nNumSize; in ReadPropSet()320 aDesc.Append( ByteString::CreateFromInt32( nNumElem ) ); in ReadPropSet()1115 sal_uInt16 i = 0, nNumElem = 0, nNumElemReserved = 0, nSize = 0; in GetShadeColors() local1116 rIn >> nNumElem >> nNumElemReserved >> nSize; in GetShadeColors()1117 for ( ; i < nNumElem; i++ ) in GetShadeColors()1992 sal_uInt16 nNumElem = 0; in ApplyCustomShapeGeometryAttributes() local1997 rIn >> nNumElem >> nNumElemMem >> nElemSize; in ApplyCustomShapeGeometryAttributes()2002 uno::Sequence< rtl::OUString > aEquations( nNumElem ); in ApplyCustomShapeGeometryAttributes()2003 for ( i = 0; i < nNumElem; i++ ) in ApplyCustomShapeGeometryAttributes()[all …]