Searched refs:rUnderlineItem (Results 1 – 4 of 4) sorted by relevance
239 …const SvxUnderlineItem& rUnderlineItem = (const SvxUnderlineItem&) rCellSet.Get( EE_CHAR_UNDERLIN… in WriteCell() local263 if ( rUnderlineItem.GetLineStyle() != UNDERLINE_NONE ) in WriteCell()
257 …const SvxUnderlineItem& rUnderlineItem = (const SvxUnderlineItem&) pAttr->GetItem( ATTR_FONT_UNDE… in WriteCell() local285 if ( rUnderlineItem.GetLineStyle() != UNDERLINE_NONE ) in WriteCell()
385 const SvxUnderlineItem& rUnderlineItem = in translateItemsToProperties() local388 sal_Int16 nUnderline = (sal_Int16)rUnderlineItem.GetLineStyle(); in translateItemsToProperties()392 sal_Int32 nColor = rUnderlineItem.GetColor().GetColor(); in translateItemsToProperties()
938 const SvxUnderlineItem& rUnderlineItem = (const SvxUnderlineItem&) in WriteCell() local961 sal_Bool bUnderline = ( UNDERLINE_NONE != rUnderlineItem.GetLineStyle() ); in WriteCell()
Completed in 22 milliseconds