Home
last modified time | relevance | path

Searched refs:XclExpCellArea (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx1761 XclExpCellArea::XclExpCellArea() : in XclExpCellArea() function in XclExpCellArea
1767 bool XclExpCellArea::FillFromItemSet( const SfxItemSet& rItemSet, XclExpPalette& rPalette, bool bSt… in FillFromItemSet()
1785 void XclExpCellArea::SetFinalColors( const XclExpPalette& rPalette ) in SetFinalColors()
1791 void XclExpCellArea::FillToXF2( sal_uInt8& rnFlags ) const
1796 void XclExpCellArea::FillToXF3( sal_uInt16& rnArea ) const
1804 void XclExpCellArea::FillToXF5( sal_uInt32& rnArea ) const in FillToXF5()
1811 void XclExpCellArea::FillToXF8( sal_uInt32& rnBorder2, sal_uInt16& rnArea ) const in FillToXF8()
1818 void XclExpCellArea::FillToCF8( sal_uInt16& rnPattern, sal_uInt16& rnColor ) const in FillToCF8()
1845 void XclExpCellArea::SaveXml( XclExpXmlStream& rStrm ) const in SaveXml()
2347 const XclExpCellArea&
[all …]
H A Dxecontent.cxx597 XclExpCellArea maArea; /// Pattern formatting attributes.
/trunk/main/sc/source/filter/inc/
H A Dxestyle.hxx416 struct XclExpCellArea : public XclCellArea struct
421 explicit XclExpCellArea(); argument
491 const XclExpCellArea& GetAreaData() const { return maArea; } in GetAreaData()
529 XclExpCellArea maArea; /// Background area style.
760 typedef ::std::vector< XclExpCellArea > XclExpFillList;