Home
last modified time | relevance | path

Searched refs:SvxHyphenZoneItem (Results 1 – 25 of 29) sorted by relevance

12

/trunk/main/editeng/source/items/
H A Dparaitem.cxx90 TYPEINIT1_FACTORY(SvxHyphenZoneItem, SfxPoolItem, new SvxHyphenZoneItem(sal_False, 0));
698 SvxHyphenZoneItem::SvxHyphenZoneItem( const sal_Bool bHyph, const sal_uInt16 nId ) : in SvxHyphenZoneItem() function in SvxHyphenZoneItem
764 return ( (((SvxHyphenZoneItem&)rAttr).bHyphen == bHyphen) in operator ==()
765 && (((SvxHyphenZoneItem&)rAttr).bPageEnd == bPageEnd) in operator ==()
766 && (((SvxHyphenZoneItem&)rAttr).nMinLead == nMinLead) in operator ==()
767 && (((SvxHyphenZoneItem&)rAttr).nMinTrail == nMinTrail) in operator ==()
768 && (((SvxHyphenZoneItem&)rAttr).nMaxHyphens == nMaxHyphens) ); in operator ==()
773 SfxPoolItem* SvxHyphenZoneItem::Clone( SfxItemPool * ) const in Clone()
775 return new SvxHyphenZoneItem( *this ); in Clone()
780 SfxItemPresentation SvxHyphenZoneItem::GetPresentation in GetPresentation()
[all …]
/trunk/main/editeng/inc/editeng/
H A Dhyznitem.hxx45 class EDITENG_DLLPUBLIC SvxHyphenZoneItem : public SfxPoolItem class
53 friend SvStream & operator<<( SvStream & aS, SvxHyphenZoneItem & );
58 SvxHyphenZoneItem( const sal_Bool bHyph /*= sal_False*/,
90 inline SvxHyphenZoneItem &operator=( const SvxHyphenZoneItem &rNew ) in operator =()
H A Dmemberids.hrc49 //SvxHyphenZoneItem
/trunk/main/sw/inc/
H A Dparatr.hxx222 inline const SvxHyphenZoneItem &SwAttrSet::GetHyphenZone(sal_Bool bInP) const in GetHyphenZone()
223 { return (const SvxHyphenZoneItem&)Get(RES_PARATR_HYPHENZONE,bInP); } in GetHyphenZone()
259 inline const SvxHyphenZoneItem &SwFmt::GetHyphenZone(sal_Bool bInP) const in GetHyphenZone()
H A Dswatrset.hxx127 class SvxHyphenZoneItem;
336 inline const SvxHyphenZoneItem &GetHyphenZone( sal_Bool = sal_True ) const;
H A Dformat.hxx296 inline const SvxHyphenZoneItem &GetHyphenZone( sal_Bool = sal_True ) const;
/trunk/main/sw/source/filter/ww8/
H A Dattributeoutputbase.hxx84 class SvxHyphenZoneItem;
480 virtual void ParaHyphenZone( const SvxHyphenZoneItem& ) = 0;
H A Dww8attributeoutput.hxx345 virtual void ParaHyphenZone( const SvxHyphenZoneItem& );
H A Drtfattributeoutput.hxx387 virtual void ParaHyphenZone( const SvxHyphenZoneItem& );
H A Ddocxattributeoutput.hxx450 virtual void ParaHyphenZone( const SvxHyphenZoneItem& );
H A Dww8par6.cxx4967 SvxHyphenZoneItem aAttr( in Read_Hyphenation()
4968 *(const SvxHyphenZoneItem*)GetFmtAttr( RES_PARATR_HYPHENZONE ) ); in Read_Hyphenation()
H A Dww8atr.cxx3054 void WW8AttributeOutput::ParaHyphenZone( const SvxHyphenZoneItem& rHyphenZone ) in ParaHyphenZone()
5198 ParaHyphenZone( static_cast< const SvxHyphenZoneItem& >( rHt ) ); in OutputItem()
H A Ddocxattributeoutput.cxx2901 void DocxAttributeOutput::ParaHyphenZone( const SvxHyphenZoneItem& rHyphenZone ) in ParaHyphenZone()
H A Drtfattributeoutput.cxx2666 void RtfAttributeOutput::ParaHyphenZone( const SvxHyphenZoneItem& rHyphenZone ) in ParaHyphenZone()
/trunk/main/cui/source/tabpages/
H A Dparagrph.cxx1436 SvxHyphenZoneItem aHyphen( in FillItemSet()
1437 (const SvxHyphenZoneItem&)GetItemSet().Get( _nWhich ) ); in FillItemSet()
1448 !( *(SvxHyphenZoneItem*)pOld == aHyphen ) || in FillItemSet()
1640 const SvxHyphenZoneItem& rHyphen = in Reset()
1641 (const SvxHyphenZoneItem&)rSet.Get( _nWhich ); in Reset()
/trunk/main/sw/source/ui/app/
H A Ddocshini.cxx774 SvxHyphenZoneItem aHyp( (SvxHyphenZoneItem&) mpDoc->GetDefault( in SubInitNew()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrtxtob1.cxx103 aNewAttr.Put( SvxHyphenZoneItem( sal_False, SID_ATTR_PARA_HYPHENZONE ) ); in ExecuteParaDlg()
/trunk/main/sw/source/core/bastyp/
H A Dinit.cxx567 pItem = new SvxHyphenZoneItem( sal_False, RES_PARATR_HYPHENZONE ); in _InitCore()
568 ((SvxHyphenZoneItem*)pItem)->GetMaxHyphens() = 0; // Default z.Z. auf 0 in _InitCore()
/trunk/main/starmath/sdi/
H A Dsmitems.sdi323 item SvxHyphenZone SvxHyphenZoneItem;
/trunk/main/svx/sdi/
H A Dsvxitems.sdi469 item SvxHyphenZone SvxHyphenZoneItem;
/trunk/main/chart2/source/controller/main/
H A DShapeController.cxx595 aNewAttr.Put( SvxHyphenZoneItem( sal_False, SID_ATTR_PARA_HYPHENZONE ) ); in executeDispatch_ParagraphDialog()
/trunk/main/sw/source/ui/shells/
H A Ddrwtxtex.cxx459 aDlgAttr.Put( SvxHyphenZoneItem( sal_False, RES_PARATR_HYPHENZONE) ); in Execute()
H A Dannotsh.cxx538 aDlgAttr.Put( SvxHyphenZoneItem( sal_False, RES_PARATR_HYPHENZONE) ); in Exec()
/trunk/main/editeng/source/rtf/
H A Drtfitem.cxx1182 SvxHyphenZoneItem aHypenZone( in ReadAttr()
/trunk/main/sw/source/core/text/
H A Dinftxt.cxx1405 const SvxHyphenZoneItem &rAttr = rAttrSet.GetHyphenZone(); in InitHyph()

Completed in 276 milliseconds

12