LibreOffice Module sc (master) 1
|
#include <condformatbuffer.hxx>
Public Member Functions | |
ExtCfCondFormat (ScRangeList aRange, std::vector< std::unique_ptr< ScFormatEntry > > &rEntries, const std::vector< sal_Int32 > *pPriorities=nullptr) | |
~ExtCfCondFormat () | |
const ScRangeList & | getRange () 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 |
Definition at line 279 of file condformatbuffer.hxx.
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.
oox::xls::ExtCfCondFormat::~ExtCfCondFormat | ( | ) |
Definition at line 1566 of file condformatbuffer.cxx.
const std::vector< std::unique_ptr< ScFormatEntry > > & oox::xls::ExtCfCondFormat::getEntries | ( | ) | const |
Definition at line 1575 of file condformatbuffer.cxx.
References maEntries.
|
inline |
Definition at line 288 of file condformatbuffer.hxx.
References maPriorities.
const ScRangeList & oox::xls::ExtCfCondFormat::getRange | ( | ) | const |
Definition at line 1570 of file condformatbuffer.cxx.
References maRange.
|
private |
Definition at line 291 of file condformatbuffer.hxx.
Referenced by ExtCfCondFormat(), and getEntries().
|
private |
Definition at line 292 of file condformatbuffer.hxx.
Referenced by ExtCfCondFormat(), and getPriorities().
|
private |
Definition at line 293 of file condformatbuffer.hxx.
Referenced by getRange().