Home
last modified time | relevance | path

Searched refs:aSet (Results 126 – 150 of 363) sorted by relevance

12345678910>>...15

/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx580 SfxItemSet aSet( pSdrModel->GetItemPool() ); in ProcessObj() local
721 aSet.Put( SdrTextMinFrameHeightItem( in ProcessObj()
723 aSet.Put( SdrTextMinFrameWidthItem( in ProcessObj()
748 aSet.Put( SdrTextLeftDistItem( nTextLeft ) ); in ProcessObj()
749 aSet.Put( SdrTextRightDistItem( nTextRight ) ); in ProcessObj()
750 aSet.Put( SdrTextUpperDistItem( nTextTop ) ); in ProcessObj()
751 aSet.Put( SdrTextLowerDistItem( nTextBottom ) ); in ProcessObj()
822 pObj->SetMergedItemSet(aSet); in ProcessObj()
886 ApplyAttributes( rSt, aSet, rObjData ); in ProcessObj()
892 aSet.Put( XFillColorItem( String(), in ProcessObj()
[all …]
H A Dww8graf.cxx1312 SfxAllItemSet aSet(pDrawModel->GetItemPool()); in ReadGroup() local
1321 pObject->SetMergedItemSetAndBroadcast(aSet); in ReadGroup()
1405 SfxAllItemSet aSet( pDrawModel->GetItemPool() ); in ReadGrafLayer1() local
1410 pObject->SetMergedItemSet(aSet); in ReadGrafLayer1()
2909 SfxItemSet aSet(pDrawModel->GetItemPool()); in MungeTextIntoDrawBox() local
2910 aSet.Put(XFillStyleItem(XFILL_NONE)); in MungeTextIntoDrawBox()
2911 aSet.Put(XLineStyleItem(XLINE_NONE)); in MungeTextIntoDrawBox()
2912 aSet.Put(SdrTextFitToSizeTypeItem( SDRTEXTFIT_NONE )); in MungeTextIntoDrawBox()
2913 aSet.Put(SdrTextAutoGrowHeightItem(false)); in MungeTextIntoDrawBox()
2914 aSet.Put(SdrTextAutoGrowWidthItem(false)); in MungeTextIntoDrawBox()
[all …]
H A Dww8atr.cxx787 SfxItemSet aSet( rFmt.GetAttrSet() ); in OutputFormat() local
794 aSet.Put( aLR ); in OutputFormat()
796 OutputItemSet( aSet, bPapFmt, bChpFmt, in OutputFormat()
810 SfxItemSet aSet( rFmt.GetAttrSet() ); in OutputFormat() local
813 aSet.Put( aLR ); in OutputFormat()
814 OutputItemSet( aSet, bPapFmt, bChpFmt, in OutputFormat()
836 aSet.Set(rFrmFmt.GetAttrSet()); in OutputFormat()
846 aSet.Put(aAnchor); in OutputFormat()
850 aSet.Put(SwFmtSurround(SURROUND_NONE)); in OutputFormat()
854 OutputItemSet(aSet, true, false, in OutputFormat()
[all …]
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DMultipleItemConverter.cxx57 SfxItemSet aSet = this->CreateEmptyItemSet(); in FillItemSet() local
58 (*aIter)->FillItemSet( aSet ); in FillItemSet()
59 InvalidateUnequalItems( rOutItemSet, aSet ); in FillItemSet()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddlgattr.cxx113 SfxAllItemSet aSet(*(GetInputSetImpl()->GetPool())); in PageCreated() local
120aSet.Put (SvxNumberInfoItem( pNumberInfoItem->GetNumberFormatter(), (const sal_uInt16)SID_ATTR_NUM… in PageCreated()
121 rTabPage.PageCreated(aSet); in PageCreated()
/trunk/main/sfx2/source/control/
H A Dunoctitm.cxx782 SfxAllItemSet aSet( pShell->GetPool() ); in dispatch() local
783 TransformParameters( GetId(), lNewArgs, aSet, pSlot ); in dispatch()
784 if ( aSet.Count() ) in dispatch()
787 … pItem = pDispatcher->Execute( GetId(), nCall, &aSet, &aInternalSet, nModifier ); in dispatch()
812 SfxAllItemSet aSet( SFX_APP()->GetPool() ); in dispatch() local
813 TransformParameters( GetId(), lNewArgs, aSet ); in dispatch()
815 if ( aSet.Count() ) in dispatch()
816 pItem = pDispatcher->Execute( GetId(), nCall, &aSet, &aInternalSet, nModifier ); in dispatch()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrtxtob.cxx258 SfxItemSet aSet( pOutliner->GetEmptyItemSet() ); in Execute() local
259 aSet.Put( aNewItem ); in Execute()
261 pOutView->GetOutliner()->QuickSetAttribs( aSet, pOutView->GetSelection() ); in Execute()
594 SfxItemSet aSet( pView->GetDefaultAttr() ); in ExecuteToggle() local
620 aSet.Put( SvxUnderlineItem( eNew, EE_CHAR_UNDERLINE ) ); in ExecuteToggle()
622 pView->SetAttributes( aSet ); in ExecuteToggle()
664 SfxItemSet aSet = rEditEng.GetAttribs( aFieldSel ); in lcl_RemoveFields() local
665 if ( aSet.GetItemState( EE_FEATURE_FIELD ) == SFX_ITEM_ON ) in lcl_RemoveFields()
/trunk/main/sw/source/filter/rtf/
H A Drtfnum.cxx288 SfxItemSet aSet( pDoc->GetAttrPool(), aTxtNodeSetRange ); in ReadListLevel() local
291 aSet.Put( rCFmtSet ); in ReadListLevel()
297 aSet.Put( aLR ); in ReadListLevel()
300 ReadAttr( nToken, &aSet ); in ReadListLevel()
303 aSet.ClearItem(RES_CHRATR_BACKGROUND); in ReadListLevel()
306 rCFmtSet.Put( aSet ); in ReadListLevel()
311 if( SFX_ITEM_SET == aSet.GetItemState( RES_LR_SPACE, in ReadListLevel()
/trunk/main/sw/source/core/unocore/
H A DSwXTextDefaults.cxx92 SfxItemSet aSet( m_pDoc->GetAttrPool(), RES_PAGEDESC, RES_PAGEDESC ); in setPropertyValue() local
93 aSet.Put(rItem); in setPropertyValue()
94 SwUnoCursorHelper::SetPageDesc( aValue, *m_pDoc, aSet ); in setPropertyValue()
95 m_pDoc->SetDefault(aSet.Get(RES_PAGEDESC)); in setPropertyValue()
/trunk/main/sw/source/core/draw/
H A Ddflyobj.cxx752 SwAttrSet aSet( pFmt->GetDoc()->GetAttrPool(), in NbcMove() local
795 aSet.Put( aHori ); in NbcMove()
807 aSet.Put( aVert ); in NbcMove()
818 aSet.Put( aHori ); in NbcMove()
825 aSet.Put( aVert ); in NbcMove()
830 pFmt->SetFmtAttr( aSet ); in NbcMove()
/trunk/main/sw/source/core/doc/
H A Ddocfmt.cxx1114 SfxItemSet aSet( GetAttrPool(), rHt.Which(), rHt.Which() ); in InsertPoolItem() local
1115 aSet.Put( rHt ); in InsertPoolItem()
1158 SfxItemSet aSet( GetAttrPool(), rAttr.Which(), rAttr.Which() ); in SetAttr() local
1159 aSet.Put( rAttr ); in SetAttr()
1160 SetAttr( aSet, rFmt ); in SetAttr()
1244 aSet.Put( rAttr ); in SetDefault()
1245 SetDefault( aSet ); in SetDefault()
2526 SfxItemSet aSet(rSet); in ChgFmt() local
2528 aSet.Differentiate(rFmt.GetAttrSet()); in ChgFmt()
2534 aOldSet.Put(aSet); in ChgFmt()
[all …]
/trunk/main/sw/source/ui/ribbar/
H A Ddrawbase.cxx350 SfxItemSet aSet(m_pView->GetPool(),RES_COL,RES_COL); in MouseButtonUp() local
351 SwFmtCol aCol((const SwFmtCol&)aSet.Get(RES_COL)); in MouseButtonUp()
353 aSet.Put(aCol); in MouseButtonUp()
357 m_pSh->AutoUpdateFrame(pFmt, aSet); in MouseButtonUp()
359 m_pSh->SetFlyFrmAttr( aSet ); in MouseButtonUp()
/trunk/main/editeng/source/uno/
H A Dunoipset.cxx237 SfxItemSet aSet( mrItemPool, pMap->nWID, pMap->nWID); in getPropertyValue() local
243 aSet.Put(mrItemPool.GetDefaultItem(pMap->nWID)); in getPropertyValue()
246 if(aSet.Count()) in getPropertyValue()
249 SfxItemState eState = aSet.GetItemState( pMap->nWID, sal_True, &pItem ); in getPropertyValue()
H A Dunoedhlp.cxx229 …SfxItemSet aSet = rEE.GetAttribs( nParaIdx, sal_uInt16(nLen-1), sal_uInt16(nLen), GETATTRIBS_CHARA… in GetAttributeRun() local
230 if ( aSet == aCrrntSet ) in GetAttributeRun()
253 SfxItemSet aSet = rEE.GetAttribs( nParaIdx, 0, 1, GETATTRIBS_CHARATTRIBS ); in GetAttributeRun() local
254 if ( aSet == aCrrntSet ) in GetAttributeRun()
/trunk/main/cui/source/inc/
H A Dchardlg.hxx182 virtual void PageCreated (SfxAllItemSet aSet);
268 virtual void PageCreated (SfxAllItemSet aSet);
343 virtual void PageCreated (SfxAllItemSet aSet);
388 virtual void PageCreated (SfxAllItemSet aSet);
H A Dnumpages.hxx146 virtual void PageCreated(SfxAllItemSet aSet); // add CHINA001
194 virtual void PageCreated(SfxAllItemSet aSet); // add CHINA001
360 virtual void PageCreated(SfxAllItemSet aSet); // add CHINA001
458 virtual void PageCreated(SfxAllItemSet aSet); // add CHINA001
/trunk/main/sw/inc/
H A Dcellatr.hxx119 { return aSet.GetTblBoxNumFmt(bInP); } in GetTblBoxNumFmt()
121 { return aSet.GetTblBoxFormula(bInP); } in GetTblBoxFormula()
123 { return aSet.GetTblBoxValue(bInP); } in GetTblBoxValue()
/trunk/main/svx/source/dialog/
H A Dsrchdlg.cxx1574 SfxItemSet aSet( SFX_APP()->GetPool() ); in IMPL_LINK() local
1579 …SearchOptionsDialog* aDlg = pFact->CreateSvxJSearchOptionsDialog( LAYOUT_THIS_WINDOW (this), aSet, in IMPL_LINK()
2164 SfxItemSet aSet( rPool, pWhRanges ); in IMPL_LINK() local
2167 aSet.InvalidateAllItems(); in IMPL_LINK()
2168 aSet.Put(SvxBrushItem(nBrushWhich)); in IMPL_LINK()
2169 aSet.Put(SfxUInt16Item(SID_PARA_BACKGRND_DESTINATION, PARA_DEST_CHAR)); in IMPL_LINK()
2174 pSearchList->Get( aSet ); in IMPL_LINK()
2179 pReplaceList->Get( aSet ); in IMPL_LINK()
2181 aSet.DisableItem(SID_ATTR_PARA_MODEL); in IMPL_LINK()
2182 aSet.DisableItem(rPool.GetWhich(SID_ATTR_PARA_PAGEBREAK)); in IMPL_LINK()
[all …]
/trunk/main/sw/source/core/edit/
H A Dedattr.cxx80 SfxItemSet aSet( *rSet.GetPool(), rSet.GetRanges() ); in GetCurAttr() local
160 rSet.MergeValues( aSet ); in GetCurAttr()
162 if( aSet.Count() ) in GetCurAttr()
163 aSet.ClearItem(); in GetCurAttr()
165 pSet = &aSet; in GetCurAttr()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx381 PropertySet aSet; in importAnimationContainer() local
391 if( is_random( aNode, aSet, nPresetClass ) ) in importAnimationContainer()
412 fillNode( xNode, aNode, aSet ); in importAnimationContainer()
420 dump( aSet ); in importAnimationContainer()
471 dump( aSet ); in importAnimationContainer()
475 if( aSet.hasProperty( DFF_ANIM_NODE_TYPE ) ) in importAnimationContainer()
538 dump( aSet ); in importAnimationContainer()
552 dump( aSet ); in importAnimationContainer()
1696 PropertySet aSet; in importAnimateAttributeTargetContainer() local
1697 importPropertySetContainer( pChildAtom, aSet ); in importAnimateAttributeTargetContainer()
[all …]
/trunk/main/sd/source/ui/view/
H A Ddrviews2.cxx220 SfxItemSet aSet( GetPool(), EE_PARA_HYPHENATE, EE_PARA_HYPHENATE ); in FuTemporary() local
222 aSet.Put( SfxBoolItem( EE_PARA_HYPHENATE, bValue ) ); in FuTemporary()
223 mpDrawView->SetAttributes( aSet ); in FuTemporary()
228 SfxItemSet aSet( GetPool(), EE_PARA_HYPHENATE, EE_PARA_HYPHENATE ); in FuTemporary() local
230 aSet.Put( SfxBoolItem( EE_PARA_HYPHENATE, bValue ) ); in FuTemporary()
231 mpDrawView->SetAttributes( aSet ); in FuTemporary()
/trunk/main/svx/source/svdraw/
H A Dsvdlayer.cxx428 SetOfByte aSet; in GetUniqueLayerID() local
433 aSet.Set(GetLayer((sal_uInt16)j)->GetID()); in GetUniqueLayerID()
439 while (i && aSet.IsSet(sal_uInt8(i))) in GetUniqueLayerID()
447 while (i<=254 && aSet.IsSet(sal_uInt8(i))) in GetUniqueLayerID()
/trunk/main/vcl/source/window/
H A Dwpropset.cxx279 uno::Sequence< beans::PropertyValue > aSet( 1 ); in propertyChange() local
280 aSet[0].Name = aProperty; in propertyChange()
281 aSet[0].Value = i_rEvent.NewValue; in propertyChange()
282 it->second.setProperties( aSet ); in propertyChange()
/trunk/main/sd/source/ui/func/
H A Dfutransf.cxx75 SfxItemSet aSet( mpView->GetGeoAttrFromMarked() ); in DoExecute() local
95 aCombSet.Put( aSet ); in DoExecute()
110 …std::auto_ptr< SfxAbstractTabDialog > pDlg( pFact->CreateSvxTransformTabDialog( NULL, &aSet, mpVie… in DoExecute()
/trunk/main/sc/source/ui/view/
H A Dviewutil.cxx371 SfxAllItemSet aSet( rFrame.GetObjectShell()->GetPool() ); in ExecuteCharMap() local
372 aSet.Put( SfxBoolItem( FN_PARAM_1, sal_False ) ); in ExecuteCharMap()
373aSet.Put( SvxFontItem( rOldFont.GetFamily(), rOldFont.GetFamilyName(), rOldFont.GetStyleName(), rO… in ExecuteCharMap()
374 …SfxAbstractDialog* pDlg = pFact->CreateSfxDialog( &rFrame.GetWindow(), aSet, rFrame.GetFrame().Get… in ExecuteCharMap()

Completed in 671 milliseconds

12345678910>>...15