Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/qpro/
H A Dqprostyle.cxx77 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()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx978 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()
/trunk/main/svx/source/items/
H A Dalgitem.cxx75 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()
/trunk/main/svx/inc/svx/
H A Dalgitem.hxx48 const SvxCellHorJustify eJustify /*= SVX_HOR_JUSTIFY_STANDARD*/,
83 const SvxCellVerJustify eJustify /*= SVX_VER_JUSTIFY_STANDARD*/,
/trunk/main/svtools/source/contnr/
H A Dsvtabbx.cxx528 void SvTabListBox::SetTabJustify( sal_uInt16 nTab, SvTabJustify eJustify) in SetTabJustify() argument
535 nFlags |= (sal_uInt16)eJustify; in SetTabJustify()

Completed in 60 milliseconds