|
LibreOffice Module sc (master) 1
|
#include <com/sun/star/beans/XPropertySet.hpp>#include <com/sun/star/xml/AttributeData.hpp>#include <ooo/vba/excel/XlColorIndex.hpp>#include <ooo/vba/excel/XlPattern.hpp>#include <map>#include <sal/macros.h>#include "vbainterior.hxx"#include "vbapalette.hxx"#include <document.hxx>#include <utility>#include <frozen/bits/defines.h>#include <frozen/bits/elsa_std.h>#include <frozen/map.h>Go to the source code of this file.
Variables | |
| constexpr OUStringLiteral | BACKCOLOR = u"CellBackColor" |
| constexpr OUStringLiteral | PATTERN = u"Pattern" |
| constexpr OUStringLiteral | PATTERNCOLOR = u"PatternColor" |
| constexpr auto | aPatternMap |
|
constexpr |
Definition at line 45 of file vbainterior.cxx.
Referenced by ScVbaInterior::SetMixedColor().
|
constexpr |
Definition at line 41 of file vbainterior.cxx.
Referenced by ScVbaInterior::GetBackColor(), ScVbaInterior::getColorIndex(), ScVbaInterior::setColor(), ScVbaInterior::setColorIndex(), and ScVbaInterior::SetMixedColor().
|
constexpr |
Definition at line 42 of file vbainterior.cxx.
Referenced by ScVbaInterior::getPattern(), ScVbaInterior::SetMixedColor(), and ScVbaInterior::setPattern().
|
constexpr |
Definition at line 43 of file vbainterior.cxx.
Referenced by ScVbaInterior::getPatternColor(), ScVbaInterior::SetMixedColor(), and ScVbaInterior::setPatternColor().