Home
last modified time | relevance | path

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

12345678910>>...15

/aoo41x/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()
/aoo41x/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()
/aoo41x/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( sal_uInt16(nParaIdx), sal_uInt16(nLen-1), sal_uInt16(nLen), GETA… in GetAttributeRun() local
230 if ( aSet == aCrrntSet ) in GetAttributeRun()
253 SfxItemSet aSet = rEE.GetAttribs( sal_uInt16(nParaIdx), 0, 1, GETATTRIBS_CHARATTRIBS ); in GetAttributeRun() local
254 if ( aSet == aCrrntSet ) in GetAttributeRun()
/aoo41x/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
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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.cxx1315 SfxAllItemSet aSet(pDrawModel->GetItemPool()); in ReadGroup() local
1324 pObject->SetMergedItemSetAndBroadcast(aSet); in ReadGroup()
1408 SfxAllItemSet aSet( pDrawModel->GetItemPool() ); in ReadGrafLayer1() local
1413 pObject->SetMergedItemSet(aSet); in ReadGrafLayer1()
2917 SfxItemSet aSet(pDrawModel->GetItemPool()); in MungeTextIntoDrawBox() local
2918 aSet.Put(XFillStyleItem(XFILL_NONE)); in MungeTextIntoDrawBox()
2919 aSet.Put(XLineStyleItem(XLINE_NONE)); in MungeTextIntoDrawBox()
2920 aSet.Put(SdrTextFitToSizeTypeItem( SDRTEXTFIT_NONE )); in MungeTextIntoDrawBox()
2921 aSet.Put(SdrTextAutoGrowHeightItem(false)); in MungeTextIntoDrawBox()
2922 aSet.Put(SdrTextAutoGrowWidthItem(false)); in MungeTextIntoDrawBox()
[all …]
/aoo41x/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()
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()
/aoo41x/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()
/aoo41x/main/sw/source/core/doc/
H A Ddocfmt.cxx1102 SfxItemSet aSet( GetAttrPool(), rHt.Which(), rHt.Which() ); in InsertPoolItem() local
1103 aSet.Put( rHt ); in InsertPoolItem()
1146 SfxItemSet aSet( GetAttrPool(), rAttr.Which(), rAttr.Which() ); in SetAttr() local
1147 aSet.Put( rAttr ); in SetAttr()
1148 SetAttr( aSet, rFmt ); in SetAttr()
1232 aSet.Put( rAttr ); in SetDefault()
1233 SetDefault( aSet ); in SetDefault()
2514 SfxItemSet aSet(rSet); in ChgFmt() local
2516 aSet.Differentiate(rFmt.GetAttrSet()); in ChgFmt()
2522 aOldSet.Put(aSet); in ChgFmt()
[all …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/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 189 milliseconds

12345678910>>...15