Searched refs:eVRel (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sw/source/filter/ww1/ |
H A D | w1sprm.cxx | 578 sal_Int16 eVRel; // Seite oder Seitenrand in Start() local 582 eVRel = text::RelOrientation::PRINT_AREA; in Start() 588 eVRel = text::RelOrientation::FRAME; in Start() 640 sal_Int16 eVRel = text::RelOrientation::FRAME; in Start() local 649 rOut.SetFlyYPos( nYPos, eVRel, eVAlign ); in Start()
|
H A D | fltshell.cxx | 2012 void SwFltShell::SetFlyYPos( short nYPos, sal_Int16 eVRel /*= text::RelOrientation::FRAME*/, in SetFlyYPos() argument 2015 SetFlyFrmAttr( SwFmtVertOrient( nYPos, eVAlign, eVRel ) ); in SetFlyYPos()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par6.cxx | 2017 eVRel = text::RelOrientation::PAGE_PRINT_AREA; in WW8SwFlyPara() 2020 eVRel = text::RelOrientation::PAGE_FRAME; in WW8SwFlyPara() 2023 eVRel = text::RelOrientation::FRAME; in WW8SwFlyPara() 2179 if ( eVAlign == text::VertOrientation::NONE && eVRel == text::RelOrientation::PAGE_PRINT_AREA ) in WW8SwFlyPara() 2183 eVRel = text::RelOrientation::PAGE_FRAME; in WW8SwFlyPara() 2222 Put( SwFmtVertOrient( pFS->nYPos, pFS->eVAlign, pFS->eVRel ) ); in WW8FlySet()
|
H A D | ww8par2.hxx | 99 short eVRel; // Seite oder Seitenrand member
|
H A D | wrtw8esh.cxx | 2715 const sal_Int16 eVRel = rVertOri.GetRelationOrient(); in SetAnchoring() local 2746 ( (eVRel == text::RelOrientation::CHAR) || in SetAnchoring() 2747 (eVRel == text::RelOrientation::TEXT_LINE) ); in SetAnchoring() 2803 switch (eVRel) in SetAnchoring()
|
/aoo42x/main/sw/source/filter/inc/ |
H A D | fltshell.hxx | 592 void SetFlyYPos( short nYPos, sal_Int16 eVRel = com::sun::star::text::RelOrientation::FRAME,
|
Completed in 991 milliseconds