Lines Matching refs:aSet
76 SfxItemSet aSet(GetPool(), in InsertRegionDialog() local
92 aSet.Put(SwFmtFrmSize(ATT_VAR_SIZE, nWidth)); in InsertRegionDialog()
95 aSet.Put(SvxSizeItem(SID_ATTR_PAGE_SIZE, Size(nWidth, nWidth))); in InsertRegionDialog()
99 &GetView().GetViewFrame()->GetWindow(), aSet , rSh); in InsertRegionDialog()
119 aSet.Put( *pSet ); in InsertRegionDialog()
132 aSet.Put(aCol); in InsertRegionDialog()
137 aSet.Put(*pItem); in InsertRegionDialog()
187 rSh.InsertSection(aSection, aSet.Count() ? &aSet : 0); in InsertRegionDialog()
197 SfxItemSet aSet(pThis->GetView().GetPool(), in IMPL_STATIC_LINK() local
206 aSet.Put(SwFmtFrmSize(ATT_VAR_SIZE, nWidth)); in IMPL_STATIC_LINK()
208 aSet.Put(SvxSizeItem(SID_ATTR_PAGE_SIZE, Size(nWidth, nWidth))); in IMPL_STATIC_LINK()
212 &pThis->GetView().GetViewFrame()->GetWindow(),aSet , *pThis); in IMPL_STATIC_LINK()