|
LibreOffice Module sc (master) 1
|
#include <colorscale.hxx>
Public Types | |
| typedef std::vector< std::unique_ptr< ScColorScaleEntry, o3tl::default_delete< ScColorScaleEntry > > > | Entries_t |
Public Member Functions | |
| ScIconSetFormatData (ScIconSetType eType=IconSet_3Arrows) | |
| ScIconSetFormatData (ScIconSetFormatData const &) | |
| ScIconSetFormatData & | operator= (ScIconSetFormatData const &)=delete |
Public Attributes | |
| ScIconSetType | eIconSetType |
| bool | mbShowValue |
| bool | mbReverse |
| Specifies whether the icons should be shown in reverse order. More... | |
| Entries_t | m_Entries |
| bool | mbCustom |
| std::vector< std::pair< ScIconSetType, sal_Int32 > > | maCustomVector |
Definition at line 338 of file colorscale.hxx.
| typedef std::vector<std::unique_ptr<ScColorScaleEntry, o3tl::default_delete<ScColorScaleEntry> > > ScIconSetFormatData::Entries_t |
Definition at line 346 of file colorscale.hxx.
|
inline |
Definition at line 353 of file colorscale.hxx.
References eType.
| ScIconSetFormatData::ScIconSetFormatData | ( | ScIconSetFormatData const & | rOther | ) |
Definition at line 1054 of file colorscale.cxx.
References m_Entries.
|
delete |
| ScIconSetType ScIconSetFormatData::eIconSetType |
Definition at line 340 of file colorscale.hxx.
Referenced by ScXMLExport::ExportConditionalFormat(), ScIconSetFormatObj::getPropertyValue(), XclExpIconSet::SaveXml(), ScIconSetFrmtEntry::ScIconSetFrmtEntry(), ScXMLIconSetFormatContext::ScXMLIconSetFormatContext(), ScIconSetFormatObj::setPropertyValue(), XclExpCondfmt::XclExpCondfmt(), XclExpExtConditionalFormatting::XclExpExtConditionalFormatting(), and XclExpExtIconSet::XclExpExtIconSet().
| Entries_t ScIconSetFormatData::m_Entries |
Definition at line 347 of file colorscale.hxx.
Referenced by ScXMLIconSetFormatContext::createFastChildContext(), ScCellShell::ExecuteEdit(), ScIconSetEntryObj::getCoreObject(), ScIconSetFormatData(), ScIconSetFrmtEntry::ScIconSetFrmtEntry(), and XclExpExtIconSet::XclExpExtIconSet().
| std::vector<std::pair<ScIconSetType, sal_Int32> > ScIconSetFormatData::maCustomVector |
Definition at line 351 of file colorscale.hxx.
Referenced by ScXMLExport::ExportConditionalFormat(), and XclExpExtIconSet::XclExpExtIconSet().
| bool ScIconSetFormatData::mbCustom |
Definition at line 348 of file colorscale.hxx.
Referenced by ScXMLExport::ExportConditionalFormat(), XclExpCondfmt::XclExpCondfmt(), XclExpExtConditionalFormatting::XclExpExtConditionalFormatting(), and XclExpExtIconSet::XclExpExtIconSet().
| bool ScIconSetFormatData::mbReverse |
Specifies whether the icons should be shown in reverse order.
Definition at line 345 of file colorscale.hxx.
Referenced by ScIconSetFormatObj::getPropertyValue(), XclExpIconSet::SaveXml(), ScIconSetFormatObj::setPropertyValue(), and XclExpExtIconSet::XclExpExtIconSet().
| bool ScIconSetFormatData::mbShowValue |
Definition at line 341 of file colorscale.hxx.
Referenced by ScXMLExport::ExportConditionalFormat(), ScIconSetFormatObj::getPropertyValue(), XclExpIconSet::SaveXml(), ScXMLIconSetFormatContext::ScXMLIconSetFormatContext(), ScIconSetFormatObj::setPropertyValue(), and XclExpExtIconSet::XclExpExtIconSet().