LibreOffice Module sc (master)
1
|
#include <nameuno.hxx>
Public Member Functions | |
ScLabelRangesObj (ScDocShell *pDocSh, bool bCol) | |
virtual | ~ScLabelRangesObj () override |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
virtual void SAL_CALL | addNew (const css::table::CellRangeAddress &aLabelArea, const css::table::CellRangeAddress &aDataArea) override |
XLabelRanges. More... | |
virtual void SAL_CALL | removeByIndex (sal_Int32 nIndex) override |
virtual sal_Int32 SAL_CALL | getCount () override |
XIndexAccess. More... | |
virtual css::uno::Any SAL_CALL | getByIndex (sal_Int32 Index) override |
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL | createEnumeration () override |
XEnumerationAccess. More... | |
virtual css::uno::Type SAL_CALL | getElementType () override |
XElementAccess. More... | |
virtual sal_Bool SAL_CALL | hasElements () override |
virtual OUString SAL_CALL | getImplementationName () override |
XServiceInfo. More... | |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
![]() | |
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 |
void | RemoveBroadcaster_Impl (SfxBroadcaster &rBC) |
Private Member Functions | |
ScLabelRangeObj * | GetObjectByIndex_Impl (size_t nIndex) |
Private Attributes | |
ScDocShell * | pDocShell |
bool | bColumn |
Definition at line 281 of file nameuno.hxx.
ScLabelRangesObj::ScLabelRangesObj | ( | ScDocShell * | pDocSh, |
bool | bCol | ||
) |
Definition at line 1002 of file nameuno.cxx.
References ScDocument::AddUnoObject(), ScDocShell::GetDocument(), and pDocShell.
|
overridevirtual |
Definition at line 1009 of file nameuno.cxx.
References ScDocShell::GetDocument(), pDocShell, and ScDocument::RemoveUnoObject().
|
overridevirtual |
XLabelRanges.
Undo ?!?! (here and from dialog)
Definition at line 1044 of file nameuno.cxx.
References bColumn, ScRangePairList::Clone(), ScDocument::CompileColRowNameFormula(), ScUnoConversion::FillScRange(), ScDocument::GetColNameRanges(), ScDocument::GetColNameRangesRef(), ScDocShell::GetDocument(), ScDocument::GetRowNameRanges(), ScDocument::GetRowNameRangesRef(), Grid, ScDocument::MaxCol(), ScDocument::MaxRow(), MAXTAB, pDocShell, ScDocShell::PostPaint(), and ScDocShell::SetDocumentModified().
|
overridevirtual |
XEnumerationAccess.
Definition at line 1110 of file nameuno.cxx.
|
overridevirtual |
Definition at line 1131 of file nameuno.cxx.
References GetObjectByIndex_Impl().
|
overridevirtual |
XIndexAccess.
Definition at line 1118 of file nameuno.cxx.
References bColumn, ScDocument::GetColNameRanges(), ScDocShell::GetDocument(), ScDocument::GetRowNameRanges(), pDocShell, and ScRangePairList::size().
Referenced by hasElements().
|
overridevirtual |
XElementAccess.
Definition at line 1141 of file nameuno.cxx.
References cppu::UnoType< class >::get().
|
overridevirtual |
XServiceInfo.
|
private |
Definition at line 1029 of file nameuno.cxx.
References bColumn, ScDocument::GetColNameRanges(), ScDocShell::GetDocument(), ScRangePair::GetRange(), ScDocument::GetRowNameRanges(), pDocShell, rData, and size.
Referenced by getByIndex().
|
overridevirtual |
|
overridevirtual |
Definition at line 1148 of file nameuno.cxx.
References getCount().
|
overridevirtual |
Reimplemented from SfxListener.
Definition at line 1017 of file nameuno.cxx.
References SfxHint::GetId(), and pDocShell.
|
overridevirtual |
Undo ?!?! (here and from dialog)
Definition at line 1076 of file nameuno.cxx.
References bColumn, ScRangePairList::Clone(), ScDocument::CompileColRowNameFormula(), ScDocument::GetColNameRanges(), ScDocument::GetColNameRangesRef(), ScDocShell::GetDocument(), ScDocument::GetRowNameRanges(), ScDocument::GetRowNameRangesRef(), Grid, ScDocument::MaxCol(), ScDocument::MaxRow(), MAXTAB, pDocShell, ScDocShell::PostPaint(), ScRangePairList::Remove(), ScDocShell::SetDocumentModified(), and ScRangePairList::size().
|
overridevirtual |
|
private |
Definition at line 289 of file nameuno.hxx.
Referenced by addNew(), getCount(), GetObjectByIndex_Impl(), and removeByIndex().
|
private |
Definition at line 288 of file nameuno.hxx.
Referenced by addNew(), getCount(), GetObjectByIndex_Impl(), Notify(), removeByIndex(), ScLabelRangesObj(), and ~ScLabelRangesObj().