Lines Matching refs:GetLong
262 nCode = rPar.Get( 1 )->GetLong(); in RTLFUNC()
958 … snprintf( aBuffer, sizeof(aBuffer), "%lX", static_cast<long unsigned int>(pArg->GetLong()) ); in RTLFUNC()
980 sal_Int32 lStartPos = rPar.Get(1)->GetLong(); in RTLFUNC()
1063 lStartPos = rPar.Get(3)->GetLong(); in RTLFUNC()
1206 sal_Int32 lResultLen = rPar.Get(2)->GetLong(); in RTLFUNC()
1278 sal_uInt16 nStartPos = (sal_uInt16)(rPar.Get(2)->GetLong() ); in RTLFUNC()
1288 sal_Int32 n = rPar.Get(3)->GetLong(); in RTLFUNC()
1362 … snprintf( aBuffer, sizeof(aBuffer), "%lo", static_cast<long unsigned int>(pArg->GetLong()) ); in RTLFUNC()
1387 lStartPos = rPar.Get(4)->GetLong(); in RTLFUNC()
1399 lCount = rPar.Get(5)->GetLong(); in RTLFUNC()
1465 sal_Int32 lResultLen = rPar.Get(2)->GetLong(); in RTLFUNC()
1536 aStr.Fill( (sal_uInt16)(rPar.Get(1)->GetLong() )); in RTLFUNC()
1551 aStr.Fill( (sal_uInt16)(rPar.Get(1)->GetLong() )); in RTLFUNC()
1695 sal_Int32 lCount = rPar.Get(1)->GetLong(); in RTLFUNC()
1721 aStr.Fill( (sal_uInt16)(rPar.Get(1)->GetLong() ), '\t'); in RTLFUNC()
3299 sal_Int32 nPos = rPar.Get(2)->GetLong(); in RTLFUNC()
3985 sal_Int32 nConversion = rPar.Get(2)->GetLong(); in RTLFUNC()
4499 sal_Int32 nNumber = rPar.Get(1)->GetLong(); in RTLFUNC()
4500 sal_Int32 nStart = rPar.Get(2)->GetLong(); in RTLFUNC()
4501 sal_Int32 nStop = rPar.Get(3)->GetLong(); in RTLFUNC()
4502 sal_Int32 nInterval = rPar.Get(4)->GetLong(); in RTLFUNC()