Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/view/
H A Doutput2.cxx1364 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()
[all …]