Lines Matching refs:rPar

230 	String aClass( rPar.Get( 1 )->GetString() );  in RTLFUNC()
238 rPar.Get( 0 )->PutObject( p ); in RTLFUNC()
255 if( rPar.Count() == 1 ) in RTLFUNC()
262 nCode = rPar.Get( 1 )->GetLong(); in RTLFUNC()
283 if ( bVBA && rPar.Count() > 1 ) in RTLFUNC()
289 rPar.Get( 0 )->PutString( tmpErrMsg ); in RTLFUNC()
300 if ( rPar.Count() < 2 ) in RTLFUNC()
304 SbxVariableRef pArg = rPar.Get( 1 ); in RTLFUNC()
305 rPar.Get( 0 )->PutDouble( sin( pArg->GetDouble() ) ); in RTLFUNC()
316 if ( rPar.Count() < 2 ) in RTLFUNC()
320 SbxVariableRef pArg = rPar.Get( 1 ); in RTLFUNC()
321 rPar.Get( 0 )->PutDouble( cos( pArg->GetDouble() ) ); in RTLFUNC()
332 if ( rPar.Count() < 2 ) in RTLFUNC()
336 SbxVariableRef pArg = rPar.Get( 1 ); in RTLFUNC()
337 rPar.Get( 0 )->PutDouble( atan( pArg->GetDouble() ) ); in RTLFUNC()
348 if ( rPar.Count() < 2 ) in RTLFUNC()
352 SbxVariableRef pArg = rPar.Get( 1 ); in RTLFUNC()
353 rPar.Get( 0 )->PutDouble( fabs( pArg->GetDouble() ) ); in RTLFUNC()
363 if ( rPar.Count() < 2 ) in RTLFUNC()
367 SbxVariableRef pArg = rPar.Get( 1 ); in RTLFUNC()
372 rPar.Get(0)->PutEmpty(); in RTLFUNC()
377 rPar.Get(0)->PutLong( aCh ); in RTLFUNC()
382 void implChr( SbxArray& rPar, bool bChrW ) in implChr() argument
384 if ( rPar.Count() < 2 ) in implChr()
388 SbxVariableRef pArg = rPar.Get( 1 ); in implChr()
402 rPar.Get(0)->PutString( aStr ); in implChr()
412 implChr( rPar, bChrW ); in RTLFUNC()
421 implChr( rPar, bChrW ); in RTLFUNC()
443 if ( rPar.Count() == 2 ) in RTLFUNC()
445 String aDrive = rPar.Get(1)->GetString(); in RTLFUNC()
469 rPar.Get(0)->PutString( String::CreateFromAscii( pBuffer ) ); in RTLFUNC()
488 rPar.Get(0)->PutString( String::CreateFromAscii(pMem) ); in RTLFUNC()
509 rPar.Get(0)->PutEmpty(); in RTLFUNC()
510 if (rPar.Count() == 2) in RTLFUNC()
513 String aPath = rPar.Get(1)->GetString(); in RTLFUNC()
531 … ::basic::vba::registerCurrentDirectory( getDocumentModel( pBasic ), rPar.Get(1)->GetString() ); in RTLFUNC()
542 rPar.Get(0)->PutEmpty(); in RTLFUNC()
543 if (rPar.Count() == 2) in RTLFUNC()
548 String aPar1 = rPar.Get(1)->GetString(); in RTLFUNC()
618 rPar.Get(0)->PutEmpty(); in RTLFUNC()
619 if (rPar.Count() == 3) in RTLFUNC()
621 String aSource = rPar.Get(1)->GetString(); in RTLFUNC()
622 String aDest = rPar.Get(2)->GetString(); in RTLFUNC()
669 rPar.Get(0)->PutEmpty(); in RTLFUNC()
670 if (rPar.Count() == 2) in RTLFUNC()
672 String aFileSpec = rPar.Get(1)->GetString(); in RTLFUNC()
716 rPar.Get(0)->PutEmpty(); in RTLFUNC()
717 if (rPar.Count() == 2) in RTLFUNC()
719 String aPath = rPar.Get(1)->GetString(); in RTLFUNC()
818 rPar.Get(0)->PutEmpty(); in RTLFUNC()
819 if (rPar.Count() == 2) in RTLFUNC()
821 String aPath = rPar.Get(1)->GetString(); in RTLFUNC()
877 rPar.Get(0)->PutEmpty(); in RTLFUNC()
886 if( rPar.Count() < 2 ) in RTLFUNC()
890 double aDouble = rPar.Get( 1 )->GetDouble(); in RTLFUNC()
893 rPar.Get( 0 )->PutDouble( aDouble ); in RTLFUNC()
902 if ( rPar.Count() < 2 ) in RTLFUNC()
906 SbxVariableRef pArg = rPar.Get( 1 ); in RTLFUNC()
939 rPar.Get(0)->PutLong( (long)nLen ); in RTLFUNC()
949 if ( rPar.Count() < 2 ) in RTLFUNC()
954 SbxVariableRef pArg = rPar.Get( 1 ); in RTLFUNC()
959 rPar.Get(0)->PutString( String::CreateFromAscii( aBuffer ) ); in RTLFUNC()
970 sal_uIntPtr nArgCount = rPar.Count()-1; in RTLFUNC()
980 sal_Int32 lStartPos = rPar.Get(1)->GetLong(); in RTLFUNC()
1003 bTextMode = rPar.Get(4)->GetInteger(); in RTLFUNC()
1006 const String& rToken = rPar.Get(nFirstStringPos+1)->GetString(); in RTLFUNC()
1017 const String& rStr1 = rPar.Get(nFirstStringPos)->GetString(); in RTLFUNC()
1027 String aStr1 = rPar.Get(nFirstStringPos)->GetString(); in RTLFUNC()
1040 rPar.Get(0)->PutLong( nPos ); in RTLFUNC()
1052 sal_uIntPtr nArgCount = rPar.Count()-1; in RTLFUNC()
1057 String aStr1 = rPar.Get(1)->GetString(); in RTLFUNC()
1058 String aToken = rPar.Get(2)->GetString(); in RTLFUNC()
1063 lStartPos = rPar.Get(3)->GetLong(); in RTLFUNC()
1084 bTextMode = rPar.Get(4)->GetInteger(); in RTLFUNC()
1126 rPar.Get(0)->PutLong( nPos ); in RTLFUNC()
1143 if ( rPar.Count() < 2 ) in RTLFUNC()
1147 SbxVariableRef pArg = rPar.Get( 1 ); in RTLFUNC()
1154 rPar.Get(0)->PutDouble( aDouble ); in RTLFUNC()
1165 if ( rPar.Count() < 2 ) in RTLFUNC()
1169 SbxVariableRef pArg = rPar.Get( 1 ); in RTLFUNC()
1175 rPar.Get(0)->PutDouble( aDouble ); in RTLFUNC()
1185 if ( rPar.Count() < 2 ) in RTLFUNC()
1190 String aStr( rPar.Get(1)->GetString() ); in RTLFUNC()
1192 rPar.Get(0)->PutString( aStr ); in RTLFUNC()
1201 if ( rPar.Count() < 3 ) in RTLFUNC()
1205 String aStr( rPar.Get(1)->GetString() ); in RTLFUNC()
1206 sal_Int32 lResultLen = rPar.Get(2)->GetLong(); in RTLFUNC()
1217 rPar.Get(0)->PutString( aStr ); in RTLFUNC()
1226 if ( rPar.Count() < 2 ) in RTLFUNC()
1230 double aArg = rPar.Get(1)->GetDouble(); in RTLFUNC()
1235 rPar.Get( 0 )->PutDouble( d ); in RTLFUNC()
1247 if ( rPar.Count() < 2 ) in RTLFUNC()
1251 String aStr( rPar.Get(1)->GetString() ); in RTLFUNC()
1253 rPar.Get(0)->PutString( aStr ); in RTLFUNC()
1265 sal_uIntPtr nArgCount = rPar.Count()-1; in RTLFUNC()
1277 String aArgStr = rPar.Get(1)->GetString(); in RTLFUNC()
1278 sal_uInt16 nStartPos = (sal_uInt16)(rPar.Get(2)->GetLong() ); in RTLFUNC()
1288 sal_Int32 n = rPar.Get(3)->GetLong(); in RTLFUNC()
1307 String aReplaceStr = rPar.Get(4)->GetString(); in RTLFUNC()
1334 aResultStr.Insert(rPar.Get(4)->GetString(),0,nLen,nStartPos); in RTLFUNC()
1337 rPar.Get(1)->PutString( aResultStr ); in RTLFUNC()
1342 rPar.Get(0)->PutString( aResultStr ); in RTLFUNC()
1353 if ( rPar.Count() < 2 ) in RTLFUNC()
1358 SbxVariableRef pArg = rPar.Get( 1 ); in RTLFUNC()
1363 rPar.Get(0)->PutString( String::CreateFromAscii( aBuffer ) ); in RTLFUNC()
1374 sal_uIntPtr nArgCount = rPar.Count()-1; in RTLFUNC()
1379 String aExpStr = rPar.Get(1)->GetString(); in RTLFUNC()
1380 String aFindStr = rPar.Get(2)->GetString(); in RTLFUNC()
1381 String aReplaceStr = rPar.Get(3)->GetString(); in RTLFUNC()
1386 if( rPar.Get(4)->GetType() != SbxEMPTY ) in RTLFUNC()
1387 lStartPos = rPar.Get(4)->GetLong(); in RTLFUNC()
1398 if( rPar.Get(5)->GetType() != SbxEMPTY ) in RTLFUNC()
1399 lCount = rPar.Get(5)->GetLong(); in RTLFUNC()
1420 bTextMode = rPar.Get(6)->GetInteger(); in RTLFUNC()
1451 rPar.Get(0)->PutString( aExpStr.Copy( static_cast<sal_uInt16>(lStartPos - 1) ) ); in RTLFUNC()
1460 if ( rPar.Count() < 3 ) in RTLFUNC()
1464 const String& rStr = rPar.Get(1)->GetString(); in RTLFUNC()
1465 sal_Int32 lResultLen = rPar.Get(2)->GetLong(); in RTLFUNC()
1480 rPar.Get(0)->PutString( aResultStr ); in RTLFUNC()
1489 rPar.Get( 0 )->PutObject( pBasic->getRTL() ); in RTLFUNC()
1497 if ( rPar.Count() < 2 ) in RTLFUNC()
1501 String aStr( rPar.Get(1)->GetString() ); in RTLFUNC()
1503 rPar.Get(0)->PutString( aStr ); in RTLFUNC()
1512 if ( rPar.Count() < 2 ) in RTLFUNC()
1516 double aDouble = rPar.Get(1)->GetDouble(); in RTLFUNC()
1522 rPar.Get(0)->PutInteger( nResult ); in RTLFUNC()
1531 if ( rPar.Count() < 2 ) in RTLFUNC()
1536 aStr.Fill( (sal_uInt16)(rPar.Get(1)->GetLong() )); in RTLFUNC()
1537 rPar.Get(0)->PutString( aStr ); in RTLFUNC()
1546 if ( rPar.Count() < 2 ) in RTLFUNC()
1551 aStr.Fill( (sal_uInt16)(rPar.Get(1)->GetLong() )); in RTLFUNC()
1552 rPar.Get(0)->PutString( aStr ); in RTLFUNC()
1561 if ( rPar.Count() < 2 ) in RTLFUNC()
1565 double aDouble = rPar.Get(1)->GetDouble(); in RTLFUNC()
1567 rPar.Get(0)->PutDouble( sqrt( aDouble )); in RTLFUNC()
1578 if ( rPar.Count() < 2 ) in RTLFUNC()
1583 SbxVariableRef pArg = rPar.Get( 1 ); in RTLFUNC()
1617 rPar.Get(0)->PutString( aStr ); in RTLFUNC()
1626 if ( rPar.Count() < 3 ) in RTLFUNC()
1629 rPar.Get(0)->PutEmpty(); in RTLFUNC()
1632 const String& rStr1 = rPar.Get(1)->GetString(); in RTLFUNC()
1633 const String& rStr2 = rPar.Get(2)->GetString(); in RTLFUNC()
1647 if ( rPar.Count() == 4 ) in RTLFUNC()
1648 nTextCompare = rPar.Get(3)->GetInteger(); in RTLFUNC()
1681 rPar.Get(0)->PutInteger( sal::static_int_cast< sal_Int16 >( nRetValue ) ); in RTLFUNC()
1689 if ( rPar.Count() < 2 ) in RTLFUNC()
1695 sal_Int32 lCount = rPar.Get(1)->GetLong(); in RTLFUNC()
1699 if( rPar.Get(2)->GetType() == SbxINTEGER ) in RTLFUNC()
1700 aFiller = (sal_Unicode)rPar.Get(2)->GetInteger(); in RTLFUNC()
1703 const String& rStr = rPar.Get(2)->GetString(); in RTLFUNC()
1707 rPar.Get(0)->PutString( aStr ); in RTLFUNC()
1716 if ( rPar.Count() < 2 ) in RTLFUNC()
1720 SbxVariableRef pArg = rPar.Get( 1 ); in RTLFUNC()
1721 rPar.Get( 0 )->PutDouble( tan( pArg->GetDouble() ) ); in RTLFUNC()
1730 if ( rPar.Count() < 2 ) in RTLFUNC()
1735 String aStr( rPar.Get(1)->GetString() ); in RTLFUNC()
1737 rPar.Get(0)->PutString( aStr ); in RTLFUNC()
1747 if ( rPar.Count() < 2 ) in RTLFUNC()
1754 String aStr( rPar.Get(1)->GetString() ); in RTLFUNC()
1783 rPar.Get(0)->PutDouble( nResult ); in RTLFUNC()
1879 if ( rPar.Count() == 2 ) in RTLFUNC()
1881 double aDate = rPar.Get(1)->GetDate(); in RTLFUNC()
1889 rPar.Get(0)->PutString( aRetStr ); in RTLFUNC()
1901 if ( rPar.Count() == 2 ) in RTLFUNC()
1903 String aStr = rPar.Get(1)->GetString(); in RTLFUNC()
1913 rPar.Get(0)->PutDate( dDate ); in RTLFUNC()
1925 if ( rPar.Count() < 4 ) in RTLFUNC()
1930 sal_Int16 nYear = rPar.Get(1)->GetInteger(); in RTLFUNC()
1931 sal_Int16 nMonth = rPar.Get(2)->GetInteger(); in RTLFUNC()
1932 sal_Int16 nDay = rPar.Get(3)->GetInteger(); in RTLFUNC()
1936 rPar.Get(0)->PutDate( dDate ); in RTLFUNC()
1944 if ( rPar.Count() < 4 ) in RTLFUNC()
1949 sal_Int16 nHour = rPar.Get(1)->GetInteger(); in RTLFUNC()
1952 sal_Int16 nMinute = rPar.Get(2)->GetInteger(); in RTLFUNC()
1953 sal_Int16 nSecond = rPar.Get(3)->GetInteger(); in RTLFUNC()
1967 rPar.Get(0)->PutDate( nDays ); // JSM in RTLFUNC()
1975 if ( rPar.Count() < 2 ) in RTLFUNC()
1991 String aStr( rPar.Get(1)->GetString() ); in RTLFUNC()
2021 rPar.Get(0)->PutDate( fResult ); // JSM in RTLFUNC()
2037 if ( rPar.Count() < 2 ) in RTLFUNC()
2053 sal_Bool bSuccess = pFormatter->IsNumberFormat( rPar.Get(1)->GetString(), in RTLFUNC()
2061 rPar.Get(0)->PutDate( fResult ); // JSM in RTLFUNC()
2077 if ( rPar.Count() < 2 ) in RTLFUNC()
2081 SbxVariableRef pArg = rPar.Get( 1 ); in RTLFUNC()
2085 rPar.Get(0)->PutInteger( nDay ); in RTLFUNC()
2094 if ( rPar.Count() < 2 ) in RTLFUNC()
2098 sal_Int16 nYear = implGetDateYear( rPar.Get(1)->GetDate() ); in RTLFUNC()
2099 rPar.Get(0)->PutInteger( nYear ); in RTLFUNC()
2117 if ( rPar.Count() < 2 ) in RTLFUNC()
2121 double nArg = rPar.Get(1)->GetDate(); in RTLFUNC()
2123 rPar.Get(0)->PutInteger( nHour ); in RTLFUNC()
2142 if ( rPar.Count() < 2 ) in RTLFUNC()
2146 double nArg = rPar.Get(1)->GetDate(); in RTLFUNC()
2148 rPar.Get(0)->PutInteger( nMin ); in RTLFUNC()
2157 if ( rPar.Count() < 2 ) in RTLFUNC()
2161 sal_Int16 nMonth = implGetDateMonth( rPar.Get(1)->GetDate() ); in RTLFUNC()
2162 rPar.Get(0)->PutInteger( nMonth ); in RTLFUNC()
2185 if ( rPar.Count() < 2 ) in RTLFUNC()
2189 double nArg = rPar.Get(1)->GetDate(); in RTLFUNC()
2191 rPar.Get(0)->PutInteger( nSecond ); in RTLFUNC()
2215 rPar.Get(0)->PutDate( Now_Impl() ); in RTLFUNC()
2227 SbxVariable* pMeth = rPar.Get( 0 ); in RTLFUNC()
2285 rPar.Get(0)->PutDate( (double)nSeconds ); in RTLFUNC()
2298 SbxVariable* pMeth = rPar.Get( 0 ); in RTLFUNC()
2339 if ( rPar.Count() < 2 ) in RTLFUNC()
2342 rPar.Get(0)->PutBool((rPar.Get(1)->GetType() & SbxARRAY) ? sal_True : sal_False ); in RTLFUNC()
2350 if ( rPar.Count() < 2 ) in RTLFUNC()
2354 SbxVariable* pVar = rPar.Get(1); in RTLFUNC()
2370 rPar.Get( 0 )->PutBool( bObject ); in RTLFUNC()
2379 if ( rPar.Count() < 2 ) in RTLFUNC()
2384 SbxVariableRef xArg = rPar.Get( 1 ); in RTLFUNC()
2408 rPar.Get( 0 )->PutBool( bDate ); in RTLFUNC()
2417 if ( rPar.Count() < 2 ) in RTLFUNC()
2420 rPar.Get( 0 )->PutBool( rPar.Get(1)->IsEmpty() ); in RTLFUNC()
2428 if ( rPar.Count() < 2 ) in RTLFUNC()
2431 rPar.Get( 0 )->PutBool( rPar.Get(1)->IsErr() ); in RTLFUNC()
2439 if ( rPar.Count() < 2 ) in RTLFUNC()
2445 SbxVariableRef pArg = rPar.Get( 1 ); in RTLFUNC()
2446 sal_Bool bNull = rPar.Get(1)->IsNull(); in RTLFUNC()
2453 rPar.Get( 0 )->PutBool( bNull ); in RTLFUNC()
2462 if ( rPar.Count() < 2 ) in RTLFUNC()
2465 rPar.Get( 0 )->PutBool( rPar.Get( 1 )->IsNumericRTL() ); in RTLFUNC()
2475 if ( rPar.Count() < 2 ) in RTLFUNC()
2479 rPar.Get( 0 )->PutBool( rPar.Get(1)->IsErr() ); in RTLFUNC()
2626 sal_uInt16 nParCount = rPar.Count(); in RTLFUNC()
2646 String aFileParam = rPar.Get(1)->GetString(); in RTLFUNC()
2662 rPar.Get(0)->PutString( aNameOnlyStr ); in RTLFUNC()
2678 rPar.Get(0)->PutString( aEmptyStr ); in RTLFUNC()
2683 pRTLData->nDirFlags = nFlags = rPar.Get(2)->GetInteger(); in RTLFUNC()
2776 rPar.Get(0)->PutString( aPath ); in RTLFUNC()
2787 DirEntry aEntry( rPar.Get(1)->GetString() ); in RTLFUNC()
2793 rPar.Get(0)->PutString( aEntry.GetName() ); in RTLFUNC()
2798 pRTLData->nDirFlags = nFlags = rPar.Get(2)->GetInteger(); in RTLFUNC()
2834 rPar.Get(0)->PutString( aPath ); in RTLFUNC()
2839 String aFileParam = rPar.Get(1)->GetString(); in RTLFUNC()
2845 pRTLData->nDirFlags = nFlags = rPar.Get(2)->GetInteger(); in RTLFUNC()
2857 rPar.Get(0)->PutString( String() ); in RTLFUNC()
2931 rPar.Get(0)->PutString( aPath ); in RTLFUNC()
2943 if ( rPar.Count() == 2 ) in RTLFUNC()
2952 DirEntry aEntry( rPar.Get(1)->GetString() ); in RTLFUNC()
2967 rPar.Get(0)->PutInteger( nFlags ); in RTLFUNC()
2981 String aPath = getFullPath( rPar.Get(1)->GetString() ); in RTLFUNC()
3011 FileBase::RC nRet = DirectoryItem::get( getFullPathUNC( rPar.Get(1)->GetString() ), aItem ); in RTLFUNC()
3024 rPar.Get(0)->PutInteger( nFlags ); in RTLFUNC()
3036 if ( rPar.Count() != 2 ) in RTLFUNC()
3041 String aPath = rPar.Get(1)->GetString(); in RTLFUNC()
3109 rPar.Get(0)->PutString( aRes ); in RTLFUNC()
3124 if ( rPar.Count() != 2 ) in RTLFUNC()
3128 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC()
3149 rPar.Get(0)->PutBool( bIsEof ); in RTLFUNC()
3164 if ( rPar.Count() != 3 ) in RTLFUNC()
3168 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC()
3178 if ( rPar.Get(2)->GetInteger() == 1 ) in RTLFUNC()
3183 rPar.Get(0)->PutInteger( nRet ); in RTLFUNC()
3192 if ( rPar.Count() != 2 ) in RTLFUNC()
3196 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC()
3220 rPar.Get(0)->PutLong( (sal_Int32)nPos ); in RTLFUNC()
3230 if ( rPar.Count() != 2 ) in RTLFUNC()
3234 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC()
3246 rPar.Get(0)->PutLong( (sal_Int32)nLen ); in RTLFUNC()
3257 int nArgs = (int)rPar.Count(); in RTLFUNC()
3263 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC()
3280 rPar.Get(0)->PutLong( (sal_Int32)nPos ); in RTLFUNC()
3284 sal_Int32 nPos = rPar.Get(2)->GetLong(); in RTLFUNC()
3304 sal_uInt16 nArgCount = (sal_uInt16)rPar.Count(); in RTLFUNC()
3311 rPar.Get(1)->Format( aResult ); in RTLFUNC()
3314 String aFmt( rPar.Get(2)->GetString() ); in RTLFUNC()
3315 rPar.Get(1)->Format( aResult, &aFmt ); in RTLFUNC()
3317 rPar.Get(0)->PutString( aResult ); in RTLFUNC()
3326 if ( rPar.Count() > 2 ) in RTLFUNC()
3329 if( rPar.Count() == 2 ) in RTLFUNC()
3330 nSeed = (sal_Int16)rPar.Get(1)->GetInteger(); in RTLFUNC()
3341 if ( rPar.Count() > 2 ) in RTLFUNC()
3347 rPar.Get(0)->PutDouble( nRand ); in RTLFUNC()
3377 sal_uIntPtr nArgCount = rPar.Count(); in RTLFUNC()
3380 rPar.Get(0)->PutLong(0); in RTLFUNC()
3387 String aCmdLine = rPar.Get(1)->GetString(); in RTLFUNC()
3392 aCmdLine += rPar.Get(3)->GetString(); in RTLFUNC()
3460 nWinStyle = rPar.Get(2)->GetInteger(); in RTLFUNC()
3476 bSync = rPar.Get(4)->GetBool(); in RTLFUNC()
3537 rPar.Get(0)->PutLong( 0 ); in RTLFUNC()
3546 if ( rPar.Count() != 2 ) in RTLFUNC()
3550 SbxDataType eType = rPar.Get(1)->GetType(); in RTLFUNC()
3551 rPar.Get(0)->PutInteger( (sal_Int16)eType ); in RTLFUNC()
3613 if ( rPar.Count() != 2 ) in RTLFUNC()
3617 SbxDataType eType = rPar.Get(1)->GetType(); in RTLFUNC()
3622 rPar.Get(0)->PutString( aRetStr ); in RTLFUNC()
3631 if ( rPar.Count() != 2 ) in RTLFUNC()
3635 const String& rStr = rPar.Get(1)->GetString(); in RTLFUNC()
3636 rPar.Get(0)->PutLong( (sal_Int32)rStr.Len() ); in RTLFUNC()
3652 int nArgs = (int)rPar.Count(); in RTLFUNC()
3658 const String& rApp = rPar.Get(1)->GetString(); in RTLFUNC()
3659 const String& rTopic = rPar.Get(2)->GetString(); in RTLFUNC()
3667 rPar.Get(0)->PutInteger( nChannel ); in RTLFUNC()
3682 rPar.Get(0)->PutEmpty(); in RTLFUNC()
3683 int nArgs = (int)rPar.Count(); in RTLFUNC()
3689 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC()
3708 rPar.Get(0)->PutEmpty(); in RTLFUNC()
3709 int nArgs = (int)rPar.Count(); in RTLFUNC()
3735 int nArgs = (int)rPar.Count(); in RTLFUNC()
3741 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC()
3742 const String& rItem = rPar.Get(2)->GetString(); in RTLFUNC()
3749 rPar.Get(0)->PutString( aResult ); in RTLFUNC()
3764 rPar.Get(0)->PutEmpty(); in RTLFUNC()
3765 int nArgs = (int)rPar.Count(); in RTLFUNC()
3771 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC()
3772 const String& rCommand = rPar.Get(2)->GetString(); in RTLFUNC()
3791 rPar.Get(0)->PutEmpty(); in RTLFUNC()
3792 int nArgs = (int)rPar.Count(); in RTLFUNC()
3798 sal_Int16 nChannel = rPar.Get(1)->GetInteger(); in RTLFUNC()
3799 const String& rItem = rPar.Get(2)->GetString(); in RTLFUNC()
3800 const String& rData = rPar.Get(3)->GetString(); in RTLFUNC()
3813 if ( rPar.Count() != 1 ) in RTLFUNC()
3825 rPar.Get(0)->PutInteger( nChannel ); in RTLFUNC()
3838 sal_uInt16 nParCount = rPar.Count(); in RTLFUNC()
3844 SbxBase* pParObj = rPar.Get(1)->GetObject(); in RTLFUNC()
3849 short nDim = (nParCount == 3) ? (short)rPar.Get(2)->GetInteger() : 1; in RTLFUNC()
3853 rPar.Get(0)->PutLong( nLower ); in RTLFUNC()
3864 sal_uInt16 nParCount = rPar.Count(); in RTLFUNC()
3871 SbxBase* pParObj = rPar.Get(1)->GetObject(); in RTLFUNC()
3876 short nDim = (nParCount == 3) ? (short)rPar.Get(2)->GetInteger() : 1; in RTLFUNC()
3880 rPar.Get(0)->PutLong( nUpper ); in RTLFUNC()
3891 if ( rPar.Count() != 4 ) in RTLFUNC()
3897 sal_uIntPtr nRed = rPar.Get(1)->GetInteger() & 0xFF; in RTLFUNC()
3898 sal_uIntPtr nGreen = rPar.Get(2)->GetInteger() & 0xFF; in RTLFUNC()
3899 sal_uIntPtr nBlue = rPar.Get(3)->GetInteger() & 0xFF; in RTLFUNC()
3912 rPar.Get(0)->PutLong( nRGB ); in RTLFUNC()
3940 if ( rPar.Count() != 2 ) in RTLFUNC()
3946 sal_Int16 nCol = rPar.Get(1)->GetInteger(); in RTLFUNC()
3953 rPar.Get(0)->PutLong( nRGB ); in RTLFUNC()
3962 sal_uIntPtr nArgCount = rPar.Count()-1; in RTLFUNC()
3969 String aOldStr = rPar.Get(1)->GetString(); in RTLFUNC()
3970 sal_Int32 nConversion = rPar.Get(2)->GetLong(); in RTLFUNC()
3983 rPar.Get(0)->PutString(aOldStr); in RTLFUNC()
4036 rPar.Get(0)->PutString( aNewStr ); in RTLFUNC()
4072 SbxVariableRef refVar = rPar.Get(0); in RTLFUNC()
4081 rPar.Get(0)->PutString(aNewStr); in RTLFUNC()
4090 if ( rPar.Count() != 1 ) in RTLFUNC()
4103 if( rPar.Count() != 2 ) in RTLFUNC()
4110 SbxBase* pObj = (SbxObject*)rPar.Get(1)->GetObject(); in RTLFUNC()
4132 rPar.Get(0)->PutEmpty(); in RTLFUNC()
4133 if( rPar.Count() != 2 ) in RTLFUNC()
4140 SbxBase* pObj = (SbxObject*)rPar.Get(1)->GetObject(); in RTLFUNC()
4163 if( rPar.Count() != 2 ) in RTLFUNC()
4169 String aFileURL = getFullPath( rPar.Get(1)->GetString() ); in RTLFUNC()
4179 rPar.Get(0)->PutObject( xRef ); in RTLFUNC()
4189 rPar.Get(0)->PutEmpty(); in RTLFUNC()
4190 if( rPar.Count() != 3 ) in RTLFUNC()
4196 SbxBase* pObj = (SbxObject*)rPar.Get(1)->GetObject(); in RTLFUNC()
4199 SvFileStream aOStream( rPar.Get(2)->GetString(), STREAM_WRITE | STREAM_TRUNC ); in RTLFUNC()
4212 (void)rPar; in RTLFUNC()
4239 sal_uInt16 nArgCount = (sal_uInt16)rPar.Count(); in RTLFUNC()
4248 nType = (WinBits)rPar.Get(2)->GetInteger(); in RTLFUNC()
4278 String aMsg = rPar.Get(1)->GetString(); in RTLFUNC()
4281 aTitle = rPar.Get(3)->GetString(); in RTLFUNC()
4320 rPar.Get(0)->PutInteger( nMappedRet ); in RTLFUNC()
4329 rPar.Get(0)->PutEmpty(); in RTLFUNC()
4330 if ( rPar.Count() == 3 ) in RTLFUNC()
4332 String aStr = rPar.Get(1)->GetString(); in RTLFUNC()
4333 sal_Int16 nFlags = rPar.Get(2)->GetInteger(); in RTLFUNC()
4397 (void)rPar; in RTLFUNC()
4409 sal_uInt16 nArgCount = (sal_uInt16)rPar.Count(); in RTLFUNC()
4419 SvFileStream aStrm( rPar.Get( 1 )->GetString(), in RTLFUNC()
4421 p->Dump( aStrm, rPar.Get( 2 )->GetBool() ); in RTLFUNC()
4434 if ( rPar.Count() == 2 ) in RTLFUNC()
4436 String aStr = rPar.Get(1)->GetString(); in RTLFUNC()
4467 rPar.Get(0)->PutBool( bExists ); in RTLFUNC()
4478 if ( rPar.Count() != 5 ) in RTLFUNC()
4484 sal_Int32 nNumber = rPar.Get(1)->GetLong(); in RTLFUNC()
4485 sal_Int32 nStart = rPar.Get(2)->GetLong(); in RTLFUNC()
4486 sal_Int32 nStop = rPar.Get(3)->GetLong(); in RTLFUNC()
4487 sal_Int32 nInterval = rPar.Get(4)->GetLong(); in RTLFUNC()
4550 rPar.Get(0)->PutString( String(aRetStr.makeStringAndClear()) ); in RTLFUNC()