Home
last modified time | relevance | path

Searched refs:eVert (Results 1 – 18 of 18) sorted by path

/trunk/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx68 SvxSwFramePosString::StringId eVert; member
464 eStringId = aHoriIds[nIndex].eVert; in lcl_ChangeResIdToVerticalOrRTL()
473 eStringId = aVertIds[nIndex].eVert; in lcl_ChangeResIdToVerticalOrRTL()
/trunk/main/svx/inc/svx/
H A Dsvdedtv.hxx390 void AlignMarkedObjects(SdrHorAlign eHor, SdrVertAlign eVert, sal_Bool bBoundRects=sal_False);
H A Dsvdglev.hxx111 void AlignMarkedGluePoints(SdrHorAlign eHor, SdrVertAlign eVert);
/trunk/main/svx/source/svdraw/
H A Dsvdedtv1.cxx1783 void SdrEditView::AlignMarkedObjects(SdrHorAlign eHor, SdrVertAlign eVert, sal_Bool bBoundRects) in AlignMarkedObjects() argument
1785 if (eHor==SDRHALIGN_NONE && eVert==SDRVALIGN_NONE) in AlignMarkedObjects()
1798 switch (eVert) in AlignMarkedObjects()
1806 else if (eVert==SDRVALIGN_NONE) in AlignMarkedObjects()
1816 else if (eHor==SDRHALIGN_CENTER && eVert==SDRVALIGN_CENTER) in AlignMarkedObjects()
1889 switch (eVert) in AlignMarkedObjects()
H A Dsvdoashp.cxx2570 …SdrTextVertAdjust eVert = ((SdrTextVertAdjustItem&)(rSet.Get(SDRATTR_TEXT_VERTADJUST))).GetValue(); in SetVerticalWriting() local
2586 switch(eVert) in SetVerticalWriting()
H A Dsvdotext.cxx1646 …SdrTextVertAdjust eVert = ((SdrTextVertAdjustItem&)(rSet.Get(SDRATTR_TEXT_VERTADJUST))).GetValue(); in SetVerticalWriting() local
1664 switch(eVert) in SetVerticalWriting()
/trunk/main/sw/inc/
H A Dfmtornt.hxx47 SwFmtVertOrient( SwTwips nY = 0, sal_Int16 eVert = com::sun::star::text::VertOrientation::NONE,
/trunk/main/sw/source/core/draw/
H A Ddflyobj.cxx698 const sal_Int16 eVert = pFmt->GetVertOrient().GetVertOrient(); in NbcMove() local
800 aVert.SetVertOrient( eVert != text::VertOrientation::NONE ? eVert : in NbcMove()
821 if ( text::VertOrientation::NONE != eVert ) in NbcMove()
823 aVert.SetVertOrient( eVert ); in NbcMove()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx1246 SwFmtVertOrient::SwFmtVertOrient( SwTwips nY, sal_Int16 eVert, in SwFmtVertOrient() argument
1250 eOrient( eVert ), in SwFmtVertOrient()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx770 sal_Int16 eVert, SvxBrushItem *pBrush, in Set() argument
778 eVertOri = eVert; in Set()
H A Dsvxcss1.cxx1467 static void MergeVert( SvxGraphicPosition& ePos, SvxGraphicPosition eVert ) in MergeVert() argument
1469 DBG_ASSERT( GPOS_LT==eVert || GPOS_LM==eVert || GPOS_LB==eVert, in MergeVert()
1477 ePos = eVert; in MergeVert()
1483 ePos = GPOS_LT==eVert ? GPOS_MT : (GPOS_LM==eVert ? GPOS_MM : GPOS_MB); in MergeVert()
1489 ePos = GPOS_LT==eVert ? GPOS_RT : (GPOS_LM==eVert ? GPOS_RM : GPOS_RB); in MergeVert()
1559 SvxGraphicPosition eVert = in ParseCSS1_background() local
1562 MergeVert( ePos, eVert ); in ParseCSS1_background()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8gr.cxx419 sal_Int16 eVert = rFlyFmt.GetVertOrient().GetVertOrient(); in OutGrf() local
420 …if ((eVert == text::VertOrientation::CHAR_CENTER) || (eVert == text::VertOrientation::LINE_CENTER)) in OutGrf()
/trunk/main/sw/source/filter/xml/
H A Dxmlithlp.cxx351 SvxGraphicPosition eVert ) in lcl_frmitems_MergeXMLVertPos() argument
353 DBG_ASSERT( GPOS_MT==eVert || GPOS_MM==eVert || GPOS_MB==eVert, in lcl_frmitems_MergeXMLVertPos()
361 ePos = GPOS_MT==eVert ? GPOS_LT : (GPOS_MM==eVert ? GPOS_LM : GPOS_LB); in lcl_frmitems_MergeXMLVertPos()
362 ePos = eVert; in lcl_frmitems_MergeXMLVertPos()
368 ePos = eVert; in lcl_frmitems_MergeXMLVertPos()
374 ePos = GPOS_MT==eVert ? GPOS_RT : (GPOS_MM==eVert ? GPOS_RM : GPOS_RB); in lcl_frmitems_MergeXMLVertPos()
H A Dxmlithlp.hxx81 SvxGraphicPosition eVert );
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx106 SvxSwFramePosString::StringId eVert; member
567 eStringId = aHoriIds[nIndex].eVert; in lcl_ChangeResIdToVerticalOrRTL()
579 eStringId = aVertIds[nIndex].eVert; in lcl_ChangeResIdToVerticalOrRTL()
587 eStringId = aVertL2RIds[nIndex].eVert; in lcl_ChangeResIdToVerticalOrRTL()
/trunk/main/xmloff/source/style/
H A DXMLBackgroundImageContext.cxx132 GraphicLocation eVert ) in lcl_xmlbic_MergeVertPos() argument
134 DBG_ASSERT( GraphicLocation_MIDDLE_TOP==eVert || in lcl_xmlbic_MergeVertPos()
135 GraphicLocation_MIDDLE_MIDDLE==eVert || in lcl_xmlbic_MergeVertPos()
136 GraphicLocation_MIDDLE_BOTTOM==eVert, in lcl_xmlbic_MergeVertPos()
144 ePos = GraphicLocation_MIDDLE_TOP==eVert in lcl_xmlbic_MergeVertPos()
146 : (GraphicLocation_MIDDLE_MIDDLE==eVert in lcl_xmlbic_MergeVertPos()
149 ePos = eVert; in lcl_xmlbic_MergeVertPos()
155 ePos = eVert; in lcl_xmlbic_MergeVertPos()
161 ePos = GraphicLocation_MIDDLE_TOP==eVert in lcl_xmlbic_MergeVertPos()
163 : (GraphicLocation_MIDDLE_MIDDLE==eVert in lcl_xmlbic_MergeVertPos()
H A Dbackhdl.cxx223 …ositionPropHdl::MergeXMLVertPos( style::GraphicLocation& ePos, style::GraphicLocation eVert ) const in MergeXMLVertPos()
230 ePos = style::GraphicLocation_MIDDLE_TOP==eVert ? in MergeXMLVertPos()
232 (style::GraphicLocation_MIDDLE_MIDDLE==eVert ? in MergeXMLVertPos()
235 ePos = eVert; in MergeXMLVertPos()
241 ePos = eVert; in MergeXMLVertPos()
247 ePos = style::GraphicLocation_MIDDLE_TOP==eVert ? in MergeXMLVertPos()
249 (style::GraphicLocation_MIDDLE_MIDDLE==eVert ? in MergeXMLVertPos()
H A Dbackhdl.hxx46 …m::sun::star::style::GraphicLocation& ePos, ::com::sun::star::style::GraphicLocation eVert ) const;

Completed in 130 milliseconds