LibreOffice Module sc (master) 1
|
#include <cellsuno.hxx>
Public Member Functions | |
ScCellFormatsEnumeration (ScDocShell *pDocSh, const ScRange &rR) | |
virtual | ~ScCellFormatsEnumeration () override |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
virtual sal_Bool SAL_CALL | hasMoreElements () override |
virtual css::uno::Any SAL_CALL | nextElement () 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 | |
void | Advance_Impl () |
rtl::Reference< ScCellRangeObj > | NextObject_Impl () |
Private Attributes | |
ScDocShell * | pDocShell |
SCTAB | nTab |
std::unique_ptr< ScAttrRectIterator > | pIter |
ScRange | aNext |
bool | bAtEnd |
bool | bDirty |
Definition at line 1124 of file cellsuno.hxx.
ScCellFormatsEnumeration::ScCellFormatsEnumeration | ( | ScDocShell * | pDocSh, |
const ScRange & | rR | ||
) |
Definition at line 8850 of file cellsuno.cxx.
References ScDocument::AddUnoObject(), Advance_Impl(), ScRange::aEnd, ScRange::aStart, ScAddress::Col(), ScDocShell::GetDocument(), nTab, pDocShell, pIter, ScAddress::Row(), and ScAddress::Tab().
|
overridevirtual |
Definition at line 8868 of file cellsuno.cxx.
References ScDocShell::GetDocument(), pDocShell, and ScDocument::RemoveUnoObject().
|
private |
Definition at line 8876 of file cellsuno.cxx.
References aNext, bAtEnd, bDirty, nTab, and pIter.
Referenced by NextObject_Impl(), and ScCellFormatsEnumeration().
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Definition at line 8936 of file cellsuno.cxx.
References bAtEnd.
|
overridevirtual |
Definition at line 8942 of file cellsuno.cxx.
References bAtEnd, NextObject_Impl(), and pDocShell.
|
private |
Definition at line 8899 of file cellsuno.cxx.
References Advance_Impl(), ScRange::aEnd, aNext, ScRange::aStart, bAtEnd, and pDocShell.
Referenced by nextElement().
|
overridevirtual |
and now???
Reimplemented from SfxListener.
Definition at line 8913 of file cellsuno.cxx.
References bDirty, SfxHint::GetId(), nId, pDocShell, and pIter.
|
overridevirtual |
|
private |
Definition at line 1133 of file cellsuno.hxx.
Referenced by Advance_Impl(), and NextObject_Impl().
|
private |
Definition at line 1134 of file cellsuno.hxx.
Referenced by Advance_Impl(), hasMoreElements(), nextElement(), and NextObject_Impl().
|
private |
Definition at line 1135 of file cellsuno.hxx.
Referenced by Advance_Impl(), and Notify().
|
private |
Definition at line 1131 of file cellsuno.hxx.
Referenced by Advance_Impl(), and ScCellFormatsEnumeration().
|
private |
Definition at line 1130 of file cellsuno.hxx.
Referenced by nextElement(), NextObject_Impl(), Notify(), ScCellFormatsEnumeration(), and ~ScCellFormatsEnumeration().
|
private |
Definition at line 1132 of file cellsuno.hxx.
Referenced by Advance_Impl(), Notify(), and ScCellFormatsEnumeration().