Lines Matching refs:aSet
91 SfxAllItemSet aSet(*(GetInputSetImpl()->GetPool())); in PageCreated() local
95 aSet.Put (SfxAllEnumItem((const sal_uInt16)SID_ENUM_PAGE_MODE, SVX_PAGE_MODE_PRESENTATION)); in PageCreated()
96 aSet.Put (SfxAllEnumItem((const sal_uInt16)SID_PAPER_START, PAPER_A0)); in PageCreated()
97 aSet.Put (SfxAllEnumItem((const sal_uInt16)SID_PAPER_END, PAPER_E)); in PageCreated()
98 rPage.PageCreated(aSet); in PageCreated()
101 aSet.Put (SvxColorTableItem(maColorTab,SID_COLOR_TABLE)); in PageCreated()
102 aSet.Put (SvxGradientListItem(maGradientList,SID_GRADIENT_LIST)); in PageCreated()
103 aSet.Put (SvxHatchListItem(maHatchingList,SID_HATCH_LIST)); in PageCreated()
104 aSet.Put (SvxBitmapListItem(maBitmapList,SID_BITMAP_LIST)); in PageCreated()
105 aSet.Put (SfxUInt16Item(SID_PAGE_TYPE,0)); in PageCreated()
106 aSet.Put (SfxUInt16Item(SID_DLG_TYPE,1)); in PageCreated()
107 aSet.Put (SfxUInt16Item(SID_TABPAGE_POS,0)); in PageCreated()
108 rPage.PageCreated(aSet); in PageCreated()