LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
XclExpDefaultRowData Struct Reference

Contains all possible default row settings. More...

#include <xetable.hxx>

Public Member Functions

 XclExpDefaultRowData ()
 Default height for unspecified rows. More...
 
 XclExpDefaultRowData (const XclExpRow &rRow)
 
bool IsHidden () const
 Returns true, if rows are hidden by default. More...
 
bool IsUnsynced () const
 Returns true, if the rows have a manually set height by default. More...
 

Public Attributes

sal_uInt16 mnFlags
 
sal_uInt16 mnHeight
 Default flags for unspecified rows. More...
 

Detailed Description

Contains all possible default row settings.

Definition at line 787 of file xetable.hxx.

Constructor & Destructor Documentation

◆ XclExpDefaultRowData() [1/2]

XclExpDefaultRowData::XclExpDefaultRowData ( )
explicit

Default height for unspecified rows.

Definition at line 1829 of file xetable.cxx.

References mnHeight.

◆ XclExpDefaultRowData() [2/2]

XclExpDefaultRowData::XclExpDefaultRowData ( const XclExpRow rRow)
explicit

Member Function Documentation

◆ IsHidden()

bool XclExpDefaultRowData::IsHidden ( ) const
inline

Returns true, if rows are hidden by default.

Definition at line 796 of file xetable.hxx.

References EXC_DEFROW_HIDDEN, get_flag(), and mnFlags.

Referenced by XclExpRow::DisableIfDefault(), XclExpRowBuffer::Finalize(), and XclExpCellTable::SaveXml().

◆ IsUnsynced()

bool XclExpDefaultRowData::IsUnsynced ( ) const
inline

Returns true, if the rows have a manually set height by default.

Definition at line 798 of file xetable.hxx.

References EXC_DEFROW_UNSYNCED, get_flag(), and mnFlags.

Referenced by XclExpRow::DisableIfDefault().

Member Data Documentation

◆ mnFlags

sal_uInt16 XclExpDefaultRowData::mnFlags

◆ mnHeight

sal_uInt16 XclExpDefaultRowData::mnHeight

Default flags for unspecified rows.

Definition at line 790 of file xetable.hxx.

Referenced by XclExpRow::DisableIfDefault(), XclExpRowBuffer::Finalize(), operator<(), XclExpCellTable::SaveXml(), and XclExpDefrowheight::WriteBody().


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