| /trunk/main/editeng/inc/editeng/ |
| H A D | opaqitem.hxx | 45 class EDITENG_DLLPUBLIC SvxOpaqueItem : public SfxBoolItem class 50 SvxOpaqueItem( const sal_uInt16 nId , const sal_Bool bOpa = sal_True ); 51 inline SvxOpaqueItem &operator=( const SvxOpaqueItem &rCpy ); 64 inline SvxOpaqueItem::SvxOpaqueItem( const sal_uInt16 nId, const sal_Bool bOpa ) in SvxOpaqueItem() function in SvxOpaqueItem 68 inline SvxOpaqueItem &SvxOpaqueItem::operator=( const SvxOpaqueItem &rCpy ) in operator =()
|
| /trunk/main/sw/inc/ |
| H A D | frmatr.hxx | 44 inline const SvxOpaqueItem &SwAttrSet::GetOpaque(sal_Bool bInP) const in GetOpaque() 45 { return (const SvxOpaqueItem&)Get( RES_OPAQUE,bInP); } in GetOpaque() 76 inline const SvxOpaqueItem &SwFmt::GetOpaque(sal_Bool bInP) const in GetOpaque()
|
| H A D | swatrset.hxx | 73 class SvxOpaqueItem; 282 inline const SvxOpaqueItem &GetOpaque( sal_Bool = sal_True ) const;
|
| H A D | format.hxx | 243 inline const SvxOpaqueItem &GetOpaque( sal_Bool = sal_True ) const;
|
| /trunk/main/sw/source/ui/frmdlg/ |
| H A D | wrap.cxx | 282 const SvxOpaqueItem& rOpaque = (const SvxOpaqueItem&)rSet.Get(RES_OPAQUE); in Reset() 347 SvxOpaqueItem aOp( RES_OPAQUE); in FillItemSet() 351 const SvxOpaqueItem& rOpaque = (const SvxOpaqueItem&)GetItemSet().Get(RES_OPAQUE); in FillItemSet()
|
| H A D | frmpage.cxx | 2333 const SvxOpaqueItem& rOpaque = (const SvxOpaqueItem&)rSet.Get(RES_OPAQUE); in Init()
|
| /trunk/main/editeng/source/items/ |
| H A D | frmitems.cxx | 129 TYPEINIT1_FACTORY(SvxOpaqueItem, SfxBoolItem, new SvxOpaqueItem(0)); 1105 SfxPoolItem* SvxOpaqueItem::Clone( SfxItemPool* ) const in Clone() 1107 return new SvxOpaqueItem( *this ); in Clone() 1112 SvStream& SvxOpaqueItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() 1120 SfxPoolItem* SvxOpaqueItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create() 1124 return new SvxOpaqueItem( Which(), sal_Bool( bIsOpaque != 0 ) ); in Create() 1129 SfxItemPresentation SvxOpaqueItem::GetPresentation in GetPresentation()
|
| /trunk/main/sw/source/filter/rtf/ |
| H A D | rtffly.cxx | 785 pSet->Put( SvxOpaqueItem( RES_OPAQUE, sal_False )); in ReadFly() 1287 SvxOpaqueItem aOpaqueItem(RES_OPAQUE, sal_False); in InsPicture()
|
| H A D | swparrtf.cxx | 1329 aFlySet.Put(SvxOpaqueItem(RES_OPAQUE,false)); in InsertShpObject()
|
| /trunk/main/starmath/sdi/ |
| H A D | smitems.sdi | 367 item BOOL SvxOpaqueItem;
|
| /trunk/main/sw/source/ui/shells/ |
| H A D | basesh.cxx | 1721 const SvxOpaqueItem& rOpaque = (const SvxOpaqueItem&)aSet.Get(RES_OPAQUE); in GetState() 1962 aSet.Put(SvxOpaqueItem(RES_OPAQUE, nSlot != FN_FRAME_WRAPTHRU_TRANSP)); in SetWrapMode()
|
| /trunk/main/svx/sdi/ |
| H A D | svxitems.sdi | 379 item BOOL SvxOpaqueItem;
|
| /trunk/main/sw/source/core/doc/ |
| H A D | doclay.cxx | 1415 pNewSet->Put( SvxOpaqueItem( RES_OPAQUE, sal_True ) ); in lcl_InsertLabel() 1665 SvxOpaqueItem aOpaque( RES_OPAQUE ); in lcl_InsertDrawLabel()
|
| H A D | poolfmt.cxx | 1356 aSet.Put( SvxOpaqueItem( sal_False )); in GetFmtFromPool()
|
| /trunk/main/sw/source/core/bastyp/ |
| H A D | init.cxx | 603 aAttrTab[ RES_OPAQUE- POOLATTR_BEGIN ] = new SvxOpaqueItem( RES_OPAQUE ); in _InitCore()
|
| /trunk/main/sw/source/core/unocore/ |
| H A D | unoframe.cxx | 714 … SvxOpaqueItem aOp ( static_cast < const :: SvxOpaqueItem& > ( rFromSet.Get ( RES_OPAQUE ) ) ); in FillBaseProperties()
|
| /trunk/main/sw/source/core/layout/ |
| H A D | fly.cxx | 1067 const sal_uInt8 nId = ((SvxOpaqueItem*)pNew)->GetValue() ? in _UpdateAttr()
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8graf.cxx | 2776 aFlySet.Put(SvxOpaqueItem(RES_OPAQUE,false)); in Read_GrafLayer()
|
| H A D | ww8par.cxx | 2064 pFrame->SetFmtAttr( SvxOpaqueItem( RES_OPAQUE, false ) ); in Read_HdFtTextAsHackedFrame()
|
| /trunk/main/sw/source/core/frmedt/ |
| H A D | feshview.cxx | 968 SvxOpaqueItem aOpa( pFmt->GetOpaque() ); in ChangeOpaque()
|