Lines Matching refs:SbxValues

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 );
66 double ImpGetDouble( const SbxValues* );
67 void ImpPutDouble( SbxValues*, double, sal_Bool bCoreString=sal_False );
72 SbxINT64 ImpGetINT64( const SbxValues* );
73 void ImpPutINT64( SbxValues*, const SbxINT64& );
74 SbxUINT64 ImpGetUINT64( const SbxValues* );
75 void ImpPutUINT64( SbxValues*, const SbxUINT64& );
86 sal_Int32 ImpGetCurrLong( const SbxValues* );
87 void ImpPutCurrLong( SbxValues*, sal_Int32 );
92 SbxINT64 ImpGetCurrency( const SbxValues* );
93 void ImpPutCurrency( SbxValues*, const SbxINT64& );
104 SbxDecimal* ImpCreateDecimal( SbxValues* p );
105 SbxDecimal* ImpGetDecimal( const SbxValues* p );
106 void ImpPutDecimal( SbxValues* p, SbxDecimal* pDec );
110 double ImpGetDate( const SbxValues* );
111 void ImpPutDate( SbxValues*, double );
115 ::rtl::OUString ImpGetString( const SbxValues* );
116 ::rtl::OUString ImpGetCoreString( const SbxValues* );
117 void ImpPutString( SbxValues*, const ::rtl::OUString* );
121 sal_Unicode ImpGetChar( const SbxValues* );
122 void ImpPutChar( SbxValues*, sal_Unicode );
125 sal_uInt8 ImpGetByte( const SbxValues* );
126 void ImpPutByte( SbxValues*, sal_uInt8 );
130 sal_uInt16 ImpGetUShort( const SbxValues* );
131 void ImpPutUShort( SbxValues*, sal_uInt16 );
135 sal_uInt32 ImpGetULong( const SbxValues* );
136 void ImpPutULong( SbxValues*, sal_uInt32 );
140 enum SbxBOOL ImpGetBool( const SbxValues* );
141 void ImpPutBool( SbxValues*, sal_Int16 );