Searched refs:eJustify (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sc/source/filter/qpro/ |
H A D | qprostyle.cxx | 77 SvxCellHorJustify eJustify = SVX_HOR_JUSTIFY_STANDARD; in SetFormat() local 81 eJustify = SVX_HOR_JUSTIFY_STANDARD; in SetFormat() 85 eJustify = SVX_HOR_JUSTIFY_LEFT; in SetFormat() 89 eJustify = SVX_HOR_JUSTIFY_CENTER; in SetFormat() 93 eJustify = SVX_HOR_JUSTIFY_RIGHT; in SetFormat() 97 eJustify = SVX_HOR_JUSTIFY_BLOCK; in SetFormat() 100 rItemSet.Put( SvxHorJustifyItem( eJustify, ATTR_HOR_JUSTIFY ) ); in SetFormat()
|
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | UITools.cxx | 978 SvxCellHorJustify eJustify = SVX_HOR_JUSTIFY_LEFT; in mapTextJustify() local 981 case ::com::sun::star::awt::TextAlign::LEFT : eJustify = SVX_HOR_JUSTIFY_LEFT; break; in mapTextJustify() 982 case ::com::sun::star::awt::TextAlign::CENTER : eJustify = SVX_HOR_JUSTIFY_CENTER; break; in mapTextJustify() 983 case ::com::sun::star::awt::TextAlign::RIGHT : eJustify = SVX_HOR_JUSTIFY_RIGHT; break; in mapTextJustify() 987 return eJustify; in mapTextJustify() 1081 SvxCellHorJustify eJustify(SVX_HOR_JUSTIFY_STANDARD); in callColumnFormatDialog() local 1084 eJustify = dbaui::mapTextJustify(::comphelper::getINT16(aAlignment)); in callColumnFormatDialog() 1090 if(callColumnFormatDialog(_pParent,_pFormatter,nDataType,nFormatKey,eJustify,nFlags,bHasFormat)) in callColumnFormatDialog() 1092 …xAffectedCol->setPropertyValue(PROPERTY_ALIGN, makeAny((sal_Int16)dbaui::mapTextAllign(eJustify))); in callColumnFormatDialog()
|
/aoo42x/main/svx/source/items/ |
H A D | algitem.cxx | 75 SvxHorJustifyItem::SvxHorJustifyItem( const SvxCellHorJustify eJustify, in SvxHorJustifyItem() argument 77 SfxEnumItem( nId, (sal_uInt16)eJustify ) in SvxHorJustifyItem() 240 SvxVerJustifyItem::SvxVerJustifyItem( const SvxCellVerJustify eJustify, in SvxVerJustifyItem() argument 242 SfxEnumItem( nId, (sal_uInt16)eJustify ) in SvxVerJustifyItem()
|
/aoo42x/main/svx/inc/svx/ |
H A D | algitem.hxx | 48 const SvxCellHorJustify eJustify /*= SVX_HOR_JUSTIFY_STANDARD*/, 83 const SvxCellVerJustify eJustify /*= SVX_VER_JUSTIFY_STANDARD*/,
|
/aoo42x/main/svtools/source/contnr/ |
H A D | svtabbx.cxx | 528 void SvTabListBox::SetTabJustify( sal_uInt16 nTab, SvTabJustify eJustify) in SetTabJustify() argument 535 nFlags |= (sal_uInt16)eJustify; in SetTabJustify()
|
Completed in 42 milliseconds