Lines Matching refs:aVals
163 SbxValues aVals; in RTLFUNC() local
164 aVals.eType = SbxVARIANT; in RTLFUNC()
165 pFindVar->Get( aVals ); in RTLFUNC()
168 refVar->Put( aVals ); in RTLFUNC()
182 SbxValues aVals; in RTLFUNC() local
183 aVals.eType = SbxVARIANT; in RTLFUNC()
184 pValVar->Get( aVals ); in RTLFUNC()
185 pFindVar->Put( aVals ); in RTLFUNC()
436 SbxValues aVals( SbxVARIANT ); in RTLFUNC() local
440 pSbxVariable->Get( aVals ); in RTLFUNC()
445 rPar.Get(0)->Put( aVals ); in RTLFUNC()