Lines Matching refs:pVal
175 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetInteger() local
176 if( pVal ) in ImpGetInteger()
177 nRes = pVal->GetInteger(); in ImpGetInteger()
280 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutInteger() local
281 if( pVal ) in ImpPutInteger()
282 pVal->PutInteger( n ); in ImpPutInteger()
476 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetInt64() local
477 if( pVal ) in ImpGetInt64()
478 nRes = pVal->GetInt64(); in ImpGetInt64()
583 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutInt64() local
584 if( pVal ) in ImpPutInt64()
585 pVal->PutInt64( n ); in ImpPutInt64()
779 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpGetUInt64() local
780 if( pVal ) in ImpGetUInt64()
781 nRes = pVal->GetUInt64(); in ImpGetUInt64()
888 SbxValue* pVal = PTR_CAST(SbxValue,p->pObj); in ImpPutUInt64() local
889 if( pVal ) in ImpPutUInt64()
890 pVal->PutUInt64( n ); in ImpPutUInt64()