LibreOffice Module sc (master) 1
|
#include <condformatuno.hxx>
Public Member Functions | |
ScCondFormatsObj (ScDocShell *pDocShell, SCTAB nTab) | |
virtual | ~ScCondFormatsObj () override |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
virtual sal_Int32 SAL_CALL | createByRange (const uno::Reference< sheet::XSheetCellRanges > &xRanges) override |
virtual void SAL_CALL | removeByID (const sal_Int32 nID) override |
virtual uno::Sequence< uno::Reference< sheet::XConditionalFormat > > SAL_CALL | getConditionalFormats () override |
virtual sal_Int32 SAL_CALL | getLength () override |
ScConditionalFormatList * | getCoreObject () |
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 | |
SCTAB | mnTab |
ScDocShell * | mpDocShell |
Definition at line 41 of file condformatuno.hxx.
ScCondFormatsObj::ScCondFormatsObj | ( | ScDocShell * | pDocShell, |
SCTAB | nTab | ||
) |
Definition at line 312 of file condformatuno.cxx.
References ScDocument::AddUnoObject(), and ScDocShell::GetDocument().
|
overridevirtual |
Definition at line 319 of file condformatuno.cxx.
References ScDocShell::GetDocument(), mpDocShell, and ScDocument::RemoveUnoObject().
|
overridevirtual |
Definition at line 333 of file condformatuno.cxx.
References ScDocument::AddCondFormat(), ScRangeList::empty(), ScUnoConversion::FillScRange(), ScDocShell::GetDocument(), ScRangeList::Join(), and mpDocShell.
|
overridevirtual |
Definition at line 370 of file condformatuno.cxx.
References ScConditionalFormatList::begin(), ScConditionalFormatList::end(), getCoreObject(), n, and ScConditionalFormatList::size().
ScConditionalFormatList * ScCondFormatsObj::getCoreObject | ( | ) |
Definition at line 390 of file condformatuno.cxx.
References ScDocument::GetCondFormList(), ScDocShell::GetDocument(), mnTab, and mpDocShell.
Referenced by getConditionalFormats(), getLength(), and removeByID().
|
overridevirtual |
Definition at line 383 of file condformatuno.cxx.
References getCoreObject(), and ScConditionalFormatList::size().
|
overridevirtual |
Reimplemented from SfxListener.
Definition at line 325 of file condformatuno.cxx.
References SfxHint::GetId(), and mpDocShell.
|
overridevirtual |
Definition at line 363 of file condformatuno.cxx.
References ScConditionalFormatList::erase(), and getCoreObject().
|
private |
Definition at line 63 of file condformatuno.hxx.
Referenced by getCoreObject().
|
private |
Definition at line 64 of file condformatuno.hxx.
Referenced by createByRange(), getCoreObject(), Notify(), and ~ScCondFormatsObj().