Lines Matching refs:SbxLONG
231 case SbxLONG: n |= SbxBYREF; aData.pLong = (sal_Int32*) p; break; in SbxValue()
538 case SbxLONG: rRes.nLong = ImpGetLong( &p->aData ); break; in Get()
683 GET( GetLong, SbxLONG, sal_Int32, nLong ) in GET()
725 case SbxLONG: ImpPutLong( &p->aData, rVal.nLong ); break; in GET()
952 PUT( PutLong, SbxLONG, sal_Int32, nLong ) in PUT()
1205 aL.eType = aR.eType = SbxLONG; in Compute()
1215 aL.eType = aR.eType = SbxLONG; in Compute()
1235 else if( aL.eType == SbxLONG ) in Compute()
1251 else if( aL.eType == SbxLONG ) in Compute()
1259 if( aL.eType != SbxLONG && aL.eType != SbxULONG ) in Compute()
1265 if( aL.eType != SbxLONG && aL.eType != SbxULONG ) in Compute()
1271 if( aL.eType != SbxLONG && aL.eType != SbxULONG ) in Compute()
1277 if( aL.eType != SbxLONG && aL.eType != SbxULONG ) in Compute()
1283 if( aL.eType != SbxLONG && aL.eType != SbxULONG ) in Compute()
1289 if( aL.eType != SbxLONG && aL.eType != SbxULONG ) in Compute()
1633 case SbxLONG: in LoadData()
1723 r >> aData.nLong, aData.eType = SbxLONG; in LoadData()
1769 case SbxLONG: in StoreData()