LibreOffice Module sw (master) 1
|
#include <unotbl.hxx>
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 SwTableLine * | FindLine (SwTable *pTable, SwTableLine const *pLine) |
Private Member Functions | |
SwFrameFormat * | GetFrameFormat () |
const SwFrameFormat * | GetFrameFormat () const |
virtual | ~SwXTextTableRow () override |
Private Attributes | |
SwFrameFormat * | m_pFormat |
SwTableLine * | m_pLine |
const SfxItemPropertySet * | m_pPropSet |
Definition at line 144 of file unotbl.hxx.
|
overrideprivatevirtual |
Definition at line 1230 of file unotbl.cxx.
References SvtListener::EndListeningAll().
SwXTextTableRow::SwXTextTableRow | ( | SwFrameFormat * | pFormat, |
SwTableLine * | pLine | ||
) |
Definition at line 1222 of file unotbl.cxx.
References m_pFormat, and SvtListener::StartListening().
|
overridevirtual |
Definition at line 1364 of file unotbl.cxx.
|
overridevirtual |
Definition at line 1370 of file unotbl.cxx.
|
static |
Definition at line 1388 of file unotbl.cxx.
References SwTable::GetTabLines().
Referenced by getPropertyValue(), and setPropertyValue().
|
inlineprivate |
Definition at line 152 of file unotbl.hxx.
References m_pFormat.
Referenced by getPropertyValue(), and setPropertyValue().
|
inlineprivate |
Definition at line 153 of file unotbl.hxx.
References m_pFormat.
|
overridevirtual |
Definition at line 1212 of file unotbl.cxx.
|
overridevirtual |
Definition at line 1236 of file unotbl.cxx.
References SfxItemPropertySet::getPropertySetInfo(), and m_pPropSet.
|
overridevirtual |
Definition at line 1319 of file unotbl.cxx.
References convertTwipToMm100(), FindLine(), SwTable::FindTable(), FN_UNO_ROW_AUTO_HEIGHT, FN_UNO_ROW_HEIGHT, FN_UNO_TABLE_COLUMN_SEPARATORS, SwFormat::GetAttrSet(), SfxItemPropertyMap::getByName(), SwTableLine::GetFrameFormat(), GetFrameFormat(), SwFormat::GetFrameSize(), SwFormatFrameSize::GetHeightSizeType(), SfxItemPropertySet::getPropertyMap(), SfxItemPropertySet::getPropertyValue(), SvxSizeItem::GetSize(), SwTableLine::GetTabBoxes(), Size::Height(), lcl_GetTableSeparators(), m_pLine, m_pPropSet, SfxItemPropertyMapEntry::nWID, rSet, and Variable.
|
overridevirtual |
Definition at line 1218 of file unotbl.cxx.
|
overridevirtual |
Reimplemented from SvtListener.
Definition at line 1376 of file unotbl.cxx.
References SfxHint::GetId(), m_pFormat, and m_pLine.
|
overridevirtual |
Definition at line 1367 of file unotbl.cxx.
|
overridevirtual |
Definition at line 1373 of file unotbl.cxx.
|
overridevirtual |
Definition at line 1242 of file unotbl.cxx.
References SwTableLine::ClaimFrameFormat(), FindLine(), SwTable::FindTable(), Fixed, FN_UNO_ROW_AUTO_HEIGHT, FN_UNO_ROW_HEIGHT, FN_UNO_TABLE_COLUMN_SEPARATORS, SwFormat::GetAttrSet(), SfxItemPropertyMap::getByName(), SwFormat::GetDoc(), SwTableLine::GetFrameFormat(), GetFrameFormat(), SwFormat::GetFrameSize(), SfxItemPropertySet::getPropertyMap(), SvxSizeItem::GetSize(), SwTableLine::GetTabBoxes(), lcl_SetTableSeparators(), m_pLine, m_pPropSet, SwUnoCursorHelper::makeTableRowRedline(), o3tl::mm100, SfxItemPropertyMapEntry::nFlags, SfxItemPropertyMapEntry::nWID, SwDoc::SetAttr(), Size::setHeight(), SwFormatFrameSize::SetHeightSizeType(), SfxItemPropertySet::setPropertyValue(), SvxSizeItem::SetSize(), o3tl::toTwips(), and Variable.
|
overridevirtual |
Definition at line 1215 of file unotbl.cxx.
References cppu::supportsService().
|
private |
Definition at line 148 of file unotbl.hxx.
Referenced by GetFrameFormat(), Notify(), and SwXTextTableRow().
|
private |
Definition at line 149 of file unotbl.hxx.
Referenced by getPropertyValue(), Notify(), and setPropertyValue().
|
private |
Definition at line 150 of file unotbl.hxx.
Referenced by getPropertySetInfo(), getPropertyValue(), and setPropertyValue().