LibreOffice Module sc (master) 1
|
#include <datauno.hxx>
Public Member Functions | |
ScUnnamedDatabaseRangesObj (ScDocShell *pDocSh) | |
virtual | ~ScUnnamedDatabaseRangesObj () override |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
virtual void SAL_CALL | setByTable (const css::table::CellRangeAddress &aRange) override |
virtual css::uno::Any SAL_CALL | getByTable (sal_Int32 nTab) override |
virtual sal_Bool SAL_CALL | hasByTable (sal_Int32 nTab) override |
Public Member Functions inherited from SfxListener | |
SfxListener () | |
SfxListener (const SfxListener &rCopy) | |
virtual | ~SfxListener () COVERITY_NOEXCEPT_FALSE |
void | StartListening (SfxBroadcaster &rBroadcaster, DuplicateHandling eDuplicateHanding=DuplicateHandling::Unexpected) |
void | EndListening (SfxBroadcaster &rBroadcaster, bool bRemoveAllDuplicates=false) |
void | EndListeningAll () |
bool | IsListening (SfxBroadcaster &rBroadcaster) const |
sal_uInt16 | GetBroadcasterCount () const |
SfxBroadcaster * | GetBroadcasterJOE (sal_uInt16 nNo) const |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) |
void | RemoveBroadcaster_Impl (SfxBroadcaster &rBC) |
virtual bool | IsSdrView () const |
Private Attributes | |
ScDocShell * | pDocShell |
Definition at line 523 of file datauno.hxx.
ScUnnamedDatabaseRangesObj::ScUnnamedDatabaseRangesObj | ( | ScDocShell * | pDocSh | ) |
Definition at line 2309 of file datauno.cxx.
References ScDocument::AddUnoObject(), ScDocShell::GetDocument(), and pDocShell.
|
overridevirtual |
Definition at line 2315 of file datauno.cxx.
References ScDocShell::GetDocument(), pDocShell, and ScDocument::RemoveUnoObject().
|
overridevirtual |
Definition at line 2353 of file datauno.cxx.
References ScDocShell::GetDocument(), ScDocument::GetTableCount(), and pDocShell.
|
overridevirtual |
Definition at line 2369 of file datauno.cxx.
References ScDocument::GetAnonymousDBData(), ScDocShell::GetDocument(), ScDocument::GetTableCount(), and pDocShell.
|
overridevirtual |
Reimplemented from SfxListener.
Definition at line 2323 of file datauno.cxx.
References SfxHint::GetId(), and pDocShell.
|
overridevirtual |
Definition at line 2335 of file datauno.cxx.
References ScDBDocFunc::AddDBRange(), ScDocShell::GetDocument(), ScDocument::GetTableCount(), pDocShell, and STR_DB_LOCAL_NONAME.
|
private |
Definition at line 528 of file datauno.hxx.
Referenced by getByTable(), hasByTable(), Notify(), ScUnnamedDatabaseRangesObj(), setByTable(), and ~ScUnnamedDatabaseRangesObj().