Lines Matching refs:pSbxVariable

240 		SbxVariable *pSbxVariable = rPar.Get(1);  in RTLFUNC()  local
241 bVal = pSbxVariable->GetBool(); in RTLFUNC()
257 SbxVariable *pSbxVariable = rPar.Get(1); in RTLFUNC() local
258 nByte = pSbxVariable->GetByte(); in RTLFUNC()
274 SbxVariable *pSbxVariable = rPar.Get(1); in RTLFUNC() local
275 nCur = pSbxVariable->GetCurrency(); in RTLFUNC()
292 SbxVariable *pSbxVariable = rPar.Get(1); in RTLFUNC() local
293 pDec = pSbxVariable->GetDecimal(); in RTLFUNC()
313 SbxVariable *pSbxVariable = rPar.Get(1); in RTLFUNC() local
314 nVal = pSbxVariable->GetDate(); in RTLFUNC()
330 SbxVariable *pSbxVariable = rPar.Get(1); in RTLFUNC() local
331 if( pSbxVariable->GetType() == SbxSTRING ) in RTLFUNC()
334 String aScanStr = pSbxVariable->GetString(); in RTLFUNC()
341 nVal = pSbxVariable->GetDouble(); in RTLFUNC()
358 SbxVariable *pSbxVariable = rPar.Get(1); in RTLFUNC() local
359 nVal = pSbxVariable->GetInteger(); in RTLFUNC()
375 SbxVariable *pSbxVariable = rPar.Get(1); in RTLFUNC() local
376 nVal = pSbxVariable->GetLong(); in RTLFUNC()
392 SbxVariable *pSbxVariable = rPar.Get(1); in RTLFUNC() local
393 if( pSbxVariable->GetType() == SbxSTRING ) in RTLFUNC()
397 String aScanStr = pSbxVariable->GetString(); in RTLFUNC()
405 nVal = pSbxVariable->GetSingle(); in RTLFUNC()
422 SbxVariable *pSbxVariable = rPar.Get(1); in RTLFUNC() local
423 aString = pSbxVariable->GetString(); in RTLFUNC()
439 SbxVariable *pSbxVariable = rPar.Get(1); in RTLFUNC() local
440 pSbxVariable->Get( aVals ); in RTLFUNC()
456 SbxVariable *pSbxVariable = rPar.Get(1); in RTLFUNC() local
457 nErrCode = pSbxVariable->GetInteger(); in RTLFUNC()
2575 SbxVariable *pSbxVariable = rPar.Get(1); in RTLFUNC() local
2576 double dVal = pSbxVariable->GetDouble(); in RTLFUNC()
2627 SbxVariable *pSbxVariable = rPar.Get(1); in RTLFUNC() local
2628 if( pSbxVariable->IsNull() ) in RTLFUNC()
2634 String aStr = pSbxVariable->GetString(); in RTLFUNC()