Searched refs:eHRel (Results 1 – 6 of 6) sorted by relevance
577 sal_Int16 eHRel; // Seite oder Seitenrand in Start() local595 eHRel = text::RelOrientation::PRINT_AREA; in Start()600 eHRel = text::RelOrientation::FRAME; in Start()620 sal_Int16 eHRel = text::RelOrientation::FRAME; in Start() local633 rOut.SetFlyXPos( nXPos, eHRel, eHAlign ); in Start()
2006 void SwFltShell::SetFlyXPos( short nXPos, sal_Int16 eHRel /*= text::RelOrientation::FRAME*/, in SetFlyXPos() argument2009 SetFlyFrmAttr( SwFmtHoriOrient( nXPos, eHAlign, eHRel ) ); in SetFlyXPos()
2078 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 …]
97 short eHRel; // Seite oder Seitenrand member
2713 const sal_Int16 eHRel = rHoriOri.GetRelationOrient(); in SetAnchoring() local2770 switch (eHRel) in SetAnchoring()
590 void SetFlyXPos( short nXPos, sal_Int16 eHRel = com::sun::star::text::RelOrientation::FRAME,