/trunk/main/sw/source/ui/envelp/ |
H A D | envfmt.cxx | 271 SfxAllItemSet aTmpSet(*pCollSet); in IMPL_LINK_INLINE_END() local 277 if( SFX_ITEM_SET == aTmpSet.GetItemState( RES_CHRATR_BACKGROUND, in IMPL_LINK_INLINE_END() 282 aTmpSet.Put( aTmpBrush ); in IMPL_LINK_INLINE_END() 285 aTmpSet.ClearItem( RES_BACKGROUND ); in IMPL_LINK_INLINE_END() 314 SfxAllItemSet aTmpSet(*pCollSet); in IMPL_LINK_INLINE_END() local 322 aTmpSet.Put( aDefDistItem ); in IMPL_LINK_INLINE_END() 326 aTmpSet.Put( aTabPos ); in IMPL_LINK_INLINE_END() 329 const long nOff = ((SvxLRSpaceItem&)aTmpSet.Get( RES_LR_SPACE )). in IMPL_LINK_INLINE_END() 332 aTmpSet.Put( aOff ); in IMPL_LINK_INLINE_END() 335 ::PrepareBoxInfo( aTmpSet, *pSh ); in IMPL_LINK_INLINE_END() [all …]
|
/trunk/main/sw/source/core/attr/ |
H A D | swatrset.cxx | 411 SfxItemSet aTmpSet( *this ); in CopyToModify() local 424 aTmpSet.Put( aDesc ); in CopyToModify() 431 aTmpSet.Put( *pNewListIdItem ); in CopyToModify() 434 pCNd->SetAttr( aTmpSet ); in CopyToModify() 437 pFmt->SetFmtAttr( aTmpSet ); in CopyToModify() 444 SfxItemSet aTmpSet( *this ); in CopyToModify() local 445 aTmpSet.Put( *pNewListIdItem ); in CopyToModify() 446 pCNd->SetAttr( aTmpSet ); in CopyToModify()
|
/trunk/main/sw/source/ui/app/ |
H A D | docst.cxx | 734 if( SFX_ITEM_SET == aTmpSet.GetItemState( RES_BACKGROUND, in Edit() 739 aTmpSet.Put( aTmpBrush ); in Edit() 741 aTmpSet.ClearItem( RES_BACKGROUND ); in Edit() 744 xTmp->SetItemSet( aTmpSet ); in Edit() 762 aTmpSet.ClearItem(XATTR_FILLSTYLE); in Edit() 763 xTmp->SetItemSet(aTmpSet); in Edit() 823 SfxItemSet aTmpSet( xTmp->GetItemSet() ); in Edit() local 827 if( SFX_ITEM_SET == aTmpSet.GetItemState( RES_BACKGROUND, in Edit() 832 aTmpSet.Put( aTmpBrush ); in Edit() 834 aTmpSet.ClearItem( RES_BACKGROUND ); in Edit() [all …]
|
/trunk/main/sw/source/core/text/ |
H A D | txtfld.cxx | 329 SfxItemSet aTmpSet( aSet ); in NewFldPortion() local 331 aTmpSet.Set( pChFmt->GetAttrSet() ); in NewFldPortion() 332 aTmpSet.Differentiate( aSet ); in NewFldPortion() 333 if( aTmpSet.Count() ) in NewFldPortion() 334 pTmpFnt->SetDiffFnt( &aTmpSet, pFrm->GetTxtNode()->getIDocumentSettingAccess() ); in NewFldPortion()
|
/trunk/main/sw/source/core/undo/ |
H A D | unattr.cxx | 382 SfxItemSet aTmpSet( m_pFmt->GetAttrSet() ); in RepeatImpl() local 383 aTmpSet.ClearItem( RES_CNTNT ); in RepeatImpl() 384 if( aTmpSet.Count() ) in RepeatImpl() 386 rDoc.SetAttr( aTmpSet, *pFly ); in RepeatImpl() 898 SfxItemSet aTmpSet( m_AttrSet ); in RepeatImpl() local 899 aTmpSet.ClearItem( RES_TXTATR_REFMARK ); in RepeatImpl() 901 aTmpSet, m_nInsertFlags ); in RepeatImpl()
|
H A D | untbl.cxx | 2630 SfxItemSet aTmpSet( rDoc.GetAttrPool(), RES_BOXATR_FORMAT, RES_BOXATR_VALUE, in UndoImpl() local 2632 aTmpSet.Put( rBox.GetFrmFmt()->GetAttrSet() ); in UndoImpl() 2633 if( aTmpSet.Count() ) in UndoImpl() 2646 if( aTmpSet.Count() ) in UndoImpl() 2651 pEntry->pBoxNumAttr->Put( aTmpSet ); in UndoImpl() 2722 SfxItemSet aTmpSet( rDoc.GetAttrPool(), RES_BOXATR_FORMAT, RES_BOXATR_VALUE, in RedoImpl() local 2724 aTmpSet.Put( rBox.GetFrmFmt()->GetAttrSet() ); in RedoImpl() 2725 if( aTmpSet.Count() ) in RedoImpl() 2737 if( aTmpSet.Count() ) in RedoImpl() 2742 pEntry->pBoxNumAttr->Put( aTmpSet ); in RedoImpl()
|
/trunk/main/editeng/source/editeng/ |
H A D | impedit5.cxx | 214 SfxItemSet aTmpSet( GetEmptyItemSet() ); in CreateAttribUndo() local 215 aTmpSet.Put( rSet ); in CreateAttribUndo() 216 pUndo = new EditUndoSetAttribs( this, aESel, aTmpSet ); in CreateAttribUndo() 757 SfxItemSet aTmpSet( GetEmptyItemSet() ); in SetParaAttribs() local 758 aTmpSet.Put( rSet ); in SetParaAttribs() 759 …tUndo( new EditUndoSetParaAttribs( this, nPara, pNode->GetContentAttribs().GetItems(), aTmpSet ) ); in SetParaAttribs()
|
H A D | impedit3.cxx | 4243 SfxItemSet aTmpSet( pNode->GetContentAttribs().GetItems() ); in DoStretchChars() local 4253 aTmpSet.Put( *pNewWidth ); in DoStretchChars() 4274 aTmpSet.Put( *pNewKerning); in DoStretchChars() 4278 aTmpSet.ClearItem( EE_CHAR_FONTWIDTH ); in DoStretchChars() 4298 aTmpSet.Put( *pNewHeight ); in DoStretchChars() 4314 aTmpSet.Put( *pNewUL ); in DoStretchChars() 4318 aTmpSet.ClearItem( EE_CHAR_FONTHEIGHT ); in DoStretchChars() 4320 SetParaAttribs( nPara, aTmpSet ); in DoStretchChars()
|
H A D | editdoc.cxx | 1328 SfxItemSet aTmpSet( GetItemPool(), EE_PARA_START, EE_CHAR_END ); in CreateDefFont() local 1329 CreateFont( aDefFont, aTmpSet ); in CreateDefFont()
|
/trunk/main/sw/source/ui/shells/ |
H A D | textsh1.cxx | 201 SfxItemSet aTmpSet( *pSet ); in lcl_CharDialog() local 202 if( SFX_ITEM_SET == aTmpSet.GetItemState( RES_BACKGROUND, sal_False, &pTmpBrush ) ) in lcl_CharDialog() 206 aTmpSet.Put( aTmpBrush ); in lcl_CharDialog() 209 aTmpSet.ClearItem( RES_BACKGROUND ); in lcl_CharDialog() 216 …if( !bSelectionPut && SFX_ITEM_SET == aTmpSet.GetItemState(FN_PARAM_SELECTION, sal_False, &pSelect… in lcl_CharDialog() 236 aTmpSet.ClearItem(FN_PARAM_SELECTION); in lcl_CharDialog() 241 rWrtSh.AutoUpdatePara(pColl, aTmpSet); in lcl_CharDialog() 244 rWrtSh.SetAttrSet( aTmpSet ); in lcl_CharDialog() 246 pReq->Done(aTmpSet); in lcl_CharDialog()
|
H A D | grfsh.cxx | 233 SfxItemSet aTmpSet( rSh.GetAttrPool(), in Execute() local 236 rSh.GetCurAttr( aTmpSet ); in Execute() 237 aSet.Put( aTmpSet ); in Execute()
|
/trunk/main/sw/source/core/doc/ |
H A D | docfly.cxx | 393 SfxItemSet aTmpSet( rDoc.GetAttrPool(), aFrmFmtSetRange ); in lcl_SetFlyFrmAttr() local 416 aTmpSet.Put( *aIter.GetCurItem() ); in lcl_SetFlyFrmAttr() 425 if( aTmpSet.Count() ) in lcl_SetFlyFrmAttr() 426 rFlyFmt.SetFmtAttr( aTmpSet ); in lcl_SetFlyFrmAttr() 431 return aTmpSet.Count() || MAKEFRMS == nMakeFrms; in lcl_SetFlyFrmAttr()
|
H A D | doclay.cxx | 631 SfxItemSet aTmpSet( *pFlySet ); in _MakeFlySection() local 632 aTmpSet.ClearItem( RES_CNTNT ); in _MakeFlySection() 633 pFmt->SetFmtAttr( aTmpSet ); in _MakeFlySection()
|
H A D | docedt.cxx | 1463 SfxItemSet aTmpSet( pDoc->GetAttrPool(), aCharFmtSetRange ); in lcl_JoinText() local 1464 aTmpSet.Put( *pDelNd->GetpSwAttrSet() ); in lcl_JoinText() 1465 pTxtNd->SetAttr( aTmpSet ); in lcl_JoinText()
|
/trunk/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 411 SfxItemSet aTmpSet( pDoc->GetAttrPool(), in SetFlysInDoc() local 415 aTmpSet.Put( *pSrcNd->GetpSwAttrSet() ); in SetFlysInDoc() 418 aTmpSet.Put(*pBackgroundBrush, RES_BACKGROUND); in SetFlysInDoc() 422 pBackgroundBrush = (const SvxBrushItem*)aTmpSet.GetItem(RES_BACKGROUND, sal_False); in SetFlysInDoc() 433 aTmpSet.Put(aBrush, RES_BACKGROUND); in SetFlysInDoc() 437 pFlySave->aFlySet.Put( aTmpSet ); in SetFlysInDoc()
|
/trunk/main/sfx2/source/dialog/ |
H A D | tabdlg.cxx | 1322 SfxItemSet aTmpSet( *pExampleSet ); in IMPL_LINK() local 1333 aTmpSet.ClearItem( nWh ); in IMPL_LINK() 1357 aTmpSet.ClearItem( nWh ); in IMPL_LINK() 1369 pDataObject->pTabPage->Reset( aTmpSet ); in IMPL_LINK()
|
/trunk/main/sd/source/ui/view/ |
H A D | drtxtob1.cxx | 162 SfxItemSet aTmpSet( pOLV->GetOutliner()->GetParaAttribs( nPara ) ); in Execute() local 163 …aAttr.Put( aTmpSet, sal_False ); // sal_False= InvalidItems nicht als Default, sondern als "Loeche… in Execute()
|
/trunk/main/editeng/source/outliner/ |
H A D | outlvw.cxx | 1211 const SfxItemSet aTmpSet(pOwner->pEditEngine->GetAttribs(aSelection)); in ToggleBullets() local 1212 … const SfxPoolItem& rPoolItem = aTmpSet.GetPool()->GetDefaultItem( EE_PARA_NUMBULLET ); in ToggleBullets() 1421 SfxItemSet aTmpSet(pOwner->pEditEngine->GetAttribs(aSelection)); in ApplyBulletsNumbering() local 1422 pPoolItem = aTmpSet.GetItem(EE_PARA_NUMBULLET); in ApplyBulletsNumbering()
|
/trunk/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 3180 SfxItemSet aTmpSet( pFmt->GetDoc()->GetAttrPool(), in lcl_BoxSetSplitBoxFmts() local 3182 aTmpSet.Put( pFmt->GetAttrSet() ); in lcl_BoxSetSplitBoxFmts() 3183 if( aTmpSet.Count() ) in lcl_BoxSetSplitBoxFmts() 3184 pBox->ClaimFrmFmt()->SetFmtAttr( aTmpSet ); in lcl_BoxSetSplitBoxFmts()
|
/trunk/main/sw/source/core/txtnode/ |
H A D | fntcache.cxx | 96 SfxItemSet& aTmpSet = pStyle->GetItemSet(); in GetDefaultFontHeight() local 97 SvxFontHeightItem &aDefaultFontItem = (SvxFontHeightItem&)aTmpSet.Get(RES_CHRATR_CJK_FONTSIZE); in GetDefaultFontHeight()
|