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()
2009 void SwFltShell::SetFlyXPos( short nXPos, sal_Int16 eHRel /*= text::RelOrientation::FRAME*/, in SetFlyXPos() argument2012 SetFlyFrmAttr( SwFmtHoriOrient( nXPos, eHAlign, eHRel ) ); in SetFlyXPos()
2079 eHRel = text::RelOrientation::FRAME; in WW8SwFlyPara()2082 eHRel = text::RelOrientation::PAGE_PRINT_AREA; in WW8SwFlyPara()2085 eHRel = text::RelOrientation::PAGE_FRAME; in WW8SwFlyPara()2114 …if ( !bAutoWidth && eHAlign == text::HoriOrientation::LEFT && eHRel == text::RelOrientation::PAGE_… in WW8SwFlyPara()2120 eHRel = text::RelOrientation::PAGE_PRINT_AREA; in WW8SwFlyPara()2125 …else if ( !bAutoWidth && eHAlign == text::HoriOrientation::RIGHT && eHRel == text::RelOrientation:… in WW8SwFlyPara()2131 eHRel = text::RelOrientation::PAGE_RIGHT; in WW8SwFlyPara()2136 …else if ( !bAutoWidth && eHAlign == text::HoriOrientation::LEFT && eHRel == text::RelOrientation::… in WW8SwFlyPara()2141 eHRel = text::RelOrientation::PAGE_PRINT_AREA; in WW8SwFlyPara()2146 …else if ( !bAutoWidth && eHAlign == text::HoriOrientation::RIGHT && eHRel == text::RelOrientation:… in WW8SwFlyPara()[all …]
98 short eHRel; // Seite oder Seitenrand member
2725 const sal_Int16 eHRel = rHoriOri.GetRelationOrient(); in SetAnchoring() local2782 switch (eHRel) in SetAnchoring()
590 void SetFlyXPos( short nXPos, sal_Int16 eHRel = com::sun::star::text::RelOrientation::FRAME,