Lines Matching refs:nLen

308 						sal_Int32 nLen = (sal_Int32)GetPropertyValue( i );  in ReadPropSet()  local
309 if ( nLen ) in ReadPropSet()
315 aDesc.Append( ByteString::CreateFromInt32( nLen ) ); in ReadPropSet()
328 nLen -= 6; in ReadPropSet()
329 while ( nLen > 0 ) in ReadPropSet()
332 for ( sal_uInt32 j = 0; nLen && ( j < ( nNumSize >> 1 ) ); j++ ) in ReadPropSet()
336 if ( nLen ) in ReadPropSet()
350 nLen--; in ReadPropSet()
2780 sal_uInt32 nLen = rManager.pSecPropSet->GetPropertyValue( DFF_Prop_metroBlob ); in CheckAndCorrectExcelTextRotation() local
2781 if ( nLen ) in CheckAndCorrectExcelTextRotation()
2783 ::com::sun::star::uno::Sequence< sal_Int8 > aXMLDataSeq( nLen ); in CheckAndCorrectExcelTextRotation()
2784 rIn.Read( aXMLDataSeq.getArray(), nLen ); in CheckAndCorrectExcelTextRotation()
3748 sal_uInt16 nLen = (sal_uInt16)nRecLen; in MSDFFReadZString() local
3749 if( nLen ) in MSDFFReadZString()
3752 nLen >>= 1; in MSDFFReadZString()
3755 sal_Unicode* pBuf = sBuf.AllocBuffer( nLen ); in MSDFFReadZString()
3759 rIn.Read( (sal_Char*)pBuf, nLen << 1 ); in MSDFFReadZString()
3762 for( sal_uInt16 n = 0; n < nLen; ++n, ++pBuf ) in MSDFFReadZString()
3770 sal_Char* pReadPos = ((sal_Char*)pBuf) + nLen; in MSDFFReadZString()
3771 rIn.Read( (sal_Char*)pReadPos, nLen ); in MSDFFReadZString()
3772 for( sal_uInt16 n = 0; n < nLen; ++n, ++pBuf, ++pReadPos ) in MSDFFReadZString()
7456 sal_uInt32 nLen, nDummy; in CreateSdrOLEFromStorage() local
7457 *pDataStrm >> nLen >> nDummy; in CreateSdrOLEFromStorage()
7470 bValidStorage = ConvertToOle2( *pDataStrm, nLen, &aMtf, xObjStor ); in CreateSdrOLEFromStorage()