Searched refs:eOutHorJust (Results 1 – 1 of 1) sorted by relevance
1364 SvxCellHorJustify eOutHorJust = SVX_HOR_JUSTIFY_STANDARD; in DrawStrings() local1548 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() local2289 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 32 milliseconds