Home
last modified time | relevance | path

Searched refs:eHor (Results 1 – 12 of 12) sorted by path

/trunk/main/cui/source/factory/
H A Ddlgfact.cxx1140 SvxDistributeHorizontal eHor , in CreateSvxDistributeDialog() argument
1143 SvxDistributeDialog* pDlg = new SvxDistributeDialog( pParent, rAttr, eHor, eVer); in CreateSvxDistributeDialog()
H A Ddlgfact.hxx627 SvxDistributeHorizontal eHor = SvxDistributeHorizontalNone,
/trunk/main/cui/source/inc/
H A Ddstribut.hxx86 SvxDistributeHorizontal eHor = SvxDistributeHorizontalNone,
91 SvxDistributeHorizontal eHor, SvxDistributeVertical eVer);
111 SvxDistributeHorizontal eHor = SvxDistributeHorizontalNone,
/trunk/main/cui/source/tabpages/
H A Ddstribut.cxx52 SvxDistributeHorizontal eHor, in SvxDistributeDialog() argument
57 mpPage = new SvxDistributePage(this, rInAttrs, eHor, eVer); in SvxDistributeDialog()
81 SvxDistributeHorizontal eHor, in SvxDistributePage() argument
84 meDistributeHor(eHor), in SvxDistributePage()
136 SvxDistributeHorizontal eHor, SvxDistributeVertical eVer) in Create() argument
138 return(new SvxDistributePage(pWindow, rAttrs, eHor, eVer)); in Create()
/trunk/main/starmath/inc/
H A Drect.hxx194 RectHorAlign eHor, RectVerAlign eVer) const;
/trunk/main/starmath/source/
H A Drect.cxx323 RectHorAlign eHor, RectVerAlign eVer) const in AlignTo() argument
391 switch (eHor) in AlignTo()
/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);
H A Dsvxdlg.hxx48 …age)(Window *pParent, const SfxItemSet &rAttrSet, SvxDistributeHorizontal eHor, SvxDistributeVerti…
347 SvxDistributeHorizontal eHor = SvxDistributeHorizontalNone,
/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()
1796 if (eHor==SDRHALIGN_NONE) in AlignMarkedObjects()
1808 switch (eHor) in AlignMarkedObjects()
1816 else if (eHor==SDRHALIGN_CENTER && eVert==SDRVALIGN_CENTER) in AlignMarkedObjects()
1896 switch (eHor) in AlignMarkedObjects()
H A Dsvdedtv2.cxx819 SvxDistributeHorizontal eHor = pDlg->GetDistributeHor(); in DECLARE_LIST() local
828 if(eHor != SvxDistributeHorizontalNone) in DECLARE_LIST()
841 switch(eHor) in DECLARE_LIST()
874 if(eHor == SvxDistributeHorizontalDistance) in DECLARE_LIST()
/trunk/main/sw/source/core/text/
H A Dfrmpaint.cxx102 sal_Int16 eHor, sal_Bool bLnNm );
117 sal_Int16 eHor, sal_Bool bLnNm ) in SwExtraPainter() argument
178 if( eHor != text::HoriOrientation::NONE ) in SwExtraPainter()
180 if( text::HoriOrientation::INSIDE == eHor || text::HoriOrientation::OUTSIDE == eHor ) in SwExtraPainter()
185eHor = eHor == text::HoriOrientation::INSIDE ? text::HoriOrientation::LEFT : text::HoriOrientation… in SwExtraPainter()
187eHor = eHor == text::HoriOrientation::OUTSIDE ? text::HoriOrientation::LEFT : text::HoriOrientatio… in SwExtraPainter()
192 nRedX = text::HoriOrientation::LEFT == eHor ? pTmpFrm->Frm().Left() - REDLINE_DISTANCE : in SwExtraPainter()
312 sal_Int16 eHor = (sal_Int16)SW_MOD()->GetRedlineMarkPos(); in PaintExtraData() local
314 eHor = text::HoriOrientation::NONE; in PaintExtraData()
315 sal_Bool bRedLine = eHor != text::HoriOrientation::NONE; in PaintExtraData()
[all …]

Completed in 59 milliseconds