Searched refs:lResultLen (Results 1 – 1 of 1) sorted by relevance
1206 sal_Int32 lResultLen = rPar.Get(2)->GetLong(); in RTLFUNC() local1207 if( lResultLen > 0xffff ) in RTLFUNC()1209 lResultLen = 0xffff; in RTLFUNC()1211 else if( lResultLen < 0 ) in RTLFUNC()1213 lResultLen = 0; in RTLFUNC()1216 aStr.Erase( (sal_uInt16)lResultLen ); in RTLFUNC()1465 sal_Int32 lResultLen = rPar.Get(2)->GetLong(); in RTLFUNC() local1466 if( lResultLen > 0xffff ) in RTLFUNC()1468 lResultLen = 0xffff; in RTLFUNC()1470 else if( lResultLen < 0 ) in RTLFUNC()[all …]
Completed in 65 milliseconds