Home
last modified time | relevance | path

Searched refs:RES_CHRATR_UNDERLINE (Results 1 – 25 of 70) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Dtxtattr.cxx160 SvxUnderlineItem aUnderline(LINESTYLE_NONE, RES_CHRATR_UNDERLINE ); in ExecCharAttr()
171 FontLineStyle eOld = aSet.Get(RES_CHRATR_UNDERLINE).GetLineStyle(); in ExecCharAttr()
187 SvxUnderlineItem aUnderline(eNew, RES_CHRATR_UNDERLINE ); in ExecCharAttr()
707 eState = aCoreSet.GetItemState(RES_CHRATR_UNDERLINE); in GetAttrState()
710 FontLineStyle eLineStyle = aCoreSet.Get(RES_CHRATR_UNDERLINE).GetLineStyle(); in GetAttrState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Dtxtattr.cxx167 SvxUnderlineItem aUnderline(LINESTYLE_NONE, RES_CHRATR_UNDERLINE ); in ExecCharAttr()
178 FontLineStyle eOld = aSet.Get(RES_CHRATR_UNDERLINE).GetLineStyle(); in ExecCharAttr()
194 SvxUnderlineItem aUnderline(eNew, RES_CHRATR_UNDERLINE ); in ExecCharAttr()
714 eState = aCoreSet.GetItemState(RES_CHRATR_UNDERLINE); in GetAttrState()
717 FontLineStyle eLineStyle = aCoreSet.Get(RES_CHRATR_UNDERLINE).GetLineStyle(); in GetAttrState()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/uibase/dochdl/
H A Ddochdl.cxx67 aSet.Put(SvxUnderlineItem(LINESTYLE_SINGLE, RES_CHRATR_UNDERLINE)); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Datrstck.cxx609 case RES_CHRATR_UNDERLINE : in FontChg()
621 rFnt.SetUnderline( rItem.StaticWhichCast(RES_CHRATR_UNDERLINE).GetLineStyle() ); in FontChg()
622 rFnt.SetUnderColor( rItem.StaticWhichCast(RES_CHRATR_UNDERLINE).GetColor() ); in FontChg()
733 ActivateTop( rFnt, RES_CHRATR_UNDERLINE ); in FontChg()
H A Ditrpaint.cxx548 RES_CHRATR_UNDERLINE, true, &pItem)) in CheckSpecialUnderline()
565 CharFormat::GetItem(*pTextAttr, RES_CHRATR_UNDERLINE); in CheckSpecialUnderline()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dcharatr.hxx72 { return Get( RES_CHRATR_UNDERLINE,bInP); } in GetUnderline()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dcharatr.hxx73 { return Get( RES_CHRATR_UNDERLINE,bInP); } in GetUnderline()
H A Dhintids.hxx83 #define RES_CHRATR_UNDERLINE TypedWhichId<SvxUnderlineItem>(14) macro
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunomapproperties.hxx133 …{ u"" UNO_NAME_CHAR_UNDERLINE, RES_CHRATR_UNDERLINE, cppu::UnoType<s…
134 …{ u"" UNO_NAME_CHAR_UNDERLINE_COLOR, RES_CHRATR_UNDERLINE, cppu::UnoType<s…
135 …{ u"" UNO_NAME_CHAR_UNDERLINE_HAS_COLOR, RES_CHRATR_UNDERLINE, cppu::UnoType<b…
377 …{ u"" UNO_NAME_CHAR_UNDERLINE, RES_CHRATR_UNDERLINE , cppu::UnoType<sal_Int16>::get(), PROPE…
378 …{ u"" UNO_NAME_CHAR_UNDERLINE_COLOR, RES_CHRATR_UNDERLINE , cppu::UnoType<sal_Int32>::get(), …
379 …{ u"" UNO_NAME_CHAR_UNDERLINE_HAS_COLOR, RES_CHRATR_UNDERLINE , cppu::UnoType<bool>::get(), …
481 …{ u"" UNO_NAME_CHAR_UNDERLINE_COLOR, RES_CHRATR_UNDERLINE , cppu::UnoType<sal_Int32>::get(), …
484 …{ u"" UNO_NAME_CHAR_UNDERLINE, RES_CHRATR_UNDERLINE , cppu::UnoType<sal_Int16>::get(), …
H A Dunomap1.cxx201 …{ u"" UNO_NAME_CHAR_UNDERLINE, RES_CHRATR_UNDERLINE , cppu::UnoType<sal_Int16>::get(), PROPE… in GetCharStylePropertyMap()
202 …{ u"" UNO_NAME_CHAR_UNDERLINE_COLOR, RES_CHRATR_UNDERLINE , cppu::UnoType<sal_Int32>::get(), … in GetCharStylePropertyMap()
203 …{ u"" UNO_NAME_CHAR_UNDERLINE_HAS_COLOR, RES_CHRATR_UNDERLINE , cppu::UnoType<bool>::get(), … in GetCharStylePropertyMap()
263 …{ u"" UNO_NAME_CHAR_UNDERLINE, RES_CHRATR_UNDERLINE , cppu::UnoType<sal_Int16>::get(), PROPE… in GetAutoCharStylePropertyMap()
264 …{ u"" UNO_NAME_CHAR_UNDERLINE_COLOR, RES_CHRATR_UNDERLINE , cppu::UnoType<sal_Int32>::get(), … in GetAutoCharStylePropertyMap()
265 …{ u"" UNO_NAME_CHAR_UNDERLINE_HAS_COLOR, RES_CHRATR_UNDERLINE , cppu::UnoType<bool>::get(), … in GetAutoCharStylePropertyMap()
H A Dunosrch.cxx216 case RES_CHRATR_UNDERLINE: in FillItemSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunomapproperties.hxx131 …{ OUString(UNO_NAME_CHAR_UNDERLINE), RES_CHRATR_UNDERLINE, cppu::Uno…
132 …{ OUString(UNO_NAME_CHAR_UNDERLINE_COLOR), RES_CHRATR_UNDERLINE, cppu::Uno…
133 …{ OUString(UNO_NAME_CHAR_UNDERLINE_HAS_COLOR), RES_CHRATR_UNDERLINE, cppu::Uno…
374 …{ OUString(UNO_NAME_CHAR_UNDERLINE), RES_CHRATR_UNDERLINE , cppu::UnoType<sal_Int16>::get(), …
375 …{ OUString(UNO_NAME_CHAR_UNDERLINE_COLOR), RES_CHRATR_UNDERLINE , cppu::UnoType<sal_Int32>::get()…
376 …{ OUString(UNO_NAME_CHAR_UNDERLINE_HAS_COLOR), RES_CHRATR_UNDERLINE , cppu::UnoType<bool>::get(),…
477 …{ OUString(UNO_NAME_CHAR_UNDERLINE_COLOR), RES_CHRATR_UNDERLINE , cppu::UnoType<sal_Int32>::get()…
480 …{ OUString(UNO_NAME_CHAR_UNDERLINE), RES_CHRATR_UNDERLINE , cppu::UnoType<sal_Int16>::get(), …
H A Dunomap1.cxx243 …{ OUString(UNO_NAME_CHAR_UNDERLINE), RES_CHRATR_UNDERLINE , cppu::UnoType<sal_Int16>::get(), … in GetCharStylePropertyMap()
244 …{ OUString(UNO_NAME_CHAR_UNDERLINE_COLOR), RES_CHRATR_UNDERLINE , cppu::UnoType<sal_Int32>::get()… in GetCharStylePropertyMap()
245 …{ OUString(UNO_NAME_CHAR_UNDERLINE_HAS_COLOR), RES_CHRATR_UNDERLINE , cppu::UnoType<bool>::get(),… in GetCharStylePropertyMap()
304 …{ OUString(UNO_NAME_CHAR_UNDERLINE), RES_CHRATR_UNDERLINE , cppu::UnoType<sal_Int16>::get(), … in GetAutoCharStylePropertyMap()
305 …{ OUString(UNO_NAME_CHAR_UNDERLINE_COLOR), RES_CHRATR_UNDERLINE , cppu::UnoType<sal_Int32>::get()… in GetAutoCharStylePropertyMap()
306 …{ OUString(UNO_NAME_CHAR_UNDERLINE_HAS_COLOR), RES_CHRATR_UNDERLINE , cppu::UnoType<bool>::get(),… in GetAutoCharStylePropertyMap()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmldrawreader.cxx232 case RES_CHRATR_UNDERLINE: nEEWhich = EE_CHAR_UNDERLINE; break; in PutEEPoolItem()
411 RES_CHRATR_POSTURE, RES_CHRATR_UNDERLINE, RES_CHRATR_WEIGHT, in NewMarquee()
H A Dhtmldrawwriter.cxx107 case EE_CHAR_UNDERLINE: nSwWhich = RES_CHRATR_UNDERLINE; break; in GetEEAttrsFromDrwObj()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmldrawreader.cxx225 case RES_CHRATR_UNDERLINE: nEEWhich = EE_CHAR_UNDERLINE; break; in PutEEPoolItem()
404 RES_CHRATR_POSTURE, RES_CHRATR_UNDERLINE, RES_CHRATR_WEIGHT, in NewMarquee()
H A Dhtmldrawwriter.cxx94 case EE_CHAR_UNDERLINE: nSwWhich = RES_CHRATR_UNDERLINE; break; in GetEEAttrsFromDrwObj()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Ditrpaint.cxx537 RES_CHRATR_UNDERLINE, true, &pItem)) in CheckSpecialUnderline()
554 CharFormat::GetItem(*pTextAttr, RES_CHRATR_UNDERLINE); in CheckSpecialUnderline()
H A Datrstck.cxx612 case RES_CHRATR_UNDERLINE : in FontChg()
735 ActivateTop( rFnt, RES_CHRATR_UNDERLINE ); in FontChg()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/bastyp/
H A Dinit.cxx476 …aAttrTab[ RES_CHRATR_UNDERLINE- POOLATTR_BEGIN ] = new SvxUnderlineItem( LINESTYLE_NONE, RES_… in InitCore()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/bastyp/
H A Dinit.cxx473 …aAttrTab[ RES_CHRATR_UNDERLINE- POOLATTR_BEGIN ] = new SvxUnderlineItem( LINESTYLE_NONE, RES_… in InitCore()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A DDocumentStylePoolManager.cxx1516 aSet.Put( SvxUnderlineItem( LINESTYLE_SINGLE, RES_CHRATR_UNDERLINE ) ); in GetFormatFromPool()
1526 aSet.Put( SvxUnderlineItem( LINESTYLE_SINGLE, RES_CHRATR_UNDERLINE ) ); in GetFormatFromPool()
1535 aSet.Put( SvxUnderlineItem( LINESTYLE_DOTTED, RES_CHRATR_UNDERLINE ) ); in GetFormatFromPool()
1544 aSet.Put(SvxUnderlineItem( LINESTYLE_NONE, RES_CHRATR_UNDERLINE )); in GetFormatFromPool()
H A Dtblafmt.cxx243 m_aUnderline = std::make_unique<SvxUnderlineItem>(LINESTYLE_NONE, RES_CHRATR_UNDERLINE ); in SwBoxAutoFormat()
525 pFormat->SetUnderline( rSet.Get( RES_CHRATR_UNDERLINE ) ); in UpdateFromSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dtblafmt.cxx241 m_aUnderline = std::make_unique<SvxUnderlineItem>(LINESTYLE_NONE, RES_CHRATR_UNDERLINE ); in SwBoxAutoFormat()
519 pFormat->SetUnderline( rSet.Get( RES_CHRATR_UNDERLINE ) ); in UpdateFromSet()
H A DDocumentStylePoolManager.cxx1558 aSet.Put( SvxUnderlineItem( LINESTYLE_SINGLE, RES_CHRATR_UNDERLINE ) ); in GetFormatFromPool()
1568 aSet.Put( SvxUnderlineItem( LINESTYLE_SINGLE, RES_CHRATR_UNDERLINE ) ); in GetFormatFromPool()
1577 aSet.Put( SvxUnderlineItem( LINESTYLE_DOTTED, RES_CHRATR_UNDERLINE ) ); in GetFormatFromPool()
1586 aSet.Put(SvxUnderlineItem( LINESTYLE_NONE, RES_CHRATR_UNDERLINE )); in GetFormatFromPool()

123