LibreOffice Module sc (master) 1
|
#include <nameuno.hxx>
Public Member Functions | |
ScLabelRangeObj (ScDocShell *pDocSh, bool bCol, const ScRange &rR) | |
virtual | ~ScLabelRangeObj () override |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
virtual css::table::CellRangeAddress SAL_CALL | getLabelArea () override |
XLabelRange. More... | |
virtual void SAL_CALL | setLabelArea (const css::table::CellRangeAddress &aLabelArea) override |
virtual css::table::CellRangeAddress SAL_CALL | getDataArea () override |
virtual void SAL_CALL | setDataArea (const css::table::CellRangeAddress &aDataArea) 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 |
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 | |
ScRangePair * | GetData_Impl () |
void | Modify_Impl (const ScRange *pLabel, const ScRange *pData) |
Private Attributes | |
ScDocShell * | pDocShell |
bool | bColumn |
ScRange | aRange |
criterion to find range More... | |
Definition at line 241 of file nameuno.hxx.
ScLabelRangeObj::ScLabelRangeObj | ( | ScDocShell * | pDocSh, |
bool | bCol, | ||
const ScRange & | rR | ||
) |
Definition at line 879 of file nameuno.cxx.
References ScDocument::AddUnoObject(), ScDocShell::GetDocument(), and pDocShell.
|
overridevirtual |
Definition at line 887 of file nameuno.cxx.
References ScDocShell::GetDocument(), pDocShell, and ScDocument::RemoveUnoObject().
|
private |
Definition at line 905 of file nameuno.cxx.
References aRange, bColumn, ScRangePairList::Find(), ScDocument::GetColNameRanges(), ScDocShell::GetDocument(), ScDocument::GetRowNameRanges(), and pDocShell.
Referenced by getDataArea(), and getLabelArea().
|
overridevirtual |
Definition at line 975 of file nameuno.cxx.
References ScUnoConversion::FillApiRange(), GetData_Impl(), and pData.
|
overridevirtual |
XServiceInfo.
|
overridevirtual |
XLabelRange.
Definition at line 957 of file nameuno.cxx.
References ScUnoConversion::FillApiRange(), GetData_Impl(), and pData.
|
overridevirtual |
Undo ?!?! (here and from dialog)
Definition at line 918 of file nameuno.cxx.
References aRange, bColumn, ScRangePairList::Clone(), ScDocument::CompileColRowNameFormula(), ScDocument::GetColNameRanges(), ScDocument::GetColNameRangesRef(), ScDocShell::GetDocument(), ScRangePair::GetRange(), ScDocument::GetRowNameRanges(), ScDocument::GetRowNameRangesRef(), Grid, ScDocument::MaxCol(), ScDocument::MaxRow(), MAXTAB, pData, pDocShell, ScDocShell::PostPaint(), and ScDocShell::SetDocumentModified().
Referenced by setDataArea(), and setLabelArea().
|
overridevirtual |
Ref-Update !!!
Reimplemented from SfxListener.
Definition at line 895 of file nameuno.cxx.
References SfxHint::GetId(), and pDocShell.
|
overridevirtual |
Definition at line 985 of file nameuno.cxx.
References ScUnoConversion::FillScRange(), and Modify_Impl().
|
overridevirtual |
Definition at line 967 of file nameuno.cxx.
References ScUnoConversion::FillScRange(), and Modify_Impl().
|
overridevirtual |
|
private |
criterion to find range
Definition at line 249 of file nameuno.hxx.
Referenced by GetData_Impl(), and Modify_Impl().
|
private |
Definition at line 248 of file nameuno.hxx.
Referenced by GetData_Impl(), and Modify_Impl().
|
private |
Definition at line 247 of file nameuno.hxx.
Referenced by GetData_Impl(), Modify_Impl(), Notify(), ScLabelRangeObj(), and ~ScLabelRangeObj().