Home
last modified time | relevance | path

Searched refs:GetVertOrient (Results 1 – 25 of 56) sorted by relevance

123

/trunk/main/sw/inc/
H A Dfmtornt.hxx62 sal_Int16 GetVertOrient() const { return eOrient; } in GetVertOrient() function in SwFmtVertOrient
115 eOrient = rCpy.GetVertOrient(); in operator =()
128 inline const SwFmtVertOrient &SwAttrSet::GetVertOrient(sal_Bool bInP) const in GetVertOrient() function in SwAttrSet
133 inline const SwFmtVertOrient &SwFmt::GetVertOrient(sal_Bool bInP) const in GetVertOrient() function in SwFmt
134 { return aSet.GetVertOrient(bInP); } in GetVertOrient()
H A Dnumrule.hxx94 virtual sal_Int16 GetVertOrient() const;
H A Dformat.hxx245 inline const SwFmtVertOrient &GetVertOrient( sal_Bool = sal_True ) const;
/trunk/main/sw/source/core/doc/
H A Dnumber.cxx210 pVertOrient(new SwFmtVertOrient( 0, rFmt.GetVertOrient())) in SwNumFmt()
213 sal_Int16 eMyVertOrient = rFmt.GetVertOrient(); in SwNumFmt()
222 pVertOrient(new SwFmtVertOrient( 0, rNumFmt.GetVertOrient())) in SwNumFmt()
224 sal_Int16 eMyVertOrient = rNumFmt.GetVertOrient(); in SwNumFmt()
417 sal_Int16 SwNumFmt::GetVertOrient() const in GetVertOrient() function in SwNumFmt
419 return SvxNumberFormat::GetVertOrient(); in GetVertOrient()
483 sal_Int16 eOrient = SvxNumberFormat::GetVertOrient(); in GetGraphicOrientation()
H A Ddocfly.cxx294 SwFmtVertOrient aOldV( rFmt.GetVertOrient() ); in SetFlyFrmAnchor()
296 switch( aOldV.GetVertOrient() ) in SetFlyFrmAnchor()
344 SwFmtVertOrient aOldV( rFmt.GetVertOrient() ); in SetFlyFrmAnchor()
348 if( text::VertOrientation::NONE == aOldV.GetVertOrient() && (!pItem || in SetFlyFrmAnchor()
356 aOldV.SetVertOrient( pV->GetVertOrient() ); in SetFlyFrmAnchor()
572 const SwFmtVertOrient aVert( rFmt.GetVertOrient() ); in SetFrmFmtToFly()
/trunk/main/sw/source/ui/inc/
H A Dfrmmgr.hxx136 inline const SwFmtVertOrient &GetVertOrient() const;
152 inline const SwFmtVertOrient &SwFlyFrmAttrMgr::GetVertOrient() const in GetVertOrient() function in SwFlyFrmAttrMgr
179 return Point( GetHoriOrient().GetPos(), GetVertOrient().GetPos() ); in GetPos()
/trunk/main/sw/source/core/objectpositioning/
H A Dtolayoutanchoredobjectposition.cxx78 SwFmtVertOrient aVert( rFrmFmt.GetVertOrient() ); in CalcPosition()
83 sal_Int16 eVertOrient = aVert.GetVertOrient(); in CalcPosition()
104 if ( aVert.GetVertOrient() != text::VertOrientation::NONE && in CalcPosition()
H A Dtocntntanchoredobjectposition.cxx254 SwFmtVertOrient aVert( rFrmFmt.GetVertOrient() ); in CalcPosition()
261 if ( aVert.GetVertOrient() != text::VertOrientation::NONE ) in CalcPosition()
287 switch ( aVert.GetVertOrient() ) in CalcPosition()
470 aVert.GetVertOrient() == text::VertOrientation::NONE && in CalcPosition()
497 if ( aVert.GetVertOrient() == text::VertOrientation::NONE ) in CalcPosition()
H A Dascharanchoredobjectposition.cxx183 const SwFmtVertOrient& rVert = rFrmFmt.GetVertOrient(); in CalcPosition()
231 const sal_Int16 eVertOrient = rVert.GetVertOrient(); in CalcPosition()
366 const sal_Int16 eVertOrient = _rVert.GetVertOrient(); in _GetRelPosToBase()
/trunk/main/sw/source/core/draw/
H A Ddflyobj.cxx698 const sal_Int16 eVert = pFmt->GetVertOrient().GetVertOrient(); in NbcMove()
700 const sal_Int16 eRelVert = pFmt->GetVertOrient().GetRelationOrient(); in NbcMove()
709 const SwFmtVertOrient &rVert = pTmpFmt->GetVertOrient(); in NbcMove()
755 SwFmtVertOrient aVert( pFmt->GetVertOrient() ); in NbcMove()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmmgr.cxx241 SwFmtVertOrient aVertOrient( GetVertOrient() ); in SetAnchor()
267 SwFmtVertOrient aVertOrient( GetVertOrient() ); in SetAbsPos()
585 SwFmtVertOrient aVertOrient( GetVertOrient() ); in SetPos()
607 SwFmtVertOrient aVertOrient( GetVertOrient() ); in SetVertOrientation()
/trunk/main/sw/source/core/layout/
H A Dflyincnt.cxx55 SwTwips nRel = pFmt->GetVertOrient().GetPos(); in SwFlyInCntFrm()
203 const SwFmtVertOrient &rVert = pFmt->GetVertOrient(); in MakeObjPos()
H A Dfrmtool.cxx333 pContact->GetFmt()->GetVertOrient(); in ~SwFrmNotify()
334 if ( ( rVert.GetVertOrient() == text::VertOrientation::CENTER || in ~SwFrmNotify()
335 rVert.GetVertOrient() == text::VertOrientation::BOTTOM || in ~SwFrmNotify()
839 if ( text::VertOrientation::NONE != pCell->GetFmt()->GetVertOrient().GetVertOrient() ) in ~SwCntntNotify()
3067 const SwFmtVertOrient &rOri = pCell->GetFmt()->GetVertOrient(); in Notify_Background()
3068 if ( text::VertOrientation::NONE != rOri.GetVertOrient() ) in Notify_Background()
H A Danchoredobject.cxx352 SwFmtVertOrient aVert( GetFrmFmt().GetVertOrient() ); in _CheckCharRect()
412 … if ( GetFrmFmt().GetVertOrient().GetRelationOrient() == text::RelOrientation::TEXT_LINE ) in _CheckTopOfLine()
H A Dflylay.cxx1074 const SwFmtVertOrient &rV = pFly->GetFmt()->GetVertOrient(); in CalcClipRect()
1093 if( rV.GetVertOrient() != text::VertOrientation::NONE && in CalcClipRect()
H A Dwsfrm.cxx1691 pFly->GetFmt()->GetVertOrient(); 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 Dtabfrm.cxx4975 SwFmtVertOrient aVert( pAnchoredObj->GetFrmFmt().GetVertOrient() ); in lcl_ArrangeLowers()
5317 const SwFmtVertOrient &rOri = pAttrs->GetAttrSet().GetVertOrient(); in Format()
5326 … if ( !FindTabFrm()->IsRebuildLastLine() && text::VertOrientation::NONE != rOri.GetVertOrient() && in Format()
5399 switch ( rOri.GetVertOrient() ) in Format()
5446 if ( text::VertOrientation::NONE == ((SwFmtVertOrient*)pItem)->GetVertOrient() && in Modify()
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx1172 SwFmtVertOrient aVert( rFrmFmt.GetVertOrient() ); in GetTop()
1591 pAnchoredObj->GetFrmFmt().GetVertOrient(); in InitAnchoredObjList()
1592 if( text::VertOrientation::BOTTOM != rTmpFmt.GetVertOrient() ) in InitAnchoredObjList()
1638 pAnchoredObj->GetFrmFmt().GetVertOrient(); in CalcMinBottom()
1639 if( text::VertOrientation::BOTTOM != rTmpFmt.GetVertOrient() ) in CalcMinBottom()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx695 SwFmtVertOrient rVOr = rFmt.GetVertOrient(); in WritePlc()
744 if (text::VertOrientation::NONE == rVOr.GetVertOrient()) in WritePlc()
2588 const sal_Int16 eVOri = _iorVertOri.GetVertOrient(); in ConvertPosition()
2619 _iorVertOri.GetVertOrient() == text::VertOrientation::CENTER ) in ConvertPosition()
2640 _iorVertOri.GetVertOrient() == text::VertOrientation::NONE ) in ConvertPosition()
2703 SwFmtVertOrient rVertOri = rFmt.GetVertOrient(); in SetAnchoring()
2712 const sal_Int16 eVOri = rVertOri.GetVertOrient(); in SetAnchoring()
H A Dwrtww8gr.cxx419 sal_Int16 eVert = rFlyFmt.GetVertOrient().GetVertOrient(); in OutGrf()
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx1240 aBoxes[i]->GetFrmFmt()->GetVertOrient(); in GetBoxAlign()
1242 nAlign = static_cast<sal_uInt16>(rOri.GetVertOrient()); in GetBoxAlign()
1243 else if( rOri.GetVertOrient() != nAlign ) in GetBoxAlign()
/trunk/main/sw/source/filter/xml/
H A Dxmltble.cxx471 pVertOrient->GetVertOrient() != pTestVertOrient->GetVertOrient() ) in AddCell()
/trunk/main/editeng/source/items/
H A Dnumitem.cxx552 sal_Int16 SvxNumberFormat::GetVertOrient() const in GetVertOrient() function in SvxNumberFormat
1142 sal_Int16 eOrient = aFmt.GetVertOrient(); in UnLinkGraphics()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx750 && text::VertOrientation::NONE == ((SwFmtVertOrient*)pItem)->GetVertOrient() ) in NewFlyFrm()
1545 const SwFmtVertOrient &rVert = pFmt->GetVertOrient(); in RequestObjectResize()
2258 const SwFmtVertOrient &rVert = pFrmFmt->GetVertOrient(); in AlignFormulaToBaseline()
/trunk/main/editeng/inc/editeng/
H A Dnumitem.hxx215 virtual sal_Int16 GetVertOrient() const;

Completed in 216 milliseconds

123