Searched refs:XclExpDefcolwidth (Results 1 – 2 of 2) sorted by relevance
745 class XclExpDefcolwidth : public XclExpUInt16Record, protected XclExpRoot class748 explicit XclExpDefcolwidth( const XclExpRoot& rRoot );789 bool IsDefault( const XclExpDefcolwidth& rDefColWidth ) const;835 XclExpDefcolwidth maDefcolwidth; /// The DEFCOLWIDTH record.
1558 XclExpDefcolwidth::XclExpDefcolwidth( const XclExpRoot& rRoot ) : in XclExpDefcolwidth() function in XclExpDefcolwidth1564 bool XclExpDefcolwidth::IsDefWidth( sal_uInt16 nXclColWidth ) const in IsDefWidth()1571 void XclExpDefcolwidth::SetDefWidth( sal_uInt16 nXclColWidth ) in SetDefWidth()1614 bool XclExpColinfo::IsDefault( const XclExpDefcolwidth& rDefColWidth ) const in IsDefault()
Completed in 71 milliseconds