Home
last modified time | relevance | path

Searched defs:SbxValues (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/basic/source/sbx/
H A Dsbxvals.cxx33 SbxValues::SbxValues( const BigInt &rBig ) : eType(SbxCURRENCY) in SbxValues() function in SbxValues
/trunk/main/basic/inc/basic/
H A Dsbxvar.hxx163 union {
200 SbxValues(): pData( NULL ), eType(SbxEMPTY) {} in SbxValues() argument
201 SbxValues( SbxDataType e ): eType(e) {} in SbxValues() argument
202 SbxValues( char _nChar ): nChar( _nChar ), eType(SbxCHAR) {} in SbxValues() function
203 SbxValues( sal_uInt8 _nByte ): nByte( _nByte ), eType(SbxBYTE) {} in SbxValues() argument
205 SbxValues( long _nLong ): nLong( _nLong ), eType(SbxLONG) {} in SbxValues() argument
208 SbxValues( float _nSingle ): nSingle( _nSingle ), eType(SbxSINGLE) {} in SbxValues() function
210 SbxValues( int _nInt ): nInt( _nInt ), eType(SbxINT) {} in SbxValues() function
211 SbxValues( unsigned int _nUInt ): nUInt( _nUInt ), eType(SbxUINT) {} in SbxValues() function
213 SbxValues( SbxBase* _pObj ): pObj( _pObj ), eType(SbxOBJECT) {} in SbxValues() argument
[all …]

Completed in 20 milliseconds