LibreOffice Module sw (master) 1
|
Public Member Functions | |
Impl (sw::UnoCursorPointer const &pCursor, SwFrameFormat &rFrameFormat, SwRangeDescriptor const &rDesc) | |
SwFrameFormat * | GetFrameFormat () |
std::tuple< sal_uInt32, sal_uInt32, sal_uInt32, sal_uInt32 > | GetLabelCoordinates (bool bRow) |
uno::Sequence< OUString > | GetLabelDescriptions (SwXCellRange &rThis, bool bRow) |
void | SetLabelDescriptions (SwXCellRange &rThis, const css::uno::Sequence< OUString > &rDesc, bool bRow) |
sal_Int32 | GetRowCount () const |
sal_Int32 | GetColumnCount () const |
virtual void | Notify (const SfxHint &) override |
Public Member Functions inherited from SvtListener | |
SvtListener ()=default | |
SvtListener (const SvtListener &r)=default | |
virtual | ~SvtListener () COVERITY_NOEXCEPT_FALSE |
bool | StartListening (SvtBroadcaster &rBroadcaster) |
void | EndListening (SvtBroadcaster &rBroadcaster) |
void | EndListeningAll () |
void | CopyAllBroadcasters (const SvtListener &r) |
bool | HasBroadcaster () const |
virtual void | Notify (const SfxHint &rHint) |
virtual void | Query (QueryBase &rQuery) const |
Public Attributes | |
uno::WeakReference< uno::XInterface > | m_wThis |
std::mutex | m_Mutex |
::comphelper::OInterfaceContainerHelper4< chart::XChartDataChangeEventListener > | m_ChartListeners |
sw::UnoCursorPointer | m_pTableCursor |
SwRangeDescriptor | m_RangeDescriptor |
const SfxItemPropertySet * | m_pPropSet |
bool | m_bFirstRowAsLabel |
bool | m_bFirstColumnAsLabel |
Private Attributes | |
SwFrameFormat * | m_pFrameFormat |
Definition at line 3077 of file unotbl.cxx.
|
inline |
Definition at line 3096 of file unotbl.cxx.
References SwRangeDescriptor::Normalize(), and StartListening.
sal_Int32 SwXCellRange::Impl::GetColumnCount | ( | ) | const |
Definition at line 3753 of file unotbl.cxx.
Referenced by GetLabelCoordinates().
|
inline |
Definition at line 3108 of file unotbl.cxx.
std::tuple< sal_uInt32, sal_uInt32, sal_uInt32, sal_uInt32 > SwXCellRange::Impl::GetLabelCoordinates | ( | bool | bRow | ) |
Definition at line 3631 of file unotbl.cxx.
References GetColumnCount(), GetRowCount(), m_bFirstColumnAsLabel, and m_bFirstRowAsLabel.
uno::Sequence< OUString > SwXCellRange::Impl::GetLabelDescriptions | ( | SwXCellRange & | rThis, |
bool | bRow | ||
) |
Definition at line 3649 of file unotbl.cxx.
References SwXCellRange::getCellRangeByPosition(), and SwXCellRange::GetCells().
sal_Int32 SwXCellRange::Impl::GetRowCount | ( | ) | const |
Definition at line 3758 of file unotbl.cxx.
Referenced by GetLabelCoordinates().
|
overridevirtual |
Reimplemented from SvtListener.
Definition at line 3769 of file unotbl.cxx.
References SfxHint::GetId().
void SwXCellRange::Impl::SetLabelDescriptions | ( | SwXCellRange & | rThis, |
const css::uno::Sequence< OUString > & | rDesc, | ||
bool | bRow | ||
) |
Definition at line 3677 of file unotbl.cxx.
References SwXCellRange::getCellRangeByPosition(), and SwXCellRange::GetCells().
bool SwXCellRange::Impl::m_bFirstColumnAsLabel |
Definition at line 3094 of file unotbl.cxx.
Referenced by GetLabelCoordinates().
bool SwXCellRange::Impl::m_bFirstRowAsLabel |
Definition at line 3093 of file unotbl.cxx.
Referenced by GetLabelCoordinates().
::comphelper::OInterfaceContainerHelper4<chart::XChartDataChangeEventListener> SwXCellRange::Impl::m_ChartListeners |
Definition at line 3086 of file unotbl.cxx.
std::mutex SwXCellRange::Impl::m_Mutex |
Definition at line 3085 of file unotbl.cxx.
|
private |
Definition at line 3081 of file unotbl.cxx.
const SfxItemPropertySet* SwXCellRange::Impl::m_pPropSet |
Definition at line 3091 of file unotbl.cxx.
sw::UnoCursorPointer SwXCellRange::Impl::m_pTableCursor |
Definition at line 3088 of file unotbl.cxx.
SwRangeDescriptor SwXCellRange::Impl::m_RangeDescriptor |
Definition at line 3090 of file unotbl.cxx.
uno::WeakReference<uno::XInterface> SwXCellRange::Impl::m_wThis |
Definition at line 3084 of file unotbl.cxx.