Searched refs:nVertAlign (Results 1 – 5 of 5) sorted by relevance
97 sal_uInt16 nVertAlign; member in SwLineInfo124 inline sal_uInt16 GetVertAlign() const { return nVertAlign; } in GetVertAlign()127 ( SvxParaVertAlignItem::BASELINE != nVertAlign ) : in HasSpecialAlign()128 ( SvxParaVertAlignItem::BASELINE != nVertAlign && in HasSpecialAlign()129 SvxParaVertAlignItem::AUTOMATIC != nVertAlign ); } in HasSpecialAlign()
145 nVertAlign( 0 ), in SwLineInfo()201 nVertAlign = rAttrSet.GetParaVertAlign().GetValue(); in CtorInitLineInfo()
437 …sal_uInt8 nVertAlign : 2;// specifies the alignment of the cell contents relative to text flow (e… member
464 …sal_uInt8 nVertAlign : 2;// specifies the alignment of the cell contents relative to text flow… member
1305 pAktTC->nVertAlign = ( ( aBits1 & 0x0180 ) >> 7 ); in ReadDef()3228 switch (pT->nVertAlign) in SetTabVertAlign()
Completed in 82 milliseconds