Home
last modified time | relevance | path

Searched refs:rVert (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sw/source/core/objectpositioning/
H A Dascharanchoredobjectposition.cxx183 const SwFmtVertOrient& rVert = rFrmFmt.GetVertOrient(); in CalcPosition() local
187 const SwTwips nRelPos = _GetRelPosToBase( nObjBoundHeight, rVert ); in CalcPosition()
231 const sal_Int16 eVertOrient = rVert.GetVertOrient(); in CalcPosition()
232 if( rVert.GetPos() != nRelPos && eVertOrient != text::VertOrientation::NONE ) in CalcPosition()
234 SwFmtVertOrient aVert( rVert ); in CalcPosition()
/trunk/main/sw/source/core/layout/
H A Dflyincnt.cxx203 const SwFmtVertOrient &rVert = pFmt->GetVertOrient(); in MakeObjPos() local
208 SwTwips nOld = rVert.GetPos(); in MakeObjPos()
214 SwFmtVertOrient aVert( rVert ); in MakeObjPos()
H A Dwsfrm.cxx1690 const SwFmtVertOrient &rVert = in AdjustNeighbourhood() local
1697 if( ( rVert.GetRelationOrient() == text::RelOrientation::PRINT_AREA || in AdjustNeighbourhood()
1698 rVert.GetRelationOrient() == text::RelOrientation::PAGE_PRINT_AREA ) && in AdjustNeighbourhood()
1699 ((IsHeaderFrm() && rVert.GetVertOrient()!=text::VertOrientation::BOTTOM) || in AdjustNeighbourhood()
1700 (IsFooterFrm() && rVert.GetVertOrient()!=text::VertOrientation::NONE && in AdjustNeighbourhood()
1701 rVert.GetVertOrient() != text::VertOrientation::TOP)) ) in AdjustNeighbourhood()
H A Dfrmtool.cxx332 const SwFmtVertOrient& rVert = in ~SwFrmNotify() local
334 if ( ( rVert.GetVertOrient() == text::VertOrientation::CENTER || in ~SwFrmNotify()
335 rVert.GetVertOrient() == text::VertOrientation::BOTTOM || in ~SwFrmNotify()
336 rVert.GetRelationOrient() == text::RelOrientation::PRINT_AREA ) && in ~SwFrmNotify()
/trunk/main/sw/source/ui/frmdlg/
H A Dwrap.cxx474 const SwFmtVertOrient& rVert = (const SwFmtVertOrient&)rSet.Get(RES_VERT_ORIENT); in ActivatePage() local
485 aVal.nVertOrient = (short)rVert.GetVertOrient(); in ActivatePage()
489 aVal.nVPos = rVert.GetPos(); in ActivatePage()
490 aVal.nVRelOrient = rVert.GetRelationOrient(); in ActivatePage()
H A Dfrmpage.cxx2296 const SwFmtVertOrient& rVert = (const SwFmtVertOrient&)rSet.Get(RES_VERT_ORIENT); in Init() local
2299 nOldV = rVert.GetVertOrient(), in Init()
2300 nOldVRel = rVert.GetRelationOrient(); in Init()
2323 rVert.GetPos()); in Init()
/trunk/main/sw/source/core/draw/
H A Ddflyobj.cxx709 const SwFmtVertOrient &rVert = pTmpFmt->GetVertOrient(); in NbcMove() local
728 lXDiff += rVert.GetPos(); in NbcMove()
733 lXDiff -= rVert.GetPos(); in NbcMove()
740 lYDiff += rVert.GetPos(); in NbcMove()
H A Ddcontact.cxx1465 const SwFmtVertOrient& rVert = GetFmt()->GetVertOrient(); in _Changed() local
1469 if ( rVert.GetRelationOrient() == text::RelOrientation::CHAR || in _Changed()
1470 rVert.GetRelationOrient() == text::RelOrientation::TEXT_LINE ) in _Changed()
1474 aSet.Put( SwFmtVertOrient( rVert.GetPos()+nYPosDiff, in _Changed()
1476 rVert.GetRelationOrient() ) ); in _Changed()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx1545 const SwFmtVertOrient &rVert = pFmt->GetVertOrient(); in RequestObjectResize() local
1550 rVert.GetPos() + lYDiff ); in RequestObjectResize()
2258 const SwFmtVertOrient &rVert = pFrmFmt->GetVertOrient(); in AlignFormulaToBaseline() local
2259 SwFmtVertOrient aVert( rVert ); in AlignFormulaToBaseline()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx2205 const SwFmtVertOrient &rVert = pFmt->GetVertOrient(); in TableOrientation() local
2211 (text::RelOrientation::PRINT_AREA == rVert.GetRelationOrient() || in TableOrientation()
2212 text::RelOrientation::FRAME == rVert.GetRelationOrient()) in TableOrientation()
2309 const SwFmtVertOrient &rVert = pFmt->GetVertOrient(); in TableDefinition() local
2317 (text::RelOrientation::PRINT_AREA == rVert.GetRelationOrient() || in TableDefinition()
2318 text::RelOrientation::FRAME == rVert.GetRelationOrient()) in TableDefinition()
H A Dwrtw8nds.cxx2460 const SwFmtVertOrient &rVert = pFmt->GetVertOrient();
2465 (text::RelOrientation::PRINT_AREA == rVert.GetRelationOrient() ||
2466 text::RelOrientation::FRAME == rVert.GetRelationOrient())
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx1099 const SwFmtVertOrient& rVert = (const SwFmtVertOrient&)aSet.Get(RES_VERT_ORIENT); in Execute() local
1101 sal_Int16 eVOrient = rVert.GetVertOrient(); in Execute()

Completed in 126 milliseconds