Home
last modified time | relevance | path

Searched refs:aSet (Results 151 – 175 of 363) sorted by relevance

12345678910>>...15

/trunk/main/sw/source/ui/lingu/
H A Dhhcwrp.cxx546 SfxItemSet aSet( rWrtShell.GetAttrPool(), aRanges ); in ReplaceUnit() local
551 aSet.Put( SvxLanguageItem( *pNewUnitLanguage, RES_CHRATR_CJK_LANGUAGE ) ); in ReplaceUnit()
558 SvxFontItem aFontItem = (SvxFontItem&) aSet.Get( RES_CHRATR_CJK_FONT ); in ReplaceUnit()
564 aSet.Put( aFontItem ); in ReplaceUnit()
567 rWrtShell.SetAttrSet( aSet ); in ReplaceUnit()
/trunk/main/sw/source/ui/inc/
H A Doptpage.hxx167 virtual void PageCreated (SfxAllItemSet aSet);
256 virtual void PageCreated (SfxAllItemSet aSet);
318 virtual void PageCreated (SfxAllItemSet aSet);
369 virtual void PageCreated( SfxAllItemSet aSet );
/trunk/main/sd/source/core/
H A Dsdpage.cxx539 SfxItemSet aSet( ((SdDrawDocument*) pModel)->GetPool() ); in CreatePresObj() local
540 aSet.Put( SdrTextContourFrameItem( sal_True ) ); in CreatePresObj()
541 aSet.Put( SvxAdjustItem( SVX_ADJUST_CENTER, EE_PARA_JUST ) ); in CreatePresObj()
543 pSdrObj->SetMergedItemSet(aSet); in CreatePresObj()
2126 SfxItemSet aSet(pModel->GetPool(), EE_PARA_LRSPACE, EE_PARA_LRSPACE ); in convertPresentationObjectImpl() local
2128 aSet.Put(pNewObj->GetMergedItemSet()); in convertPresentationObjectImpl()
2130 aSet.ClearItem(EE_PARA_LRSPACE); in convertPresentationObjectImpl()
2132 pNewObj->SetMergedItemSet(aSet); in convertPresentationObjectImpl()
2166 aSet.Put(pNewObj->GetMergedItemSet()); in convertPresentationObjectImpl()
2171 aSet.Put(aNewLRItem); in convertPresentationObjectImpl()
[all …]
/trunk/main/svx/source/engine3d/
H A Dlathe3d.cxx262 SfxItemSet aSet(GetObjectItemSet()); in GetBreakObj() local
265 aSet.Put(XLineStyleItem(XLINE_SOLID)); in GetBreakObj()
267 pPathObj->SetMergedItemSet(aSet); in GetBreakObj()
H A Dextrud3d.cxx249 SfxItemSet aSet(GetObjectItemSet()); in GetBreakObj() local
250 aSet.Put(XLineStyleItem(XLINE_SOLID)); in GetBreakObj()
251 pPathObj->SetMergedItemSet(aSet); in GetBreakObj()
H A Dview3d.cxx758 SfxItemSet aSet(pObj->GetMergedItemSet()); in ImpCreateSingle3DObjectFlat() local
760 XFillStyle eFillStyle = ITEMVALUE(aSet, XATTR_FILLSTYLE, XFillStyleItem); in ImpCreateSingle3DObjectFlat()
763 aSet.Put(XLineStyleItem(XLINE_NONE)); in ImpCreateSingle3DObjectFlat()
774 aSet.Put(Svx3DDoubleSidedItem(sal_True)); in ImpCreateSingle3DObjectFlat()
777 aSet.Put(XFillStyleItem(XFILL_SOLID)); in ImpCreateSingle3DObjectFlat()
781 Color aColorLine = ((const XLineColorItem&)(aSet.Get(XATTR_LINECOLOR))).GetColorValue(); in ImpCreateSingle3DObjectFlat()
782 aSet.Put(XFillColorItem(String(), aColorLine)); in ImpCreateSingle3DObjectFlat()
803 p3DObj->SetMergedItemSet(aSet); in ImpCreateSingle3DObjectFlat()
/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx1404 aSet.Put( *pItem ); in lcl_JoinText()
1407 aSet.Put( *pItem ); in lcl_JoinText()
1408 if( aSet.Count() ) in lcl_JoinText()
1409 pTxtNd->SetAttr( aSet ); in lcl_JoinText()
2367 SfxItemSet aSet( GetAttrPool(), in ReplaceRangeImpl() local
2371 pTxtNd->GetAttr( aSet, nStt+1, nStt+1 ); in ReplaceRangeImpl()
2373 aSet.ClearItem( RES_TXTATR_REFMARK ); in ReplaceRangeImpl()
2374 aSet.ClearItem( RES_TXTATR_TOXMARK ); in ReplaceRangeImpl()
2376 aSet.ClearItem( RES_TXTATR_INETFMT ); in ReplaceRangeImpl()
2377 aSet.ClearItem( RES_TXTATR_META ); in ReplaceRangeImpl()
[all …]
/trunk/main/sd/source/ui/func/
H A Dfuprobjs.cxx91 SfxItemSet aSet(mpDoc->GetItemPool(), SID_STATUS_LAYOUT, SID_STATUS_LAYOUT); in DoExecute() local
92 pOutlineViewShell->GetStatusBarState( aSet ); in DoExecute()
93 String aLayoutName = (((SfxStringItem&)aSet.Get(SID_STATUS_LAYOUT)).GetValue()); in DoExecute()
/trunk/main/cui/source/options/
H A Doptasian.cxx437 ForbiddenCharacters aSet; in IMPL_LINK() local
438 aSet.beginLine = sStart; in IMPL_LINK()
439 aSet.endLine = sEnd; in IMPL_LINK()
441 pImpl->addForbiddenCharacters(eSelectLanguage, &aSet); in IMPL_LINK()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx831 aSet.Put(SvxFrameDirectionItem( in InsertSection()
1480 SfxItemSet aSet(pStroke->GetMergedItemSet()); in ReadShapeObject() local
1483 aSet.Put(XFillStyleItem(XFILL_SOLID)); in ReadShapeObject()
1488 aSet.Put(XFillStyleItem(XFILL_NONE)); in ReadShapeObject()
1491 aSet.Put(XLineStyleItem(XLINE_NONE)); in ReadShapeObject()
1496 pStroke->SetMergedItemSet(aSet); in ReadShapeObject()
1528 SfxItemSet aSet(pStroke->GetMergedItemSet()); in ReadShapeObject() local
1530 aSet.Put(XLineStyleItem(XLINE_NONE)); in ReadShapeObject()
1535 pStroke->SetMergedItemSet(aSet); in ReadShapeObject()
3652 aSet.Put( SwFmtAnchor( FLY_AS_CHAR )); in ReadHeaderFooter()
[all …]
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmdlg.cxx222 SfxAllItemSet aSet(*(GetInputSetImpl()->GetPool())); in PageCreated() local
223 aSet.Put (SfxUInt16Item(SID_SWMODE_TYPE,SW_BORDER_MODE_FRAME)); in PageCreated()
224 rPage.PageCreated(aSet); in PageCreated()
/trunk/main/extensions/source/oooimprovecore/
H A Dcore.cxx133 SfxAllItemSet aSet( SFX_APP()->GetPool() ); in inviteUser() local
134 aSet.Put( SfxStringItem( SID_CURRENT_URL, help_url ) ); in inviteUser()
138 SfxAbstractDialog *pDlg = pFact->CreateSfxDialog( NULL, aSet, 0, RID_SVXPAGE_IMPROVEMENT ); in inviteUser()
/trunk/main/svx/source/svdraw/
H A Dsvdibrow.cxx1145 SfxItemSet aSet(pView->GetModel()->GetItemPool()); in Undirty() local
1146 pView->GetAttributes(aSet); in Undirty()
1154 SetAttributes(&aSet,&a2ndSet); in Undirty()
1158 SetAttributes(&aSet); in Undirty()
1174 SfxItemSet aSet(pView->GetModel()->GetItemPool()); in IMPL_LINK() local
1175 pView->GetAttributes(aSet); in IMPL_LINK()
1177 SfxItemSet aNewSet(*aSet.GetPool(),pEntry->nWhichId,pEntry->nWhichId); in IMPL_LINK()
1187 SfxPoolItem* pNewItem=aSet.Get(pEntry->nWhichId).Clone(); in IMPL_LINK()
/trunk/main/cui/source/tabpages/
H A Dtpline.cxx2027 void SvxLineTabPage::PageCreated (SfxAllItemSet aSet) //add CHINA001 in PageCreated() argument
2029 SFX_ITEMSET_ARG (&aSet,pColorTabItem,SvxColorTableItem,SID_COLOR_TABLE,sal_False); in PageCreated()
2030 SFX_ITEMSET_ARG (&aSet,pDashListItem,SvxDashListItem,SID_DASH_LIST,sal_False); in PageCreated()
2031 SFX_ITEMSET_ARG (&aSet,pLineEndListItem,SvxLineEndListItem,SID_LINEEND_LIST,sal_False); in PageCreated()
2032 SFX_ITEMSET_ARG (&aSet,pPageTypeItem,SfxUInt16Item,SID_PAGE_TYPE,sal_False); in PageCreated()
2033 SFX_ITEMSET_ARG (&aSet,pDlgTypeItem,SfxUInt16Item,SID_DLG_TYPE,sal_False); in PageCreated()
2034 SFX_ITEMSET_ARG (&aSet,pSdrObjListItem,OfaPtrItem,SID_OBJECT_LIST,sal_False); in PageCreated()
2035 SFX_ITEMSET_ARG (&aSet,pSymbolAttrItem,SfxTabDialogItem,SID_ATTR_SET,sal_False); in PageCreated()
2036 SFX_ITEMSET_ARG (&aSet,pGraphicItem,SvxGraphicItem,SID_GRAPHIC,sal_False); in PageCreated()
H A Dtparea.cxx609 void SvxTransparenceTabPage::PageCreated (SfxAllItemSet aSet) //add CHINA001 in PageCreated() argument
611 SFX_ITEMSET_ARG (&aSet,pPageTypeItem,SfxUInt16Item,SID_PAGE_TYPE,sal_False); in PageCreated()
612 SFX_ITEMSET_ARG (&aSet,pDlgTypeItem,SfxUInt16Item,SID_DLG_TYPE,sal_False); in PageCreated()
2752 void SvxAreaTabPage::PageCreated (SfxAllItemSet aSet) //add CHINA001 in PageCreated() argument
2754 SFX_ITEMSET_ARG (&aSet,pColorTabItem,SvxColorTableItem,SID_COLOR_TABLE,sal_False); in PageCreated()
2756 SFX_ITEMSET_ARG (&aSet,pHatchingListItem,SvxHatchListItem,SID_HATCH_LIST,sal_False); in PageCreated()
2757 SFX_ITEMSET_ARG (&aSet,pBitmapListItem,SvxBitmapListItem,SID_BITMAP_LIST,sal_False); in PageCreated()
2758 SFX_ITEMSET_ARG (&aSet,pPageTypeItem,SfxUInt16Item,SID_PAGE_TYPE,sal_False); in PageCreated()
2759 SFX_ITEMSET_ARG (&aSet,pDlgTypeItem,SfxUInt16Item,SID_DLG_TYPE,sal_False); in PageCreated()
2760 SFX_ITEMSET_ARG (&aSet,pPosItem,SfxUInt16Item,SID_TABPAGE_POS,sal_False); in PageCreated()
[all …]
H A Dtpshadow.cxx594 void SvxShadowTabPage::PageCreated (SfxAllItemSet aSet) //add CHINA001 in PageCreated() argument
596 SFX_ITEMSET_ARG (&aSet,pColorTabItem,SvxColorTableItem,SID_COLOR_TABLE,sal_False); in PageCreated()
597 SFX_ITEMSET_ARG (&aSet,pPageTypeItem,SfxUInt16Item,SID_PAGE_TYPE,sal_False); in PageCreated()
598 SFX_ITEMSET_ARG (&aSet,pDlgTypeItem,SfxUInt16Item,SID_DLG_TYPE,sal_False); in PageCreated()
/trunk/main/sw/source/ui/shells/
H A Ddrawsh.cxx173 … SfxItemSet aSet(pSdrView->GetModel()->GetItemPool(), XATTR_FILLSTYLE, XATTR_FILLBITMAP); in InsertPictureFromFile() local
175 aSet.Put(XFillStyleItem(XFILL_BITMAP)); in InsertPictureFromFile()
176 aSet.Put(XFillBitmapItem(String(), aGraphic)); in InsertPictureFromFile()
177 rObject.SetMergedItemSetAndBroadcast(aSet); in InsertPictureFromFile()
/trunk/main/editeng/source/uno/
H A Dunofored.cxx102 SfxItemSet aSet( rEditEngine.GetParaAttribs( nPara ) ); in GetParaAttribs() local
107 if( aSet.GetItemState( nWhich, sal_True ) != SFX_ITEM_ON ) in GetParaAttribs()
110 aSet.Put( rEditEngine.GetParaAttrib( nPara, nWhich ) ); in GetParaAttribs()
115 return aSet; in GetParaAttribs()
/trunk/main/sw/source/core/text/
H A Dtxtfld.cxx328 SfxItemSet aSet( *pPool, RES_CHRATR_BEGIN, RES_CHRATR_END ); in NewFldPortion() local
329 SfxItemSet aTmpSet( aSet ); in NewFldPortion()
330 pFrm->GetTxtNode()->GetAttr(aSet,rInf.GetIdx(),rInf.GetIdx()+1); in NewFldPortion()
332 aTmpSet.Differentiate( aSet ); in NewFldPortion()
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx1571 SfxItemSet aSet( GetDoc()->GetAttrPool(), POOLATTR_BEGIN, in GetContentAtPos() local
1589 aSet.Put( pHt->GetAttr() ); in GetContentAtPos()
1597 aFmtSet.Differentiate( aSet ); in GetContentAtPos()
1599 aSet.Put( aFmtSet ); in GetContentAtPos()
1603 pTxtNd->SwCntntNode::GetAttr( aSet ); in GetContentAtPos()
1619 if( aSet.Count() ) in GetContentAtPos()
1622 SfxItemIter aIter( aSet ); in GetContentAtPos()
1940 SfxItemSet aSet( GetDoc()->GetAttrPool(), in SetShadowCrsrPos() local
1948 aSet.Put( aLR ); in SetShadowCrsrPos()
1953 aSet.Put( SvxAdjustItem( SVX_ADJUST_LEFT, RES_PARATR_ADJUST ) ); in SetShadowCrsrPos()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx1010 SfxItemSet aSet( *rSet.GetPool(), RES_COL, RES_COL ); in NumberOfColumns() local
1011 aSet.SetParent( &rSet ); in NumberOfColumns()
1015 aSet.Put( rInfo.pSectionFmt->GetFmtAttr( RES_COL ) ); in NumberOfColumns()
1017 const SwFmtCol& rCol = (const SwFmtCol&)aSet.Get( RES_COL ); in NumberOfColumns()
1548 SfxItemSet aSet( *pPdSet->GetPool(), pPdSet->GetRanges() ); in SectionProperties() local
1549 aSet.SetParent( pPdSet ); in SectionProperties()
1568 aSet.Put(aCol); in SectionProperties()
1571 aSet.Put(rSepInfo.pSectionFmt->GetFmtAttr(RES_COL)); in SectionProperties()
1574 aSet.Put( aResultLR ); in SectionProperties()
1578 pISet = &aSet; in SectionProperties()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunoevent.cxx290 SfxItemSet aSet(*rStyleSet.GetPool(), RES_FRMMACRO, RES_FRMMACRO); in setMacroItem() local
291 aSet.Put(rItem); in setMacroItem()
292 xStyle->SetItemSet(aSet); in setMacroItem()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrtxtob2.cxx119 SfxItemSet aSet( GetPool(), EE_PARA_HYPHENATE, EE_PARA_HYPHENATE ); in ExecuteGlobal() local
121 aSet.Put( SfxBoolItem( EE_PARA_HYPHENATE, bValue ) ); in ExecuteGlobal()
122 pView->SetAttributes( aSet ); in ExecuteGlobal()
/trunk/main/cui/source/inc/
H A Dparagrph.hxx139 virtual void PageCreated(SfxAllItemSet aSet); // add CHINA001
194 virtual void PageCreated(SfxAllItemSet aSet); // add CHINA001
288 virtual void PageCreated(SfxAllItemSet aSet); // add CHINA001
/trunk/main/sfx2/source/appl/
H A Dappserv.cxx240 SfxItemSet aSet( in MiscExec_Impl() local
245 aSet.Put( SfxStringItem( in MiscExec_Impl()
257 NULL, &aSet, xFrame ); in MiscExec_Impl()
1097 SfxItemSet aSet(GetPool(), SID_AUTO_CORRECT_DLG, SID_AUTO_CORRECT_DLG); in OfaExec_Impl() local
1102 aSet.Put( *pItem ); in OfaExec_Impl()
1104 … SfxAbstractTabDialog* pDlg = pFact->CreateTabDialog( RID_OFA_AUTOCORR_DLG, NULL, &aSet, NULL ); in OfaExec_Impl()

Completed in 171 milliseconds

12345678910>>...15