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

#include <types.hxx>

Public Types

enum  StateType : sal_uInt8 {
  Invalid = 0 ,
  Empty ,
  HasOneCell ,
  HasMultipleCells
}
 

Public Member Functions

 MultiDataCellState ()
 
 MultiDataCellState (StateType eState)
 

Public Attributes

SCROW mnRow1
 
SCCOL mnCol1
 
StateType meState
 

Detailed Description

Definition at line 97 of file types.hxx.

Member Enumeration Documentation

◆ StateType

Enumerator
Invalid 
Empty 
HasOneCell 
HasMultipleCells 

Definition at line 99 of file types.hxx.

Constructor & Destructor Documentation

◆ MultiDataCellState() [1/2]

sc::MultiDataCellState::MultiDataCellState ( )

Definition at line 25 of file types.cxx.

References Invalid.

◆ MultiDataCellState() [2/2]

sc::MultiDataCellState::MultiDataCellState ( StateType  eState)

Definition at line 27 of file types.cxx.

Member Data Documentation

◆ meState

StateType sc::MultiDataCellState::meState

Definition at line 103 of file types.hxx.

Referenced by ScTable::HasMultipleDataCells(), and ScViewFunc::MergeCells().

◆ mnCol1

SCCOL sc::MultiDataCellState::mnCol1

Definition at line 102 of file types.hxx.

Referenced by ScTable::HasMultipleDataCells(), and ScViewFunc::MergeCells().

◆ mnRow1

SCROW sc::MultiDataCellState::mnRow1

Definition at line 101 of file types.hxx.

Referenced by ScTable::HasMultipleDataCells(), and ScViewFunc::MergeCells().


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