Lines Matching refs:eOutHorJust
1364 SvxCellHorJustify eOutHorJust = SVX_HOR_JUSTIFY_STANDARD; in DrawStrings() local
1548 eOutHorJust = ( aVars.GetHorJust() != SVX_HOR_JUSTIFY_STANDARD ) ? in DrawStrings()
1552 if ( eOutHorJust == SVX_HOR_JUSTIFY_BLOCK || eOutHorJust == SVX_HOR_JUSTIFY_REPEAT ) in DrawStrings()
1553 eOutHorJust = SVX_HOR_JUSTIFY_LEFT; // repeat is not yet implemented in DrawStrings()
1572 *pPattern, sal::static_int_cast<sal_uInt16>(eOutHorJust), in DrawStrings()
1719 switch (eOutHorJust) in DrawStrings()
2285 SvxCellHorJustify eOutHorJust = in DrawEdit() local
2289 if ( eOutHorJust == SVX_HOR_JUSTIFY_BLOCK || eOutHorJust == SVX_HOR_JUSTIFY_REPEAT ) in DrawEdit()
2290 eOutHorJust = SVX_HOR_JUSTIFY_LEFT; // repeat is not yet implemented in DrawEdit()
2350 … *pPattern, sal::static_int_cast<sal_uInt16>(eOutHorJust), in DrawEdit()
2567 … *pPattern, sal::static_int_cast<sal_uInt16>(eOutHorJust), in DrawEdit()
2633 if ( eOutHorJust != SVX_HOR_JUSTIFY_LEFT && eOrient == SVX_ORIENTATION_STANDARD ) in DrawEdit()
2659 if ( eOutHorJust == SVX_HOR_JUSTIFY_RIGHT ) in DrawEdit()
2661 else if ( eOutHorJust == SVX_HOR_JUSTIFY_CENTER ) in DrawEdit()
3396 SvxCellHorJustify eOutHorJust = eHorJust; in DrawRotated() local
3398 eOutHorJust = bNegative ? SVX_HOR_JUSTIFY_RIGHT : SVX_HOR_JUSTIFY_LEFT; in DrawRotated()
3404 … *pPattern, sal::static_int_cast<sal_uInt16>(eOutHorJust), in DrawRotated()