Lines Matching refs:SvxVerJustifyItem
1174 pTabViewShell->ApplyAttr( SvxVerJustifyItem( (j) ) ); \
1176 pTabViewShell->ApplyAttr( SvxVerJustifyItem( SVX_VER_JUSTIFY_STANDARD ) ); \
1202 …pTabViewShell->ApplyAttr( SvxVerJustifyItem( lclConvertSlotToVAlign( nSlot ), ATTR_VER_JUSTIFY ) ); in ExecuteAlignment()
1234 …pTabViewShell->ApplyAttr( SvxVerJustifyItem( (SvxCellVerJustify)((const SvxVerJustifyItem*)pItem)-… in ExecuteAlignment()
1429 const SvxVerJustifyItem* pVerJustify = NULL; in ExecuteTextAttr()
1440 pVerJustify = (const SvxVerJustifyItem*)pItem; in ExecuteTextAttr()
1488 rReq.AppendItem( SvxVerJustifyItem( in ExecuteTextAttr()
1498 rReq.AppendItem( SvxVerJustifyItem( in ExecuteTextAttr()
1508 rReq.AppendItem( SvxVerJustifyItem( in ExecuteTextAttr()
2128 const SvxVerJustifyItem* pVerJustify = NULL; in GetTextAttrState()
2296 …eVAlign = (SvxCellVerJustify)((const SvxVerJustifyItem&) rAttrSet.Get( ATTR_VER_JUSTIFY )).GetValu… in GetAlignState()
2308 rSet.Put( SvxVerJustifyItem( eVAlign, nWhich )); in GetAlignState()