Home
last modified time | relevance | path

Searched refs:SvxPrintItem (Results 1 – 11 of 11) sorted by relevance

/trunk/main/editeng/inc/editeng/
H A Dprntitem.hxx42 class EDITENG_DLLPUBLIC SvxPrintItem : public SfxBoolItem class
47 SvxPrintItem( const sal_uInt16 nId , const sal_Bool bPrt = sal_True );
48 inline SvxPrintItem &operator=( const SvxPrintItem &rCpy );
61 inline SvxPrintItem::SvxPrintItem( const sal_uInt16 nId, const sal_Bool bPrt ) in SvxPrintItem() function in SvxPrintItem
65 inline SvxPrintItem &SvxPrintItem::operator=( const SvxPrintItem &rCpy ) in operator =()
/trunk/main/sw/inc/
H A Dfrmatr.hxx42 inline const SvxPrintItem &SwAttrSet::GetPrint(sal_Bool bInP) const in GetPrint()
43 { return (const SvxPrintItem&)Get( RES_PRINT,bInP); } in GetPrint()
74 inline const SvxPrintItem &SwFmt::GetPrint(sal_Bool bInP) const in GetPrint()
H A Dswatrset.hxx72 class SvxPrintItem;
281 inline const SvxPrintItem &GetPrint( sal_Bool = sal_True ) const;
H A Dformat.hxx242 inline const SvxPrintItem &GetPrint( sal_Bool = sal_True ) const;
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx128 TYPEINIT1_FACTORY(SvxPrintItem, SfxBoolItem, new SvxPrintItem(0));
1048 SfxPoolItem* SvxPrintItem::Clone( SfxItemPool* ) const in Clone()
1050 return new SvxPrintItem( *this ); in Clone()
1055 SvStream& SvxPrintItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
1063 SfxPoolItem* SvxPrintItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create()
1067 return new SvxPrintItem( Which(), sal_Bool( bIsPrint != 0 ) ); in Create()
1072 SfxItemPresentation SvxPrintItem::GetPresentation in GetPresentation()
/trunk/main/starmath/sdi/
H A Dsmitems.sdi406 item BOOL SvxPrintItem;
/trunk/main/svx/sdi/
H A Dsvxitems.sdi386 item BOOL SvxPrintItem;
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx3158 const SvxPrintItem& rPrt = (const SvxPrintItem&)rSet.Get(RES_PRINT); in Reset()
3217 bRet |= 0 != rSet.Put( SvxPrintItem( RES_PRINT, bChecked)); in FillItemSet()
/trunk/main/sw/source/core/bastyp/
H A Dinit.cxx602 aAttrTab[ RES_PRINT- POOLATTR_BEGIN ] = new SvxPrintItem( RES_PRINT ); in _InitCore()
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx781 pSet->Put( SvxPrintItem( RES_PRINT, sal_False )); in ReadFly()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx721SvxPrintItem aPrt ( static_cast < const :: SvxPrintItem & > ( rFromSet.Get ( RES_PRINT ) ) ); in FillBaseProperties()

Completed in 92 milliseconds