Searched refs:XclExpCellBorder (Results 1 – 3 of 3) sorted by relevance
377 struct XclExpCellBorder : public XclCellBorder struct385 explicit XclExpCellBorder(); argument489 const XclExpCellBorder& GetBorderData() const { return maBorder; } in GetBorderData()528 XclExpCellBorder maBorder; /// Border line style.759 typedef ::std::vector< XclExpCellBorder > XclExpBorderList;
1566 XclExpCellBorder::XclExpCellBorder() : in XclExpCellBorder() function in XclExpCellBorder1575 bool XclExpCellBorder::FillFromItemSet( in FillFromItemSet()1633 void XclExpCellBorder::SetFinalColors( const XclExpPalette& rPalette ) in SetFinalColors()1643 void XclExpCellBorder::FillToXF2( sal_uInt8& rnFlags ) const1651 void XclExpCellBorder::FillToXF3( sal_uInt32& rnBorder ) const1664 void XclExpCellBorder::FillToXF5( sal_uInt32& rnBorder, sal_uInt32& rnArea ) const in FillToXF5()1692 void XclExpCellBorder::FillToCF8( sal_uInt16& rnLine, sal_uInt32& rnColor ) const in FillToCF8()1739 void XclExpCellBorder::SaveXml( XclExpXmlStream& rStrm ) const in SaveXml()2317 const XclExpCellBorder&2320 bool operator()( const XclExpCellBorder& rBorder ) const;[all …]
596 XclExpCellBorder maBorder; /// Border formatting attributes.
Completed in 46 milliseconds