/aoo42x/main/basic/source/sbx/ |
H A D | sbxconv.hxx | 45 sal_Int64 ImpGetInt64( const SbxValues* ); 56 sal_Int32 ImpGetLong( const SbxValues* ); 57 void ImpPutLong( SbxValues*, sal_Int32 ); 61 float ImpGetSingle( const SbxValues* ); 62 void ImpPutSingle( SbxValues*, float ); 66 double ImpGetDouble( const SbxValues* ); 72 SbxINT64 ImpGetINT64( const SbxValues* ); 74 SbxUINT64 ImpGetUINT64( const SbxValues* ); 110 double ImpGetDate( const SbxValues* ); 111 void ImpPutDate( SbxValues*, double ); [all …]
|
H A D | sbxvalue.cxx | 328 SbxValues aNew; in operator =() 620 SbxValues aRes; in GetString() 632 SbxValues aRes; in GetCoreString() 656 SbxValues aRes; in HasObject() 665 SbxValues aRes; in GetBool() 825 SbxValues aRes; in PutStringExt() 864 SbxValues aRes; in PutString() 873 SbxValues aRes; in PutBool() 922 SbxValues aRes; in PutpChar() 931 SbxValues aRes; in PutString() [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 | 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 | 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 | 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 | 256 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() function 201 SbxValues( SbxDataType e ): eType(e) {} in SbxValues() function 210 SbxValues( int _nInt ): nInt( _nInt ), eType(SbxINT) {} in SbxValues() function 216 SbxValues( const BigInt &rBig ); 224 struct SbxValues; 236 SbxValues aData; // Data 283 virtual sal_Bool Get( SbxValues& ) const; 284 sal_Bool GetNoBroadcast( SbxValues& ); 286 virtual sal_Bool Put( const SbxValues& ); [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()
|