Searched refs:eVAlign (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sw/source/filter/ww1/ |
H A D | w1sprm.cxx | 641 sal_Int16 eVAlign = text::VertOrientation::NONE; in Start() local 644 case -4: eVAlign = text::VertOrientation::TOP; nYPos = 0; break; // oben in Start() 645 case -8: eVAlign = text::VertOrientation::CENTER; nYPos = 0; break; // zentriert in Start() 646 case -12: eVAlign = text::VertOrientation::BOTTOM; nYPos = 0; break; // unten in Start() 649 rOut.SetFlyYPos( nYPos, eVRel, eVAlign ); in Start()
|
H A D | fltshell.cxx | 2013 sal_Int16 eVAlign /*= text::VertOrientation::NONE*/ ) in SetFlyYPos() argument 2015 SetFlyFrmAttr( SwFmtVertOrient( nYPos, eVAlign, eVRel ) ); in SetFlyYPos()
|
/trunk/main/sc/source/ui/view/ |
H A D | formatsh.cxx | 2293 SvxCellVerJustify eVAlign = SVX_VER_JUSTIFY_STANDARD; in GetAlignState() local 2296 …eVAlign = (SvxCellVerJustify)((const SvxVerJustifyItem&) rAttrSet.Get( ATTR_VER_JUSTIFY )).GetValu… in GetAlignState() 2308 rSet.Put( SvxVerJustifyItem( eVAlign, nWhich )); in GetAlignState() 2323 … rSet.Put( SfxBoolItem( nWhich, bHasVAlign && (eVAlign == lclConvertSlotToVAlign( nWhich )) ) ); in GetAlignState()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8par6.cxx | 1988 eVAlign = text::VertOrientation::NONE; // Defaults in WW8SwFlyPara() 2031 eVAlign = text::VertOrientation::TOP; in WW8SwFlyPara() 2036 eVAlign = text::VertOrientation::CENTER; in WW8SwFlyPara() 2039 eVAlign = text::VertOrientation::BOTTOM; in WW8SwFlyPara() 2179 if ( eVAlign == text::VertOrientation::NONE && eVRel == text::RelOrientation::PAGE_PRINT_AREA ) in WW8SwFlyPara() 2222 Put( SwFmtVertOrient( pFS->nYPos, pFS->eVAlign, pFS->eVRel ) ); in WW8FlySet()
|
H A D | ww8par2.hxx | 100 sal_Int16 eVAlign; // Oben, unten, mittig member
|
/trunk/main/sw/source/filter/inc/ |
H A D | fltshell.hxx | 593 sal_Int16 eVAlign = com::sun::star::text::VertOrientation::NONE );
|
Completed in 66 milliseconds