LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
oox::xls::ExtCfCondFormat Class Reference

#include <condformatbuffer.hxx>

Collaboration diagram for oox::xls::ExtCfCondFormat:
[legend]

Public Member Functions

 ExtCfCondFormat (ScRangeList aRange, std::vector< std::unique_ptr< ScFormatEntry > > &rEntries, const std::vector< sal_Int32 > *pPriorities=nullptr)
 
 ~ExtCfCondFormat ()
 
const ScRangeListgetRange () const
 
const std::vector< std::unique_ptr< ScFormatEntry > > & getEntries () const
 
const std::vector< sal_Int32 > & getPriorities () const
 

Private Attributes

std::vector< std::unique_ptr< ScFormatEntry > > maEntries
 
std::vector< sal_Int32 > maPriorities
 
ScRangeList maRange
 

Detailed Description

Definition at line 279 of file condformatbuffer.hxx.

Constructor & Destructor Documentation

◆ ExtCfCondFormat()

oox::xls::ExtCfCondFormat::ExtCfCondFormat ( ScRangeList  aRange,
std::vector< std::unique_ptr< ScFormatEntry > > &  rEntries,
const std::vector< sal_Int32 > *  pPriorities = nullptr 
)

Definition at line 1555 of file condformatbuffer.cxx.

References maEntries, maPriorities, and maRange.

◆ ~ExtCfCondFormat()

oox::xls::ExtCfCondFormat::~ExtCfCondFormat ( )

Definition at line 1566 of file condformatbuffer.cxx.

Member Function Documentation

◆ getEntries()

const std::vector< std::unique_ptr< ScFormatEntry > > & oox::xls::ExtCfCondFormat::getEntries ( ) const

Definition at line 1575 of file condformatbuffer.cxx.

References maEntries.

◆ getPriorities()

const std::vector< sal_Int32 > & oox::xls::ExtCfCondFormat::getPriorities ( ) const
inline

Definition at line 288 of file condformatbuffer.hxx.

References maPriorities.

◆ getRange()

const ScRangeList & oox::xls::ExtCfCondFormat::getRange ( ) const

Definition at line 1570 of file condformatbuffer.cxx.

References maRange.

Member Data Documentation

◆ maEntries

std::vector< std::unique_ptr<ScFormatEntry> > oox::xls::ExtCfCondFormat::maEntries
private

Definition at line 291 of file condformatbuffer.hxx.

Referenced by ExtCfCondFormat(), and getEntries().

◆ maPriorities

std::vector<sal_Int32> oox::xls::ExtCfCondFormat::maPriorities
private

Definition at line 292 of file condformatbuffer.hxx.

Referenced by ExtCfCondFormat(), and getPriorities().

◆ maRange

ScRangeList oox::xls::ExtCfCondFormat::maRange
private

Definition at line 293 of file condformatbuffer.hxx.

Referenced by getRange().


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