Home
last modified time | relevance | path

Searched refs:RES_OPAQUE (Results 1 – 25 of 46) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dfrmatr.hxx51 { return Get( RES_OPAQUE,bInP); } in GetOpaque()
H A Dhintids.hxx332 constexpr TypedWhichId<SvxOpaqueItem> RES_OPAQUE(99); variable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dfrmatr.hxx51 { return Get( RES_OPAQUE,bInP); } in GetOpaque()
H A Dhintids.hxx206 #define RES_OPAQUE TypedWhichId<SvxOpaqueItem>(99) macro
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/frmdlg/
H A Dwrap.cxx200 const SvxOpaqueItem& rOpaque = rSet->Get(RES_OPAQUE); in Reset()
268 std::shared_ptr<SvxOpaqueItem> aOp(std::make_shared<SvxOpaqueItem>(RES_OPAQUE)); in FillItemSet()
272 aOp.reset(static_cast<SvxOpaqueItem*>(GetItemSet().Get(RES_OPAQUE).Clone())); in FillItemSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/frmdlg/
H A Dwrap.cxx203 const SvxOpaqueItem& rOpaque = rSet->Get(RES_OPAQUE); in Reset()
271 std::shared_ptr<SvxOpaqueItem> aOp(std::make_shared<SvxOpaqueItem>(RES_OPAQUE)); in FillItemSet()
275 aOp.reset(GetItemSet().Get(RES_OPAQUE).Clone()); in FillItemSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/bastyp/
H A Dinit.cxx581 aAttrTab[ RES_OPAQUE- POOLATTR_BEGIN ] = new SvxOpaqueItem( RES_OPAQUE ); in InitCore()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/bastyp/
H A Dinit.cxx578 aAttrTab[ RES_OPAQUE- POOLATTR_BEGIN ] = new SvxOpaqueItem( RES_OPAQUE ); in InitCore()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunodraw.cxx1084 else if(RES_OPAQUE == pEntry->nWID) in setPropertyValue()
1381 case RES_OPAQUE : in setPropertyValue()
1461 if(RES_OPAQUE == pEntry->nWID) in getPropertyValue()
1621 case RES_OPAQUE : in getPropertyValue()
1785 if(RES_OPAQUE == pEntry->nWID) in getPropertyStates()
1903 case RES_OPAQUE : m_pImpl->SetOpaque(false); break; in setPropertyToDefault()
H A Dunoframe.cxx727 if(GetProperty(RES_OPAQUE, 0, pOp)) in FillBaseProperties()
729 SvxOpaqueItem aOp ( rFromSet.Get ( RES_OPAQUE ) ); in FillBaseProperties()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunodraw.cxx1078 else if(RES_OPAQUE == pEntry->nWID) in setPropertyValue()
1360 case RES_OPAQUE : in setPropertyValue()
1441 if(RES_OPAQUE == pEntry->nWID) in getPropertyValue()
1601 case RES_OPAQUE : in getPropertyValue()
1765 if(RES_OPAQUE == pEntry->nWID) in getPropertyStates()
1883 case RES_OPAQUE : pImpl->SetOpaque(false); break; in setPropertyToDefault()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddoclay.cxx738 lcl_CpyAttr( *pNewSet, pOldFormat->GetAttrSet(), RES_OPAQUE ); in lcl_InsertLabel()
820 pNewSet->Put( SvxOpaqueItem( RES_OPAQUE, true ) ); in lcl_InsertLabel()
1072 SvxOpaqueItem aOpaque( RES_OPAQUE ); in lcl_InsertDrawLabel()
H A Ddbgoutsw.cxx182 { RES_OPAQUE , "OPAQUE" }, in GetItemWhichMap()
H A Dtextboxhelper.cxx780 case RES_OPAQUE: in syncProperty()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Ddoclay.cxx731 lcl_CpyAttr( *pNewSet, pOldFormat->GetAttrSet(), RES_OPAQUE ); in lcl_InsertLabel()
813 pNewSet->Put( SvxOpaqueItem( RES_OPAQUE, true ) ); in lcl_InsertLabel()
1065 SvxOpaqueItem aOpaque( RES_OPAQUE ); in lcl_InsertDrawLabel()
H A Ddbgoutsw.cxx183 { RES_OPAQUE , "OPAQUE" }, in GetItemWhichMap()
H A Dtextboxhelper.cxx580 case RES_OPAQUE: in syncProperty()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Dbasesh.cxx1750 SfxItemSet aSet(GetPool(), svl::Items<RES_OPAQUE, RES_ANCHOR>{}); in GetState()
1764 const SvxOpaqueItem& rOpaque = aSet.Get(RES_OPAQUE); in GetState()
1926 SfxItemSet aSet(GetPool(), svl::Items<RES_OPAQUE, RES_SURROUND>{}); in SetWrapMode()
2000 const SvxOpaqueItem& aOpaque( aSet.Get(RES_OPAQUE) ); in SetWrapMode()
2004 aSet.Put(SvxOpaqueItem(RES_OPAQUE, bOpaque )); in SetWrapMode()
H A Dfrmsh.cxx789 case RES_OPAQUE: in GetState()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Dbasesh.cxx1821 SfxItemSet aSet(GetPool(), svl::Items<RES_OPAQUE, RES_ANCHOR>{}); in GetState()
1835 const SvxOpaqueItem& rOpaque = aSet.Get(RES_OPAQUE); in GetState()
1997 SfxItemSet aSet(GetPool(), svl::Items<RES_OPAQUE, RES_SURROUND>{}); in SetWrapMode()
2078 const SvxOpaqueItem& aOpaque( aSet.Get(RES_OPAQUE) ); in SetWrapMode()
2082 aSet.Put(SvxOpaqueItem(RES_OPAQUE, bOpaque )); in SetWrapMode()
H A Dfrmsh.cxx775 case RES_OPAQUE: in GetState()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/undo/
H A Dunsect.cxx491 pFormat->ResetFormatAttr( RES_HEADER, RES_OPAQUE ); in UndoImpl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/undo/
H A Dunsect.cxx480 pFormat->ResetFormatAttr( RES_HEADER, RES_OPAQUE ); in UndoImpl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/draw/
H A Ddcontact.cxx1416 case RES_OPAQUE: in SwClientNotify()
1428 pChgSet->GetItemState(RES_OPAQUE, false) == SfxItemState::SET || in SwClientNotify()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/draw/
H A Ddcontact.cxx1465 case RES_OPAQUE: in SwClientNotify()
1477 pChgSet->GetItemState(RES_OPAQUE, false) == SfxItemState::SET || in SwClientNotify()

12