Home
last modified time | relevance | path

Searched refs:eVerJustify (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sc/source/filter/qpro/
H A Dqprostyle.cxx103 SvxCellVerJustify eVerJustify = SVX_VER_JUSTIFY_STANDARD; in SetFormat() local
107 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()
/aoo41x/main/sc/source/ui/view/
H A Dformatsh.cxx1173 if ( !pVerJustify || (eVerJustify != (j) ) ) \
1431 SvxCellVerJustify eVerJustify = SVX_VER_JUSTIFY_STANDARD; in ExecuteTextAttr() local
1441 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() local
2213 eVerJustify = SvxCellVerJustify( pVerJustify->GetValue() ); in GetTextAttrState()
2215 switch ( eVerJustify ) in GetTextAttrState()

Completed in 26 milliseconds