Home
last modified time | relevance | path

Searched refs:aSet (Results 176 – 200 of 363) sorted by relevance

12345678910>>...15

/trunk/main/editeng/source/uno/
H A Dunoforou.cxx130 SfxItemSet aSet( ImplOutlinerForwarderGetAttribs( rSel, bOnlyHardAttrib, rEditEngine ) ); in GetAttribs() local
134 mpAttribsCache = new SfxItemSet( aSet ); in GetAttribs()
140 aSet.SetParent( &(pStyle->GetItemSet() ) ); in GetAttribs()
142 return aSet; in GetAttribs()
/trunk/main/sw/source/ui/misc/
H A Dpggrid.cxx509 SfxItemSet aSet(rOldSet); in IMPL_LINK() local
512 aSet.Put(*pExSet); in IMPL_LINK()
513 PutGridItem(aSet); in IMPL_LINK()
514 aExampleWN.UpdateExample(aSet); in IMPL_LINK()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8num.cxx520 SfxItemSet aSet( pDoc->GetAttrPool(), RES_CHRATR_BEGIN, in AbstractNumberingDefinitions() local
526 pOutSet = &aSet; in AbstractNumberingDefinitions()
529 aSet.Put( rFmt.GetCharFmt()->GetAttrSet() ); in AbstractNumberingDefinitions()
530 aSet.ClearItem( RES_CHRATR_CJK_FONT ); in AbstractNumberingDefinitions()
531 aSet.ClearItem( RES_CHRATR_FONT ); in AbstractNumberingDefinitions()
H A Dww8par6.cxx467 SfxItemSet aSet(rFmt.GetAttrSet()); in SetPageBorder() local
469 SetFlyBordersShadow(aSet, rSection.brc, &aSizeArray[0]); in SetPageBorder()
473 SvxBoxItem aBox(ItemGet<SvxBoxItem>(aSet, RES_BOX)); in SetPageBorder()
511 aSet.Put(aBox); in SetPageBorder()
531 aSet.Put(aLR); in SetPageBorder()
532 aSet.Put(aUL); in SetPageBorder()
533 rFmt.SetFmtAttr(aSet); in SetPageBorder()
690 aSet.Put(SvxFrameDirectionItem( in InsertSection()
694 aSet.Put( SwFmtFtnAtTxtEnd(FTNEND_ATTXTEND)); in InsertSection()
696 aSet.Put( SwFmtEndAtTxtEnd(FTNEND_ATTXTEND)); in InsertSection()
[all …]
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx619 SfxAllItemSet aSet( *rReq.GetArgs()->GetPool() ); in ExecuteNewDocument() local
620 aSet.Put( aFile ); in ExecuteNewDocument()
621 aSet.Put( aReferer ); in ExecuteNewDocument()
625 aSet.Put( aPassword ); in ExecuteNewDocument()
627 const SfxPoolItem* pRet = SfxFrame::OpenDocumentSynchron( aSet, xTargetFrame ); in ExecuteNewDocument()
/trunk/main/sfx2/source/doc/
H A Dobjserv.cxx443 SfxItemSet aSet(GetPool(), SID_DOCINFO, SID_DOCINFO, SID_DOC_READONLY, SID_DOC_READONLY, in ExecFile_Impl() local
446 aSet.Put( aDocInfoItem ); in ExecFile_Impl()
447 aSet.Put( SfxBoolItem( SID_DOC_READONLY, bReadOnly ) ); in ExecFile_Impl()
448 aSet.Put( SfxStringItem( SID_EXPLORER_PROPS_START, aTitle ) ); in ExecFile_Impl()
449 aSet.Put( SfxStringItem( SID_BASEURL, GetMedium()->GetBaseURL() ) ); in ExecFile_Impl()
452 SfxDocumentInfoDialog *pDlg = CreateDocumentInfoDialog(0, aSet); in ExecFile_Impl()
H A Dsfxbasemodel.cxx1004 SfxAllItemSet aSet( pObjectShell->GetPool() ); in attachResource() local
1005 TransformParameters( SID_OPENDOC, rArgs, aSet ); in attachResource()
1008 aSet.ClearItem( SID_FILE_NAME ); in attachResource()
1009 aSet.ClearItem( SID_FILLFRAME ); in attachResource()
1011 pMedium->GetItemSet()->Put( aSet ); in attachResource()
1051 SfxAllItemSet aSet( m_pData->m_pObjectShell->GetPool() ); in getArgs() local
1059 TransformItems( SID_OPENDOC, aSet, seqArgsOld ); in getArgs()
3649 SfxAllItemSet aSet( SFX_APP()->GetPool() ); in loadFromStorage() local
3654 pMedium->GetItemSet()->Put( aSet ); in loadFromStorage()
3687 SfxAllItemSet aSet( m_pData->m_pObjectShell->GetPool() ); in storeToStorage() local
[all …]
/trunk/main/sd/source/ui/view/
H A Dsdview4.cxx127 SfxItemSet aSet(mpDocSh->GetPool(), XATTR_FILLSTYLE, XATTR_FILLBITMAP); in InsertGraphic() local
129 aSet.Put(XFillStyleItem(XFILL_BITMAP)); in InsertGraphic()
130 aSet.Put(XFillBitmapItem(&mpDocSh->GetPool(), rGraphic)); in InsertGraphic()
131 pPickObj->SetMergedItemSetAndBroadcast(aSet); in InsertGraphic()
H A Ddrviewsc.cxx586 SfxAllItemSet aSet(GetDoc()->GetPool()); in FuTemp03() local
589 aSet.Put(aStyleNameItem); in FuTemp03()
592 aSet.Put(aStyleFamilyItem); in FuTemp03()
594 rReq.SetArgs(aSet); in FuTemp03()
H A Doutlnvs2.cxx611 SfxItemSet aSet( pDlg->GetItemSet() ); in FuTemporaryModify() local
612 if( aSet.Count() ) in FuTemporaryModify()
614 pOutlinerView->SetAttribs( aSet ); in FuTemporaryModify()
/trunk/main/sd/source/ui/accessibility/
H A DAccessiblePageShape.cxx194 uno::Reference<beans::XPropertySet> aSet (mxPage, uno::UNO_QUERY); in getForeground() local
195 if (aSet.is()) in getForeground()
198 aColor = aSet->getPropertyValue (::rtl::OUString::createFromAscii ("LineColor")); in getForeground()
/trunk/main/svx/source/accessibility/
H A DAccessibleShape.cxx798 uno::Reference<beans::XPropertySet> aSet (mxShape, uno::UNO_QUERY); in getForeground() local
799 if (aSet.is()) in getForeground()
802 aColor = aSet->getPropertyValue (OUString::createFromAscii ("LineColor")); in getForeground()
824 uno::Reference<beans::XPropertySet> aSet (mxShape, uno::UNO_QUERY); in getBackground() local
825 if (aSet.is()) in getBackground()
828 aColor = aSet->getPropertyValue (OUString::createFromAscii ("FillColor")); in getBackground()
830 aColor = aSet->getPropertyValue (OUString::createFromAscii ("FillTransparence")); in getBackground()
/trunk/main/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx797 …SfxItemSet aSet( pEdit->GetAttribs( aFieldInfo.aPosition.nPara, aFieldInfo.aPosition.nIndex, aFiel… in GetOrSetDateTimeLanguage() local
800 aSet.Put( aItem ); in GetOrSetDateTimeLanguage()
803 aSet.Put( aItemCJK ); in GetOrSetDateTimeLanguage()
806 aSet.Put( aItemCTL ); in GetOrSetDateTimeLanguage()
809 pEdit->QuickSetAttribs( aSet, aSel ); in GetOrSetDateTimeLanguage()
/trunk/main/sw/source/ui/uiview/
H A Dviewsrch.cxx432 SfxItemSet aSet( pWrtShell->GetAttrPool(), aArr.GetData() ); in ExecSearch() local
441 pReplList->Get( aSet ); in ExecSearch()
447 pSrchList->Get( aSet ); in ExecSearch()
450 rReq.SetReturnValue( SvxSetItem( nWhich, aSet ) ); in ExecSearch()
/trunk/main/sw/source/ui/fldui/
H A Dfldedt.cxx365 SfxItemSet aSet( pSh->GetAttrPool(), in IMPL_LINK() local
392 aSet.Put(SfxUInt16Item(SID_FIELD_GRABFOCUS, nEditPos)); in IMPL_LINK()
396 SfxAbstractDialog* pDlg = pFact->CreateSfxDialog( this, aSet, in IMPL_LINK()
/trunk/main/sw/source/core/edit/
H A Dedsect.cxx251 SfxItemSet aSet(rSet); in _SetSectionAttr() local
252 aSet.ClearItem(RES_CNTNT); in _SetSectionAttr()
253 GetDoc()->SetAttr( aSet, rSectFmt ); in _SetSectionAttr()
/trunk/main/idl/source/objects/
H A Dslot.cxx118 if( nMask & 0x0200 ) rStm >> aSet; in Load()
198 if( aSet.IsSet() ) nMask |= 0x0200; in Save()
227 if( nMask & 0x0200 ) rStm << aSet; in Save()
610 if( aSet.ReadSvIdl( SvHash_Set(), rInStm ) ) in ReadAttributesSvIdl()
771 if( aSet || aGet || aPseudoSlots ) in WriteAttributesSvIdl()
786 if( aSet ) in WriteAttributesSvIdl()
789 aSet.WriteSvIdl( SvHash_Set(), rOutStm ); in WriteAttributesSvIdl()
/trunk/main/svx/source/engine3d/
H A Dfloat3d.cxx1746 SfxItemSet aSet(rAttrs); in Update() local
1750 if(SFX_ITEM_SET != aSet.GetItemState(XATTR_LINESTYLE, sal_False)) in Update()
1751 aSet.Put(XLineStyleItem(XLINE_NONE)); in Update()
1755 if(SFX_ITEM_DONTCARE == aSet.GetItemState(XATTR_FILLCOLOR, sal_False)) in Update()
1756 aSet.Put(XFillColorItem(String(), Color(COL_WHITE))); in Update()
1758 aCtlPreview.Set3DAttributes(aSet); in Update()
1759 aCtlLightPreview.GetSvx3DLightControl().Set3DAttributes(aSet); in Update()
3206 SfxItemSet aSet( pModel->GetItemPool(), SDRATTR_START, SDRATTR_END); in UpdatePreview() local
3209 GetAttr( aSet ); in UpdatePreview()
3210 aCtlPreview.Set3DAttributes( aSet ); in UpdatePreview()
[all …]
/trunk/main/sw/source/ui/utlui/
H A Duitool.cxx158 SwAttrSet aSet(pFmt->GetAttrSet()); in FillHdFt() local
159 aSet.Put(rSet); in FillHdFt()
169 aSet.Put(aFrmSize); in FillHdFt()
170 pFmt->SetFmtAttr(aSet); in FillHdFt()
/trunk/main/extensions/source/propctrlr/
H A Dfontdialog.cxx604 SfxAllItemSet aSet(*(GetInputSetImpl()->GetPool())); in PageCreated() local
617aSet.Put (SvxFontListItem(static_cast<const SvxFontListItem&>(GetInputSetImpl()->Get(CFID_FONTLIST… in PageCreated()
618 aSet.Put (SfxUInt16Item(SID_DISABLE_CTL,DISABLE_HIDE_LANGUAGE)); in PageCreated()
619 _rPage.PageCreated(aSet); in PageCreated()
/trunk/main/sw/source/ui/envelp/
H A Denvlop1.cxx385 SfxItemSet aSet(rSet); in ActivatePage() local
386 aSet.Put(GetParent()->aEnvItem); in ActivatePage()
387 Reset(aSet); in ActivatePage()
/trunk/main/cui/source/tabpages/
H A Dparagrph.cxx979 void SvxStdParagraphTabPage::PageCreated(SfxAllItemSet aSet) in PageCreated() argument
990 …SFX_ITEMSET_ARG (&aSet,pPageWidthItem,SfxUInt16Item,SID_SVXSTDPARAGRAPHTABPAGE_PAGEWIDTH,sal_False… in PageCreated()
991 SFX_ITEMSET_ARG (&aSet,pFlagSetItem,SfxUInt32Item,SID_SVXSTDPARAGRAPHTABPAGE_FLAGSET,sal_False); in PageCreated()
992 …SFX_ITEMSET_ARG (&aSet,pLineDistItem,SfxUInt32Item,SID_SVXSTDPARAGRAPHTABPAGE_ABSLINEDIST,sal_Fals… in PageCreated()
1406 void SvxParaAlignTabPage::PageCreated (SfxAllItemSet aSet) in PageCreated() argument
1408 SFX_ITEMSET_ARG (&aSet,pBoolItem,SfxBoolItem,SID_SVXPARAALIGNTABPAGE_ENABLEJUSTIFYEXT,sal_False); in PageCreated()
2238 void SvxExtParagraphTabPage::PageCreated(SfxAllItemSet aSet) in PageCreated() argument
2242 …SFX_ITEMSET_ARG (&aSet,pDisablePageBreakItem,SfxBoolItem,SID_DISABLE_SVXEXTPARAGRAPHTABPAGE_PAGEBR… in PageCreated()
/trunk/main/sw/source/ui/shells/
H A Ddrwtxtsh.cxx784 SfxItemSet aSet(pOLV->GetAttribs()); in InsertSymbol() local
788 SvxScriptSetItem aSetItem( SID_ATTR_CHAR_FONT, *aSet.GetPool() ); in InsertSymbol()
789 aSetItem.GetItemSet().Put( aSet, sal_False ); in InsertSymbol()
794 aSetDlgFont = (SvxFontItem&)aSet.Get( GetWhichOfScript( in InsertSymbol()
/trunk/main/sw/source/ui/inc/
H A Dlanghelper.hxx57 extern LanguageType GetLanguage( SfxItemSet aSet, sal_uInt16 nLangWhichId );
60 extern LanguageType GetCurrentLanguage( SfxItemSet aSet, sal_uInt16 nScriptType );
/trunk/main/sw/inc/
H A Dfmthdft.hxx108 { return aSet.GetHeader(bInP); } in GetHeader()
110 { return aSet.GetFooter(bInP); } in GetFooter()

Completed in 203 milliseconds

12345678910>>...15