| /trunk/main/sw/source/ui/shells/ |
| H A D | txtattr.cxx | 597 SfxItemSet aCoreSet( GetPool(), in ExecParaAttrArgs() local 600 aCoreSet.Put(*pItem); in ExecParaAttrArgs() 601 SfxToSwPageDescAttr( rSh, aCoreSet); in ExecParaAttrArgs() 602 rSh.SetAttrSet(aCoreSet); in ExecParaAttrArgs() 620 SfxItemSet aCoreSet(rPool, aTxtFmtCollSetRange); in GetAttrState() local 621 rSh.GetCurAttr(aCoreSet); // *alle* Textattribute von der Core erfragen in GetAttrState() 629 SfxItemState eState = aCoreSet.GetItemState(RES_PARATR_ADJUST, sal_False, &pItem); in GetAttrState() 637 eState = aCoreSet.GetItemState(RES_CHRATR_ESCAPEMENT, sal_False, &pItem); in GetAttrState() 644 eState = aCoreSet.GetItemState(RES_PARATR_LINESPACING, sal_False, &pItem); in GetAttrState() 727 aSetItem.GetItemSet().Put( aCoreSet, sal_False ); in GetAttrState() [all …]
|
| H A D | tabsh.cxx | 539 SfxItemSet aCoreSet( GetPool(), in Execute() local 544 aCoreSet.Put(aCoreInfo); in Execute() 545 rSh.GetTabBorders( aCoreSet ); in Execute() 547 aCoreSet.Get(RES_BOX); in Execute() 613 aCoreSet.Put( aBox ); in Execute() 614 aCoreSet.Put( aInfo ); in Execute() 615 rSh.SetTabBorders( aCoreSet ); in Execute() 640 SfxItemSet aCoreSet( GetPool(), aUITableAttrRange); in Execute() local 644 SwTableRep* pTblRep = ::lcl_TableParamToItemSet( aCoreSet, rSh ); in Execute() 651 …pDlg = pFact->CreateSwTableTabDlg( GetView().GetWindow(), GetPool(), &aCoreSet, &rSh, DLG_FORMAT_T… in Execute() [all …]
|
| H A D | textsh1.cxx | 134 SfxItemSet aCoreSet( rWrtSh.GetView().GetPool(), in lcl_CharDialog() local 142 rWrtSh.GetCurAttr( aCoreSet ); in lcl_CharDialog() 154 aCoreSet.Put(SfxStringItem(FN_PARAM_SELECTION, rWrtSh.GetSelTxt())); in lcl_CharDialog() 162 aCoreSet.Put( SfxUInt16Item( SID_ATTR_CHAR_WIDTH_FIT_TO_LINE, in lcl_CharDialog() 167 if( SFX_ITEM_SET == aCoreSet.GetItemState( RES_CHRATR_BACKGROUND, sal_True, &pTmpBrush ) ) in lcl_CharDialog() 171 aCoreSet.Put( aTmpBrush ); in lcl_CharDialog() 174 aCoreSet.Put(SfxUInt16Item(SID_HTML_MODE, ::GetHtmlMode(rWrtSh.GetView().GetDocShell()))); in lcl_CharDialog() 181 …pDlg = pFact->CreateSwCharDlg( rWrtSh.GetView().GetWindow(), rWrtSh.GetView(), aCoreSet, DLG_CHAR … in lcl_CharDialog() 345 SfxItemSet aCoreSet( GetPool(), in Execute() local 385 SwLangHelper::SetLanguage_None( rWrtSh, bForSelection, aCoreSet ); in Execute() [all …]
|
| H A D | grfsh.cxx | 536 SfxItemSet aCoreSet( GetPool(), aNoTxtNodeSetRange ); in GetAttrState() local 537 rSh.GetCurAttr( aCoreSet ); in GetAttrState() 582 MirrorGraph nState = static_cast< MirrorGraph >(((const SwMirrorGrf &) aCoreSet.Get( in GetAttrState() 593 MirrorGraph nState = static_cast< MirrorGraph >(((const SwMirrorGrf &) aCoreSet.Get( in GetAttrState() 605 aCoreSet.Get(RES_GRFATR_LUMINANCE)).GetValue() )); in GetAttrState() 610 aCoreSet.Get(RES_GRFATR_CONTRAST)).GetValue() )); in GetAttrState() 615 aCoreSet.Get(RES_GRFATR_CHANNELR)).GetValue() )); in GetAttrState() 620 aCoreSet.Get(RES_GRFATR_CHANNELG)).GetValue() )); in GetAttrState() 625 aCoreSet.Get(RES_GRFATR_CHANNELB)).GetValue() )); in GetAttrState() 631 ( (SwGammaGrf&)aCoreSet.Get( RES_GRFATR_GAMMA ) ).GetValue() * 100 ) ) ); in GetAttrState() [all …]
|
| H A D | basesh.cxx | 2268 SfxItemSet aCoreSet(GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in GetBckColState() local 2270 aCoreSet.SetParent(&GetView().GetDocShell()->GetDoc()->GetDfltFrmFmt()->GetAttrSet()); in GetBckColState() 2274 rSh.GetFlyFrmAttr(aCoreSet); in GetBckColState() 2278 rSh.GetCurAttr(aCoreSet); in GetBckColState() 2281 aBrushItem = getSvxBrushItemFromSourceSet(aCoreSet, RES_BACKGROUND); in GetBckColState() 2331 SfxItemSet aCoreSet(GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in ExecBckCol() local 2333 aCoreSet.SetParent(&GetView().GetDocShell()->GetDoc()->GetDfltFrmFmt()->GetAttrSet()); in ExecBckCol() 2337 rSh.GetFlyFrmAttr(aCoreSet); in ExecBckCol() 2341 rSh.GetCurAttr(aCoreSet); in ExecBckCol() 2344 aBrushItem = getSvxBrushItemFromSourceSet(aCoreSet, RES_BACKGROUND); in ExecBckCol() [all …]
|
| /trunk/main/sw/source/ui/app/ |
| H A D | docstyle.cxx | 412 aCoreSet(GetPool().GetPool(), //UUUU sorted by indices, one double removed in SwDocStyleSheet() 457 aCoreSet(rOrg.aCoreSet), in SwDocStyleSheet() 1079 aCoreSet.Put(pCharFmt->GetAttrSet()); in GetItemSet() 1081 aCoreSet.SetParent(&pCharFmt->DerivedFrom()->GetAttrSet()); in GetItemSet() 1097 aCoreSet.Put(pColl->GetAttrSet()); in GetItemSet() 1098 aCoreSet.Put( aBoxInfo ); in GetItemSet() 1099 aCoreSet.Put(SfxBoolItem(SID_ATTR_AUTO_STYLE_UPDATE, pColl->IsAutoUpdateFmt())); in GetItemSet() 1101 aCoreSet.SetParent(&pColl->DerivedFrom()->GetAttrSet()); in GetItemSet() 1106 aCoreSet.Put(pFrmFmt->GetAttrSet()); in GetItemSet() 1107 aCoreSet.Put( aBoxInfo ); in GetItemSet() [all …]
|
| /trunk/main/sw/source/ui/utlui/ |
| H A D | numfmtlb.cxx | 417 SfxItemSet aCoreSet( rSh.GetAttrPool(), in IMPL_LINK() local 428 aCoreSet.Put( SfxUInt32Item( SID_ATTR_NUMBERFORMAT_VALUE, nFormat )); in IMPL_LINK() 430 aCoreSet.Put( SvxNumberInfoItem( pFormatter, fValue, in IMPL_LINK() 434 aCoreSet.Put(SfxBoolItem(SID_ATTR_NUMBERFORMAT_ONE_AREA, bOneArea)); in IMPL_LINK() 436 aCoreSet.Put(SfxBoolItem(SID_ATTR_NUMBERFORMAT_NOLANGUAGE, !bShowLanguageControl)); in IMPL_LINK() 437 aCoreSet.Put(SfxBoolItem(SID_ATTR_NUMBERFORMAT_ADD_AUTO, bUseAutomaticLanguage)); in IMPL_LINK() 442 SfxAbstractDialog* pDlg = pFact->CreateSfxDialog( this, aCoreSet, in IMPL_LINK()
|
| H A D | uitool.cxx | 564 SfxItemSet aCoreSet(rShell.GetView().GetPool(), RES_PAGEDESC, RES_PAGEDESC ); in SfxToSwPageDescAttr() local 565 rShell.GetCurAttr( aCoreSet ); in SfxToSwPageDescAttr() 566 if(SFX_ITEM_SET == aCoreSet.GetItemState( RES_PAGEDESC, sal_True, &pItem ) ) in SfxToSwPageDescAttr()
|
| /trunk/main/sd/source/ui/func/ |
| H A D | futempl.cxx | 620 SfxItemSet aCoreSet( mpDoc->GetPool() ); in DoExecute() local 621 mpView->GetAttributes( aCoreSet, sal_True ); in DoExecute() 636 pStyleSet->Put(aCoreSet); in DoExecute() 665 SfxItemSet aCoreSet( mpDoc->GetPool() ); in DoExecute() local 666 mpView->GetAttributes( aCoreSet ); in DoExecute() 669 pStyleSet->Put( aCoreSet ); in DoExecute()
|
| /trunk/main/sw/source/ui/lingu/ |
| H A D | olmenu.cxx | 851 SfxItemSet aCoreSet( pSh->GetView().GetPool(), in Execute() local 862 SwLangHelper::SetLanguage( *pSh, aNewLangTxt, true, aCoreSet ); in Execute() 867 SwLangHelper::SetLanguage_None( *pSh, true, aCoreSet ); in Execute() 885 SwLangHelper::SetLanguage( *pSh, aNewLangTxt, true, aCoreSet ); in Execute() 893 SwLangHelper::SetLanguage_None( *pSh, true, aCoreSet ); in Execute() 916 SwLangHelper::SetLanguage_None( *pSh, false, aCoreSet ); in Execute()
|
| /trunk/main/sw/source/ui/uiview/ |
| H A D | viewtab.cxx | 1065 SfxItemSet aCoreSet( GetPool(), RES_PARATR_TABSTOP, RES_PARATR_TABSTOP, in StateTabWin() local 1068 rSh.GetCurAttr( aCoreSet, true ); in StateTabWin() 1258 SFX_ITEM_AVAILABLE > aCoreSet.GetItemState(RES_LR_SPACE)|| in StateTabWin() 1266 aCoreSet.Get( RES_PARATR_TABSTOP )); in StateTabWin() 1299 aLR = (const SvxLRSpaceItem&)aCoreSet.Get(RES_LR_SPACE); in StateTabWin() 1324 SvxULSpaceItem aUL = (const SvxULSpaceItem&)aCoreSet.Get(RES_UL_SPACE); in StateTabWin() 1327 SfxItemState e = aCoreSet.GetItemState(RES_UL_SPACE); in StateTabWin() 1361 aCoreSet.Put( aBoxInfo ); in StateTabWin() 1362 rSh.GetFlyFrmAttr( aCoreSet ); in StateTabWin() 1363 const SvxBoxItem& rBox = (const SvxBoxItem&)aCoreSet.Get(RES_BOX); in StateTabWin()
|
| H A D | view2.cxx | 1629 …SfxItemSet aCoreSet(pShell->GetPool(), SID_ATTR_ZOOM, SID_ATTR_ZOOM, SID_ATTR_VIEWLAYOUT, SID_ATTR… in ExecuteStatusLine() local 1642 aCoreSet.Put( aZoom ); in ExecuteStatusLine() 1648 aCoreSet.Put( aViewLayout ); in ExecuteStatusLine() 1654 pDlg = pFact->CreateSvxZoomDialog(&GetViewFrame()->GetWindow(), aCoreSet); in ExecuteStatusLine()
|
| H A D | pview.cxx | 851 SfxItemSet aCoreSet(GetPool(), SID_ATTR_ZOOM, SID_ATTR_ZOOM); in Execute() local 862 aCoreSet.Put( aZoom ); in Execute() 867 pDlg = pFact->CreateSvxZoomDialog(&GetViewFrame()->GetWindow(), aCoreSet); in Execute()
|
| /trunk/main/sw/source/ui/wrtsh/ |
| H A D | wrtsh1.cxx | 1678 SfxItemSet aCoreSet( GetAttrPool(), in AutoUpdatePara() local 1689 GetCurAttr( aCoreSet ); in AutoUpdatePara() 1691 SfxItemIter aParaIter( aCoreSet ); in AutoUpdatePara() 1698 if(SFX_ITEM_SET == aCoreSet.GetItemState(nWhich) && in AutoUpdatePara() 1701 aCoreSet.ClearItem(nWhich); in AutoUpdatePara() 1711 SetAttrSet(aCoreSet); in AutoUpdatePara()
|
| /trunk/main/extensions/source/propctrlr/ |
| H A D | formcomponenthandler.cxx | 2707 SfxItemSet aCoreSet(SFX_APP()->GetPool(), in impl_dialogFormatting_nothrow() local 2724 aCoreSet.Put( SfxUInt32Item( SID_ATTR_NUMBERFORMAT_VALUE, nFormatKey ) ); in impl_dialogFormatting_nothrow() 2729 aCoreSet.Put( aFormatter ); in impl_dialogFormatting_nothrow() 2732 …abDialog > pDialog( new SfxSingleTabDialog( impl_getDefaultDialogParent_nothrow(), aCoreSet, 0 ) ); in impl_dialogFormatting_nothrow() 2739 SfxTabPage* pPage = (*fnCreatePage)( pDialog.get(), aCoreSet ); in impl_dialogFormatting_nothrow()
|
| /trunk/main/sw/inc/ |
| H A D | docstyle.hxx | 71 SfxItemSet aCoreSet; member in SwDocStyleSheet
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | wrtww8.cxx | 2058 SfxItemSet aCoreSet(rDoc.GetAttrPool(), RES_CHRATR_ROTATE, RES_CHRATR_ROTATE); in lcl_TCFlags() local 2059 ((SwTxtNode*)pCNd)->GetAttr( aCoreSet, 0, ((SwTxtNode*)pCNd)->GetTxt().Len()); in lcl_TCFlags() 2062 if ( SFX_ITEM_SET == aCoreSet.GetItemState(RES_CHRATR_ROTATE, sal_True, &pRotItem)) in lcl_TCFlags()
|