Searched refs:rUnderline (Results 1 – 7 of 7) sorted by relevance
1355 const SfxPoolItem& rUnderline = pSet->Get( ATTR_FONT_UNDERLINE ); in ExecuteTextAttr() local1357 if( rUnderline.ISA(SvxUnderlineItem) ) in ExecuteTextAttr()1359 pTabViewShell->ApplyAttr( rUnderline ); in ExecuteTextAttr()1360 pNewSet->Put( rUnderline,rUnderline.Which() ); in ExecuteTextAttr()1362 else if ( rUnderline.ISA(SvxTextLineItem) ) in ExecuteTextAttr()1365 … const SvxTextLineItem& rTextLineItem = static_cast<const SvxTextLineItem&>(rUnderline); in ExecuteTextAttr()
167 void SetUnderline( const SvxUnderlineItem& rUnderline ) { aUnderline = rUnderline; } in SetUnderline() argument
294 virtual void CharUnderline( const SvxUnderlineItem& rUnderline );
360 virtual void CharUnderline( const SvxUnderlineItem& rUnderline );
1254 void WW8AttributeOutput::CharUnderline( const SvxUnderlineItem& rUnderline ) in CharUnderline() argument1272 switch ( rUnderline.GetLineStyle() ) in CharUnderline()1327 ASSERT( rUnderline.GetLineStyle() == UNDERLINE_NONE, "Unhandled underline type" ); in CharUnderline()1332 Color aColor = rUnderline.GetColor(); in CharUnderline()
2193 void RtfAttributeOutput::CharUnderline( const SvxUnderlineItem& rUnderline ) in CharUnderline() argument2202 switch(rUnderline.GetLineStyle() ) in CharUnderline()2265 m_aStyles.append( (sal_Int32)m_rExport.GetColor(rUnderline.GetColor()) ); in CharUnderline()
2355 void DocxAttributeOutput::CharUnderline( const SvxUnderlineItem& rUnderline ) in CharUnderline() argument2359 switch ( rUnderline.GetLineStyle() ) in CharUnderline()
Completed in 90 milliseconds