Searched refs:eHor (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/sw/source/core/text/ |
H A D | frmpaint.cxx | 102 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() 185 …eHor = eHor == text::HoriOrientation::INSIDE ? text::HoriOrientation::LEFT : text::HoriOrientation… in SwExtraPainter() 187 …eHor = 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 …]
|
/aoo41x/main/cui/source/tabpages/ |
H A D | dstribut.cxx | 52 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()
|
/aoo41x/main/cui/source/inc/ |
H A D | dstribut.hxx | 86 SvxDistributeHorizontal eHor = SvxDistributeHorizontalNone, 91 SvxDistributeHorizontal eHor, SvxDistributeVertical eVer); 111 SvxDistributeHorizontal eHor = SvxDistributeHorizontalNone,
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdedtv1.cxx | 1783 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 D | svdedtv2.cxx | 819 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()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svxdlg.hxx | 48 …age)(Window *pParent, const SfxItemSet &rAttrSet, SvxDistributeHorizontal eHor, SvxDistributeVerti… 347 SvxDistributeHorizontal eHor = SvxDistributeHorizontalNone,
|
H A D | svdglev.hxx | 111 void AlignMarkedGluePoints(SdrHorAlign eHor, SdrVertAlign eVert);
|
H A D | svdedtv.hxx | 390 void AlignMarkedObjects(SdrHorAlign eHor, SdrVertAlign eVert, sal_Bool bBoundRects=sal_False);
|
/aoo41x/main/starmath/source/ |
H A D | rect.cxx | 323 RectHorAlign eHor, RectVerAlign eVer) const in AlignTo() argument 391 switch (eHor) in AlignTo()
|
/aoo41x/main/starmath/inc/ |
H A D | rect.hxx | 194 RectHorAlign eHor, RectVerAlign eVer) const;
|
/aoo41x/main/cui/source/factory/ |
H A D | dlgfact.cxx | 1140 SvxDistributeHorizontal eHor , in CreateSvxDistributeDialog() argument 1143 SvxDistributeDialog* pDlg = new SvxDistributeDialog( pParent, rAttr, eHor, eVer); in CreateSvxDistributeDialog()
|
H A D | dlgfact.hxx | 627 SvxDistributeHorizontal eHor = SvxDistributeHorizontalNone,
|
Completed in 96 milliseconds