Searched refs:lStartPos (Results 1 – 1 of 1) sorted by relevance
980 sal_Int32 lStartPos = rPar.Get(1)->GetLong(); in RTLFUNC() local981 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() local1063 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[all …]