Home
last modified time | relevance | path

Searched refs:rHyphenZone (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx2666 void RtfAttributeOutput::ParaHyphenZone( const SvxHyphenZoneItem& rHyphenZone ) in ParaHyphenZone() argument
2670 sal_Int32 nFlags = rHyphenZone.IsHyphen() ? 1 : 0; in ParaHyphenZone()
2671 if( rHyphenZone.IsPageEnd() ) in ParaHyphenZone()
2678 m_aStyles.append((sal_Int32)rHyphenZone.GetMinLead()); in ParaHyphenZone()
2680 m_aStyles.append((sal_Int32)rHyphenZone.GetMinTrail()); in ParaHyphenZone()
2682 m_aStyles.append((sal_Int32)rHyphenZone.GetMaxHyphens()); in ParaHyphenZone()
H A Ddocxattributeoutput.cxx2901 void DocxAttributeOutput::ParaHyphenZone( const SvxHyphenZoneItem& rHyphenZone ) in ParaHyphenZone() argument
2904 FSNS( XML_w, XML_val ), rHyphenZone.IsHyphen( ) ? "false" : "true" , in ParaHyphenZone()
H A Dww8atr.cxx3054 void WW8AttributeOutput::ParaHyphenZone( const SvxHyphenZoneItem& rHyphenZone ) in ParaHyphenZone() argument
3062 m_rWW8Export.pO->Insert( rHyphenZone.IsHyphen() ? 0 : 1, m_rWW8Export.pO->Count() ); in ParaHyphenZone()

Completed in 67 milliseconds