Lines Matching refs:aSet

618             SfxItemSet aSet(GetPool(), aFrmAttrRange );  in TYPEINIT1()  local
619 aSet.Put(SfxUInt16Item(SID_HTML_MODE, ::GetHtmlMode(GetView().GetDocShell()))); in TYPEINIT1()
623 aSet.Put(aFrmSize); in TYPEINIT1()
628 aSet.Put(aPrtSize); in TYPEINIT1()
631 aSet.Put(SvxColorTableItem(pDrawModel->GetColorTableFromSdrModel(), SID_COLOR_TABLE)); in TYPEINIT1()
632aSet.Put(SvxGradientListItem(pDrawModel->GetGradientListFromSdrModel(), SID_GRADIENT_LIST)); in TYPEINIT1()
633 aSet.Put(SvxHatchListItem(pDrawModel->GetHatchListFromSdrModel(), SID_HATCH_LIST)); in TYPEINIT1()
634 aSet.Put(SvxBitmapListItem(pDrawModel->GetBitmapListFromSdrModel(), SID_BITMAP_LIST)); in TYPEINIT1()
636 aSet.Put(aMgr.GetAttrSet()); in TYPEINIT1()
637 aSet.SetParent( aMgr.GetAttrSet().GetParent() ); in TYPEINIT1()
640 SvxBoxInfoItem aBoxInfo((SvxBoxInfoItem &)aSet.Get(SID_ATTR_BORDER_INNER)); in TYPEINIT1()
641 const SvxBoxItem& rBox = (const SvxBoxItem&)aSet.Get(RES_BOX); in TYPEINIT1()
644 aSet.Put(aBoxInfo); in TYPEINIT1()
651 GetView().GetViewFrame(), &GetView().GetViewFrame()->GetWindow(), aSet, sal_True); in TYPEINIT1()
885 SfxItemSet aSet(GetPool(), RES_TXTATR_INETFMT, RES_TXTATR_INETFMT); in StateInsert() local
886 rSh.GetCurAttr( aSet ); in StateInsert()
890 if(SFX_ITEM_SET == aSet.GetItemState(RES_TXTATR_INETFMT, sal_False, &pItem)) in StateInsert()
1126 SfxItemSet aSet( GetPool(), RES_CHRATR_FONT, RES_CHRATR_FONT, in InsertSymbol() local
1130 rSh.GetCurAttr( aSet ); in InsertSymbol()
1135 SvxScriptSetItem aSetItem( SID_ATTR_CHAR_FONT, *aSet.GetPool() ); in InsertSymbol()
1136 aSetItem.GetItemSet().Put( aSet, sal_False ); in InsertSymbol()
1141 aFont = (SvxFontItem&)aSet.Get( GetWhichOfScript( in InsertSymbol()
1201 aSet.ClearItem(); in InsertSymbol()
1202 rSh.GetCurAttr( aSet ); in InsertSymbol()
1204 SvxScriptSetItem aSetItem( SID_ATTR_CHAR_FONT, *aSet.GetPool() ); in InsertSymbol()
1205 aSetItem.GetItemSet().Put( aSet, sal_False ); in InsertSymbol()
1210 aFont = (SvxFontItem&)aSet.Get( GetWhichOfScript( in InsertSymbol()
1235 aRestoreSet.Put( aSet.Get( RES_CHRATR_FONT, sal_True ) ); in InsertSymbol()
1236 aSet.Put( aNewFontItem, RES_CHRATR_FONT); in InsertSymbol()
1240 aRestoreSet.Put( aSet.Get( RES_CHRATR_CJK_FONT, sal_True ) ); in InsertSymbol()
1241 aSet.Put( aNewFontItem, RES_CHRATR_CJK_FONT ); in InsertSymbol()
1245 aRestoreSet.Put( aSet.Get( RES_CHRATR_CTL_FONT, sal_True ) ); in InsertSymbol()
1246 aSet.Put( aNewFontItem, RES_CHRATR_CTL_FONT ); in InsertSymbol()
1251 rSh.SetAttrSet( aSet, nsSetAttrMode::SETATTR_DONTEXPAND | nsSetAttrMode::SETATTR_NOFORMATATTR ); in InsertSymbol()