Home
last modified time | relevance | path

Searched refs:eHOri (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx2480 const sal_Int16 eHOri = _iorHoriOri.GetHoriOrient(); in ConvertPosition() local
2481 …bConvDueToOrientation = eHOri == text::HoriOrientation::LEFT || eHOri == text::HoriOrientation::RI… in ConvertPosition()
2482eHOri == text::HoriOrientation::INSIDE || eHOri == text::HoriOrientation::OUTSIDE || in ConvertPosition()
2483 … ( eHOri != text::HoriOrientation::CENTER && _iorHoriOri.IsPosToggle() ); in ConvertPosition()
2710 const sal_Int16 eHOri = rHoriOri.GetHoriOrient(); in SetAnchoring() local
2718 switch (eHOri) in SetAnchoring()
H A Dwrtww8.cxx2215 sal_Int16 eHOri = rHori.GetHoriOrient(); in TableOrientation() local
2216 switch (eHOri) in TableOrientation()
2224 m_rWW8Export.InsUInt16( text::HoriOrientation::RIGHT == eHOri ? 2 : 1 ); in TableOrientation()
2321 sal_Int16 eHOri = rHori.GetHoriOrient(); in TableDefinition() local
2322 switch ( eHOri ) in TableDefinition()
H A Dwrtw8nds.cxx2469 sal_Int16 eHOri = rHori.GetHoriOrient();
2470 switch (eHOri)
2478 SwWW8Writer::InsUInt16( rAt, (text::HoriOrientation::RIGHT == eHOri ? 2 : 1 ));
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx1043 const sal_Int16 eHOri = nAlign; in FillItemSet() local
1046 aHoriOrient.SetHoriOrient( eHOri ); in FillItemSet()
1053 if ( eHOri == text::HoriOrientation::NONE && in FillItemSet()
1054 (bNew || (bAtHorzPosModified || bMod) || nOldH != eHOri ) ) in FillItemSet()

Completed in 71 milliseconds