Searched refs:aAlignment (Results 1 – 3 of 3) sorted by relevance
208 WindowAlign ImplConvertAlignment( sal_Int16 aAlignment ) in ImplConvertAlignment() argument210 if ( aAlignment == ui::DockingArea_DOCKINGAREA_LEFT ) in ImplConvertAlignment()212 else if ( aAlignment == ui::DockingArea_DOCKINGAREA_RIGHT ) in ImplConvertAlignment()214 else if ( aAlignment == ui::DockingArea_DOCKINGAREA_TOP ) in ImplConvertAlignment()
72 WindowAlign ImplConvertAlignment( sal_Int16 aAlignment );
1082 Any aAlignment = xAffectedCol->getPropertyValue(PROPERTY_ALIGN); in callColumnFormatDialog() local1083 if (aAlignment.hasValue()) in callColumnFormatDialog()1084 eJustify = dbaui::mapTextJustify(::comphelper::getINT16(aAlignment)); in callColumnFormatDialog()
Completed in 525 milliseconds