Searched refs:eVerJust (Results 1 – 4 of 4) sorted by relevance
1609 SvxCellVerJustify eVerJust = SVX_VER_JUSTIFY_STANDARD; in GetScVerAlign() local1612 case EXC_XF_VER_TOP: eVerJust = SVX_VER_JUSTIFY_TOP; break; in GetScVerAlign()1613 case EXC_XF_VER_CENTER: eVerJust = SVX_VER_JUSTIFY_CENTER; break; in GetScVerAlign()1614 case EXC_XF_VER_BOTTOM: eVerJust = SVX_VER_JUSTIFY_STANDARD; break; in GetScVerAlign()1616 case EXC_XF_VER_DISTRIB: eVerJust = SVX_VER_JUSTIFY_TOP; break; in GetScVerAlign()1619 return eVerJust; in GetScVerAlign()1650 void XclCellAlign::SetScVerAlign( SvxCellVerJustify eVerJust ) in SetScVerAlign() argument1652 switch( eVerJust ) in SetScVerAlign()
2394 if ( bAsianVertical && eVerJust == SVX_VER_JUSTIFY_STANDARD ) in DrawEdit()2395 eVerJust = SVX_VER_JUSTIFY_TOP; in DrawEdit()2460 switch (eVerJust) in DrawEdit()2850 if (eVerJust==SVX_VER_JUSTIFY_BOTTOM || in DrawEdit()2851 eVerJust==SVX_VER_JUSTIFY_STANDARD) in DrawEdit()2864 else if (eVerJust==SVX_VER_JUSTIFY_CENTER) in DrawEdit()3562 if (eVerJust==SVX_VER_JUSTIFY_BOTTOM || in DrawRotated()3563 eVerJust==SVX_VER_JUSTIFY_STANDARD) in DrawRotated()3574 else if (eVerJust==SVX_VER_JUSTIFY_CENTER) in DrawRotated()3624 if ( eVerJust == SVX_VER_JUSTIFY_CENTER ) in DrawRotated()[all …]
528 void SetScVerAlign( SvxCellVerJustify eVerJust );
981 …SvxCellVerJustify eVerJust = ( pVerJustifyItem ? static_cast< SvxCellVerJustify >( pVerJustifyItem… in GetTextForwarder() local982 switch ( eVerJust ) in GetTextForwarder()
Completed in 644 milliseconds