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

Public Member Functions

 CellValuesImpl ()=default
 
 CellValuesImpl (const CellValuesImpl &)=delete
 
const CellValuesImploperator= (const CellValuesImpl &)=delete
 

Public Attributes

CellStoreType maCells
 
CellTextAttrStoreType maCellTextAttrs
 
CellStoreType::iterator miCellPos
 
CellTextAttrStoreType::iterator miAttrPos
 

Detailed Description

Definition at line 33 of file cellvalues.cxx.

Constructor & Destructor Documentation

◆ CellValuesImpl() [1/2]

sc::CellValuesImpl::CellValuesImpl ( )
default

◆ CellValuesImpl() [2/2]

sc::CellValuesImpl::CellValuesImpl ( const CellValuesImpl )
delete

Member Function Documentation

◆ operator=()

const CellValuesImpl & sc::CellValuesImpl::operator= ( const CellValuesImpl )
delete

Member Data Documentation

◆ maCells

CellStoreType sc::CellValuesImpl::maCells

Definition at line 35 of file cellvalues.cxx.

◆ maCellTextAttrs

CellTextAttrStoreType sc::CellValuesImpl::maCellTextAttrs

Definition at line 36 of file cellvalues.cxx.

◆ miAttrPos

CellTextAttrStoreType::iterator sc::CellValuesImpl::miAttrPos

Definition at line 38 of file cellvalues.cxx.

◆ miCellPos

CellStoreType::iterator sc::CellValuesImpl::miCellPos

Definition at line 37 of file cellvalues.cxx.


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