Home
last modified time | relevance | path

Searched refs:rUnderlineItem (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svx/source/table/
H A Dtablertfexporter.cxx239 …const SvxUnderlineItem& rUnderlineItem = (const SvxUnderlineItem&) rCellSet.Get( EE_CHAR_UNDERLIN… in WriteCell() local
263 if ( rUnderlineItem.GetLineStyle() != UNDERLINE_NONE ) in WriteCell()
/trunk/main/sc/source/filter/rtf/
H A Drtfexp.cxx257 …const SvxUnderlineItem& rUnderlineItem = (const SvxUnderlineItem&) pAttr->GetItem( ATTR_FONT_UNDE… in WriteCell() local
285 if ( rUnderlineItem.GetLineStyle() != UNDERLINE_NONE ) in WriteCell()
/trunk/main/extensions/source/propctrlr/
H A Dfontdialog.cxx385 const SvxUnderlineItem& rUnderlineItem = in translateItemsToProperties() local
388 sal_Int16 nUnderline = (sal_Int16)rUnderlineItem.GetLineStyle(); in translateItemsToProperties()
392 sal_Int32 nColor = rUnderlineItem.GetColor().GetColor(); in translateItemsToProperties()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx938 const SvxUnderlineItem& rUnderlineItem = (const SvxUnderlineItem&) in WriteCell() local
961 sal_Bool bUnderline = ( UNDERLINE_NONE != rUnderlineItem.GetLineStyle() ); in WriteCell()

Completed in 28 milliseconds