LibreOffice Module sc (master) 1
|
Graphic / OleObject (need separate collections!) More...
#include <targuno.hxx>
Public Member Functions | |
ScLinkTargetTypesObj (ScDocShell *pDocSh) | |
virtual | ~ScLinkTargetTypesObj () override |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
virtual css::uno::Any SAL_CALL | getByName (const OUString &aName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getElementNames () override |
virtual sal_Bool SAL_CALL | hasByName (const OUString &aName) override |
virtual css::uno::Type SAL_CALL | getElementType () override |
virtual sal_Bool SAL_CALL | hasElements () override |
virtual OUString SAL_CALL | getImplementationName () override |
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 Attributes | |
ScDocShell * | pDocShell |
OUString | aNames [SC_LINKTARGETTYPE_COUNT] |
Graphic / OleObject (need separate collections!)
Definition at line 45 of file targuno.hxx.
ScLinkTargetTypesObj::ScLinkTargetTypesObj | ( | ScDocShell * | pDocSh | ) |
Definition at line 69 of file targuno.cxx.
References aTypeResIds, i, SC_LINKTARGETTYPE_COUNT, and ScResId().
|
overridevirtual |
Definition at line 78 of file targuno.cxx.
References ScDocShell::GetDocument(), pDocShell, and ScDocument::RemoveUnoObject().
|
overridevirtual |
Definition at line 94 of file targuno.cxx.
References aName, aNames, i, pDocShell, and SC_LINKTARGETTYPE_COUNT.
|
overridevirtual |
Definition at line 106 of file targuno.cxx.
References aNames, i, and SC_LINKTARGETTYPE_COUNT.
|
overridevirtual |
Definition at line 125 of file targuno.cxx.
References cppu::UnoType< typename T >::get().
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Definition at line 115 of file targuno.cxx.
|
overridevirtual |
Definition at line 130 of file targuno.cxx.
|
overridevirtual |
Reimplemented from SfxListener.
Definition at line 86 of file targuno.cxx.
References SfxHint::GetId(), and pDocShell.
|
overridevirtual |
|
private |
Definition at line 52 of file targuno.hxx.
Referenced by getByName(), getElementNames(), and hasByName().
|
private |
Definition at line 51 of file targuno.hxx.
Referenced by getByName(), Notify(), and ~ScLinkTargetTypesObj().