Home
last modified time | relevance | path

Searched refs:aVertOrient (Results 1 – 16 of 16) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/frmdlg/
H A Dfrmmgr.cxx219 SwFormatVertOrient aVertOrient( GetVertOrient() ); in SetAnchor() local
223 m_aSet.Put( aVertOrient ); in SetAnchor()
239 SwFormatVertOrient aVertOrient( GetVertOrient() ); in SetAbsPos() local
242 aVertOrient.SetVertOrient( text::VertOrientation::NONE ); in SetAbsPos()
243 m_aSet.Put( aVertOrient ); in SetAbsPos()
549 SwFormatVertOrient aVertOrient( GetVertOrient() ); in SetPos() local
555 aVertOrient.SetPos ( rPoint.Y() ); in SetPos()
558 m_aSet.Put( aVertOrient ); in SetPos()
571 SwFormatVertOrient aVertOrient( GetVertOrient() ); in SetVertOrientation() local
572 aVertOrient.SetVertOrient( eOrient ); in SetVertOrientation()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/frmdlg/
H A Dfrmmgr.cxx236 SwFormatVertOrient aVertOrient( GetVertOrient() ); in SetAnchor() local
240 m_aSet.Put( aVertOrient ); in SetAnchor()
256 SwFormatVertOrient aVertOrient( GetVertOrient() ); in SetAbsPos() local
259 aVertOrient.SetVertOrient( text::VertOrientation::NONE ); in SetAbsPos()
260 m_aSet.Put( aVertOrient ); in SetAbsPos()
566 SwFormatVertOrient aVertOrient( GetVertOrient() ); in SetPos() local
572 aVertOrient.SetPos ( rPoint.Y() ); in SetPos()
575 m_aSet.Put( aVertOrient ); in SetPos()
588 SwFormatVertOrient aVertOrient( GetVertOrient() ); in SetVertOrientation() local
589 aVertOrient.SetVertOrient( eOrient ); in SetVertOrientation()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DTablePropertiesHandler.cxx168 OUString aVertOrient; in sprm() local
171 case NS_ooxml::LN_Value_ST_VerticalJc_top: aVertOrient = "top"; break; in sprm()
172 case NS_ooxml::LN_Value_ST_VerticalJc_center: aVertOrient = "center"; break; in sprm()
173 case NS_ooxml::LN_Value_ST_VerticalJc_both: aVertOrient = "both"; break; in sprm()
174 case NS_ooxml::LN_Value_ST_VerticalJc_bottom: aVertOrient = "bottom"; break; in sprm()
176 if (!aVertOrient.isEmpty()) in sprm()
180 aValue.Value <<= aVertOrient; in sprm()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DTablePropertiesHandler.cxx170 OUString aVertOrient; in sprm() local
173 case NS_ooxml::LN_Value_ST_VerticalJc_top: aVertOrient = "top"; break; in sprm()
174 case NS_ooxml::LN_Value_ST_VerticalJc_center: aVertOrient = "center"; break; in sprm()
175 case NS_ooxml::LN_Value_ST_VerticalJc_both: aVertOrient = "both"; break; in sprm()
176 case NS_ooxml::LN_Value_ST_VerticalJc_bottom: aVertOrient = "bottom"; break; in sprm()
178 if (!aVertOrient.isEmpty()) in sprm()
182 aValue.Value <<= aVertOrient; in sprm()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Dtextboxhelper.cxx713 SwFormatVertOrient aVertOrient(rShape.GetVertOrient()); in syncFlyFrameAttr() local
720 aVertOrient.SetPos(aVertOrient.GetPos() + aRect.getY()); in syncFlyFrameAttr()
721 aTextBoxSet.Put(aVertOrient); in syncFlyFrameAttr()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dviewtab.cxx297 SwFormatVertOrient aVertOrient(pFormat->GetVertOrient()); in ExecTabWin() local
298 aVertOrient.SetVertOrient(text::VertOrientation::NONE); in ExecTabWin()
299 aVertOrient.SetPos(aVertOrient.GetPos() + nDeltaX ); in ExecTabWin()
300 aSet.Put( aVertOrient ); in ExecTabWin()
456 SwFormatVertOrient aVertOrient(pFormat->GetVertOrient()); in ExecTabWin() local
457 aVertOrient.SetVertOrient(text::VertOrientation::NONE); in ExecTabWin()
458 aVertOrient.SetPos(aVertOrient.GetPos() + nDeltaY ); in ExecTabWin()
459 aSet.Put( aVertOrient ); in ExecTabWin()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dviewtab.cxx291 SwFormatVertOrient aVertOrient(pFormat->GetVertOrient()); in ExecTabWin() local
292 aVertOrient.SetVertOrient(text::VertOrientation::NONE); in ExecTabWin()
293 aVertOrient.SetPos(aVertOrient.GetPos() + nDeltaX ); in ExecTabWin()
294 aSet.Put( aVertOrient ); in ExecTabWin()
450 SwFormatVertOrient aVertOrient(pFormat->GetVertOrient()); in ExecTabWin() local
451 aVertOrient.SetVertOrient(text::VertOrientation::NONE); in ExecTabWin()
452 aVertOrient.SetPos(aVertOrient.GetPos() + nDeltaY ); in ExecTabWin()
453 aSet.Put( aVertOrient ); in ExecTabWin()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dtextboxhelper.cxx972 SwFormatVertOrient aVertOrient(rShape.GetVertOrient()); in syncFlyFrameAttr() local
981 aVertOrient.SetPos(aVertOrient.GetPos() + aRect.getY()); in syncFlyFrameAttr()
984 aTextBoxSet.Put(aVertOrient); in syncFlyFrameAttr()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/frmdlg/
H A Dfrmpage.cxx1097 SwFormatVertOrient aVertOrient( rOldSet.Get(RES_VERT_ORIENT) ); in FillItemSet() local
1103 aVertOrient.SetVertOrient ( eVOri); in FillItemSet()
1104 aVertOrient.SetRelationOrient( eRel ); in FillItemSet()
1118 aVertOrient.SetPos( nY ); in FillItemSet()
1125aVertOrient.GetVertOrient() == static_cast<const SwFormatVertOrient*>(pOldItem)->GetVertOrient() && in FillItemSet()
1126aVertOrient.GetRelationOrient() == static_cast<const SwFormatVertOrient*>(pOldItem)->GetRelationOr… in FillItemSet()
1127aVertOrient.GetPos() == static_cast<const SwFormatVertOrient*>(pOldItem)->GetPos() in FillItemSet()
1128 : aVertOrient == static_cast<const SwFormatVertOrient&>(*pOldItem); in FillItemSet()
1132 bRet |= nullptr != rSet->Put( aVertOrient ); in FillItemSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/frmdlg/
H A Dfrmpage.cxx1083 SwFormatVertOrient aVertOrient( rOldSet.Get(RES_VERT_ORIENT) ); in FillItemSet() local
1089 aVertOrient.SetVertOrient ( eVOri); in FillItemSet()
1090 aVertOrient.SetRelationOrient( eRel ); in FillItemSet()
1104 aVertOrient.SetPos( nY ); in FillItemSet()
1111aVertOrient.GetVertOrient() == static_cast<const SwFormatVertOrient*>(pOldItem)->GetVertOrient() && in FillItemSet()
1112aVertOrient.GetRelationOrient() == static_cast<const SwFormatVertOrient*>(pOldItem)->GetRelationOr… in FillItemSet()
1113aVertOrient.GetPos() == static_cast<const SwFormatVertOrient*>(pOldItem)->GetPos() in FillItemSet()
1114 : aVertOrient == static_cast<const SwFormatVertOrient&>(*pOldItem); in FillItemSet()
1118 bRet |= nullptr != rSet->Put( aVertOrient ); in FillItemSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/rtftok/
H A Drtfdispatchvalue.cxx1229 RTFVertOrient aVertOrient(nParam); in dispatchValue() local
1231 aVertOrient.GetAlign()); in dispatchValue()
1233 aVertOrient.GetAnchor()); in dispatchValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/rtftok/
H A Drtfdispatchvalue.cxx1542 RTFVertOrient aVertOrient(nParam); in dispatchValue() local
1544 aVertOrient.GetAlign()); in dispatchValue()
1546 aVertOrient.GetAnchor()); in dispatchValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunodraw.cxx2582 uno::Any aVertOrient( getPropertyValue( aVertOrientPropStr ) ); in AdjustPositionProperties() local
2584 if (aVertOrient >>= eVertOrient) // may be void in AdjustPositionProperties()
2589 aVertOrient <<= eVertOrient; in AdjustPositionProperties()
2590 setPropertyValue( aVertOrientPropStr, aVertOrient ); in AdjustPositionProperties()
H A Dunotbl.cxx3536 std::unique_ptr<SfxPoolItem> aVertOrient( in getPropertyValue() local
3538 if (SwDoc::GetBoxAttr(*m_pImpl->m_pTableCursor, aVertOrient)) in getPropertyValue()
3540 aVertOrient->QueryValue( aRet, pEntry->nMemberId ); in getPropertyValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunodraw.cxx2562 uno::Any aVertOrient( getPropertyValue( aVertOrientPropStr ) ); in AdjustPositionProperties() local
2564 if (aVertOrient >>= eVertOrient) // may be void in AdjustPositionProperties()
2569 aVertOrient <<= eVertOrient; in AdjustPositionProperties()
2570 setPropertyValue( aVertOrientPropStr, aVertOrient ); in AdjustPositionProperties()
H A Dunotbl.cxx3575 std::shared_ptr<SfxPoolItem> aVertOrient( in getPropertyValue() local
3577 if (SwDoc::GetBoxAttr(*m_pImpl->m_pTableCursor, aVertOrient)) in getPropertyValue()
3579 aVertOrient->QueryValue( aRet, pEntry->nMemberId ); in getPropertyValue()