Lines Matching refs:lStartPos
980 sal_Int32 lStartPos = rPar.Get(1)->GetLong(); in RTLFUNC() local
981 if( lStartPos <= 0 || lStartPos > 0xffff ) in RTLFUNC()
984 lStartPos = 1; in RTLFUNC()
986 nStartPos = (sal_uInt16)lStartPos; in RTLFUNC()
1060 sal_Int32 lStartPos = -1; in RTLFUNC() local
1063 lStartPos = rPar.Get(3)->GetLong(); in RTLFUNC()
1064 if( (lStartPos <= 0 && lStartPos != -1) || lStartPos > 0xffff ) in RTLFUNC()
1067 lStartPos = -1; in RTLFUNC()
1087 sal_uInt16 nStartPos = lStartPos == -1 ? nStrLen : (sal_uInt16)lStartPos; in RTLFUNC()
1383 sal_Int32 lStartPos = 1; in RTLFUNC() local
1387 lStartPos = rPar.Get(4)->GetLong(); in RTLFUNC()
1388 if( lStartPos < 1 || lStartPos > 0xffff ) in RTLFUNC()
1391 lStartPos = 1; in RTLFUNC()
1426 if( lStartPos <= nExpStrLen ) in RTLFUNC()
1428 sal_uInt16 nPos = static_cast<sal_uInt16>( lStartPos - 1 ); in RTLFUNC()
1451 rPar.Get(0)->PutString( aExpStr.Copy( static_cast<sal_uInt16>(lStartPos - 1) ) ); in RTLFUNC()