Home
last modified time | relevance | path

Searched refs:eVertRel (Results 1 – 3 of 3) sorted by path

/trunk/main/sw/source/filter/html/
H A Dhtmlcss1.cxx2064 sal_Int16 eVertRel = text::RelOrientation::FRAME; in SetAnchorAndAdjustment() local
2096 eVertRel = text::RelOrientation::CHAR; in SetAnchorAndAdjustment()
2122 eVertRel = text::RelOrientation::CHAR; in SetAnchorAndAdjustment()
2128 eVertRel = text::RelOrientation::PRINT_AREA; in SetAnchorAndAdjustment()
2157 rFrmItemSet.Put( SwFmtVertOrient( nVertPos, eVertOri, eVertRel ) ); in SetAnchorAndAdjustment()
H A Dhtmlgrin.cxx205 sal_Int16 eVertRel = text::RelOrientation::FRAME; in SetAnchorAndAdjustment() local
266 eVertRel = text::RelOrientation::CHAR; in SetAnchorAndAdjustment()
272 eVertRel = text::RelOrientation::PRINT_AREA; in SetAnchorAndAdjustment()
279 rFrmSet.Put( SwFmtVertOrient( 0, eVertOri, eVertRel) ); in SetAnchorAndAdjustment()
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx2417 sal_Int16 eVertRel; in ProcessEscherAlign() local
2419 eVertRel = aVertRelOriTab[ nYRelTo ]; in ProcessEscherAlign()
2421 eVertRel = text::RelOrientation::PAGE_PRINT_AREA; in ProcessEscherAlign()
2424 if ( eVertRel == text::RelOrientation::TEXT_LINE ) in ProcessEscherAlign()
2437 … if ((eVertRel == text::RelOrientation::TEXT_LINE) && (eVertOri == text::VertOrientation::NONE)) in ProcessEscherAlign()
2442 bCurSectionVertical ? eVertRel : eHoriRel); in ProcessEscherAlign()
2449 !bCurSectionVertical ? eVertRel : eHoriRel )); in ProcessEscherAlign()

Completed in 33 milliseconds