Home
last modified time | relevance | path

Searched refs:FormatBackground (Results 1 – 21 of 21) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/filters/sheets/excel/sidewinder/
H A Dformat.h379 class FormatBackground
385 FormatBackground();
390 ~FormatBackground();
395 FormatBackground(const FormatBackground&);
400 FormatBackground& operator=(const FormatBackground&);
405 FormatBackground& assign(const FormatBackground&);
475 bool operator==(const FormatBackground& f) const;
480 bool operator!=(const FormatBackground& f) const;
692 FormatBackground& background() const;
697 void setBackground(const FormatBackground&);
H A Dformat.cpp387 class FormatBackground::Private
397 FormatBackground::FormatBackground() in FormatBackground() function in FormatBackground
405 FormatBackground::~FormatBackground() in ~FormatBackground()
411 FormatBackground::FormatBackground(const FormatBackground& background) in FormatBackground() function in FormatBackground
413 d = new FormatBackground::Private; in FormatBackground()
418 FormatBackground& FormatBackground::operator=(const FormatBackground & background) in operator =()
424 FormatBackground& FormatBackground::assign(const FormatBackground& background) in assign()
433 bool FormatBackground::isNull() const in isNull()
471 bool FormatBackground::operator==(const FormatBackground& font) const in operator ==()
479 bool FormatBackground::operator!=(const FormatBackground& font) const in operator !=()
[all …]
H A Dglobalssubstreamhandler.cpp297 case 0x00: return FormatBackground::EmptyPattern; in convertPatternStyle()
298 case 0x01: return FormatBackground::SolidPattern; in convertPatternStyle()
302 case 0x05: return FormatBackground::HorPattern; in convertPatternStyle()
303 case 0x06: return FormatBackground::VerPattern; in convertPatternStyle()
304 case 0x07: return FormatBackground::FDiagPattern; in convertPatternStyle()
305 case 0x08: return FormatBackground::BDiagPattern; in convertPatternStyle()
308 case 0x0B: return FormatBackground::HorPattern; in convertPatternStyle()
309 case 0x0C: return FormatBackground::VerPattern; in convertPatternStyle()
310 case 0x0D: return FormatBackground::FDiagPattern; in convertPatternStyle()
311 case 0x0E: return FormatBackground::BDiagPattern; in convertPatternStyle()
[all …]
/dports/editors/calligra/calligra-3.2.1/filters/sheets/excel/import/
H A Dexcelimporttoods.cc1577 FormatBackground back = format->background(); in processFormat()
1636 case FormatBackground::SolidPattern: in processFormat()
1661 case FormatBackground::Dense7Pattern: // 6% gray in processFormat()
1678 case FormatBackground::Dense1Pattern: in processFormat()
1679 case FormatBackground::HorPattern: in processFormat()
1683 case FormatBackground::VerPattern: in processFormat()
1687 case FormatBackground::Dense2Pattern: in processFormat()
1688 case FormatBackground::BDiagPattern: in processFormat()
1692 case FormatBackground::FDiagPattern: in processFormat()
1696 case FormatBackground::CrossPattern: in processFormat()
[all …]
H A DExcelImport.cpp1164 FormatBackground back = format->background(); in convertStyle()
1173 case FormatBackground::SolidPattern: in convertStyle()
1193 case FormatBackground::Dense7Pattern: // 6% gray in convertStyle()
1198 case FormatBackground::Dense1Pattern: in convertStyle()
1199 case FormatBackground::HorPattern: in convertStyle()
1203 case FormatBackground::VerPattern: in convertStyle()
1207 case FormatBackground::Dense2Pattern: in convertStyle()
1208 case FormatBackground::BDiagPattern: in convertStyle()
1212 case FormatBackground::FDiagPattern: in convertStyle()
1216 case FormatBackground::CrossPattern: in convertStyle()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8attributeoutput.hxx388 virtual void FormatBackground( const SvxBrushItem& ) override;
H A Dattributeoutputbase.hxx585 virtual void FormatBackground( const SvxBrushItem& ) = 0;
H A Drtfattributeoutput.hxx416 void FormatBackground(const SvxBrushItem& rBrush) override;
H A Ddocxattributeoutput.hxx637 virtual void FormatBackground( const SvxBrushItem& ) override;
H A Dww8atr.cxx4339 void WW8AttributeOutput::FormatBackground( const SvxBrushItem& rBrush ) in FormatBackground() function in WW8AttributeOutput
5522 FormatBackground( static_cast< const SvxBrushItem& >( rHt ) ); in OutputItem()
H A Drtfattributeoutput.cxx3468 void RtfAttributeOutput::FormatBackground(const SvxBrushItem& rBrush) in FormatBackground() function in RtfAttributeOutput
H A Ddocxattributeoutput.cxx6500 FormatBackground(*pBrush); in MaybeOutputBrushItem()
9278 void DocxAttributeOutput::FormatBackground( const SvxBrushItem& rBrush ) in FormatBackground() function in DocxAttributeOutput
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8attributeoutput.hxx388 virtual void FormatBackground( const SvxBrushItem& ) override;
H A Dattributeoutputbase.hxx587 virtual void FormatBackground( const SvxBrushItem& ) = 0;
H A Drtfattributeoutput.hxx411 void FormatBackground(const SvxBrushItem& rBrush) override;
H A Ddocxattributeoutput.hxx628 virtual void FormatBackground( const SvxBrushItem& ) override;
H A Dww8atr.cxx4255 void WW8AttributeOutput::FormatBackground( const SvxBrushItem& rBrush ) in FormatBackground() function in WW8AttributeOutput
5423 FormatBackground( static_cast< const SvxBrushItem& >( rHt ) ); in OutputItem()
H A Drtfattributeoutput.cxx3369 void RtfAttributeOutput::FormatBackground(const SvxBrushItem& rBrush) in FormatBackground() function in RtfAttributeOutput
H A Ddocxattributeoutput.cxx8470 void DocxAttributeOutput::FormatBackground( const SvxBrushItem& rBrush ) in FormatBackground() function in DocxAttributeOutput
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog354161 FormatBackground was always returning the actual color
918068 In case of DocxAttributeOutput::FormatBackground(), the sColor should
984317 DocxAttributeOutput::FormatBackground: handle dml syntax
1112541 RtfAttributeOutput::FormatBackground: export fillColor
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog616210 FormatBackground was always returning the actual color
1180117 In case of DocxAttributeOutput::FormatBackground(), the sColor should
1246366 DocxAttributeOutput::FormatBackground: handle dml syntax
1374590 RtfAttributeOutput::FormatBackground: export fillColor