Home
last modified time | relevance | path

Searched refs:rUnderline (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dformatsh.cxx1355 const SfxPoolItem& rUnderline = pSet->Get( ATTR_FONT_UNDERLINE ); in ExecuteTextAttr() local
1357 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()
/trunk/main/sc/inc/
H A Dautoform.hxx167 void SetUnderline( const SvxUnderlineItem& rUnderline ) { aUnderline = rUnderline; } in SetUnderline() argument
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.hxx294 virtual void CharUnderline( const SvxUnderlineItem& rUnderline );
H A Ddocxattributeoutput.hxx360 virtual void CharUnderline( const SvxUnderlineItem& rUnderline );
H A Dww8atr.cxx1254 void WW8AttributeOutput::CharUnderline( const SvxUnderlineItem& rUnderline ) in CharUnderline() argument
1272 switch ( rUnderline.GetLineStyle() ) in CharUnderline()
1327 ASSERT( rUnderline.GetLineStyle() == UNDERLINE_NONE, "Unhandled underline type" ); in CharUnderline()
1332 Color aColor = rUnderline.GetColor(); in CharUnderline()
H A Drtfattributeoutput.cxx2193 void RtfAttributeOutput::CharUnderline( const SvxUnderlineItem& rUnderline ) in CharUnderline() argument
2202 switch(rUnderline.GetLineStyle() ) in CharUnderline()
2265 m_aStyles.append( (sal_Int32)m_rExport.GetColor(rUnderline.GetColor()) ); in CharUnderline()
H A Ddocxattributeoutput.cxx2355 void DocxAttributeOutput::CharUnderline( const SvxUnderlineItem& rUnderline ) in CharUnderline() argument
2359 switch ( rUnderline.GetLineStyle() ) in CharUnderline()

Completed in 87 milliseconds