Lines Matching refs:SbxValue

41 TYPEINIT1(SbxValue,SbxBase)
210 SbxValue::SbxValue() : SbxBase() in SbxValue() function in SbxValue
215 SbxValue::SbxValue( SbxDataType t, void* p ) : SbxBase() in SbxValue() function in SbxValue
262 SbxValue::SbxValue( const SbxValue& r ) in SbxValue() function in SbxValue
273 ((SbxValue*) &r)->Broadcast( SBX_HINT_DATAWANTED ); in SbxValue()
295 SbxValue& SbxValue::operator=( const SbxValue& r ) in operator =()
345 SbxValue::~SbxValue() in ~SbxValue()
350 SbxValue::Clear(); in ~SbxValue()
375 void SbxValue::Clear() in Clear()
419 void SbxValue::Broadcast( sal_uIntPtr ) in Broadcast()
429 SbxValue* SbxValue::TheRealValue() const in TheRealValue()
435 bool handleToStringForCOMObjects( SbxObject* pObj, SbxValue* pVal ); // sbunoobj.cxx
437 SbxValue* SbxValue::TheRealValue( sal_Bool bObjInObjError ) const in TheRealValue()
439 SbxValue* p = (SbxValue*) this; in TheRealValue()
459 ((SbxValue*) pObj)->aData.eType == SbxOBJECT && in TheRealValue()
460 ((SbxValue*) pObj)->aData.pObj == pObj ) in TheRealValue()
498 SbxValue* pVal = PTR_CAST(SbxValue,p->aData.pObj); in TheRealValue()
510 sal_Bool SbxValue::Get( SbxValues& rRes ) const in Get()
525 SbxValue* p = (SbxValue*) this; in Get()
609 sal_Bool SbxValue::GetNoBroadcast( SbxValues& rRes ) in GetNoBroadcast()
618 const XubString& SbxValue::GetString() const in GetString()
623 ((SbxValue*) this)->aToolString = *aRes.pOUString; in GetString()
625 ((SbxValue*) this)->aToolString.Erase(); in GetString()
630 const XubString& SbxValue::GetCoreString() const in GetCoreString()
635 ((SbxValue*) this)->aToolString = *aRes.pOUString; in GetCoreString()
637 ((SbxValue*) this)->aToolString.Erase(); in GetCoreString()
642 ::rtl::OUString SbxValue::GetOUString() const in GetOUString()
653 sal_Bool SbxValue::HasObject() const in HasObject()
663 sal_Bool SbxValue::GetBool() const in GetBool()
672 t SbxValue::g() const { SbxValues aRes(e); Get( aRes ); return aRes.m; }
697 sal_Bool SbxValue::Put( const SbxValues& rVal ) in GET()
711 SbxValue* p = this; in GET()
762 p->SbxValue::Clear(); in GET()
815 sal_Bool SbxValue::PutStringExt( const ::rtl::OUString& r ) in PutStringExt()
843 SbxValue aVal; in PutStringExt()
861 sal_Bool SbxValue::PutString( const xub_Unicode* p ) in PutString()
871 sal_Bool SbxValue::PutBool( sal_Bool b ) in PutBool()
880 sal_Bool SbxValue::PutEmpty() in PutEmpty()
887 sal_Bool SbxValue::PutNull() in PutNull()
897 sal_Bool SbxValue::PutDecimal( com::sun::star::bridge::oleautomation::Decimal& rAutomationDec ) in PutDecimal()
899 SbxValue::Clear(); in PutDecimal()
906 sal_Bool SbxValue::fillAutomationDecimal in fillAutomationDecimal()
919 sal_Bool SbxValue::PutpChar( const xub_Unicode* p ) in PutpChar()
929 sal_Bool SbxValue::PutString( const ::rtl::OUString& r ) in PutString()
940 sal_Bool SbxValue::p( t n ) \
966 sal_Bool SbxValue::IsFixed() const in PUT()
975 sal_Bool SbxValue::IsNumeric() const in IsNumeric()
980 sal_Bool SbxValue::IsNumericRTL() const in IsNumericRTL()
985 sal_Bool SbxValue::ImpIsNumeric( sal_Bool bOnlyIntntl ) const in ImpIsNumeric()
1015 SbxClassType SbxValue::GetClass() const in GetClass()
1020 SbxDataType SbxValue::GetType() const in GetType()
1025 SbxDataType SbxValue::GetFullType() const in GetFullType()
1030 sal_Bool SbxValue::SetType( SbxDataType t ) in SetType()
1085 sal_Bool SbxValue::Convert( SbxDataType eTo ) in Convert()
1130 sal_Bool SbxValue::Compute( SbxOperator eOp, const SbxValue& rOp ) in Compute()
1464 sal_Bool SbxValue::Compare( SbxOperator eOp, const SbxValue& rOp ) const in Compare()
1622 sal_Bool SbxValue::LoadData( SvStream& r, sal_uInt16 ) in LoadData()
1624 SbxValue::Clear(); in LoadData()
1760 sal_Bool SbxValue::StoreData( SvStream& r ) const in StoreData()
1773 ((SbxValue*)this)->aData.eType = (SbxDataType)( ( nType & 0xF000 ) | SbxDOUBLE ); in StoreData()
1775 ((SbxValue*)this)->aData.eType = (SbxDataType)nType; in StoreData()
1810 if( PTR_CAST(SbxValue,aData.pObj) != this ) in StoreData()