Home
last modified time | relevance | path

Searched refs:SVX_VER_JUSTIFY_BOTTOM (Results 1 – 16 of 16) sorted by relevance

/trunk/main/svx/source/items/
H A Dalgitem.cxx284 case SVX_VER_JUSTIFY_BOTTOM: eUno = style::VerticalAlignment_BOTTOM; break; in QueryValue()
298 case SVX_VER_JUSTIFY_BOTTOM: eUno = table::CellVertJustify_BOTTOM; break; in QueryValue()
325 case style::VerticalAlignment_BOTTOM: eSvx = SVX_VER_JUSTIFY_BOTTOM; break; in PutValue()
348 case table::CellVertJustify_BOTTOM: eSvx = SVX_VER_JUSTIFY_BOTTOM; break; in PutValue()
363 DBG_ASSERT( nVal <= SVX_VER_JUSTIFY_BOTTOM, "enum overflow!" ); in GetValueText()
387 return SVX_VER_JUSTIFY_BOTTOM + 1; // letzter Enum-Wert + 1 in GetValueCount()
/trunk/main/sc/source/ui/sidebar/
H A DAlignmentPropertyPanel.cxx295 if(meVerAlignState != SVX_VER_JUSTIFY_BOTTOM) in IMPL_LINK()
296 meVerAlignState = SVX_VER_JUSTIFY_BOTTOM; in IMPL_LINK()
637 case SVX_VER_JUSTIFY_BOTTOM: mpTBVertical->SetItemState(IID_VERT_BOTTOM, STATE_CHECK);break; in UpdateVerAlign()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx185 eAttrVerJust( SVX_VER_JUSTIFY_BOTTOM ), in ScDrawStringsVars()
305 eAttrVerJust = SVX_VER_JUSTIFY_BOTTOM; in SetPattern()
1750 case SVX_VER_JUSTIFY_BOTTOM: in DrawStrings()
2469 case SVX_VER_JUSTIFY_BOTTOM: in DrawEdit()
2850 if (eVerJust==SVX_VER_JUSTIFY_BOTTOM || in DrawEdit()
3562 if (eVerJust==SVX_VER_JUSTIFY_BOTTOM || in DrawRotated()
H A Dformatsh.cxx131 case SID_ALIGN_ANY_BOTTOM: eVJustify = SVX_VER_JUSTIFY_BOTTOM; break; in lclConvertSlotToVAlign()
1499 !pVerJustify || (eVerJustify != SVX_VER_JUSTIFY_BOTTOM) ? in ExecuteTextAttr()
1500 SVX_VER_JUSTIFY_BOTTOM : SVX_VER_JUSTIFY_STANDARD, SID_V_ALIGNCELL ) ); in ExecuteTextAttr()
2221 case SVX_VER_JUSTIFY_BOTTOM: in GetTextAttrState()
/trunk/main/editeng/inc/editeng/
H A Dsvxenum.hxx128 SVX_VER_JUSTIFY_BOTTOM enumerator
/trunk/main/sc/source/filter/qpro/
H A Dqprostyle.cxx107 eVerJustify = SVX_VER_JUSTIFY_BOTTOM; in SetFormat()
/trunk/main/sc/source/filter/rtf/
H A Drtfexp.cxx177 case SVX_VER_JUSTIFY_BOTTOM: pChar = OOO_STRING_SVTOOLS_RTF_CLVERTALB; break; in WriteRow()
/trunk/main/cui/source/tabpages/
H A Dalign.cxx82 { ALIGNDLG_VERALIGN_BOTTOM, SVX_VER_JUSTIFY_BOTTOM },
/trunk/main/starmath/sdi/
H A Dsmitems.sdi538 SVX_VER_JUSTIFY_BOTTOM
/trunk/main/sc/source/filter/lotus/
H A Dop.cxx522 rPatternItemSet.Put( SvxVerJustifyItem(SVX_VER_JUSTIFY_BOTTOM, ATTR_VER_JUSTIFY) ); in OP_VerAlign123()
/trunk/main/svx/sdi/
H A Dsvxitems.sdi41 SVX_VER_JUSTIFY_BOTTOM
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx1250 … rItemSet.Put( SvxVerJustifyItem( SVX_VER_JUSTIFY_BOTTOM, ATTR_VER_JUSTIFY ) ); in LoadPatternCollection()
1884 … aScPattern.GetItemSet().Put(SvxVerJustifyItem(SVX_VER_JUSTIFY_BOTTOM, ATTR_VER_JUSTIFY)); in LoadColAttr()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx974 eVal = SVX_VER_JUSTIFY_BOTTOM; in TableDataOn()
2516 eVal = SVX_VER_JUSTIFY_BOTTOM; in ProcessFormatOptions()
H A Dhtmlexp.cxx1003 case SVX_VER_JUSTIFY_BOTTOM: pChar = OOO_STRING_SVTOOLS_HTML_VA_bottom; break; in WriteCell()
/trunk/main/sc/source/filter/excel/
H A Dxlstyle.cxx1657 case SVX_VER_JUSTIFY_BOTTOM: mnVerAlign = EXC_XF_VER_BOTTOM; break; in SetScVerAlign()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx985 case SVX_VER_JUSTIFY_BOTTOM: in GetTextForwarder()