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

#include <unotbl.hxx>

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

Classes

class  Impl
 

Public Member Functions

static ::rtl::Reference< SwXCellRangeCreateXCellRange (const sw::UnoCursorPointer &pCursor, SwFrameFormat &rFrameFormat, SwRangeDescriptor const &rDesc)
 
void SetLabels (bool bFirstRowAsLabel, bool bFirstColumnAsLabel)
 
std::vector< css::uno::Reference< css::table::XCell > > GetCells ()
 
const SwUnoCursorGetTableCursor () const
 
virtual css::uno::Reference< css::table::XCell > SAL_CALL getCellByPosition (sal_Int32 nColumn, sal_Int32 nRow) override
 
virtual css::uno::Reference< css::table::XCellRange > SAL_CALL getCellRangeByPosition (sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom) override
 
virtual css::uno::Reference< css::table::XCellRange > SAL_CALL getCellRangeByName (const OUString &aRange) override
 
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 void SAL_CALL addChartDataChangeEventListener (const css::uno::Reference< css::chart::XChartDataChangeEventListener > &aListener) override
 
virtual void SAL_CALL removeChartDataChangeEventListener (const css::uno::Reference< css::chart::XChartDataChangeEventListener > &aListener) override
 
virtual double SAL_CALL getNotANumber () override
 
virtual sal_Bool SAL_CALL isNotANumber (double nNumber) override
 
virtual css::uno::Sequence< css::uno::Sequence< double > > SAL_CALL getData () override
 
virtual void SAL_CALL setData (const css::uno::Sequence< css::uno::Sequence< double > > &aData) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getRowDescriptions () override
 
virtual void SAL_CALL setRowDescriptions (const css::uno::Sequence< OUString > &aRowDescriptions) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getColumnDescriptions () override
 
virtual void SAL_CALL setColumnDescriptions (const css::uno::Sequence< OUString > &aColumnDescriptions) override
 
virtual css::uno::Sequence< css::beans::PropertyValue > SAL_CALL createSortDescriptor () override
 
virtual void SAL_CALL sort (const css::uno::Sequence< css::beans::PropertyValue > &xDescriptor) override
 
virtual css::uno::Sequence< css::uno::Sequence< css::uno::Any > > SAL_CALL getDataArray () override
 
virtual void SAL_CALL setDataArray (const css::uno::Sequence< css::uno::Sequence< css::uno::Any > > &aArray) 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
 

Private Member Functions

 SwXCellRange (const sw::UnoCursorPointer &pCursor, SwFrameFormat &rFrameFormat, SwRangeDescriptor const &rDesc)
 
virtual ~SwXCellRange () override
 

Private Attributes

::sw::UnoImplPtr< Implm_pImpl
 

Detailed Description

Definition at line 343 of file unotbl.hxx.

Constructor & Destructor Documentation

◆ SwXCellRange()

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

Definition at line 3145 of file unotbl.cxx.

Referenced by CreateXCellRange().

◆ ~SwXCellRange()

SwXCellRange::~SwXCellRange ( )
overrideprivatevirtual

Definition at line 3151 of file unotbl.cxx.

Member Function Documentation

◆ addChartDataChangeEventListener()

void SAL_CALL SwXCellRange::addChartDataChangeEventListener ( const css::uno::Reference< css::chart::XChartDataChangeEventListener > &  aListener)
overridevirtual

Definition at line 3711 of file unotbl.cxx.

References m_pImpl.

◆ addPropertyChangeListener()

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

Definition at line 3490 of file unotbl.cxx.

◆ addVetoableChangeListener()

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

Definition at line 3496 of file unotbl.cxx.

◆ createSortDescriptor()

uno::Sequence< beans::PropertyValue > SwXCellRange::createSortDescriptor ( )
overridevirtual

Definition at line 3733 of file unotbl.cxx.

References SwUnoCursorHelper::CreateSortDescriptor().

◆ CreateXCellRange()

rtl::Reference< SwXCellRange > SwXCellRange::CreateXCellRange ( const sw::UnoCursorPointer pCursor,
SwFrameFormat rFrameFormat,
SwRangeDescriptor const &  rDesc 
)

Definition at line 3155 of file unotbl.cxx.

References SwXCellRange().

Referenced by getCellRangeByPosition(), and SwChartDataSequence::GetCells().

◆ getCellByPosition()

uno::Reference< table::XCell > SAL_CALL SwXCellRange::getCellByPosition ( sal_Int32  nColumn,
sal_Int32  nRow 
)
overridevirtual

Definition at line 3185 of file unotbl.cxx.

References lcl_CreateXCell(), and m_pImpl.

◆ getCellRangeByName()

uno::Reference< table::XCellRange > SAL_CALL SwXCellRange::getCellRangeByName ( const OUString &  aRange)
overridevirtual

◆ getCellRangeByPosition()

uno::Reference< table::XCellRange > SAL_CALL SwXCellRange::getCellRangeByPosition ( sal_Int32  nLeft,
sal_Int32  nTop,
sal_Int32  nRight,
sal_Int32  nBottom 
)
overridevirtual

◆ GetCells()

std::vector< uno::Reference< table::XCell > > SwXCellRange::GetCells ( )

◆ getColumnDescriptions()

uno::Sequence< OUString > SAL_CALL SwXCellRange::getColumnDescriptions ( )
overridevirtual

Definition at line 3672 of file unotbl.cxx.

References m_pImpl.

Referenced by SwXTextTable::getColumnDescriptions().

◆ getData()

uno::Sequence< uno::Sequence< double > > SAL_CALL SwXCellRange::getData ( )
overridevirtual

Definition at line 3565 of file unotbl.cxx.

References getCellRangeByPosition(), GetCells(), and m_pImpl.

Referenced by SwXTextTable::getData().

◆ getDataArray()

uno::Sequence< uno::Sequence< uno::Any > > SAL_CALL SwXCellRange::getDataArray ( )
overridevirtual
See also
SwXCellRange::getData

Definition at line 3503 of file unotbl.cxx.

References GetCells(), and m_pImpl.

◆ getImplementationName()

OUString SwXCellRange::getImplementationName ( )
overridevirtual

Definition at line 3127 of file unotbl.cxx.

◆ getNotANumber()

double SwXCellRange::getNotANumber ( )
overridevirtual

Definition at line 3730 of file unotbl.cxx.

◆ getPropertySetInfo()

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

Definition at line 3281 of file unotbl.cxx.

References m_pImpl.

◆ getPropertyValue()

uno::Any SAL_CALL SwXCellRange::getPropertyValue ( const OUString &  PropertyName)
overridevirtual

◆ getRowDescriptions()

uno::Sequence< OUString > SAL_CALL SwXCellRange::getRowDescriptions ( )
overridevirtual

Definition at line 3667 of file unotbl.cxx.

References m_pImpl.

Referenced by SwXTextTable::getRowDescriptions().

◆ getSupportedServiceNames()

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

Definition at line 3133 of file unotbl.cxx.

◆ GetTableCursor()

const SwUnoCursor * SwXCellRange::GetTableCursor ( ) const

Definition at line 3763 of file unotbl.cxx.

References m_pImpl.

Referenced by SwUnoCursorHelper::GetSelectableFromAny().

◆ isNotANumber()

sal_Bool SwXCellRange::isNotANumber ( double  nNumber)
overridevirtual

Definition at line 3727 of file unotbl.cxx.

◆ removeChartDataChangeEventListener()

void SAL_CALL SwXCellRange::removeChartDataChangeEventListener ( const css::uno::Reference< css::chart::XChartDataChangeEventListener > &  aListener)
overridevirtual

Definition at line 3719 of file unotbl.cxx.

References m_pImpl.

◆ removePropertyChangeListener()

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

Definition at line 3493 of file unotbl.cxx.

◆ removeVetoableChangeListener()

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

Definition at line 3499 of file unotbl.cxx.

◆ setColumnDescriptions()

void SAL_CALL SwXCellRange::setColumnDescriptions ( const css::uno::Sequence< OUString > &  aColumnDescriptions)
overridevirtual

Definition at line 3705 of file unotbl.cxx.

References m_pImpl.

Referenced by SwXTextTable::setColumnDescriptions().

◆ setData()

void SAL_CALL SwXCellRange::setData ( const css::uno::Sequence< css::uno::Sequence< double > > &  aData)
overridevirtual

Definition at line 3598 of file unotbl.cxx.

References getCellRangeByPosition(), GetCells(), and m_pImpl.

Referenced by SwXTextTable::setData().

◆ setDataArray()

void SAL_CALL SwXCellRange::setDataArray ( const css::uno::Sequence< css::uno::Sequence< css::uno::Any > > &  aArray)
overridevirtual
See also
SwXCellRange::setData

Definition at line 3530 of file unotbl.cxx.

References GetCells(), m_pImpl, sw_setString(), and sw_setValue().

◆ SetLabels()

void SwXCellRange::SetLabels ( bool  bFirstRowAsLabel,
bool  bFirstColumnAsLabel 
)

Definition at line 3165 of file unotbl.cxx.

References m_pImpl.

◆ setPropertyValue()

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

◆ setRowDescriptions()

void SAL_CALL SwXCellRange::setRowDescriptions ( const css::uno::Sequence< OUString > &  aRowDescriptions)
overridevirtual

Definition at line 3699 of file unotbl.cxx.

References m_pImpl.

Referenced by SwXTextTable::setRowDescriptions().

◆ sort()

void SAL_CALL SwXCellRange::sort ( const css::uno::Sequence< css::beans::PropertyValue > &  xDescriptor)
overridevirtual

◆ supportsService()

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

Definition at line 3130 of file unotbl.cxx.

References cppu::supportsService().

Member Data Documentation

◆ m_pImpl

::sw::UnoImplPtr<Impl> SwXCellRange::m_pImpl
private

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