LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | Private Attributes | List of all members
SwXCellRange::Impl Class Reference
Inheritance diagram for SwXCellRange::Impl:
[legend]
Collaboration diagram for SwXCellRange::Impl:
[legend]

Public Member Functions

 Impl (sw::UnoCursorPointer const &pCursor, SwFrameFormat &rFrameFormat, SwRangeDescriptor const &rDesc)
 
SwFrameFormatGetFrameFormat ()
 
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 SfxItemPropertySetm_pPropSet
 
bool m_bFirstRowAsLabel
 
bool m_bFirstColumnAsLabel
 

Private Attributes

SwFrameFormatm_pFrameFormat
 

Detailed Description

Definition at line 3077 of file unotbl.cxx.

Constructor & Destructor Documentation

◆ Impl()

SwXCellRange::Impl::Impl ( sw::UnoCursorPointer const &  pCursor,
SwFrameFormat rFrameFormat,
SwRangeDescriptor const &  rDesc 
)
inline

Definition at line 3096 of file unotbl.cxx.

References SwRangeDescriptor::Normalize(), and StartListening.

Member Function Documentation

◆ GetColumnCount()

sal_Int32 SwXCellRange::Impl::GetColumnCount ( ) const

Definition at line 3753 of file unotbl.cxx.

Referenced by GetLabelCoordinates().

◆ GetFrameFormat()

SwFrameFormat * SwXCellRange::Impl::GetFrameFormat ( )
inline

Definition at line 3108 of file unotbl.cxx.

◆ GetLabelCoordinates()

std::tuple< sal_uInt32, sal_uInt32, sal_uInt32, sal_uInt32 > SwXCellRange::Impl::GetLabelCoordinates ( bool  bRow)

◆ GetLabelDescriptions()

uno::Sequence< OUString > SwXCellRange::Impl::GetLabelDescriptions ( SwXCellRange rThis,
bool  bRow 
)

◆ GetRowCount()

sal_Int32 SwXCellRange::Impl::GetRowCount ( ) const

Definition at line 3758 of file unotbl.cxx.

Referenced by GetLabelCoordinates().

◆ Notify()

void SwXCellRange::Impl::Notify ( const SfxHint rHint)
overridevirtual

Reimplemented from SvtListener.

Definition at line 3769 of file unotbl.cxx.

References SfxHint::GetId().

◆ SetLabelDescriptions()

void SwXCellRange::Impl::SetLabelDescriptions ( SwXCellRange rThis,
const css::uno::Sequence< OUString > &  rDesc,
bool  bRow 
)

Member Data Documentation

◆ m_bFirstColumnAsLabel

bool SwXCellRange::Impl::m_bFirstColumnAsLabel

Definition at line 3094 of file unotbl.cxx.

Referenced by GetLabelCoordinates().

◆ m_bFirstRowAsLabel

bool SwXCellRange::Impl::m_bFirstRowAsLabel

Definition at line 3093 of file unotbl.cxx.

Referenced by GetLabelCoordinates().

◆ m_ChartListeners

::comphelper::OInterfaceContainerHelper4<chart::XChartDataChangeEventListener> SwXCellRange::Impl::m_ChartListeners

Definition at line 3086 of file unotbl.cxx.

◆ m_Mutex

std::mutex SwXCellRange::Impl::m_Mutex

Definition at line 3085 of file unotbl.cxx.

◆ m_pFrameFormat

SwFrameFormat* SwXCellRange::Impl::m_pFrameFormat
private

Definition at line 3081 of file unotbl.cxx.

◆ m_pPropSet

const SfxItemPropertySet* SwXCellRange::Impl::m_pPropSet

Definition at line 3091 of file unotbl.cxx.

◆ m_pTableCursor

sw::UnoCursorPointer SwXCellRange::Impl::m_pTableCursor

Definition at line 3088 of file unotbl.cxx.

◆ m_RangeDescriptor

SwRangeDescriptor SwXCellRange::Impl::m_RangeDescriptor

Definition at line 3090 of file unotbl.cxx.

◆ m_wThis

uno::WeakReference<uno::XInterface> SwXCellRange::Impl::m_wThis

Definition at line 3084 of file unotbl.cxx.


The documentation for this class was generated from the following file: