Home
last modified time | relevance | path

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

/trunk/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()
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()
2659 if ( eOutHorJust == SVX_HOR_JUSTIFY_RIGHT ) in DrawEdit()
2661 else if ( eOutHorJust == SVX_HOR_JUSTIFY_CENTER ) in DrawEdit()
[all …]

Completed in 42 milliseconds