Searched refs:eVerJustify (Results 1 – 2 of 2) sorted by relevance
103 SvxCellVerJustify eVerJustify = SVX_VER_JUSTIFY_STANDARD; in SetFormat() local107 eVerJustify = SVX_VER_JUSTIFY_BOTTOM; in SetFormat()111 eVerJustify = SVX_VER_JUSTIFY_CENTER; in SetFormat()115 eVerJustify = SVX_VER_JUSTIFY_TOP; in SetFormat()119 rItemSet.Put(SvxVerJustifyItem( eVerJustify, ATTR_VER_JUSTIFY ) ); in SetFormat()
1173 if ( !pVerJustify || (eVerJustify != (j) ) ) \1431 SvxCellVerJustify eVerJustify = SVX_VER_JUSTIFY_STANDARD; in ExecuteTextAttr() local1441 eVerJustify = SvxCellVerJustify( pVerJustify->GetValue() ); in ExecuteTextAttr()1489 !pVerJustify || (eVerJustify != SVX_VER_JUSTIFY_TOP) ? in ExecuteTextAttr()1499 !pVerJustify || (eVerJustify != SVX_VER_JUSTIFY_BOTTOM) ? in ExecuteTextAttr()1509 !pVerJustify || (eVerJustify != SVX_VER_JUSTIFY_CENTER) ? in ExecuteTextAttr()2130 SvxCellVerJustify eVerJustify = SVX_VER_JUSTIFY_STANDARD; in GetTextAttrState() local2213 eVerJustify = SvxCellVerJustify( pVerJustify->GetValue() ); in GetTextAttrState()2215 switch ( eVerJustify ) in GetTextAttrState()
Completed in 25 milliseconds