Searched refs:eHoriRel (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8graf.cxx | 2226 sal_Int16 eHoriOri, sal_Int16 eHoriRel) in MiserableRTLGraphicsHack() argument 2230 return RTLGraphicsHack(rLeft, nWidth, eHoriOri, eHoriRel, in MiserableRTLGraphicsHack() 2364 sal_Int16 eHoriRel = aHoriRelOriTab[ nXRelTo ]; in ProcessEscherAlign() local 2367 … if ( eHoriOri == text::HoriOrientation::LEFT && eHoriRel == text::RelOrientation::PAGE_FRAME ) in ProcessEscherAlign() 2371 eHoriRel = text::RelOrientation::PAGE_PRINT_AREA; in ProcessEscherAlign() 2380 eHoriRel = text::RelOrientation::PAGE_RIGHT; in ProcessEscherAlign() 2395 eHoriRel)) in ProcessEscherAlign() 2409 … ( eHoriRel == text::RelOrientation::FRAME || eHoriRel == text::RelOrientation::CHAR ) && in ProcessEscherAlign() 2413 eHoriRel = text::RelOrientation::PAGE_PRINT_AREA; in ProcessEscherAlign() 2450 bCurSectionVertical ? eVertRel : eHoriRel); in ProcessEscherAlign() [all …]
|
H A D | wrtw8esh.cxx | 589 sal_Int16 eHoriOri, sal_Int16 eHoriRel, SwTwips nPageLeft, in RTLGraphicsHack() argument 595 if (eHoriRel == text::RelOrientation::PAGE_FRAME) in RTLGraphicsHack() 601 (eHoriRel == text::RelOrientation::PAGE_PRINT_AREA) || in RTLGraphicsHack() 602 (eHoriRel == text::RelOrientation::FRAME) || in RTLGraphicsHack() 603 (eHoriRel == text::RelOrientation::PRINT_AREA) in RTLGraphicsHack() 616 sal_Int16 eHoriOri, sal_Int16 eHoriRel, SwTwips nPageLeft, in RTLDrawingsHack() argument 622 if (eHoriRel == text::RelOrientation::PAGE_FRAME) in RTLDrawingsHack() 628 (eHoriRel == text::RelOrientation::PAGE_PRINT_AREA) || in RTLDrawingsHack() 629 (eHoriRel == text::RelOrientation::FRAME) || in RTLDrawingsHack() 630 (eHoriRel == text::RelOrientation::PRINT_AREA) in RTLDrawingsHack()
|
H A D | ww8par.hxx | 1473 sal_Int16 eHoriOri, sal_Int16 eHoriRel); 1774 sal_Int16 eHoriOri, sal_Int16 eHoriRel, SwTwips nPageLeft, 1779 sal_Int16 eHoriOri, sal_Int16 eHoriRel, SwTwips nPageLeft,
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlgrin.cxx | 215 sal_Int16 eHoriRel; in SetAnchorAndAdjustment() local 220 eHoriRel = nLeftSpace ? text::RelOrientation::PRINT_AREA : text::RelOrientation::FRAME; in SetAnchorAndAdjustment() 224 eHoriRel = nRightSpace ? text::RelOrientation::PRINT_AREA : text::RelOrientation::FRAME; in SetAnchorAndAdjustment() 228 eHoriRel = text::RelOrientation::FRAME; in SetAnchorAndAdjustment() 232 eHoriRel = text::RelOrientation::FRAME; in SetAnchorAndAdjustment() 275 rFrmSet.Put( SwFmtHoriOrient( 0, eHoriOri, eHoriRel) ); in SetAnchorAndAdjustment()
|
H A D | htmlfly.cxx | 325 sal_Int16 eHoriRel = rFrmFmt.GetHoriOrient().GetRelationOrient(); in CollectFlyFrms() local 337 if( text::RelOrientation::FRAME == eHoriRel && in CollectFlyFrms() 353 … if( text::RelOrientation::FRAME == eHoriRel || text::RelOrientation::PRINT_AREA == eHoriRel ) in CollectFlyFrms() 1892 sal_Int16 eHoriRel = rPosFly.GetFmt().GetHoriOrient(). in SwHTMLPosFlyFrm() local 1894 … if( text::RelOrientation::FRAME == eHoriRel || text::RelOrientation::PRINT_AREA == eHoriRel ) in SwHTMLPosFlyFrm()
|
H A D | htmlcss1.cxx | 2063 sal_Int16 eHoriRel = text::RelOrientation::FRAME; in SetAnchorAndAdjustment() local 2100 eHoriRel = text::RelOrientation::PAGE_FRAME; in SetAnchorAndAdjustment() 2106 eHoriRel = text::RelOrientation::FRAME; // wird noch umgeschossen in SetAnchorAndAdjustment() 2143 eHoriRel = nRightSpace ? text::RelOrientation::PRINT_AREA : text::RelOrientation::FRAME; in SetAnchorAndAdjustment() 2149 eHoriRel = nLeftSpace ? text::RelOrientation::PRINT_AREA : text::RelOrientation::FRAME; in SetAnchorAndAdjustment() 2156 rFrmItemSet.Put( SwFmtHoriOrient( nHoriPos, eHoriOri, eHoriRel ) ); in SetAnchorAndAdjustment()
|
Completed in 61 milliseconds