Home
last modified time | relevance | path

Searched refs:aSet (Results 276 – 300 of 363) sorted by relevance

1...<<1112131415

/trunk/main/cui/source/tabpages/
H A Dtextattr.cxx786 void SvxTextAttrPage::PageCreated(SfxAllItemSet aSet) in PageCreated() argument
788 SFX_ITEMSET_ARG (&aSet,pViewItem,OfaPtrItem,SID_SVXTEXTATTRPAGE_VIEW,sal_False); in PageCreated()
H A Dmeasure.cxx865 void SvxMeasurePage::PageCreated (SfxAllItemSet aSet) //add CHINA001 in PageCreated() argument
867 SFX_ITEMSET_ARG (&aSet,pOfaPtrItem,OfaPtrItem,SID_OBJECT_LIST,sal_False); in PageCreated()
H A Dtabstpge.cxx751 void SvxTabulatorTabPage::PageCreated(SfxAllItemSet aSet) in PageCreated() argument
753 SFX_ITEMSET_ARG (&aSet,pControlItem,SfxUInt16Item,SID_SVXTABULATORTABPAGE_CONTROLFLAGS,sal_False); in PageCreated()
H A Dnumfmt.cxx1945 void SvxNumberFormatTabPage::PageCreated (SfxAllItemSet aSet) //add CHINA001 in PageCreated() argument
1947 SFX_ITEMSET_ARG (&aSet,pNumberInfoItem,SvxNumberInfoItem,SID_ATTR_NUMBERFORMAT_INFO,sal_False); in PageCreated()
1948 SFX_ITEMSET_ARG (&aSet,pLinkItem,SfxLinkItem,SID_LINK_TYPE,sal_False); in PageCreated()
/trunk/main/sc/source/ui/view/
H A Dcellsh1.cxx1935 SfxAllItemSet aSet( GetPool() ); in ExecuteEdit() local
1936 aSet.Put( SfxBoolItem( FN_PARAM_1, sal_False ) ); in ExecuteEdit()
1937aSet.Put( SvxFontItem( aCurFont.GetFamily(), aCurFont.GetName(), aCurFont.GetStyleName(), aCurFont… in ExecuteEdit()
1939 SfxAbstractDialog* pDlg = pFact->CreateSfxDialog( pTabViewShell->GetDialogParent(), aSet, in ExecuteEdit()
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx589 SfxItemSet aSet( SFX_APP()->GetPool(), aSpellInfos); in StartSpellOptDlg_Impl() local
590 aSet.Put(SfxSpellCheckItem( xSpell, SID_ATTR_SPELL )); in StartSpellOptDlg_Impl()
592 new SfxSingleTabDialog( this, aSet, RID_SFXPAGE_LINGU ); in StartSpellOptDlg_Impl()
593 SfxTabPage* pPage = SvxLinguTabPage::Create( pDlg, aSet ); in StartSpellOptDlg_Impl()
/trunk/main/starmath/source/
H A Daccessibility.cxx1069 SfxItemSet aSet( pEditEngine->GetParaAttribs( nPara ) ); in GetParaAttribs() local
1074 if( aSet.GetItemState( nWhich, sal_True ) != SFX_ITEM_ON ) in GetParaAttribs()
1077 aSet.Put( pEditEngine->GetParaAttrib( nPara, nWhich ) ); in GetParaAttribs()
1082 return aSet; in GetParaAttribs()
/trunk/main/sw/inc/
H A Dfmtclbl.hxx47 { return aSet.GetBalancedColumns( bInP ); } in GetBalancedColumns()
H A Dfmtcntnt.hxx59 { return aSet.GetCntnt(bInP); } in GetCntnt()
H A Dfmtlsplt.hxx51 { return aSet.GetLayoutSplit(bInP); } in GetLayoutSplit()
H A Dfmtrowsplt.hxx51 { return aSet.GetRowSplit(bInP); } in GetRowSplit()
H A Dfmteiro.hxx53 { return aSet.GetEditInReadonly(bInP); } in GetEditInReadonly()
H A Dfmtfollowtextflow.hxx58 { return aSet.GetFollowTextFlow( bInP ); } in GetFollowTextFlow()
H A Dhfspacingitem.hxx52 { return aSet.GetHeaderAndFooterEatSpacing(bInP); } in GetHeaderAndFooterEatSpacing()
H A Dfmtfordr.hxx65 { return aSet.GetFillOrder(bInP); } in GetFillOrder()
H A Dfmtwrapinfluenceonobjpos.hxx71 { return aSet.GetWrapInfluenceOnObjPos(bInP); } in GetWrapInfluenceOnObjPos()
H A Dfmtcnct.hxx80 { return aSet.GetChain(bInP); } in GetChain()
H A Dfmtanchr.hxx85 { return aSet.GetAnchor(bInP); } in GetAnchor()
/trunk/main/sw/source/ui/frmdlg/
H A Dcption.cxx371 SfxItemSet aSet( rView.GetDocShell()->GetDoc()->GetAttrPool() ); in IMPL_LINK() local
372 SwCaptionOptDlg aDlg( this, aSet ); in IMPL_LINK()
/trunk/main/extensions/source/propctrlr/
H A Deformshelper.cxx499 ::std::set< ::rtl::OUString > aSet; in setBinding()
500 firePropertyChanges( xOldBinding, _rxBinding, aSet ); in setBinding()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx2472 SfxItemSet aSet( pSdrModel->GetItemPool() ); in ApplyTextObj() local
2473 ApplyAttributes( rStCtrl, aSet ); in ApplyTextObj()
2475 ApplyTextAnchorAttributes( *pTextObj, aSet ); in ApplyTextObj()
2483 … pPor->ApplyTo(aSet, (SdrPowerPointImport&)*this, pTextObj->GetDestinationInstance()); in ApplyTextObj()
2486 pPresObj->SetMergedItemSet(aSet); in ApplyTextObj()
/trunk/main/sw/source/core/layout/
H A Dfly.cxx1244 SfxItemSet aSet( pFmt->GetDoc()->GetAttrPool(), in ChgRelPos() local
1294 aSet.Put( aVert ); in ChgRelPos()
1343 aSet.Put( aHori ); in ChgRelPos()
1346 pFmt->GetDoc()->SetAttr( aSet, *pFmt ); in ChgRelPos()
/trunk/main/sd/source/ui/inc/
H A Dprntopts.hxx98 virtual void PageCreated (SfxAllItemSet aSet);
/trunk/main/cui/source/inc/
H A Dconnect.hxx94 virtual void PageCreated (SfxAllItemSet aSet); //add CHINA001
H A Dtextattr.hxx111 virtual void PageCreated(SfxAllItemSet aSet); // add CHINA001

Completed in 133 milliseconds

1...<<1112131415