/aoo4110/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 …]
|
/aoo4110/main/sw/source/core/attr/ |
H A D | swatrset.cxx | 331 SfxItemSet aTmpSet( *this ); in CopyToModify() local 344 aTmpSet.Put( aDesc ); in CopyToModify() 351 aTmpSet.Put( *pNewListIdItem ); in CopyToModify() 354 pCNd->SetAttr( aTmpSet ); in CopyToModify() 357 pFmt->SetFmtAttr( aTmpSet ); in CopyToModify() 364 SfxItemSet aTmpSet( *this ); in CopyToModify() local 365 aTmpSet.Put( *pNewListIdItem ); in CopyToModify() 366 pCNd->SetAttr( aTmpSet ); in CopyToModify()
|
/aoo4110/main/sw/source/ui/app/ |
H A D | docst.cxx | 721 SfxItemSet aTmpSet( *pDlg->GetOutputItemSet() ); in Edit() local 725 if( SFX_ITEM_SET == aTmpSet.GetItemState( RES_BACKGROUND, in Edit() 730 aTmpSet.Put( aTmpBrush ); in Edit() 732 aTmpSet.ClearItem( RES_BACKGROUND ); in Edit() 734 xTmp->SetItemSet( aTmpSet ); in Edit() 739 …if( aTmpSet.GetItemState( GetPool().GetTrueWhich( SID_ATTR_FRAMEDIRECTION, sal_False ) , sal_True,… in Edit() 799 SfxItemSet aTmpSet( xTmp->GetItemSet() ); in Edit() local 803 if( SFX_ITEM_SET == aTmpSet.GetItemState( RES_BACKGROUND, in Edit() 808 aTmpSet.Put( aTmpBrush ); in Edit() 810 aTmpSet.ClearItem( RES_BACKGROUND ); in Edit() [all …]
|
/aoo4110/main/sw/source/core/text/ |
H A D | txtfld.cxx | 327 SfxItemSet aTmpSet( aSet ); in NewFldPortion() local 329 aTmpSet.Set( pChFmt->GetAttrSet() ); in NewFldPortion() 330 aTmpSet.Differentiate( aSet ); in NewFldPortion() 331 if( aTmpSet.Count() ) in NewFldPortion() 332 … pTmpFnt->SetDiffFnt( &aTmpSet, pFrm->GetTxtNode()->getIDocumentSettingAccess() ); in NewFldPortion()
|
/aoo4110/main/sw/source/core/undo/ |
H A D | unattr.cxx | 388 SfxItemSet aTmpSet( m_pFmt->GetAttrSet() ); in RepeatImpl() local 389 aTmpSet.ClearItem( RES_CNTNT ); in RepeatImpl() 390 if( aTmpSet.Count() ) in RepeatImpl() 392 rDoc.SetAttr( aTmpSet, *pFly ); in RepeatImpl() 904 SfxItemSet aTmpSet( m_AttrSet ); in RepeatImpl() local 905 aTmpSet.ClearItem( RES_TXTATR_REFMARK ); in RepeatImpl() 907 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()
|
/aoo4110/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 | 4176 SfxItemSet aTmpSet( pNode->GetContentAttribs().GetItems() ); in DoStretchChars() local 4186 aTmpSet.Put( *pNewWidth ); in DoStretchChars() 4207 aTmpSet.Put( *pNewKerning); in DoStretchChars() 4211 aTmpSet.ClearItem( EE_CHAR_FONTWIDTH ); in DoStretchChars() 4231 aTmpSet.Put( *pNewHeight ); in DoStretchChars() 4247 aTmpSet.Put( *pNewUL ); in DoStretchChars() 4251 aTmpSet.ClearItem( EE_CHAR_FONTHEIGHT ); in DoStretchChars() 4253 SetParaAttribs( nPara, aTmpSet ); in DoStretchChars()
|
H A D | editdoc.cxx | 1330 SfxItemSet aTmpSet( GetItemPool(), EE_PARA_START, EE_CHAR_END ); in CreateDefFont() local 1331 CreateFont( aDefFont, aTmpSet ); in CreateDefFont()
|
/aoo4110/main/sw/source/ui/shells/ |
H A D | textsh1.cxx | 215 SfxItemSet aTmpSet( *pSet ); in lcl_CharDialog() local 216 if( SFX_ITEM_SET == aTmpSet.GetItemState( RES_BACKGROUND, sal_False, &pTmpBrush ) ) in lcl_CharDialog() 220 aTmpSet.Put( aTmpBrush ); in lcl_CharDialog() 223 aTmpSet.ClearItem( RES_BACKGROUND ); in lcl_CharDialog() 230 …if( !bSelectionPut && SFX_ITEM_SET == aTmpSet.GetItemState(FN_PARAM_SELECTION, sal_False, &pSelect… in lcl_CharDialog() 250 aTmpSet.ClearItem(FN_PARAM_SELECTION); in lcl_CharDialog() 255 rWrtSh.AutoUpdatePara(pColl, aTmpSet); in lcl_CharDialog() 258 rWrtSh.SetAttrSet( aTmpSet ); in lcl_CharDialog() 260 pReq->Done(aTmpSet); in lcl_CharDialog()
|
H A D | grfsh.cxx | 220 SfxItemSet aTmpSet( rSh.GetAttrPool(), in Execute() local 223 rSh.GetCurAttr( aTmpSet ); in Execute() 224 aSet.Put( aTmpSet ); in Execute()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docfly.cxx | 390 SfxItemSet aTmpSet( rDoc.GetAttrPool(), aFrmFmtSetRange ); in lcl_SetFlyFrmAttr() local 413 aTmpSet.Put( *aIter.GetCurItem() ); in lcl_SetFlyFrmAttr() 422 if( aTmpSet.Count() ) in lcl_SetFlyFrmAttr() 423 rFlyFmt.SetFmtAttr( aTmpSet ); in lcl_SetFlyFrmAttr() 428 return aTmpSet.Count() || MAKEFRMS == nMakeFrms; in lcl_SetFlyFrmAttr()
|
H A D | doclay.cxx | 639 SfxItemSet aTmpSet( *pFlySet ); in _MakeFlySection() local 640 aTmpSet.ClearItem( RES_CNTNT ); in _MakeFlySection() 641 pFmt->SetFmtAttr( aTmpSet ); in _MakeFlySection()
|
H A D | docedt.cxx | 1459 SfxItemSet aTmpSet( pDoc->GetAttrPool(), aCharFmtSetRange ); in lcl_JoinText() local 1460 aTmpSet.Put( *pDelNd->GetpSwAttrSet() ); in lcl_JoinText() 1461 pTxtNd->SetAttr( aTmpSet ); in lcl_JoinText()
|
/aoo4110/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 416 SfxItemSet aTmpSet( pDoc->GetAttrPool(), in SetFlysInDoc() local 420 aTmpSet.Put( *pSrcNd->GetpSwAttrSet() ); in SetFlysInDoc() 423 aTmpSet.Put(*pBackgroundBrush, RES_BACKGROUND); in SetFlysInDoc() 427 pBackgroundBrush = (const SvxBrushItem*)aTmpSet.GetItem(RES_BACKGROUND, sal_False); in SetFlysInDoc() 438 aTmpSet.Put(aBrush, RES_BACKGROUND); in SetFlysInDoc() 442 pFlySave->aFlySet.Put( aTmpSet ); in SetFlysInDoc()
|
/aoo4110/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()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | drtxtob1.cxx | 162 … SfxItemSet aTmpSet( pOLV->GetOutliner()->GetParaAttribs( (sal_uInt16) nPara ) ); in Execute() local 163 …aAttr.Put( aTmpSet, sal_False ); // sal_False= InvalidItems nicht als Default, sondern als "Loeche… in Execute()
|
/aoo4110/main/editeng/source/outliner/ |
H A D | outlvw.cxx | 1213 const SfxItemSet aTmpSet(pOwner->pEditEngine->GetAttribs(aSelection)); in ToggleBullets() local 1214 … const SfxPoolItem& rPoolItem = aTmpSet.GetPool()->GetDefaultItem( EE_PARA_NUMBULLET ); in ToggleBullets() 1423 SfxItemSet aTmpSet(pOwner->pEditEngine->GetAttribs(aSelection)); in ApplyBulletsNumbering() local 1424 pPoolItem = aTmpSet.GetItem(EE_PARA_NUMBULLET); in ApplyBulletsNumbering()
|
/aoo4110/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()
|
/aoo4110/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()
|