36#include <document.hxx>
56 eJustify = SvxCellHorJustify::Standard;
60 eJustify = SvxCellHorJustify::Left;
64 eJustify = SvxCellHorJustify::Center;
68 eJustify = SvxCellHorJustify::Right;
72 eJustify = SvxCellHorJustify::Block;
82 eVerJustify = SvxCellVerJustify::Bottom;
86 eVerJustify = SvxCellVerJustify::Center;
90 eVerJustify = SvxCellVerJustify::Top;
101 eOrient = SvxCellOrientation::TopBottom;
111 rItemSet.
Put( aWrapItem );
116 bool bIsBold, bIsItalic, bIsUnderLine;
118 bIsBold = ( nTmpFnt & 0x0001 ) != 0;
119 bIsItalic = ( nTmpFnt & 0x0002 ) != 0;
120 bIsUnderLine = ( nTmpFnt & 0x0004 ) != 0;
SC_DLLPUBLIC ScDocumentPool * GetPool()
SC_DLLPUBLIC void ApplyPattern(SCCOL nCol, SCROW nRow, SCTAB nTab, const ScPatternAttr &rAttr)
SfxItemSet & GetItemSet()
OUString maFontType[maxsize]
sal_uInt16 maFontHeight[maxsize]
sal_uInt16 maFontRecord[maxsize]
sal_uInt8 maFont[maxsize]
void SetFormat(ScDocument *pDoc, sal_uInt8 nCol, sal_uInt16 nRow, SCTAB nTab, sal_uInt16 nStyle)
sal_uInt8 maAlign[maxsize]
const SfxPoolItem * Put(const SfxPoolItem &rItem, sal_uInt16 nWhich)
constexpr TypedWhichId< SvxFontHeightItem > ATTR_FONT_HEIGHT(101)
constexpr TypedWhichId< SvxPostureItem > ATTR_FONT_POSTURE(103)
constexpr TypedWhichId< SvxWeightItem > ATTR_FONT_WEIGHT(102)
constexpr TypedWhichId< SvxHorJustifyItem > ATTR_HOR_JUSTIFY(129)
constexpr TypedWhichId< SvxVerJustifyItem > ATTR_VER_JUSTIFY(132)
constexpr TypedWhichId< SvxFontItem > ATTR_FONT(100)
constexpr TypedWhichId< SvxUnderlineItem > ATTR_FONT_UNDERLINE(104)