LibreOffice Module sc (master) 1
|
#include <cellsuno.hxx>
Public Member Functions | |
ScCellFormatsObj (ScDocShell *pDocSh, const ScRange &rR) | |
virtual | ~ScCellFormatsObj () override |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
virtual sal_Int32 SAL_CALL | getCount () override |
virtual css::uno::Any SAL_CALL | getByIndex (sal_Int32 Index) override |
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL | createEnumeration () 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 Member Functions | |
rtl::Reference< ScCellRangeObj > | GetObjectByIndex_Impl (tools::Long nIndex) const |
Private Attributes | |
ScDocShell * | pDocShell |
ScRange | aTotalRange |
Definition at line 1087 of file cellsuno.hxx.
ScCellFormatsObj::ScCellFormatsObj | ( | ScDocShell * | pDocSh, |
const ScRange & | rR | ||
) |
Definition at line 8733 of file cellsuno.cxx.
References ScDocument::AddUnoObject(), ScRange::aEnd, ScRange::aStart, aTotalRange, ScDocShell::GetDocument(), pDocShell, and ScAddress::Tab().
|
overridevirtual |
Definition at line 8743 of file cellsuno.cxx.
References ScDocShell::GetDocument(), pDocShell, and ScDocument::RemoveUnoObject().
|
overridevirtual |
Definition at line 8842 of file cellsuno.cxx.
References aTotalRange, and pDocShell.
|
overridevirtual |
Definition at line 8817 of file cellsuno.cxx.
References GetObjectByIndex_Impl(), and nIndex.
|
overridevirtual |
access the AttrArrays directly !!!!
Definition at line 8796 of file cellsuno.cxx.
References ScRange::aEnd, ScRange::aStart, aTotalRange, ScAddress::Col(), ScDocShell::GetDocument(), ScAttrRectIterator::GetNext(), nCount, pDocShell, ScAddress::Row(), and ScAddress::Tab().
Referenced by hasElements().
|
overridevirtual |
Definition at line 8829 of file cellsuno.cxx.
References cppu::UnoType< typename T >::get().
|
overridevirtual |
|
private |
access the AttrArrays directly !!!!
Definition at line 8763 of file cellsuno.cxx.
References ScRange::aEnd, ScRange::aStart, aTotalRange, ScAddress::Col(), ScDocShell::GetDocument(), ScAttrRectIterator::GetNext(), nIndex, nPos, pDocShell, ScAddress::Row(), and ScAddress::Tab().
Referenced by getByIndex().
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
aTotalRange...
Reimplemented from SfxListener.
Definition at line 8751 of file cellsuno.cxx.
References SfxHint::GetId(), and pDocShell.
|
overridevirtual |
|
private |
Definition at line 1095 of file cellsuno.hxx.
Referenced by createEnumeration(), getCount(), GetObjectByIndex_Impl(), and ScCellFormatsObj().
|
private |
Definition at line 1094 of file cellsuno.hxx.
Referenced by createEnumeration(), getCount(), GetObjectByIndex_Impl(), Notify(), ScCellFormatsObj(), and ~ScCellFormatsObj().