| /AOO42X/main/basic/source/sbx/ |
| H A D | sbxconv.hxx | 43 sal_Int16 ImpGetInteger( const SbxValues* ); 44 void ImpPutInteger( SbxValues*, sal_Int16 ); 45 sal_Int64 ImpGetInt64( const SbxValues* ); 46 void ImpPutInt64( SbxValues*, sal_Int64 ); 47 sal_uInt64 ImpGetUInt64( const SbxValues* ); 48 void ImpPutUInt64( SbxValues*, sal_uInt64 ); 56 sal_Int32 ImpGetLong( const SbxValues* ); 57 void ImpPutLong( SbxValues*, sal_Int32 ); 61 float ImpGetSingle( const SbxValues* ); 62 void ImpPutSingle( SbxValues*, float ); [all …]
|
| H A D | sbxvalue.cxx | 258 memset( &aData, 0, sizeof( SbxValues ) ); in SbxValue() 328 SbxValues aNew; in operator =() 409 SbxValues aEmpty; in Clear() 410 memset( &aEmpty, 0, sizeof( SbxValues ) ); in Clear() 510 sal_Bool SbxValue::Get( SbxValues& rRes ) const in Get() 596 memset( &rRes, 0, sizeof( SbxValues ) ); in Get() 609 sal_Bool SbxValue::GetNoBroadcast( SbxValues& rRes ) in GetNoBroadcast() 620 SbxValues aRes; in GetString() 632 SbxValues aRes; in GetCoreString() 645 SbxValues aRes; in GetOUString() [all …]
|
| H A D | sbxint.cxx | 35 sal_Int16 ImpGetInteger( const SbxValues* p ) in ImpGetInteger() 37 SbxValues aTmp; in ImpGetInteger() 225 void ImpPutInteger( SbxValues* p, sal_Int16 n ) in ImpPutInteger() 227 SbxValues aTmp; in ImpPutInteger() 394 sal_Int64 ImpGetInt64( const SbxValues* p ) in ImpGetInt64() 396 SbxValues aTmp; in ImpGetInt64() 526 void ImpPutInt64( SbxValues* p, sal_Int64 n ) in ImpPutInt64() 528 SbxValues aTmp; in ImpPutInt64() 682 sal_uInt64 ImpGetUInt64( const SbxValues* p ) in ImpGetUInt64() 684 SbxValues aTmp; in ImpGetUInt64() [all …]
|
| H A D | sbxstr.cxx | 43 ::rtl::OUString ImpGetString( const SbxValues* p ) in ImpGetString() 45 SbxValues aTmp; in ImpGetString() 144 ::rtl::OUString ImpGetCoreString( const SbxValues* p ) in ImpGetCoreString() 149 SbxValues aTmp; in ImpGetCoreString() 162 void ImpPutString( SbxValues* p, const ::rtl::OUString* n ) in ImpPutString() 164 SbxValues aTmp; in ImpPutString()
|
| H A D | sbxulng.cxx | 30 sal_uInt32 ImpGetULong( const SbxValues* p ) in ImpGetULong() 32 SbxValues aTmp; in ImpGetULong() 198 void ImpPutULong( SbxValues* p, sal_uInt32 n ) in ImpPutULong() 200 SbxValues aTmp; in ImpPutULong()
|
| H A D | sbxchar.cxx | 35 xub_Unicode ImpGetChar( const SbxValues* p ) in ImpGetChar() 37 SbxValues aTmp; in ImpGetChar() 224 void ImpPutChar( SbxValues* p, xub_Unicode n ) in ImpPutChar() 226 SbxValues aTmp; in ImpPutChar()
|
| H A D | sbxsng.cxx | 30 float ImpGetSingle( const SbxValues* p ) in ImpGetSingle() 32 SbxValues aTmp; in ImpGetSingle() 184 void ImpPutSingle( SbxValues* p, float n ) in ImpPutSingle() 186 SbxValues aTmp; in ImpPutSingle()
|
| H A D | sbxuint.cxx | 30 sal_uInt16 ImpGetUShort( const SbxValues* p ) in ImpGetUShort() 32 SbxValues aTmp; in ImpGetUShort() 222 void ImpPutUShort( SbxValues* p, sal_uInt16 n ) in ImpPutUShort() 224 SbxValues aTmp; in ImpPutUShort()
|
| H A D | sbxlng.cxx | 30 sal_Int32 ImpGetLong( const SbxValues* p ) in ImpGetLong() 32 SbxValues aTmp; in ImpGetLong() 190 void ImpPutLong( SbxValues* p, sal_Int32 n ) in ImpPutLong() 192 SbxValues aTmp; in ImpPutLong()
|
| H A D | sbxcurr.cxx | 39 SbxINT64 ImpGetCurrency( const SbxValues* p ) in ImpGetCurrency() 41 SbxValues aTmp; in ImpGetCurrency() 174 void ImpPutCurrency( SbxValues* p, const SbxINT64 &r ) in ImpPutCurrency() 177 SbxValues aTmp; in ImpPutCurrency()
|
| H A D | sbxdec.cxx | 432 SbxDecimal* ImpCreateDecimal( SbxValues* p ) in ImpCreateDecimal() 451 SbxDecimal* ImpGetDecimal( const SbxValues* p ) in ImpGetDecimal() 454 SbxValues aTmp; in ImpGetDecimal() 586 void ImpPutDecimal( SbxValues* p, SbxDecimal* pDec ) in ImpPutDecimal() 592 SbxValues aTmp; in ImpPutDecimal()
|
| H A D | sbxdbl.cxx | 31 double ImpGetDouble( const SbxValues* p ) in ImpGetDouble() 139 void ImpPutDouble( SbxValues* p, double n, sal_Bool bCoreString ) in ImpPutDouble() 141 SbxValues aTmp; in ImpPutDouble()
|
| H A D | sbxbyte.cxx | 30 sal_uInt8 ImpGetByte( const SbxValues* p ) in ImpGetByte() 32 SbxValues aTmp; in ImpGetByte() 236 void ImpPutByte( SbxValues* p, sal_uInt8 n ) in ImpPutByte()
|
| H A D | sbxdate.cxx | 37 double ImpGetDate( const SbxValues* p ) in ImpGetDate() 189 void ImpPutDate( SbxValues* p, double n ) in ImpPutDate() 191 SbxValues aTmp; in ImpPutDate()
|
| H A D | sbxvals.cxx | 33 SbxValues::SbxValues( const BigInt &rBig ) : eType(SbxCURRENCY) in SbxValues() function in SbxValues
|
| H A D | sbxbool.cxx | 36 enum SbxBOOL ImpGetBool( const SbxValues* p ) in ImpGetBool() 158 void ImpPutBool( SbxValues* p, sal_Int16 n ) in ImpPutBool()
|
| H A D | sbxobj.cxx | 1031 sal_Bool SbxMethod::Run( SbxValues* pValues ) in Run() 1033 SbxValues aRes; in Run() 1091 const SbxValues &rValues = pProp->GetValues_Impl(); in GarbageCollection()
|
| H A D | sbxvar.cxx | 456 SbxValues aTmp; in LoadData()
|
| H A D | sbxscan.cxx | 254 SbxValues aValues( nVal ); in ScanNumIntnl()
|
| /AOO42X/main/basic/inc/basic/ |
| H A D | sbxvar.hxx | 161 struct BASIC_DLLPUBLIC SbxValues struct 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() argument 203 SbxValues( sal_uInt8 _nByte ): nByte( _nByte ), eType(SbxBYTE) {} in SbxValues() function 204 SbxValues( short _nInteger ): nInteger( _nInteger ), eType(SbxINTEGER ) {} in SbxValues() function 205 SbxValues( long _nLong ): nLong( _nLong ), eType(SbxLONG) {} in SbxValues() argument 206 SbxValues( sal_uInt16 _nUShort ): nUShort( _nUShort ), eType(SbxUSHORT) {} in SbxValues() function 207 SbxValues( sal_uIntPtr _nULong ): nULong( _nULong ), eType(SbxULONG) {} in SbxValues() argument 208 SbxValues( float _nSingle ): nSingle( _nSingle ), eType(SbxSINGLE) {} in SbxValues() function [all …]
|
| H A D | sbxmeth.hxx | 47 sal_Bool Run( SbxValues* pValues = NULL );
|
| /AOO42X/main/basic/source/classes/ |
| H A D | sbxmod.cxx | 1858 SbxValues aVals; in handleProcedureProperties() 1915 SbxValues aVals; in handleProcedureProperties() 2068 SbxValues aVals; in Call() 2469 SbxValues aVals; in triggerMethod() 2480 SbxValues aVals; in triggerMethod() 2595 SbxValues aVals; in Unload()
|
| H A D | sb.cxx | 815 SbxValues aVals; in triggerInitializeEvent() 831 SbxValues aVals; in triggerTerminateEvent()
|
| /AOO42X/main/basic/source/runtime/ |
| H A D | methods1.cxx | 163 SbxValues aVals; in RTLFUNC() 182 SbxValues aVals; in RTLFUNC() 436 SbxValues aVals( SbxVARIANT ); in RTLFUNC()
|
| /AOO42X/main/basctl/source/basicide/ |
| H A D | basobj3.cxx | 326 SbxValues aRes; in RunMethod()
|