LibreOffice Module sw (master) 1
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
SwXTextTableRow Class Referencefinal

#include <unotbl.hxx>

Inheritance diagram for SwXTextTableRow:
[legend]
Collaboration diagram for SwXTextTableRow:
[legend]

Public Member Functions

 SwXTextTableRow (SwFrameFormat *pFormat, SwTableLine *pLine)
 
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo () override
 
virtual void SAL_CALL setPropertyValue (const OUString &aPropertyName, const css::uno::Any &aValue) override
 
virtual css::uno::Any SAL_CALL getPropertyValue (const OUString &PropertyName) override
 
virtual void SAL_CALL addPropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &xListener) override
 
virtual void SAL_CALL removePropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) override
 
virtual void SAL_CALL addVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override
 
virtual void SAL_CALL removeVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 
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
 

Static Public Member Functions

static SwTableLineFindLine (SwTable *pTable, SwTableLine const *pLine)
 

Private Member Functions

SwFrameFormatGetFrameFormat ()
 
const SwFrameFormatGetFrameFormat () const
 
virtual ~SwXTextTableRow () override
 

Private Attributes

SwFrameFormatm_pFormat
 
SwTableLinem_pLine
 
const SfxItemPropertySetm_pPropSet
 

Detailed Description

Definition at line 144 of file unotbl.hxx.

Constructor & Destructor Documentation

◆ ~SwXTextTableRow()

SwXTextTableRow::~SwXTextTableRow ( )
overrideprivatevirtual

Definition at line 1230 of file unotbl.cxx.

References SvtListener::EndListeningAll().

◆ SwXTextTableRow()

SwXTextTableRow::SwXTextTableRow ( SwFrameFormat pFormat,
SwTableLine pLine 
)

Definition at line 1222 of file unotbl.cxx.

References m_pFormat, and SvtListener::StartListening().

Member Function Documentation

◆ addPropertyChangeListener()

void SwXTextTableRow::addPropertyChangeListener ( const OUString &  aPropertyName,
const css::uno::Reference< css::beans::XPropertyChangeListener > &  xListener 
)
overridevirtual

Definition at line 1364 of file unotbl.cxx.

◆ addVetoableChangeListener()

void SwXTextTableRow::addVetoableChangeListener ( const OUString &  PropertyName,
const css::uno::Reference< css::beans::XVetoableChangeListener > &  aListener 
)
overridevirtual

Definition at line 1370 of file unotbl.cxx.

◆ FindLine()

SwTableLine * SwXTextTableRow::FindLine ( SwTable pTable,
SwTableLine const *  pLine 
)
static

Definition at line 1388 of file unotbl.cxx.

References SwTable::GetTabLines().

Referenced by getPropertyValue(), and setPropertyValue().

◆ GetFrameFormat() [1/2]

SwFrameFormat * SwXTextTableRow::GetFrameFormat ( )
inlineprivate

Definition at line 152 of file unotbl.hxx.

References m_pFormat.

Referenced by getPropertyValue(), and setPropertyValue().

◆ GetFrameFormat() [2/2]

const SwFrameFormat * SwXTextTableRow::GetFrameFormat ( ) const
inlineprivate

Definition at line 153 of file unotbl.hxx.

References m_pFormat.

◆ getImplementationName()

OUString SwXTextTableRow::getImplementationName ( )
overridevirtual

Definition at line 1212 of file unotbl.cxx.

◆ getPropertySetInfo()

uno::Reference< beans::XPropertySetInfo > SwXTextTableRow::getPropertySetInfo ( )
overridevirtual

Definition at line 1236 of file unotbl.cxx.

References SfxItemPropertySet::getPropertySetInfo(), and m_pPropSet.

◆ getPropertyValue()

uno::Any SwXTextTableRow::getPropertyValue ( const OUString &  PropertyName)
overridevirtual

◆ getSupportedServiceNames()

uno::Sequence< OUString > SwXTextTableRow::getSupportedServiceNames ( )
overridevirtual

Definition at line 1218 of file unotbl.cxx.

◆ Notify()

void SwXTextTableRow::Notify ( const SfxHint rHint)
overridevirtual

Reimplemented from SvtListener.

Definition at line 1376 of file unotbl.cxx.

References SfxHint::GetId(), m_pFormat, and m_pLine.

◆ removePropertyChangeListener()

void SwXTextTableRow::removePropertyChangeListener ( const OUString &  aPropertyName,
const css::uno::Reference< css::beans::XPropertyChangeListener > &  aListener 
)
overridevirtual

Definition at line 1367 of file unotbl.cxx.

◆ removeVetoableChangeListener()

void SwXTextTableRow::removeVetoableChangeListener ( const OUString &  PropertyName,
const css::uno::Reference< css::beans::XVetoableChangeListener > &  aListener 
)
overridevirtual

Definition at line 1373 of file unotbl.cxx.

◆ setPropertyValue()

void SwXTextTableRow::setPropertyValue ( const OUString &  aPropertyName,
const css::uno::Any &  aValue 
)
overridevirtual

◆ supportsService()

sal_Bool SwXTextTableRow::supportsService ( const OUString &  ServiceName)
overridevirtual

Definition at line 1215 of file unotbl.cxx.

References cppu::supportsService().

Member Data Documentation

◆ m_pFormat

SwFrameFormat* SwXTextTableRow::m_pFormat
private

Definition at line 148 of file unotbl.hxx.

Referenced by GetFrameFormat(), Notify(), and SwXTextTableRow().

◆ m_pLine

SwTableLine* SwXTextTableRow::m_pLine
private

Definition at line 149 of file unotbl.hxx.

Referenced by getPropertyValue(), Notify(), and setPropertyValue().

◆ m_pPropSet

const SfxItemPropertySet* SwXTextTableRow::m_pPropSet
private

Definition at line 150 of file unotbl.hxx.

Referenced by getPropertySetInfo(), getPropertyValue(), and setPropertyValue().


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