Searched refs:SvxOrphansItem (Results  1 – 19 of 19) sorted by relevance
| /trunk/main/editeng/inc/editeng/ | 
| H A D | orphitem.hxx | 44 class EDITENG_DLLPUBLIC SvxOrphansItem: public SfxByteItem  class46 	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 D | paraitem.cxx | 89 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 D | paratr.hxx | 218 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 D | swatrset.hxx | 125 class SvxOrphansItem;334     inline const SvxOrphansItem           &GetOrphans( sal_Bool = sal_True ) const;
 
 | 
| H A D | format.hxx | 294     inline const SvxOrphansItem           &GetOrphans( sal_Bool = sal_True ) const;
 | 
| /trunk/main/cui/source/tabpages/ | 
| H A D | paragrph.cxx | 1613 		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 D | drtxtob1.cxx | 107     aNewAttr.Put( SvxOrphansItem( 0, SID_ATTR_PARA_ORPHANS) );  in ExecuteParaDlg()
 | 
| /trunk/main/sw/source/core/text/ | 
| H A D | widorp.cxx | 277 		const SvxOrphansItem  &rOrph = rSet.GetOrphans();  in WidowsAndOrphans()
 | 
| /trunk/main/starmath/sdi/ | 
| H A D | smitems.sdi | 368 item BYTE SvxOrphansItem;
 | 
| /trunk/main/svx/sdi/ | 
| H A D | svxitems.sdi | 380 item BYTE                   SvxOrphansItem;
 | 
| H A D | svx.sdi | 7740 SvxOrphansItem Orphan SID_ATTR_PARA_ORPHANS
 | 
| /trunk/main/chart2/source/controller/main/ | 
| H A D | ShapeController.cxx | 599             aNewAttr.Put( SvxOrphansItem( 0, SID_ATTR_PARA_ORPHANS) );  in executeDispatch_ParagraphDialog()
 | 
| /trunk/main/sw/source/core/bastyp/ | 
| H A D | init.cxx | 564     aAttrTab[ RES_PARATR_ORPHANS- POOLATTR_BEGIN ] = new SvxOrphansItem( 0, RES_PARATR_ORPHANS );  in _InitCore()
 | 
| /trunk/main/sw/source/ui/shells/ | 
| H A D | drwtxtex.cxx | 463                 aDlgAttr.Put( SvxOrphansItem( 0, RES_PARATR_ORPHANS ) );  in Execute()
 | 
| H A D | annotsh.cxx | 542                 aDlgAttr.Put( SvxOrphansItem( 0, RES_PARATR_ORPHANS ) );  in Exec()
 | 
| /trunk/main/sw/source/filter/html/ | 
| H A D | svxcss1.cxx | 3130 		SvxOrphansItem aOrphansItem( nVal, aItemIds.nOrphans );  in ParseCSS1_orphans()
 | 
| H A D | css1atr.cxx | 3020 	   ByteString::CreateFromInt32( ((const SvxOrphansItem&)rHt).GetValue() ) );  in OutCSS1_SvxOrphans()
 | 
| /trunk/main/sw/source/filter/ww8/ | 
| H A D | ww8par2.cxx | 4013             pIo->pAktColl->SetFmtAttr( SvxOrphansItem( 2, RES_PARATR_ORPHANS ) );  in Set1StyleDefaults()
 | 
| H A D | ww8par6.cxx | 4995         NewAttr( SvxOrphansItem( nL, RES_PARATR_ORPHANS ) );  in Read_WidowControl()
 | 
        Completed in 214 milliseconds