Home
last modified time | relevance | path

Searched refs:SwFmtVertOrient (Results 1 – 25 of 82) sorted by relevance

1234

/trunk/main/sw/inc/
H A Dfmtornt.hxx40 class SW_DLLPUBLIC SwFmtVertOrient: public SfxPoolItem class
47 SwFmtVertOrient( SwTwips nY = 0, sal_Int16 eVert = com::sun::star::text::VertOrientation::NONE,
49 inline SwFmtVertOrient &operator=( const SwFmtVertOrient &rCpy );
112 inline SwFmtVertOrient &SwFmtVertOrient::operator=( const SwFmtVertOrient &rCpy ) in operator =()
128 inline const SwFmtVertOrient &SwAttrSet::GetVertOrient(sal_Bool bInP) const in GetVertOrient()
129 { return (const SwFmtVertOrient&)Get( RES_VERT_ORIENT,bInP); } in GetVertOrient()
133 inline const SwFmtVertOrient &SwFmt::GetVertOrient(sal_Bool bInP) const in GetVertOrient()
H A Dnumrule.hxx50 class SwFmtVertOrient;
57 SwFmtVertOrient* pVertOrient;
95 const SwFmtVertOrient* GetGraphicOrientation() const;
H A Dswatrset.hxx76 class SwFmtVertOrient;
285 inline const SwFmtVertOrient &GetVertOrient( sal_Bool = sal_True ) const;
/trunk/main/sw/source/core/doc/
H A Ddocfly.cxx294 SwFmtVertOrient aOldV( rFmt.GetVertOrient() ); in SetFlyFrmAnchor()
344 SwFmtVertOrient aOldV( rFmt.GetVertOrient() ); in SetFlyFrmAnchor()
349 aOldV.GetPos() == ((SwFmtVertOrient*)pItem)->GetPos() ) ) in SetFlyFrmAnchor()
355 SwFmtVertOrient* pV = (SwFmtVertOrient*)pItem; in SetFlyFrmAnchor()
572 const SwFmtVertOrient aVert( rFmt.GetVertOrient() ); in SetFrmFmtToFly()
844 …SetAttr( SwFmtVertOrient( 0, text::VertOrientation::CENTER, text::RelOrientation::FRAME ), *pConta… in ChgAnchor()
H A Dpoolfmt.cxx1296 …aSet.Put( SwFmtVertOrient( 0, text::VertOrientation::LINE_CENTER, text::RelOrientation::PRINT_AREA… in GetFmtFromPool()
1304 … aSet.Put( SwFmtVertOrient( 0, text::VertOrientation::TOP, text::RelOrientation::PRINT_AREA ) ); in GetFmtFromPool()
1327 … aSet.Put( SwFmtVertOrient( 0, text::VertOrientation::TOP, text::RelOrientation::FRAME )); in GetFmtFromPool()
1334 … aSet.Put( SwFmtVertOrient( 0, text::VertOrientation::CHAR_CENTER, text::RelOrientation::FRAME ) ); in GetFmtFromPool()
1342 … aSet.Put( SwFmtVertOrient( 0, text::VertOrientation::TOP, text::RelOrientation::FRAME )); in GetFmtFromPool()
1355 … aSet.Put( SwFmtVertOrient( 0, text::VertOrientation::CENTER, text::RelOrientation::FRAME )); in GetFmtFromPool()
1364 … aSet.Put( SwFmtVertOrient( 0, text::VertOrientation::TOP, text::RelOrientation::FRAME ) ); in GetFmtFromPool()
H A Dnumber.cxx200 pVertOrient(new SwFmtVertOrient( 0, text::VertOrientation::NONE)) in SwNumFmt()
210 pVertOrient(new SwFmtVertOrient( 0, rFmt.GetVertOrient())) in SwNumFmt()
222 pVertOrient(new SwFmtVertOrient( 0, rNumFmt.GetVertOrient())) in SwNumFmt()
481 const SwFmtVertOrient* SwNumFmt::GetGraphicOrientation() const in GetGraphicOrientation()
/trunk/main/sw/source/ui/inc/
H A Dfrmmgr.hxx136 inline const SwFmtVertOrient &GetVertOrient() const;
152 inline const SwFmtVertOrient &SwFlyFrmAttrMgr::GetVertOrient() const in GetVertOrient()
154 return ((SwFmtVertOrient&)aSet.Get(RES_VERT_ORIENT)); in GetVertOrient()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx120 TYPEINIT1(SwFmtVertOrient, SfxPoolItem);
1246 SwFmtVertOrient::SwFmtVertOrient( SwTwips nY, sal_Int16 eVert, in SwFmtVertOrient() function in SwFmtVertOrient
1254 int SwFmtVertOrient::operator==( const SfxPoolItem& rAttr ) const in operator ==()
1257 return ( nYPos == ((SwFmtVertOrient&)rAttr).nYPos && in operator ==()
1258 eOrient == ((SwFmtVertOrient&)rAttr).eOrient && in operator ==()
1259 eRelation == ((SwFmtVertOrient&)rAttr).eRelation ); in operator ==()
1262 SfxPoolItem* SwFmtVertOrient::Clone( SfxItemPool* ) const in Clone()
1264 return new SwFmtVertOrient( nYPos, eOrient, eRelation ); in Clone()
1267 sal_Bool SwFmtVertOrient::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
1306 sal_Bool SwFmtVertOrient::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
H A Dflyincnt.cxx203 const SwFmtVertOrient &rVert = pFmt->GetVertOrient(); in MakeObjPos()
214 SwFmtVertOrient aVert( rVert ); in MakeObjPos()
H A Danchoreddrawobject.cxx754 …GetFrmFmt().SetFmtAttr( SwFmtVertOrient( nVertRelPos, text::VertOrientation::NONE, text::RelOrient… in AdjustPositioningAttr()
849 SwFmtVertOrient aVert( GetFrmFmt().GetVertOrient() ); in _SetPositioningAttr()
/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()
H A Dfrmpage.cxx1075 SwFmtVertOrient aVertOrient( (const SwFmtVertOrient&) in FillItemSet()
1107 aVertOrient.GetVertOrient() == ((SwFmtVertOrient*)pOldItem)->GetVertOrient() && in FillItemSet()
1108 aVertOrient.GetRelationOrient() == ((SwFmtVertOrient*)pOldItem)->GetRelationOrient() && in FillItemSet()
1109 aVertOrient.GetPos() == ((SwFmtVertOrient*)pOldItem)->GetPos() in FillItemSet()
1111 : aVertOrient == (SwFmtVertOrient&)*pOldItem ); in FillItemSet()
2296 const SwFmtVertOrient& rVert = (const SwFmtVertOrient&)rSet.Get(RES_VERT_ORIENT); in Init()
/trunk/main/sw/source/core/objectpositioning/
H A Dascharanchoredobjectposition.cxx183 const SwFmtVertOrient& rVert = rFrmFmt.GetVertOrient(); in CalcPosition()
234 SwFmtVertOrient aVert( rVert ); in CalcPosition()
360 const SwFmtVertOrient& _rVert ) in _GetRelPosToBase()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx728 SwFmtVertOrient aOldV; in NewFlyFrm()
750 && text::VertOrientation::NONE == ((SwFmtVertOrient*)pItem)->GetVertOrient() ) in NewFlyFrm()
753 aOldV = *((SwFmtVertOrient*)pItem); in NewFlyFrm()
754 ((SfxItemSet&)rSet).Put( SwFmtVertOrient( 0, text::VertOrientation::TOP ) ); in NewFlyFrm()
1545 const SwFmtVertOrient &rVert = pFmt->GetVertOrient(); in RequestObjectResize()
1970 …aFrmSet.Put( SwFmtVertOrient( aRelPos.Y(), text::VertOrientation::NONE, text::RelOrientation::FRAM… in ReplaceSdrObj()
2258 const SwFmtVertOrient &rVert = pFrmFmt->GetVertOrient(); in AlignFormulaToBaseline()
2259 SwFmtVertOrient aVert( rVert ); in AlignFormulaToBaseline()
/trunk/main/sw/source/core/inc/
H A Dascharanchoredobjectposition.hxx31 class SwFmtVertOrient;
91 const SwFmtVertOrient& _rVert );
/trunk/main/sw/source/ui/app/
H A Dapplab.cxx110 aSet.Put(SwFmtVertOrient(rItem.lUpper + nRow * rItem.lVDist, in lcl_InsertBCText()
155 aSet.Put(SwFmtVertOrient(rItem.lUpper + nRow * rItem.lVDist, in lcl_InsertLabText()
349 SwFmtVertOrient aFrmVertOrient( pFmt->GetVertOrient() ); in InsertLab()
/trunk/main/sw/source/ui/shells/
H A Ddrwbassh.cxx269SwFmtVertOrient aVOrient((const SwFmtVertOrient&)pFrmFmt->GetFmtAttr(RES_VERT_ORIENT)); in Execute()
497SwFmtVertOrient aVOrient((SwFmtVertOrient&)pFrmFmt->GetFmtAttr(RES_VERT_ORIENT)); in Execute()
/trunk/main/sw/source/filter/ww8/
H A Descher.hxx37 class SwFmtVertOrient;
75 SwFmtVertOrient& _iorVertOri,
H A Dattributeoutputbase.hxx98 class SwFmtVertOrient;
525 virtual void FormatVertOrientation( const SwFmtVertOrient& ) = 0;
/trunk/main/sw/source/core/text/
H A Dporfld.hxx32 class SwFmtVertOrient;
203 const SwFmtVertOrient* pGrfOrient,
/trunk/main/sw/source/filter/xml/
H A Dxmltble.cxx352 const SwFmtVertOrient *pVertOrient = 0; in AddCell()
362 pVertOrient = (const SwFmtVertOrient *)pItem; in AddCell()
392 const SwFmtVertOrient *pTestVertOrient = 0; in AddCell()
405 pTestVertOrient = (const SwFmtVertOrient *)pItem; in AddCell()
/trunk/main/sw/source/filter/html/
H A Dhtmlplug.cxx289 const SwFmtVertOrient& rVertOri = in SetSpace()
290 (const SwFmtVertOrient&)rFlyItemSet.Get( RES_VERT_ORIENT ); in SetSpace()
293 SwFmtVertOrient aVertOri( rVertOri ); in SetSpace()
462 aFrmSet.Put( SwFmtVertOrient( 0, text::VertOrientation::TOP, text::RelOrientation::PRINT_AREA ) ); in InsertEmbed()
H A Dwrthtml.hxx46 class SwFmtVertOrient;
575 const SwFmtVertOrient* pVertOrient );
/trunk/main/sw/source/ui/config/
H A Duinums.cxx513 SwFmtVertOrient* pVOrient = 0; in _SwNumFmtGlobal()
526 pVOrient = (SwFmtVertOrient*)GetDfltAttr( RES_VERT_ORIENT ) in _SwNumFmtGlobal()
/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx1668 const SwFmtVertOrient* pOrient = rFmt.GetGraphicOrientation(); in GetNumberingRuleByIndex()
1820 SwFmtVertOrient* pSetVOrient = 0; in SetNumberingRuleByIndex()
2158 pSetVOrient = (SwFmtVertOrient*)aFmt.GetGraphicOrientation()->Clone(); in SetNumberingRuleByIndex()
2160 pSetVOrient = new SwFmtVertOrient; in SetNumberingRuleByIndex()
2203 pSetVOrient = new SwFmtVertOrient(*aFmt.GetGraphicOrientation()); in SetNumberingRuleByIndex()

Completed in 153 milliseconds

1234