Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dmsvbasic.cxx81 sal_uInt16 nIdLen, nOut16; in ReadPString() local
85 *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()
/trunk/main/sd/source/filter/eppt/
H A Dpptexsoundcollection.cxx130 sal_uInt32 nIdLen = aId.Len(); in Write() local
131 rSt << (sal_uInt32)( ( EPP_CString << 16 ) | 32 ) << (sal_uInt32)( nIdLen * 2 ); in Write()
132 for ( i = 0; i < nIdLen; i++ ) in Write()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx2118 sal_Int32 nIdLen = aImpIdSeq.getLength(); in implInspect() local
2120 if( nIdLen ) in implInspect()

Completed in 43 milliseconds