Searched refs:nIdLen (Results 1 – 3 of 3) sorted by relevance
130 sal_uInt32 nIdLen = aId.Len(); in Write() local131 rSt << (sal_uInt32)( ( EPP_CString << 16 ) | 32 ) << (sal_uInt32)( nIdLen * 2 ); in Write()132 for ( i = 0; i < nIdLen; i++ ) in Write()
81 sal_uInt16 nIdLen, nOut16; in ReadPString() local85 *xVBAProject >> nIdLen; in ReadPString()87 if (nIdLen < MINVBASTRING) //Error recovery in ReadPString()91 for(sal_uInt16 i=0; i < nIdLen / (bIsUnicode ? 2 : 1); i++) in ReadPString()
2118 sal_Int32 nIdLen = aImpIdSeq.getLength(); in implInspect() local2120 if( nIdLen ) in implInspect()
Completed in 56 milliseconds