Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/table/
H A Dtablertfexporter.cxx200 const SvxUnderlineItem& rUnderlineItem = rCellSet.Get( EE_CHAR_UNDERLINE ); in WriteCell() local
224 if ( rUnderlineItem.GetLineStyle() != LINESTYLE_NONE ) in WriteCell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/table/
H A Dtablertfexporter.cxx205 const SvxUnderlineItem& rUnderlineItem = rCellSet.Get( EE_CHAR_UNDERLINE ); in WriteCell() local
229 if ( rUnderlineItem.GetLineStyle() != LINESTYLE_NONE ) in WriteCell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/rtf/
H A Drtfexp.cxx191 const SvxUnderlineItem& rUnderlineItem = pAttr->GetItem( ATTR_FONT_UNDERLINE ); in WriteCell() local
219 if ( rUnderlineItem.GetLineStyle() != LINESTYLE_NONE ) in WriteCell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/rtf/
H A Drtfexp.cxx191 const SvxUnderlineItem& rUnderlineItem = pAttr->GetItem( ATTR_FONT_UNDERLINE ); in WriteCell() local
219 if ( rUnderlineItem.GetLineStyle() != LINESTYLE_NONE ) in WriteCell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/propctrlr/
H A Dfontdialog.cxx359 const SvxUnderlineItem& rUnderlineItem = in translateItemsToProperties() local
362 sal_Int16 nUnderline = static_cast<sal_Int16>(rUnderlineItem.GetLineStyle()); in translateItemsToProperties()
366 Color nColor = rUnderlineItem.GetColor(); in translateItemsToProperties()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/propctrlr/
H A Dfontdialog.cxx358 const SvxUnderlineItem& rUnderlineItem = in translateItemsToProperties() local
361 sal_Int16 nUnderline = static_cast<sal_Int16>(rUnderlineItem.GetLineStyle()); in translateItemsToProperties()
365 Color nColor = rUnderlineItem.GetColor(); in translateItemsToProperties()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/html/
H A Dhtmlexp.cxx957 const SvxUnderlineItem& rUnderlineItem = in WriteCell() local
983 bool bUnderline = ( LINESTYLE_NONE != rUnderlineItem.GetLineStyle() ); in WriteCell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/html/
H A Dhtmlexp.cxx1007 const SvxUnderlineItem& rUnderlineItem = in WriteCell() local
1033 bool bUnderline = ( LINESTYLE_NONE != rUnderlineItem.GetLineStyle() ); in WriteCell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunostyle.cxx4952 SvxUnderlineItem rUnderlineItem = m_pBoxAutoFormat->GetUnderline(); in setPropertyValue() local
4953 rUnderlineItem.PutValue(aValue, pEntry->nMemberId); in setPropertyValue()
4954 m_pBoxAutoFormat->SetUnderline(rUnderlineItem); in setPropertyValue()
5129 const SvxUnderlineItem& rUnderlineItem = m_pBoxAutoFormat->GetUnderline(); in getPropertyValue() local
5130 rUnderlineItem.QueryValue(aRet, pEntry->nMemberId); in getPropertyValue()
5487 SvxUnderlineItem rUnderlineItem = m_pBoxAutoFormat->GetUnderline(); in setPropertyToDefault() local
5489 rUnderlineItem.PutValue(aAny, pEntry->nMemberId); in setPropertyToDefault()
5490 m_pBoxAutoFormat->SetUnderline(rUnderlineItem); in setPropertyToDefault()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunostyle.cxx4926 SvxUnderlineItem rUnderlineItem = m_pBoxAutoFormat->GetUnderline(); in setPropertyValue() local
4927 rUnderlineItem.PutValue(aValue, pEntry->nMemberId); in setPropertyValue()
4928 m_pBoxAutoFormat->SetUnderline(rUnderlineItem); in setPropertyValue()
5103 const SvxUnderlineItem& rUnderlineItem = m_pBoxAutoFormat->GetUnderline(); in getPropertyValue() local
5104 rUnderlineItem.QueryValue(aRet, pEntry->nMemberId); in getPropertyValue()
5460 SvxUnderlineItem rUnderlineItem = m_pBoxAutoFormat->GetUnderline(); in setPropertyToDefault() local
5462 rUnderlineItem.PutValue(aAny, pEntry->nMemberId); in setPropertyToDefault()
5463 m_pBoxAutoFormat->SetUnderline(rUnderlineItem); in setPropertyToDefault()