Home
last modified time | relevance | path

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

/aoo42x/main/framework/source/layoutmanager/
H A Dhelpers.cxx208 WindowAlign ImplConvertAlignment( sal_Int16 aAlignment ) in ImplConvertAlignment() argument
210 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()
H A Dhelpers.hxx72 WindowAlign ImplConvertAlignment( sal_Int16 aAlignment );
/aoo42x/main/dbaccess/source/ui/misc/
H A DUITools.cxx1082 Any aAlignment = xAffectedCol->getPropertyValue(PROPERTY_ALIGN); in callColumnFormatDialog() local
1083 if (aAlignment.hasValue()) in callColumnFormatDialog()
1084 eJustify = dbaui::mapTextJustify(::comphelper::getINT16(aAlignment)); in callColumnFormatDialog()

Completed in 46 milliseconds