Home
last modified time | relevance | path

Searched refs:SbxUINT (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/basic/source/sbx/
H A Dsbxvalue.cxx566 case SbxUINT: in Get()
747 case SbxUINT: in GET()
840 ( eTargetType >= SbxCHAR && eTargetType <= SbxUINT ) || in PutStringExt()
1012 || ( t >= SbxCHAR && t <= SbxUINT ) ); in ImpIsNumeric()
1728 case SbxUINT: in LoadData()
1837 case SbxUINT: in StoreData()
H A Dsbxbool.cxx166 case SbxUINT: in ImpPutBool()
H A Dsbxulng.cxx223 case SbxUINT: in ImpPutULong()
H A Dsbxscan.cxx854 case SbxUINT: in Format()
/aoo41x/main/basic/inc/basic/
H A Dsbxvar.hxx210 SbxValues( unsigned int _nUInt ): nUInt( _nUInt ), eType(SbxUINT) {} in SbxValues()
271 sal_Bool IsUInt() const { return sal_Bool( GetType() == SbxUINT ); } in IsUInt()
H A Dsbxdef.hxx76 SbxUINT = 23, // * unsigned machine-dependent int enumerator
/aoo41x/main/basic/source/runtime/
H A Dmethods1.cxx984 case SbxUINT: in lcl_WriteSbxVariable()
1088 case SbxUINT: in lcl_ReadSbxVariable()
1432 case SbxUINT: in RTLFUNC()
/aoo41x/main/basic/source/classes/
H A Dsbunoobj.cxx978 case SbxUINT: aRetType = ::getCppuType( (sal_uInt32*)0 ); break; in getUnoTypeForSbxBaseType()
1892 case SbxUINT: aRet = String( RTL_CONSTASCII_USTRINGPARAM("SbxUINT") ); break; in Dbg_SbxDataType2String()

Completed in 96 milliseconds