Home
last modified time | relevance | path

Searched defs:SbxValues (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/basic/inc/basic/
H A Dsbxvar.hxx160 struct SbxValues struct
162 union {
199 SbxValues(): pData( NULL ), eType(SbxEMPTY) {} in SbxValues() function
200 SbxValues( SbxDataType e ): eType(e) {} in SbxValues() function
201 SbxValues( char _nChar ): nChar( _nChar ), eType(SbxCHAR) {} in SbxValues() argument
202 SbxValues( sal_uInt8 _nByte ): nByte( _nByte ), eType(SbxBYTE) {} in SbxValues() function
204 SbxValues( long _nLong ): nLong( _nLong ), eType(SbxLONG) {} in SbxValues() argument
209 SbxValues( int _nInt ): nInt( _nInt ), eType(SbxINT) {} in SbxValues() function
210 SbxValues( unsigned int _nUInt ): nUInt( _nUInt ), eType(SbxUINT) {} in SbxValues() argument
212 SbxValues( SbxBase* _pObj ): pObj( _pObj ), eType(SbxOBJECT) {} in SbxValues() function
[all …]
/aoo41x/main/basic/source/sbx/
H A Dsbxvals.cxx33 SbxValues::SbxValues( const BigInt &rBig ) : eType(SbxCURRENCY) in SbxValues() function in SbxValues

Completed in 11 milliseconds