Home
last modified time | relevance | path

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

/trunk/main/basic/source/runtime/
H A Dmethods.cxx1206 sal_Int32 lResultLen = rPar.Get(2)->GetLong(); in RTLFUNC() local
1207 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() local
1466 if( lResultLen > 0xffff ) in RTLFUNC()
1468 lResultLen = 0xffff; in RTLFUNC()
1470 else if( lResultLen < 0 ) in RTLFUNC()
[all …]

Completed in 30 milliseconds