Searched refs:rFlyVert (Results 1 – 2 of 2) sorted by relevance
2946 void RtfAttributeOutput::FormatVertOrientation( const SwFmtVertOrient& rFlyVert ) in FormatVertOrientation() argument2954 switch (rFlyVert.GetVertOrient()) in FormatVertOrientation()2970 m_aRunText.getOStringBuffer().append((sal_Int32)rFlyVert.GetPos()); in FormatVertOrientation()2978 …RTFVertOrient aVO( static_cast< sal_uInt16 >(rFlyVert.GetVertOrient()), static_cast< sal_uInt16 >(… in FormatVertOrientation()
3981 void WW8AttributeOutput::FormatVertOrientation( const SwFmtVertOrient& rFlyVert ) in FormatVertOrientation() argument3988 switch( rFlyVert.GetVertOrient() ) in FormatVertOrientation()3991 nPos = (short)rFlyVert.GetPos(); in FormatVertOrientation()
Completed in 134 milliseconds