Home
last modified time | relevance | path

Searched refs:RES_FRMMACRO (Results 1 – 20 of 20) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunoevent.cxx185 return m_rFrame.GetFrameFormat()->GetFormatAttr(RES_FRMMACRO); in getMacroItem()
190 return RES_FRMMACRO; in getMacroItemWhich()
212 m_rStyle.SetItem(RES_FRMMACRO, rItem); in setMacroItem()
215 const SvxMacroItem aEmptyMacroItem(RES_FRMMACRO);
219 const SfxPoolItem* pItem(m_rStyle.GetItem(RES_FRMMACRO)); in getMacroItem()
230 return RES_FRMMACRO; in getMacroItemWhich()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunoevent.cxx189 return rFrame.GetFrameFormat()->GetFormatAttr(RES_FRMMACRO); in getMacroItem()
194 return RES_FRMMACRO; in getMacroItemWhich()
216 m_rStyle.SetItem(RES_FRMMACRO, rItem); in setMacroItem()
219 static const SvxMacroItem aEmptyMacroItem(RES_FRMMACRO);
223 const SfxPoolItem* pItem(m_rStyle.GetItem(RES_FRMMACRO)); in getMacroItem()
234 return RES_FRMMACRO; in getMacroItemWhich()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/dialog/
H A Dmacassgn.cxx107 …SfxItemSet aSet( rSh.GetAttrPool(), svl::Items<RES_FRMMACRO, RES_FRMMACRO, SID_EVENTCONFIG, SID_EV… in INetFormatDlg()
108 SvxMacroItem aItem( RES_FRMMACRO ); in INetFormatDlg()
110 rpINetItem.reset(new SvxMacroItem( RES_FRMMACRO )); in INetFormatDlg()
124 if( SfxItemState::SET == pOutSet->GetItemState( RES_FRMMACRO, false, &pItem )) in INetFormatDlg()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/dialog/
H A Dmacassgn.cxx112 …SfxItemSet aSet( rSh.GetAttrPool(), svl::Items<RES_FRMMACRO, RES_FRMMACRO, SID_EVENTCONFIG, SID_EV… in INetFormatDlg()
113 SvxMacroItem aItem( RES_FRMMACRO ); in INetFormatDlg()
115 rpINetItem.reset(new SvxMacroItem( RES_FRMMACRO )); in INetFormatDlg()
129 if( SfxItemState::SET == pOutSet->GetItemState( RES_FRMMACRO, false, &pItem )) in INetFormatDlg()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dflyincnt.cxx104 GetItemState(RES_FRMMACRO, false)) ) in Modify()
111 aOld.ClearItem( RES_FRMMACRO ); in Modify()
112 aNew.ClearItem( RES_FRMMACRO ); in Modify()
125 else if( nWhich != RES_SURROUND && RES_FRMMACRO != nWhich ) in Modify()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dflyincnt.cxx110 … || (SfxItemState::SET == pNewAttrSetChg->GetChgSet()->GetItemState(RES_FRMMACRO, false)))) in SwClientNotify()
114 aTweakedChgs.second->ClearItem(RES_FRMMACRO); in SwClientNotify()
119 aTweakedChgs.first->ClearItem(RES_FRMMACRO); in SwClientNotify()
127 case RES_FRMMACRO: in SwClientNotify()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dfrmatr.hxx65 { return Get( RES_FRMMACRO,bInP); } in GetMacro()
H A Dhintids.hxx341 constexpr TypedWhichId<SvxMacroItem> RES_FRMMACRO(108); variable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dfrmatr.hxx65 { return Get( RES_FRMMACRO,bInP); } in GetMacro()
H A Dhintids.hxx215 #define RES_FRMMACRO TypedWhichId<SvxMacroItem>(108) macro
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/misc/
H A Dglossary.cxx533 …SfxItemSet aSet( m_pShell->GetAttrPool(), svl::Items<RES_FRMMACRO, RES_FRMMACRO, SID_EVENTCONFIG, … in IMPL_LINK()
539 SvxMacroItem aItem(RES_FRMMACRO); in IMPL_LINK()
553 … SfxItemState::SET == pMacroDlg->GetOutputItemSet()->GetItemState( RES_FRMMACRO, false, &pItem ) ) in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/misc/
H A Dglossary.cxx543 …SfxItemSet aSet( m_pShell->GetAttrPool(), svl::Items<RES_FRMMACRO, RES_FRMMACRO, SID_EVENTCONFIG, … in IMPL_LINK()
549 SvxMacroItem aItem(RES_FRMMACRO); in IMPL_LINK()
563 … SfxItemState::SET == pMacroDlg->GetOutputItemSet()->GetItemState( RES_FRMMACRO, false, &pItem ) ) in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/bastyp/
H A Dinit.cxx590 aAttrTab[ RES_FRMMACRO- POOLATTR_BEGIN ] = new SvxMacroItem( RES_FRMMACRO ); in InitCore()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/bastyp/
H A Dinit.cxx587 aAttrTab[ RES_FRMMACRO- POOLATTR_BEGIN ] = new SvxMacroItem( RES_FRMMACRO ); in InitCore()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddbgoutsw.cxx191 { RES_FRMMACRO , "FRMMACRO" }, in GetItemWhichMap()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Ddbgoutsw.cxx192 { RES_FRMMACRO , "FRMMACRO" }, in GetItemWhichMap()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmlflywriter.cxx1249 if (SfxItemState::SET == rItemSet.GetItemState(RES_FRMMACRO, true, &pItem)) in OutHTML_Image()
1402 if (SfxItemState::SET == rItemSet.GetItemState(RES_FRMMACRO, true, &pItem)) in OutHTML_Image()
H A Dhtmlgrin.cxx337 SvxMacroItem aMacroItem(RES_FRMMACRO); in InsertImage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmlflywriter.cxx1256 if (SfxItemState::SET == rItemSet.GetItemState(RES_FRMMACRO, true, &pItem)) in OutHTML_ImageStart()
1409 if (SfxItemState::SET == rItemSet.GetItemState(RES_FRMMACRO, true, &pItem)) in OutHTML_ImageStart()
H A Dhtmlgrin.cxx333 SvxMacroItem aMacroItem(RES_FRMMACRO); in InsertImage()