Lines Matching refs:eOrient

2253                         SvxCellOrientation eOrient = pPattern->GetCellOrientation( pCondSet );  in DrawEdit()  local
2259 eOrient = SVX_ORIENTATION_STANDARD; in DrawEdit()
2267 if ( eOrient==SVX_ORIENTATION_STANDARD && nAttrRotate ) in DrawEdit()
2274 sal_Bool bAsianVertical = ( eOrient == SVX_ORIENTATION_STACKED && in DrawEdit()
2279 eOrient = SVX_ORIENTATION_STANDARD; in DrawEdit()
2342 if ( bBreak || eOrient == SVX_ORIENTATION_STACKED || bAsianVertical ) in DrawEdit()
2355 if ( eOrient == SVX_ORIENTATION_TOPBOTTOM || eOrient == SVX_ORIENTATION_BOTTOMTOP ) in DrawEdit()
2409 if (eOrient==SVX_ORIENTATION_STACKED) in DrawEdit()
2435 if (eOrient==SVX_ORIENTATION_STACKED) in DrawEdit()
2439 if (eOrient==SVX_ORIENTATION_STANDARD && !bAsianVertical) in DrawEdit()
2463 eSvxAdjust = (eOrient==SVX_ORIENTATION_TOPBOTTOM || bAsianVertical) ? in DrawEdit()
2471 eSvxAdjust = (eOrient==SVX_ORIENTATION_TOPBOTTOM || bAsianVertical) ? in DrawEdit()
2541 if ( bBreak && eOrient != SVX_ORIENTATION_STACKED && !bAsianVertical ) in DrawEdit()
2547 if (eOrient != SVX_ORIENTATION_STANDARD && in DrawEdit()
2548 eOrient != SVX_ORIENTATION_STACKED) in DrawEdit()
2555 if (eOrient == SVX_ORIENTATION_STACKED) in DrawEdit()
2563 if ( ( !bBreak && eOrient != SVX_ORIENTATION_STACKED ) || bAsianVertical || bShrink ) in DrawEdit()
2572 … sal_Bool bWidth = ( eOrient == SVX_ORIENTATION_STANDARD && !bAsianVertical ); in DrawEdit()
2575 sal::static_int_cast<sal_uInt16>(eOrient), 0, bPixelToLogic, in DrawEdit()
2633 if ( eOutHorJust != SVX_HOR_JUSTIFY_LEFT && eOrient == SVX_ORIENTATION_STANDARD ) in DrawEdit()
2649 if ( bBreak || eOrient != SVX_ORIENTATION_STANDARD || bAsianVertical ) in DrawEdit()
2731 ( bBreak || eOrient == SVX_ORIENTATION_STACKED ) && in DrawEdit()
2795 if ( eOrient!=SVX_ORIENTATION_STANDARD || bAsianVertical || !bBreak ) in DrawEdit()
2802 if (eOrient==SVX_ORIENTATION_STANDARD && !bAsianVertical) in DrawEdit()
2837 if ( ( bAsianVertical || eOrient == SVX_ORIENTATION_TOPBOTTOM || in DrawEdit()
2838 eOrient == SVX_ORIENTATION_BOTTOMTOP ) && bBreak ) in DrawEdit()
2847 if ( ( eOrient==SVX_ORIENTATION_STANDARD && !bAsianVertical ) || in DrawEdit()
2848 eOrient==SVX_ORIENTATION_STACKED || !bBreak ) in DrawEdit()
2886 if (eOrient==SVX_ORIENTATION_TOPBOTTOM) in DrawEdit()
2892 else if (eOrient==SVX_ORIENTATION_BOTTOMTOP) in DrawEdit()
2898 else if (eOrient==SVX_ORIENTATION_STACKED) in DrawEdit()
2964 … if ( eOrient == SVX_ORIENTATION_TOPBOTTOM || eOrient == SVX_ORIENTATION_BOTTOMTOP ) in DrawEdit()
3088 SvxCellOrientation eOrient = pPattern->GetCellOrientation( pCondSet ); in DrawRotated() local
3098 if ((bBreak || eOrient!=SVX_ORIENTATION_STANDARD) && !bMerged) in DrawRotated()
3146 if (eOrient==SVX_ORIENTATION_STACKED) in DrawRotated()
3156 if (eOrient==SVX_ORIENTATION_STACKED) in DrawRotated()
3206 if ( eOrient == SVX_ORIENTATION_STANDARD ) in DrawRotated()
3228 if (eOrient==SVX_ORIENTATION_STACKED) in DrawRotated()
3240 else if (eOrient == SVX_ORIENTATION_STANDARD) in DrawRotated()
3417 … sal_False, sal::static_int_cast<sal_uInt16>(eOrient), nAttrRotate, bPixelToLogic, in DrawRotated()
3424 … sal_True, sal::static_int_cast<sal_uInt16>(eOrient), nAttrRotate, bPixelToLogic, in DrawRotated()
3499 if ( eOrient!=SVX_ORIENTATION_STANDARD || !bBreak ) in DrawRotated()
3503 eOrient!=SVX_ORIENTATION_STACKED && in DrawRotated()
3517 if (eOrient==SVX_ORIENTATION_STANDARD && !nAttrRotate) in DrawRotated()
3559 if ( eOrient==SVX_ORIENTATION_STANDARD || in DrawRotated()
3560 eOrient==SVX_ORIENTATION_STACKED || !bBreak ) in DrawRotated()
3587 DBG_ASSERT( eOrient == SVX_ORIENTATION_STANDARD && nAttrRotate, in DrawRotated()