Home
last modified time | relevance | path

Searched refs:SvxOrphansItem (Results 1 – 19 of 19) sorted by relevance

/trunk/main/editeng/inc/editeng/
H A Dorphitem.hxx44 class EDITENG_DLLPUBLIC SvxOrphansItem: public SfxByteItem class
46 friend SvStream & operator<<( SvStream & aS, SvxOrphansItem & );
50 SvxOrphansItem( const sal_uInt8 nL /*= 0*/, const sal_uInt16 nId );
62 inline SvxOrphansItem& operator=( const SvxOrphansItem& rOrphans ) in operator =()
/trunk/main/editeng/source/items/
H A Dparaitem.cxx89 TYPEINIT1_FACTORY(SvxOrphansItem, SfxByteItem, new SvxOrphansItem(0, 0));
626 SvxOrphansItem::SvxOrphansItem(const sal_uInt8 nL, const sal_uInt16 nId ) : in SvxOrphansItem() function in SvxOrphansItem
633 SfxPoolItem* SvxOrphansItem::Clone( SfxItemPool * ) const in Clone()
635 return new SvxOrphansItem( *this ); in Clone()
640 SfxPoolItem* SvxOrphansItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
644 return new SvxOrphansItem( nLines, Which() ); in Create()
649 SvStream& SvxOrphansItem::Store( SvStream& rStrm, sal_uInt16 /*nItemVersion*/ ) const in Store()
657 SfxItemPresentation SvxOrphansItem::GetPresentation in GetPresentation()
/trunk/main/sw/inc/
H A Dparatr.hxx218 inline const SvxOrphansItem &SwAttrSet::GetOrphans(sal_Bool bInP) const in GetOrphans()
219 { return (const SvxOrphansItem&)Get( RES_PARATR_ORPHANS,bInP); } in GetOrphans()
255 inline const SvxOrphansItem &SwFmt::GetOrphans(sal_Bool bInP) const in GetOrphans()
H A Dswatrset.hxx125 class SvxOrphansItem;
334 inline const SvxOrphansItem &GetOrphans( sal_Bool = sal_True ) const;
H A Dformat.hxx294 inline const SvxOrphansItem &GetOrphans( sal_Bool = sal_True ) const;
/trunk/main/cui/source/tabpages/
H A Dparagrph.cxx1613 SvxOrphansItem rItem( eState == STATE_CHECK ? in FillItemSet()
1619 !( *(const SvxOrphansItem*)pOld == rItem ) ) in FillItemSet()
1866 const SvxOrphansItem& rOrphan = in Reset()
1867 (const SvxOrphansItem&)rSet.Get( _nWhich ); in Reset()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrtxtob1.cxx107 aNewAttr.Put( SvxOrphansItem( 0, SID_ATTR_PARA_ORPHANS) ); in ExecuteParaDlg()
/trunk/main/sw/source/core/text/
H A Dwidorp.cxx277 const SvxOrphansItem &rOrph = rSet.GetOrphans(); in WidowsAndOrphans()
/trunk/main/starmath/sdi/
H A Dsmitems.sdi368 item BYTE SvxOrphansItem;
/trunk/main/svx/sdi/
H A Dsvxitems.sdi380 item BYTE SvxOrphansItem;
H A Dsvx.sdi7740 SvxOrphansItem Orphan SID_ATTR_PARA_ORPHANS
/trunk/main/chart2/source/controller/main/
H A DShapeController.cxx599 aNewAttr.Put( SvxOrphansItem( 0, SID_ATTR_PARA_ORPHANS) ); in executeDispatch_ParagraphDialog()
/trunk/main/sw/source/core/bastyp/
H A Dinit.cxx564 aAttrTab[ RES_PARATR_ORPHANS- POOLATTR_BEGIN ] = new SvxOrphansItem( 0, RES_PARATR_ORPHANS ); in _InitCore()
/trunk/main/sw/source/ui/shells/
H A Ddrwtxtex.cxx463 aDlgAttr.Put( SvxOrphansItem( 0, RES_PARATR_ORPHANS ) ); in Execute()
H A Dannotsh.cxx542 aDlgAttr.Put( SvxOrphansItem( 0, RES_PARATR_ORPHANS ) ); in Exec()
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.cxx3130 SvxOrphansItem aOrphansItem( nVal, aItemIds.nOrphans ); in ParseCSS1_orphans()
H A Dcss1atr.cxx3020 ByteString::CreateFromInt32( ((const SvxOrphansItem&)rHt).GetValue() ) ); in OutCSS1_SvxOrphans()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx4013 pIo->pAktColl->SetFmtAttr( SvxOrphansItem( 2, RES_PARATR_ORPHANS ) ); in Set1StyleDefaults()
H A Dww8par6.cxx4995 NewAttr( SvxOrphansItem( nL, RES_PARATR_ORPHANS ) ); in Read_WidowControl()

Completed in 234 milliseconds