20 #ifndef INCLUDED_SC_SOURCE_FILTER_INC_QPROSTYLE_HXX
21 #define INCLUDED_SC_SOURCE_FILTER_INC_QPROSTYLE_HXX
23 #include <rtl/ustring.hxx>
41 void setFontRecord(sal_uInt16 nIndex, sal_uInt16 nData, sal_uInt16 nPtSize)
45 maFontRecord[ nIndex ] = nData;
46 maFontHeight[ nIndex ] = nPtSize;
50 {
if (nIndex <
maxsize) maFontType[ nIndex ] = aLabel; }
52 {
if (nIndex <
maxsize) maAlign[ nIndex ] = nData; }
54 {
if (nIndex <
maxsize) maFont[ nIndex ] = nData; }
void setFontRecord(sal_uInt16 nIndex, sal_uInt16 nData, sal_uInt16 nPtSize)
void setFontType(sal_uInt16 nIndex, const OUString &aLabel)
sal_uInt16 maFontHeight[maxsize]
sal_uInt8 maFont[maxsize]
sal_uInt8 maAlign[maxsize]
OUString maFontType[maxsize]
void setFont(sal_uInt16 nIndex, sal_uInt8 nData)
sal_uInt16 maFontRecord[maxsize]
void SetFormat(ScDocument *pDoc, sal_uInt8 nCol, sal_uInt16 nRow, SCTAB nTab, sal_uInt16 nStyle)
void setAlign(sal_uInt16 nIndex, sal_uInt8 nData)