Home
last modified time | relevance | path

Searched refs:aSet (Results 226 – 250 of 363) sorted by relevance

12345678910>>...15

/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx1690 void SvxCharNamePage::PageCreated (SfxAllItemSet aSet) //add CHINA001 in PageCreated() argument
1692 SFX_ITEMSET_ARG (&aSet,pFontListItem,SvxFontListItem,SID_ATTR_CHAR_FONTLIST,sal_False); in PageCreated()
1693 SFX_ITEMSET_ARG (&aSet,pFlagItem,SfxUInt32Item,SID_FLAG_TYPE,sal_False); in PageCreated()
1694 SFX_ITEMSET_ARG (&aSet,pDisalbeItem,SfxUInt16Item,SID_DISABLE_CTL,sal_False); in PageCreated()
2961 void SvxCharEffectsPage::PageCreated (SfxAllItemSet aSet) //add CHINA001 in PageCreated() argument
2963 SFX_ITEMSET_ARG (&aSet,pDisableCtlItem,SfxUInt16Item,SID_DISABLE_CTL,sal_False); in PageCreated()
2964 SFX_ITEMSET_ARG (&aSet,pFlagItem,SfxUInt32Item,SID_FLAG_TYPE,sal_False); in PageCreated()
3737 void SvxCharPositionPage::PageCreated (SfxAllItemSet aSet) //add CHINA001 in PageCreated() argument
3739 SFX_ITEMSET_ARG (&aSet,pFlagItem,SfxUInt32Item,SID_FLAG_TYPE,sal_False); in PageCreated()
3999 void SvxCharTwoLinesPage::PageCreated (SfxAllItemSet aSet) //add CHINA001 in PageCreated() argument
[all …]
H A Dpage.cxx1842 void SvxPageDescPage::PageCreated(SfxAllItemSet aSet) //add CHINA001 in PageCreated() argument
1844 SFX_ITEMSET_ARG(&aSet,pModeItem,SfxAllEnumItem,SID_ENUM_PAGE_MODE,sal_False); in PageCreated()
1845 SFX_ITEMSET_ARG(&aSet,pPaperStartItem,SfxAllEnumItem,SID_PAPER_START,sal_False); in PageCreated()
1846 SFX_ITEMSET_ARG(&aSet,pPaperEndItem,SfxAllEnumItem,SID_PAPER_END,sal_False); in PageCreated()
1847 SFX_ITEMSET_ARG(&aSet,pCollectListItem,SfxStringListItem,SID_COLLECT_LIST,sal_False); in PageCreated()
1850 …SFX_ITEMSET_ARG (&aSet, pSupportDrawingLayerFillStyleItem, SfxBoolItem, SID_DRAWINGLAYER_FILLSTYLE… in PageCreated()
/trunk/main/sfx2/source/control/
H A Dbindings.cxx1237 SfxAllItemSet aSet( rPool ); in Execute_Impl() local
1239 aSet.Put( **pArg ); in Execute_Impl()
1240 aReq.SetInternalArgs_Impl( aSet ); in Execute_Impl()
1281 SfxItemSet aSet(rPool, nWhich, nWhich, 0); in Execute_Impl() local
1283 pShell->CallState( aFunc, aSet ); in Execute_Impl()
1285 SfxItemState eState = aSet.GetItemState(nWhich, sal_True, &pOldItem); in Execute_Impl()
1290 pOldItem = &aSet.Get(nWhich); in Execute_Impl()
/trunk/main/sw/source/core/undo/
H A Dundobj1.cxx641 SfxItemSet aSet( rDoc.GetAttrPool(), aFrmFmtSetRange ); in RedoImpl() local
642 aSet.Put( aNewAnchor ); in RedoImpl()
643 rDoc.SetFrmFmtToFly( *pFrmFmt, *pNewFmt, &aSet ); in RedoImpl()
/trunk/main/sw/source/ui/envelp/
H A Denvfmt.cxx549 SfxItemSet aSet(rSet); in ActivatePage() local
550 aSet.Put(GetParent()->aEnvItem); in ActivatePage()
551 Reset(aSet); in ActivatePage()
/trunk/main/sd/source/ui/func/
H A Dfupage.cxx612 SfxItemSet aSet( *pArgs ); in ApplyItemSet() local
613 sdr::properties::CleanupFillProperties(aSet); in ApplyItemSet()
615 mpPage->getSdrPageProperties().PutItemSet(aSet); in ApplyItemSet()
/trunk/main/sw/source/ui/uiview/
H A Dviewdraw.cxx838 SfxItemSet aSet( GetPool(), EE_PARA_HYPHENATE, EE_PARA_HYPHENATE ); in HyphenateDrawText() local
839 aSet.Put( SfxBoolItem( EE_PARA_HYPHENATE, !bHyphenate ) ); in HyphenateDrawText()
840 pSdrView->SetAttributes( aSet ); in HyphenateDrawText()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrawsh5.cxx495 SfxItemSet aSet( GetPool(), EE_PARA_HYPHENATE, EE_PARA_HYPHENATE ); in ExecDrawFunc() local
497 aSet.Put( SfxBoolItem( EE_PARA_HYPHENATE, bValue ) ); in ExecDrawFunc()
498 pView->SetAttributes( aSet ); in ExecDrawFunc()
/trunk/main/sc/source/filter/xml/
H A DXMLStylesImportHelper.cxx39 aSet.insert(ScMyStyleNumberFormat(rStyleName, nNumberFormat)); in AddStyleNumberFormat()
45 ScMyStyleNumberFormatSet::iterator aItr(aSet.find(aStyleNumberFormat)); in GetStyleNumberFormat()
46 if (aItr == aSet.end()) in GetStyleNumberFormat()
/trunk/main/cui/source/dialogs/
H A Dsrchxtra.cxx160 SfxItemSet aSet( rPool, pWhRanges ); in SvxSearchAttributeDialog() local
161 SfxWhichIter aIter( aSet ); in SvxSearchAttributeDialog()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx206 SfxItemSet aSet( pEngine->GetEmptyItemSet() ); in InitRangeFinder() local
207 aSet.Put( SvxColorItem( Color( ScRangeFindList::GetColorName( nCount ) ), in InitRangeFinder()
209 pEngine->QuickSetAttribs( aSet, aSel ); in InitRangeFinder()
1616 SfxItemSet aSet( pEngine->GetEmptyItemSet() ); in UpdateParenthesis() local
1617 aSet.Put( SvxWeightItem( WEIGHT_BOLD, EE_CHAR_WEIGHT ) ); in UpdateParenthesis()
1629 pEngine->QuickSetAttribs( aSet, aSelThis ); in UpdateParenthesis()
1631 pEngine->QuickSetAttribs( aSet, aSelOther ); in UpdateParenthesis()
3650 SfxItemSet aSet = pEngine->GetAttribs( ESelection(0,0,nParCnt,0) ); in GetTextAndFields() local
3651 SfxItemState eFieldState = aSet.GetItemState( EE_FEATURE_FIELD, sal_False ); in GetTextAndFields()
/trunk/main/svx/source/svdraw/
H A Dsvdmark.cxx123 std::set< sal_uInt16 > aSet; in getContainer() local
127 aSet.insert( GetObject(--nAnz) ); in getContainer()
129 return aSet; in getContainer()
/trunk/main/cui/source/inc/
H A Dcuitabarea.hxx178 virtual void PageCreated (SfxAllItemSet aSet); //add CHINA001
321 virtual void PageCreated (SfxAllItemSet aSet); //add CHINA001
394 virtual void PageCreated (SfxAllItemSet aSet); //add CHINA001
/trunk/main/editeng/source/editeng/
H A Dedtspell.cxx623 SfxItemSet aSet( pImpEE->GetEmptyItemSet() ); in SetAttr() local
624 aSet.Put( rItem ); in SetAttr()
628 pImpEE->SetAttribs( aSel, aSet, ATTRSPECIAL_EDGE ); in SetAttr()
/trunk/main/starmath/source/
H A Dcfgitem.cxx490 String aSet; in ReadSymbol() local
504 aSet = aTmpStr; in ReadSymbol()
527 String aUiSetName( aSet ); in ReadSymbol()
535 aTmp = GetUiSymbolSetName( aSet ); in ReadSymbol()
H A Dunomodel.cxx527 SmFace aSet( sFontName, rOld.GetSize() ); in _setPropertyValues() local
528 aSet.SetBorderWidth( rOld.GetBorderWidth() ); in _setPropertyValues()
529 aSet.SetAlign( ALIGN_BASELINE ); in _setPropertyValues()
530 aFormat.SetFont( (*ppEntries)->mnMemberId, aSet ); in _setPropertyValues()
/trunk/main/sw/source/core/crsr/
H A Dfindattr.cxx1261 SfxItemSet aSet( *pPool, pReplSet->GetRanges() ); in Find()
1270 aSet.Put( pPool->GetDefaultItem( pItem->Which() )); in Find()
1276 aSet.Put( *pReplSet ); in Find()
1277 pCrsr->GetDoc()->InsertItemSet( *pCrsr, aSet, 0 ); in Find()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx855 SfxItemSet aSet( pCustomShape->GetMergedItemSet() ); in CreateSdrObjectFromParagraphOutlines() local
856aSet.ClearItem( SDRATTR_TEXTDIRECTION ); //SJ: vertical writing is not required, by removing this … in CreateSdrObjectFromParagraphOutlines()
857 aSet.Put(SdrShadowItem(sal_False)); // #i37011# NO shadow for FontWork geometry in CreateSdrObjectFromParagraphOutlines()
858 …pRet->SetMergedItemSet( aSet ); // * otherwise we would crash, because the outliner tries to cr… in CreateSdrObjectFromParagraphOutlines()
/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx1404 const SfxAllItemSet aSet( GetPool() ); in SetProtectionPassword() local
1405 const SfxItemSet* pArgs = &aSet; in SetProtectionPassword()
1440 const SfxAllItemSet aSet( GetPool() ); in GetProtectionHash() local
1441 const SfxItemSet* pArgs = &aSet; in GetProtectionHash()
/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx920 SwAttrSet aSet(rDoc.GetAttrPool(), nIds); in GetReferenceTextPos() local
921 rTxtNode.GetAttr(aSet, nRet, nRet+1); in GetReferenceTextPos()
923 if( RTL_TEXTENCODING_SYMBOL != ((SvxFontItem&)aSet.Get( in GetReferenceTextPos()
926 LanguageType eLang = ((SvxLanguageItem&)aSet.Get( in GetReferenceTextPos()
/trunk/main/sw/source/core/docnode/
H A Dndsect.cxx891 SfxItemSet aSet( rSet ); in InsertTextSection() local
896 aSet.ClearItem( RES_PAGEDESC ); in InsertTextSection()
897 aSet.ClearItem( RES_BREAK ); in InsertTextSection()
899 pTNd->SetAttr( aSet ); in InsertTextSection()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx1170 SfxItemSet aSet( rEngine.GetAttribs( aSel ) ); in WriteFieldText() local
1171 SfxItemState eFieldState = aSet.GetItemState( EE_FEATURE_FIELD, sal_False ); in WriteFieldText()
1196 SfxItemSet aSet = rEngine.GetAttribs( aSel ); in WriteFieldText() local
1197 if ( aSet.GetItemState( EE_FEATURE_FIELD, sal_False, &pItem ) == SFX_ITEM_ON ) in WriteFieldText()
/trunk/main/sd/source/ui/view/
H A Ddrviewsb.cxx678 SfxItemSet aSet( pDlg->GetItemSet() ); in FuTemp02() local
680 if( aSet.Count() ) in FuTemp02()
682 pOLV->SetAttribs( aSet ); in FuTemp02()
H A Ddrviews4.cxx936 SfxItemSet aSet(GetPool(), SID_CONTEXT, SID_CONTEXT, in ShowMousePosInfo() local
943 aSet.Put( SfxStringItem( SID_CONTEXT, mpDrawView->GetStatusText() ) ); in ShowMousePosInfo()
946 rBindings.SetState(aSet); in ShowMousePosInfo()
/trunk/main/sw/source/ui/chrdlg/
H A Ddrpcps.cxx219 SfxItemSet aSet( _rPage.rSh.GetAttrPool(), _nWhich, _nWhich); in GetFontSettings() local
220 _rPage.rSh.GetCurAttr(aSet); in GetFontSettings()
221 SvxFontItem aFmtFont((SvxFontItem &) aSet.Get(_nWhich)); in GetFontSettings()

Completed in 351 milliseconds

12345678910>>...15