LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScMergeAttr Class Referencefinal

#include <attrib.hxx>

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

Public Member Functions

 ScMergeAttr ()
 Item - Implementations. More...
 
 ScMergeAttr (SCCOL nCol, SCROW nRow)
 
 ScMergeAttr (const ScMergeAttr &)
 
virtual ~ScMergeAttr () override
 
virtual bool operator== (const SfxPoolItem &) const override
 
virtual ScMergeAttrClone (SfxItemPool *pPool=nullptr) const override
 
SCCOL GetColMerge () const
 
SCROW GetRowMerge () const
 
bool IsMerged () const
 
ScMergeAttroperator= (const ScMergeAttr &rMerge)
 
virtual void dumpAsXml (xmlTextWriterPtr pWriter) const override
 
- Public Member Functions inherited from SfxPoolItem
void AddRef (sal_uInt32 n=1) const
 
virtual ~SfxPoolItem ()
 
void SetWhich (sal_uInt16 nId)
 
sal_uInt16 Which () const
 
T & StaticWhichCast (TypedWhichId< T > nId)
 
const T & StaticWhichCast (TypedWhichId< T > nId) const
 
T * DynamicWhichCast (TypedWhichId< T > nId)
 
const T * DynamicWhichCast (TypedWhichId< T > nId) const
 
virtual bool operator== (const SfxPoolItem &) const=0
 
bool operator!= (const SfxPoolItem &rItem) const
 
virtual bool operator< (const SfxPoolItem &) const
 
virtual bool IsSortable () const
 
virtual bool HasLookup () const
 
virtual lookup_iterator Lookup (lookup_iterator, lookup_iterator end) const
 
virtual bool GetPresentation (SfxItemPresentation ePresentation, MapUnit eCoreMetric, MapUnit ePresentationMetric, OUString &rText, const IntlWrapper &rIntlWrapper) const
 
virtual void ScaleMetrics (tools::Long lMult, tools::Long lDiv)
 
virtual bool HasMetrics () const
 
virtual bool QueryValue (css::uno::Any &rVal, sal_uInt8 nMemberId=0) const
 
virtual bool PutValue (const css::uno::Any &rVal, sal_uInt8 nMemberId)
 
virtual SfxPoolItemClone (SfxItemPool *pPool=nullptr) const=0
 
std::unique_ptr< SfxPoolItemCloneSetWhich (sal_uInt16 nNewWhich) const
 
std::unique_ptr< T > CloneSetWhich (TypedWhichId< T > nId) const
 
sal_uInt32 GetRefCount () const
 
SfxItemKind GetKind () const
 
virtual void dumpAsXml (xmlTextWriterPtr pWriter) const
 
virtual boost::property_tree::ptree dumpAsJSON () const
 
virtual bool IsVoidItem () const
 

Private Attributes

SCCOL nColMerge
 
SCROW nRowMerge
 

Additional Inherited Members

- Public Types inherited from SfxPoolItem
typedef std::vector< SfxPoolItem * >::const_iterator lookup_iterator
 
- Protected Member Functions inherited from SfxPoolItem
 SfxPoolItem (sal_uInt16 nWhich=0)
 
 SfxPoolItem (const SfxPoolItem &rCopy)
 

Detailed Description

Definition at line 58 of file attrib.hxx.

Constructor & Destructor Documentation

◆ ScMergeAttr() [1/3]

ScMergeAttr::ScMergeAttr ( )

Item - Implementations.

Merge

Definition at line 82 of file attrib.cxx.

Referenced by Clone().

◆ ScMergeAttr() [2/3]

ScMergeAttr::ScMergeAttr ( SCCOL  nCol,
SCROW  nRow 
)

Definition at line 88 of file attrib.cxx.

◆ ScMergeAttr() [3/3]

ScMergeAttr::ScMergeAttr ( const ScMergeAttr rItem)

Definition at line 94 of file attrib.cxx.

References nColMerge, and nRowMerge.

◆ ~ScMergeAttr()

ScMergeAttr::~ScMergeAttr ( )
overridevirtual

Definition at line 101 of file attrib.cxx.

Member Function Documentation

◆ Clone()

ScMergeAttr * ScMergeAttr::Clone ( SfxItemPool pPool = nullptr) const
overridevirtual

Implements SfxPoolItem.

Definition at line 112 of file attrib.cxx.

References ScMergeAttr().

◆ dumpAsXml()

void ScMergeAttr::dumpAsXml ( xmlTextWriterPtr  pWriter) const
overridevirtual

Reimplemented from SfxPoolItem.

Definition at line 117 of file attrib.cxx.

References GetColMerge(), GetRowMerge(), and IsMerged().

◆ GetColMerge()

SCCOL ScMergeAttr::GetColMerge ( ) const
inline

◆ GetRowMerge()

SCROW ScMergeAttr::GetRowMerge ( ) const
inline

◆ IsMerged()

bool ScMergeAttr::IsMerged ( ) const
inline

◆ operator=()

ScMergeAttr & ScMergeAttr::operator= ( const ScMergeAttr rMerge)
inline

Definition at line 76 of file attrib.hxx.

References nColMerge, and nRowMerge.

◆ operator==()

bool ScMergeAttr::operator== ( const SfxPoolItem rItem) const
overridevirtual

Implements SfxPoolItem.

Definition at line 105 of file attrib.cxx.

References nColMerge, nRowMerge, and SfxPoolItem::operator==().

Member Data Documentation

◆ nColMerge

SCCOL ScMergeAttr::nColMerge
private

Definition at line 60 of file attrib.hxx.

Referenced by operator=(), operator==(), and ScMergeAttr().

◆ nRowMerge

SCROW ScMergeAttr::nRowMerge
private

Definition at line 61 of file attrib.hxx.

Referenced by operator=(), operator==(), and ScMergeAttr().


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