Home
last modified time | relevance | path

Searched refs:eHRel (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/filter/ww1/
H A Dw1sprm.cxx577 sal_Int16 eHRel; // Seite oder Seitenrand in Start() local
595 eHRel = text::RelOrientation::PRINT_AREA; in Start()
600 eHRel = text::RelOrientation::FRAME; in Start()
620 sal_Int16 eHRel = text::RelOrientation::FRAME; in Start() local
633 rOut.SetFlyXPos( nXPos, eHRel, eHAlign ); in Start()
H A Dfltshell.cxx2006 void SwFltShell::SetFlyXPos( short nXPos, sal_Int16 eHRel /*= text::RelOrientation::FRAME*/, in SetFlyXPos() argument
2009 SetFlyFrmAttr( SwFmtHoriOrient( nXPos, eHAlign, eHRel ) ); in SetFlyXPos()
/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx2078 eHRel = text::RelOrientation::FRAME; in WW8SwFlyPara()
2081 eHRel = text::RelOrientation::PAGE_PRINT_AREA; in WW8SwFlyPara()
2084 eHRel = text::RelOrientation::PAGE_FRAME; in WW8SwFlyPara()
2113 …if ( !bAutoWidth && eHAlign == text::HoriOrientation::LEFT && eHRel == text::RelOrientation::PAGE_… in WW8SwFlyPara()
2119 eHRel = text::RelOrientation::PAGE_PRINT_AREA; in WW8SwFlyPara()
2124 …else if ( !bAutoWidth && eHAlign == text::HoriOrientation::RIGHT && eHRel == text::RelOrientation:… in WW8SwFlyPara()
2130 eHRel = text::RelOrientation::PAGE_RIGHT; in WW8SwFlyPara()
2135 …else if ( !bAutoWidth && eHAlign == text::HoriOrientation::LEFT && eHRel == text::RelOrientation::… in WW8SwFlyPara()
2140 eHRel = text::RelOrientation::PAGE_PRINT_AREA; in WW8SwFlyPara()
2145 …else if ( !bAutoWidth && eHAlign == text::HoriOrientation::RIGHT && eHRel == text::RelOrientation:… in WW8SwFlyPara()
[all …]
H A Dww8par2.hxx97 short eHRel; // Seite oder Seitenrand member
H A Dwrtw8esh.cxx2713 const sal_Int16 eHRel = rHoriOri.GetRelationOrient(); in SetAnchoring() local
2770 switch (eHRel) in SetAnchoring()
/trunk/main/sw/source/filter/inc/
H A Dfltshell.hxx590 void SetFlyXPos( short nXPos, sal_Int16 eHRel = com::sun::star::text::RelOrientation::FRAME,