Searched refs:FillToXF8 (Results 1 – 2 of 2) sorted by relevance
368 void FillToXF8( sal_uInt16& rnAlign, sal_uInt16& rnMiscAttrib ) const;404 void FillToXF8( sal_uInt32& rnBorder1, sal_uInt32& rnBorder2 ) const;440 void FillToXF8( sal_uInt32& rnBorder2, sal_uInt16& rnArea ) const;
1473 void XclExpCellAlign::FillToXF8( sal_uInt16& rnAlign, sal_uInt16& rnMiscAttrib ) const in FillToXF8() function in XclExpCellAlign1676 void XclExpCellBorder::FillToXF8( sal_uInt32& rnBorder1, sal_uInt32& rnBorder2 ) const in FillToXF8() function in XclExpCellBorder1811 void XclExpCellArea::FillToXF8( sal_uInt32& rnBorder2, sal_uInt16& rnArea ) const in FillToXF8() function in XclExpCellArea2082 maAlignment.FillToXF8( nAlign, nMiscAttrib ); in WriteBody8()2083 maBorder.FillToXF8( nBorder1, nBorder2 ); in WriteBody8()2084 maArea.FillToXF8( nBorder2, nArea ); in WriteBody8()
Completed in 62 milliseconds