LibreOffice Module sc (master) 1
|
#include <cellsuno.hxx>
Public Member Functions | |
ScUniqueCellFormatsEnumeration (ScDocShell *pDocShell, std::vector< ScRangeList > &&rRangeLists) | |
virtual | ~ScUniqueCellFormatsEnumeration () 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 Attributes | |
std::vector< ScRangeList > | aRangeLists |
ScDocShell * | pDocShell |
sal_Int32 | nCurrentPosition |
Definition at line 1191 of file cellsuno.hxx.
ScUniqueCellFormatsEnumeration::ScUniqueCellFormatsEnumeration | ( | ScDocShell * | pDocShell, |
std::vector< ScRangeList > && | rRangeLists | ||
) |
Definition at line 9202 of file cellsuno.cxx.
References ScDocument::AddUnoObject(), ScDocShell::GetDocument(), and pDocShell.
|
overridevirtual |
Definition at line 9210 of file cellsuno.cxx.
References ScDocShell::GetDocument(), pDocShell, and ScDocument::RemoveUnoObject().
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Definition at line 9233 of file cellsuno.cxx.
References aRangeLists, o3tl::make_unsigned(), and nCurrentPosition.
Referenced by nextElement().
|
overridevirtual |
Definition at line 9239 of file cellsuno.cxx.
References aRangeLists, hasMoreElements(), nCurrentPosition, and pDocShell.
|
overridevirtual |
and now ???
Reimplemented from SfxListener.
Definition at line 9218 of file cellsuno.cxx.
References SfxHint::GetId(), and pDocShell.
|
overridevirtual |
|
private |
Definition at line 1197 of file cellsuno.hxx.
Referenced by hasMoreElements(), and nextElement().
|
private |
Definition at line 1199 of file cellsuno.hxx.
Referenced by hasMoreElements(), and nextElement().
|
private |
Definition at line 1198 of file cellsuno.hxx.
Referenced by nextElement(), Notify(), ScUniqueCellFormatsEnumeration(), and ~ScUniqueCellFormatsEnumeration().