|
LibreOffice Module basic (master) 1
|
#include <sal/config.h>#include <sal/log.hxx>#include <iomanip>#include <tools/debug.hxx>#include <tools/stream.hxx>#include <basic/sbx.hxx>#include <basic/sberrors.hxx>#include <basic/sbxmeth.hxx>#include <sbxprop.hxx>#include <svl/SfxBroadcaster.hxx>#include "sbxdec.hxx"#include "sbxres.hxx"#include <filefmt.hxx>Go to the source code of this file.
Functions | |
| static void | CheckParentsOnDelete (SbxObject *pObj, SbxArray *p) |
| static bool | LoadArray (SvStream &rStrm, SbxObject *pThis, SbxArray *pArray) |
| static bool | CollectAttrs (const SbxBase *p, OUString &rRes) |
Variables | |
| static OUString | pNameProp |
| static OUString | pParentProp |
| static sal_uInt16 | nNameHash = 0 |
| static sal_uInt16 | nParentHash = 0 |
Definition at line 87 of file sbxobj.cxx.
References SfxListener::EndListening(), i, p, and SAL_INFO_IF.
Referenced by SbxObject::~SbxObject().
|
static |
Definition at line 643 of file sbxobj.cxx.
References DontStore, ExtSearch, and p.
Referenced by SbxObject::Dump().
Definition at line 538 of file sbxobj.cxx.
References tools::SvRef< typename T >::get(), SbxVariable::GetBroadcaster(), i, SbxBase::Load(), SbxArray::Merge(), p, rStrm, SbxVariable::SetParent(), and SfxListener::StartListening().
Referenced by SbxObject::LoadData().
|
static |
Definition at line 40 of file sbxobj.cxx.
Referenced by BasicCollection::implGetIndexForName(), SbxObject::Notify(), and SbxObject::SbxObject().
|
static |
Definition at line 40 of file sbxobj.cxx.
Referenced by SbxObject::Notify(), and SbxObject::SbxObject().
|
static |
Definition at line 37 of file sbxobj.cxx.
Referenced by SbxObject::Clear(), SbxObject::Notify(), SbModule::SbModule(), and SbxObject::SbxObject().
|
static |
Definition at line 38 of file sbxobj.cxx.
Referenced by SbxObject::Clear(), SbxObject::Notify(), and SbxObject::SbxObject().