Home
last modified time | relevance | path

Searched refs:SvxUnderlineItem (Results 1 – 25 of 87) sorted by relevance

1234

/aoo41x/main/reportdesign/source/ui/misc/
H A DUITools.cxx344 SvxUnderlineItem aUnderLineItem(aFont.GetUnderline(),ITEMID_UNDERLINE); in lcl_CharPropertiesToItems()
431 …M_SET == _rItemSet.GetItemState( ITEMID_UNDERLINE,sal_True,&pItem) && pItem->ISA(SvxUnderlineItem)) in lcl_initAwtFont()
433 const SvxUnderlineItem* pFontItem = static_cast<const SvxUnderlineItem*>(pItem); in lcl_initAwtFont()
470 …M_SET == _rItemSet.GetItemState( ITEMID_UNDERLINE,sal_True,&pItem) && pItem->ISA(SvxUnderlineItem)) in lcl_itemsToCharProperties()
472 const SvxUnderlineItem* pFontItem = static_cast<const SvxUnderlineItem*>(pItem); in lcl_itemsToCharProperties()
670 new SvxUnderlineItem(UNDERLINE_NONE,ITEMID_UNDERLINE), in openCharDialog()
/aoo41x/main/sw/inc/
H A Dtblafmt.hxx88 SvxUnderlineItem aUnderline;
136 const SvxUnderlineItem &GetUnderline() const { return aUnderline; } in GetUnderline()
163 void SetUnderline( const SvxUnderlineItem& rNew ) { aUnderline = rNew; } in SetUnderline()
H A Dcharatr.hxx57 inline const SvxUnderlineItem &SwAttrSet::GetUnderline(sal_Bool bInP) const in GetUnderline()
58 { return (const SvxUnderlineItem&)Get( RES_CHRATR_UNDERLINE,bInP); } in GetUnderline()
129 inline const SvxUnderlineItem &SwFmt::GetUnderline(sal_Bool bInP) const in GetUnderline()
H A Dswatrset.hxx43 class SvxUnderlineItem;
232 inline const SvxUnderlineItem &GetUnderline( sal_Bool = sal_True ) const;
/aoo41x/main/sc/inc/
H A Dautoform.hxx90 SvxUnderlineItem aUnderline;
135 const SvxUnderlineItem& GetUnderline() const { return aUnderline; } in GetUnderline()
167 void SetUnderline( const SvxUnderlineItem& rUnderline ) { aUnderline = rUnderline; } in SetUnderline()
/aoo41x/main/sw/source/filter/ww1/
H A Dw1filter.cxx1102 rOut << SvxUnderlineItem(UNDERLINE_NONE, RES_CHRATR_UNDERLINE) << in Out()
1107 rOut << SvxUnderlineItem(UNDERLINE_SINGLE, RES_CHRATR_UNDERLINE); in Out()
1110 rOut << SvxUnderlineItem(UNDERLINE_SINGLE, RES_CHRATR_UNDERLINE) << in Out()
1114 rOut << SvxUnderlineItem(UNDERLINE_DOUBLE, RES_CHRATR_UNDERLINE); in Out()
1117 rOut << SvxUnderlineItem(UNDERLINE_DOTTED, RES_CHRATR_UNDERLINE); in Out()
1585 rOut << SvxUnderlineItem(UNDERLINE_SINGLE, RES_CHRATR_UNDERLINE); in OutDefaults()
1595 rOut << SvxUnderlineItem(UNDERLINE_SINGLE, RES_CHRATR_UNDERLINE); in OutDefaults()
1612 rOut << SvxUnderlineItem(UNDERLINE_SINGLE, RES_CHRATR_UNDERLINE); in OutDefaults()
/aoo41x/main/extensions/source/propctrlr/
H A Dfontdialog.cxx257 SvxUnderlineItem aUnderlineItem(eUnderline,CFID_UNDERLINE); in translatePropertiesToItems()
385 const SvxUnderlineItem& rUnderlineItem = in translateItemsToProperties()
386 static_cast<const SvxUnderlineItem&>(_rSet.Get(CFID_UNDERLINE)); in translateItemsToProperties()
517 *pCounter++ = new SvxUnderlineItem(aDefaultVCLFont.GetUnderline(), CFID_UNDERLINE); in createItemSet()
/aoo41x/main/sc/source/core/data/
H A Dpatattr.cxx295 eUnder = (FontUnderline)((const SvxUnderlineItem*)pItem)->GetValue(); in GetFont()
342 eUnder = (FontUnderline)((const SvxUnderlineItem&) in GetFont()
510 SvxUnderlineItem aUnderlineItem(UNDERLINE_NONE, EE_CHAR_UNDERLINE); in FillToEditItemSet()
576 aUnderlineItem = *(const SvxUnderlineItem*)pItem; in FillToEditItemSet()
651 aUnderlineItem = (const SvxUnderlineItem&) rSrcSet.Get( ATTR_FONT_UNDERLINE ); in FillToEditItemSet()
776 …rDestSet.Put( SvxUnderlineItem(UNDERLINE_NONE,ATTR_FONT_UNDERLINE) = *(const SvxUnderlineItem*)pIt… in GetFromEditItemSet()
/aoo41x/main/editeng/inc/editeng/
H A Dudlnitem.hxx99 class EDITENG_DLLPUBLIC SvxUnderlineItem : public SvxTextLineItem class
104 SvxUnderlineItem( const FontUnderline eSt,
/aoo41x/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx625 SvxUnderlineItem aLineItem(meUnderline, SID_ATTR_CHAR_UNDERLINE); in IMPL_LINK()
632 SvxUnderlineItem aLineItem(meUnderline, SID_ATTR_CHAR_UNDERLINE); in IMPL_LINK()
1002 if(pState->ISA(SvxUnderlineItem)) in NotifyItemUpdate()
1004 const SvxUnderlineItem* pItem = (const SvxUnderlineItem*)pState; in NotifyItemUpdate()
/aoo41x/main/editeng/source/items/
H A Dtextitem.cxx136 TYPEINIT1_FACTORY(SvxUnderlineItem, SfxEnumItem, new SvxUnderlineItem(UNDERLINE_NONE, 0));
1512 SvxUnderlineItem::SvxUnderlineItem( const FontUnderline eSt, const sal_uInt16 nId ) in SvxUnderlineItem() function in SvxUnderlineItem
1519 SfxPoolItem* SvxUnderlineItem::Clone( SfxItemPool * ) const in Clone()
1521 SvxUnderlineItem* pNew = new SvxUnderlineItem( *this ); in Clone()
1528 SfxPoolItem* SvxUnderlineItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
1532 return new SvxUnderlineItem( (FontUnderline)nState, Which() ); in Create()
1537 XubString SvxUnderlineItem::GetValueTextByPos( sal_uInt16 nPos ) const in GetValueTextByPos()
/aoo41x/main/editeng/source/editeng/
H A Deditattr.cxx142 EditCharAttribUnderline::EditCharAttribUnderline( const SvxUnderlineItem& rAttr, sal_uInt16 _nStart… in EditCharAttribUnderline()
150 rFont.SetUnderline( (FontUnderline)((const SvxUnderlineItem*)GetItem())->GetValue() ); in SetFont()
152 pOutDev->SetTextLineColor( ((const SvxUnderlineItem*)GetItem())->GetColor() ); in SetFont()
H A Deditattr.hxx37 class SvxUnderlineItem;
249 EditCharAttribUnderline( const SvxUnderlineItem& rAttr, sal_uInt16 nStart, sal_uInt16 nEnd );
/aoo41x/main/chart2/source/controller/itemsetwrapper/
H A DCharacterPropertyItemConverter.cxx162 SvxUnderlineItem aItem(UNDERLINE_NONE, EE_CHAR_UNDERLINE); in FillSpecialItem()
397 const SvxUnderlineItem & rItem = in ApplySpecialItem()
398 static_cast< const SvxUnderlineItem & >( in ApplySpecialItem()
/aoo41x/main/sd/source/ui/func/
H A Dbulmaper.cxx160 const SvxUnderlineItem& rUItem = (SvxUnderlineItem&)rSet.Get(GetWhich(SID_ATTR_CHAR_UNDERLINE)); in MapFontsInNumRule()
/aoo41x/main/sc/source/ui/view/
H A Dformatsh.cxx1357 if( rUnderline.ISA(SvxUnderlineItem) ) in ExecuteTextAttr()
1366SvxUnderlineItem aNewItem( rTextLineItem.GetLineStyle(), rTextLineItem.Which() ); in ExecuteTextAttr()
1374 SvxUnderlineItem aUnderline( (const SvxUnderlineItem&) in ExecuteTextAttr()
1388 pTabViewShell->ApplyAttr( SvxUnderlineItem( UNDERLINE_NONE, ATTR_FONT_UNDERLINE ) ); in ExecuteTextAttr()
1394 FontUnderline eOld = ((const SvxUnderlineItem&) in ExecuteTextAttr()
1409 pTabViewShell->ApplyAttr( SvxUnderlineItem( eNew, ATTR_FONT_UNDERLINE ) ); in ExecuteTextAttr()
2109 FontUnderline eUnderline = ((const SvxUnderlineItem&) in GetTextAttrState()
H A Deditsh.cxx920 aSet.Put( SvxUnderlineItem( UNDERLINE_NONE, EE_CHAR_UNDERLINE ) ); in ExecuteAttr()
929 FontUnderline eOld = ((const SvxUnderlineItem&) pEditView-> in ExecuteAttr()
955 aSet.Put( SvxUnderlineItem( eNew, EE_CHAR_UNDERLINE ) ); in ExecuteAttr()
1094 FontUnderline eUnderline = ((const SvxUnderlineItem&) in GetAttrState()
/aoo41x/main/editeng/source/rtf/
H A Drtfitem.cxx833 pSet->Put( SvxUnderlineItem( eUnderline, PLAINID->nUnderline )); in ReadAttr()
840 SvxUnderlineItem aUL( UNDERLINE_SINGLE, PLAINID->nUnderline ); in ReadAttr()
847 ((SvxUnderlineItem*)pItem)->GetLineStyle() ) in ReadAttr()
849 aUL = *(SvxUnderlineItem*)pItem; in ReadAttr()
852 aUL = (const SvxUnderlineItem&)pSet->Get( PLAINID->nUnderline, sal_False ); in ReadAttr()
/aoo41x/main/svx/source/table/
H A Dtablertfexporter.cxx239 …const SvxUnderlineItem& rUnderlineItem = (const SvxUnderlineItem&) rCellSet.Get( EE_CHAR_UNDERLIN… in WriteCell()
/aoo41x/main/sc/source/filter/rtf/
H A Drtfexp.cxx257 …const SvxUnderlineItem& rUnderlineItem = (const SvxUnderlineItem&) pAttr->GetItem( ATTR_FONT_UNDE… in WriteCell()
/aoo41x/main/sc/source/core/tool/
H A Dautoform.cxx199 …rStream << SvxUnderlineItem(UNDERLINE_NONE, ATTR_FONT_UNDERLINE).GetVersion(SOFFICE_FILEFORMAT_40); in Write()
332 READ( aUnderline, SvxUnderlineItem, rVersions.nUnderlineVersion) in Load()
406 READ( aUnderline, SvxUnderlineItem, rVersions.nUnderlineVersion) in LoadOld()
589 case ATTR_FONT_UNDERLINE: rField.SetUnderline( (const SvxUnderlineItem&)rItem ); break; in PutItem()
772 rField.SetUnderline ( (const SvxUnderlineItem&) rItemSet.Get( ATTR_FONT_UNDERLINE ) ); in GetFromItemSet()
/aoo41x/main/sw/source/ui/shells/
H A Dtxtattr.cxx164 FontUnderline eUnderline = ((const SvxUnderlineItem&) in ExecCharAttr()
180 SvxUnderlineItem aUnderline(eUnderline, RES_CHRATR_UNDERLINE ); in ExecCharAttr()
738 FontUnderline eUnderline = ((const SvxUnderlineItem&) in GetAttrState()
/aoo41x/main/sw/source/filter/ww8/
H A Dattributeoutputbase.hxx52 class SvxUnderlineItem;
373 virtual void CharUnderline( const SvxUnderlineItem& ) = 0;
/aoo41x/main/sc/source/ui/drawfunc/
H A Ddrtxtob.cxx600 FontUnderline eOld = ((const SvxUnderlineItem&) aViewAttr. in ExecuteToggle()
620 aSet.Put( SvxUnderlineItem( eNew, EE_CHAR_UNDERLINE ) ); in ExecuteToggle()
759 aNewAttr.Put( (const SvxUnderlineItem&)aEditAttr.Get( EE_CHAR_UNDERLINE ) ); in ExecuteAttr()
1167 FontUnderline eUnderline = ((const SvxUnderlineItem&) in GetAttrState()
/aoo41x/main/sd/source/ui/view/
H A Ddrviews2.cxx964 SFX_REQUEST_ARG( rReq, pItem, SvxUnderlineItem, SID_ATTR_CHAR_UNDERLINE , sal_False ); in ExecChar()
972 …FontUnderline eFU = ( (const SvxUnderlineItem&) aEditAttr.Get( EE_CHAR_UNDERLINE ) ).GetLineStyle(… in ExecChar()
973 …aNewAttr.Put( SvxUnderlineItem( eFU != UNDERLINE_NONE ?UNDERLINE_NONE : UNDERLINE_SINGLE, EE_CHAR… in ExecChar()

Completed in 176 milliseconds

1234