LibreOffice Module sc (master) 1
|
#include <docuno.hxx>
Public Member Functions | |
ScDrawPagesObj (ScDocShell *pDocSh) | |
virtual | ~ScDrawPagesObj () override |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
virtual css::uno::Reference< css::drawing::XDrawPage > SAL_CALL | insertNewByIndex (sal_Int32 nIndex) override |
XDrawPages. More... | |
virtual void SAL_CALL | remove (const css::uno::Reference< css::drawing::XDrawPage > &xPage) override |
virtual sal_Int32 SAL_CALL | getCount () override |
XIndexAccess. More... | |
virtual css::uno::Any SAL_CALL | getByIndex (sal_Int32 Index) override |
virtual css::uno::Type SAL_CALL | getElementType () override |
XElementAccess. More... | |
virtual sal_Bool SAL_CALL | hasElements () override |
virtual OUString SAL_CALL | getImplementationName () override |
XServiceInfo. More... | |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () 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 Member Functions | |
css::uno::Reference< css::drawing::XDrawPage > | GetObjectByIndex_Impl (sal_Int32 nIndex) const |
Private Attributes | |
ScDocShell * | pDocShell |
Definition at line 405 of file docuno.hxx.
ScDrawPagesObj::ScDrawPagesObj | ( | ScDocShell * | pDocSh | ) |
Definition at line 3612 of file docuno.cxx.
References ScDocument::AddUnoObject(), ScDocShell::GetDocument(), and pDocShell.
|
overridevirtual |
Definition at line 3618 of file docuno.cxx.
References ScDocShell::GetDocument(), pDocShell, and ScDocument::RemoveUnoObject().
|
overridevirtual |
Definition at line 3697 of file docuno.cxx.
References GetObjectByIndex_Impl(), and nIndex.
|
overridevirtual |
XIndexAccess.
Definition at line 3689 of file docuno.cxx.
References ScDocShell::GetDocument(), ScDocument::GetTableCount(), and pDocShell.
Referenced by hasElements().
|
overridevirtual |
XElementAccess.
Definition at line 3707 of file docuno.cxx.
References cppu::UnoType< typename T >::get().
|
overridevirtual |
XServiceInfo.
|
private |
Definition at line 3636 of file docuno.cxx.
References SdrModel::GetPage(), SdrPage::getUnoPage(), ScDocShell::MakeDrawLayer(), nIndex, and pDocShell.
Referenced by getByIndex(), and insertNewByIndex().
|
overridevirtual |
|
overridevirtual |
Definition at line 3712 of file docuno.cxx.
References getCount().
|
overridevirtual |
XDrawPages.
Definition at line 3657 of file docuno.cxx.
References ScDocument::CreateValidTabName(), ScDocShell::GetDocFunc(), ScDocShell::GetDocument(), GetObjectByIndex_Impl(), ScDocFunc::InsertTable(), nPos, and pDocShell.
|
overridevirtual |
Reimplemented from SfxListener.
Definition at line 3626 of file docuno.cxx.
References SfxHint::GetId(), and pDocShell.
|
overridevirtual |
Definition at line 3672 of file docuno.cxx.
References ScDocFunc::DeleteTable(), ScDocShell::GetDocFunc(), SdrPage::GetPageNum(), SvxDrawPage::GetSdrPage(), and pDocShell.
|
overridevirtual |
|
private |
Definition at line 411 of file docuno.hxx.
Referenced by getCount(), GetObjectByIndex_Impl(), insertNewByIndex(), Notify(), remove(), ScDrawPagesObj(), and ~ScDrawPagesObj().