|
| | SbUnoServiceCtor (const OUString &aName_, css::uno::Reference< css::reflection::XServiceConstructorDescription > const &xServiceCtorDesc) |
| |
| virtual | ~SbUnoServiceCtor () override |
| |
| virtual SbxInfo * | GetInfo () override |
| |
| const css::uno::Reference< css::reflection::XServiceConstructorDescription > & | getServiceCtorDesc () const |
| |
| | SBX_DECL_PERSIST_NODATA (SBXID_METHOD, 1) |
| |
| | SbxMethod (const OUString &r, SbxDataType t, bool bIsRuntimeFunction=false) |
| |
| | SbxMethod (const SbxMethod &r) |
| |
| virtual | ~SbxMethod () override |
| |
| SbxMethod & | operator= (const SbxMethod &r) |
| |
| virtual SbxClassType | GetClass () const override |
| |
| bool | IsRuntimeFunction () const |
| |
| SbxDataType | GetRuntimeFunctionReturnType () const |
| |
| virtual void | Clear () override |
| |
| | SBX_DECL_PERSIST_NODATA (SBXID_VARIABLE, 2) |
| |
| | SbxVariable () |
| |
| | SbxVariable (SbxDataType) |
| |
| | SbxVariable (const SbxVariable &) |
| |
| SbxVariable & | operator= (const SbxVariable &) |
| |
| void | Dump (SvStream &, bool bDumpAll) |
| |
| void | SetName (const OUString &) |
| |
| const OUString & | GetName (SbxNameType=SbxNameType::NONE) const |
| |
| sal_uInt16 | GetHashCode () const |
| |
| virtual void | SetModified (bool) override |
| |
| sal_uInt32 | GetUserData () const |
| |
| void | SetUserData (sal_uInt32 n) |
| |
| virtual SbxDataType | GetType () const override |
| |
| virtual SbxClassType | GetClass () const |
| |
| virtual SbxInfo * | GetInfo () |
| |
| void | SetInfo (SbxInfo *p) |
| |
| void | SetParameters (SbxArray *p) |
| |
| SbxArray * | GetParameters () const |
| |
| SfxBroadcaster & | GetBroadcaster () |
| |
| bool | IsBroadcaster () const |
| |
| virtual void | Broadcast (SfxHintId nHintId) override |
| |
| const SbxObject * | GetParent () const |
| |
| SbxObject * | GetParent () |
| |
| virtual void | SetParent (SbxObject *) |
| |
| const OUString & | GetDeclareClassName () const |
| |
| void | SetDeclareClassName (const OUString &) |
| |
| void | SetComListener (const css::uno::Reference< css::uno::XInterface > &xComListener, StarBASIC *pParentBasic) |
| |
| void | ClearComListener () |
| |
| | SBX_DECL_PERSIST_NODATA (SBXID_VALUE, 1) |
| |
| | SbxValue () |
| |
| | SbxValue (SbxDataType) |
| |
| | SbxValue (const SbxValue &) |
| |
| SbxValue & | operator= (const SbxValue &) |
| |
| virtual void | Clear () override |
| |
| virtual bool | IsFixed () const override |
| |
| bool | IsInteger () const |
| |
| bool | IsLong () const |
| |
| bool | IsDouble () const |
| |
| bool | IsString () const |
| |
| bool | IsCurrency () const |
| |
| bool | IsObject () const |
| |
| bool | IsBool () const |
| |
| bool | IsErr () const |
| |
| bool | IsEmpty () const |
| |
| bool | IsNull () const |
| |
| bool | IsNumeric () const |
| |
| bool | IsNumericRTL () const |
| |
| bool | ImpIsNumeric (bool bOnlyIntntl) const |
| |
| virtual SbxDataType | GetType () const override |
| |
| SbxDataType | GetFullType () const |
| |
| bool | SetType (SbxDataType) |
| |
| bool | Get (SbxValues &) const |
| |
| const SbxValues & | GetValues_Impl () const |
| |
| bool | Put (const SbxValues &) |
| |
| SbxValues * | data () |
| |
| sal_Unicode | GetChar () const |
| |
| sal_Int16 | GetInteger () const |
| |
| sal_Int32 | GetLong () const |
| |
| sal_Int64 | GetInt64 () const |
| |
| sal_uInt64 | GetUInt64 () const |
| |
| sal_Int64 | GetCurrency () const |
| |
| SbxDecimal * | GetDecimal () const |
| |
| float | GetSingle () const |
| |
| double | GetDouble () const |
| |
| double | GetDate () const |
| |
| bool | GetBool () const |
| |
| const OUString & | GetCoreString () const |
| |
| OUString | GetOUString () const |
| |
| SbxBase * | GetObject () const |
| |
| sal_uInt8 | GetByte () const |
| |
| sal_uInt16 | GetUShort () const |
| |
| sal_uInt32 | GetULong () const |
| |
| bool | PutInteger (sal_Int16) |
| |
| bool | PutLong (sal_Int32) |
| |
| bool | PutSingle (float) |
| |
| bool | PutDouble (double) |
| |
| void | PutDate (double) |
| |
| bool | PutBool (bool) |
| |
| void | PutErr (sal_uInt16) |
| |
| void | PutStringExt (const OUString &) |
| |
| bool | PutInt64 (sal_Int64) |
| |
| bool | PutUInt64 (sal_uInt64) |
| |
| bool | PutString (const OUString &) |
| |
| bool | PutChar (sal_Unicode) |
| |
| bool | PutByte (sal_uInt8) |
| |
| bool | PutUShort (sal_uInt16) |
| |
| bool | PutULong (sal_uInt32) |
| |
| bool | PutEmpty () |
| |
| void | PutNull () |
| |
| void | PutDecimal (css::bridge::oleautomation::Decimal const &rAutomationDec) |
| |
| bool | PutDecimal (SbxDecimal *pDecimal) |
| |
| void | fillAutomationDecimal (css::bridge::oleautomation::Decimal &rAutomationDec) const |
| |
| bool | PutCurrency (sal_Int64) |
| |
| bool | PutObject (SbxBase *) |
| |
| bool | Convert (SbxDataType) |
| |
| bool | Compute (SbxOperator, const SbxValue &) |
| |
| bool | Compare (SbxOperator, const SbxValue &) const |
| |
| bool | Scan (const OUString &, sal_uInt16 *) |
| |
| void | Format (OUString &, const OUString *=nullptr) const |
| |
| bool | operator<= (const SbxValue &) const |
| |
| bool | operator>= (const SbxValue &) const |
| |
| SbxValue & | operator*= (const SbxValue &) |
| |
| SbxValue & | operator/= (const SbxValue &) |
| |
| SbxValue & | operator+= (const SbxValue &) |
| |
| SbxValue & | operator-= (const SbxValue &) |
| |
| void | SetFlags (SbxFlagBits n) |
| |
| SbxFlagBits | GetFlags () const |
| |
| void | SetFlag (SbxFlagBits n) |
| |
| void | ResetFlag (SbxFlagBits n) |
| |
| bool | IsSet (SbxFlagBits n) const |
| |
| bool | IsReset (SbxFlagBits n) const |
| |
| bool | CanRead () const |
| |
| bool | CanWrite () const |
| |
| bool | IsModified () const |
| |
| bool | IsHidden () const |
| |
| bool | IsVisible () const |
| |
| virtual bool | IsFixed () const |
| |
| virtual void | SetModified (bool) |
| |
| virtual SbxDataType | GetType () const |
| |
| virtual void | Clear ()=0 |
| |
| std::pair< bool, sal_uInt32 > | Store (SvStream &) |
| |
| virtual bool | LoadCompleted () |
| |
| | SvRefBase () |
| |
| | SvRefBase (const SvRefBase &) |
| |
| SvRefBase & | operator= (const SvRefBase &) |
| |
| void | RestoreNoDelete () |
| |
| void | AddNextRef () |
| |
| void | AddFirstRef () |
| |
| void | ReleaseRef () |
| |
| unsigned int | GetRefCount () const |
| |
Definition at line 263 of file sbunoobj.hxx.