Searched refs:rHyphenZone (Results 1 – 3 of 3) sorted by relevance
2674 void RtfAttributeOutput::ParaHyphenZone( const SvxHyphenZoneItem& rHyphenZone ) in ParaHyphenZone() argument2678 sal_Int32 nFlags = rHyphenZone.IsHyphen() ? 1 : 0; in ParaHyphenZone()2679 if( rHyphenZone.IsPageEnd() ) in ParaHyphenZone()2686 m_aStyles.append((sal_Int32)rHyphenZone.GetMinLead()); in ParaHyphenZone()2688 m_aStyles.append((sal_Int32)rHyphenZone.GetMinTrail()); in ParaHyphenZone()2690 m_aStyles.append((sal_Int32)rHyphenZone.GetMaxHyphens()); in ParaHyphenZone()
2901 void DocxAttributeOutput::ParaHyphenZone( const SvxHyphenZoneItem& rHyphenZone ) in ParaHyphenZone() argument2904 FSNS( XML_w, XML_val ), rHyphenZone.IsHyphen( ) ? "false" : "true" , in ParaHyphenZone()
3054 void WW8AttributeOutput::ParaHyphenZone( const SvxHyphenZoneItem& rHyphenZone ) in ParaHyphenZone() argument3062 m_rWW8Export.pO->Insert( rHyphenZone.IsHyphen() ? 0 : 1, m_rWW8Export.pO->Count() ); in ParaHyphenZone()
Completed in 64 milliseconds