Home
last modified time | relevance | path

Searched refs:aBoxSet (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/sw/source/core/undo/
H A Duntbl.cxx2412 SfxItemSet aBoxSet( rDoc.GetAttrPool(), in RedoImpl() local
2421 aBoxSet.Put( SwTblBoxFormula( aNewFml )); in RedoImpl()
2425 aBoxSet.Put( SwTblBoxNumFormat( nNewFmtIdx )); in RedoImpl()
2429 aBoxSet.Put( SwTblBoxValue( fNewNum )); in RedoImpl()
2438 pBoxFmt->SetFmtAttr( aBoxSet ); in RedoImpl()
2442 SfxItemSet aBoxSet( rDoc.GetAttrPool(), in RedoImpl() local
2445 aBoxSet.Put( SwTblBoxNumFormat( nFmtIdx )); in RedoImpl()
2446 aBoxSet.Put( SwTblBoxValue( fNum )); in RedoImpl()
2459 pBoxFmt->SetFmtAttr( aBoxSet ); in RedoImpl()
/trunk/main/sw/source/ui/uiview/
H A Dformatclipboard.cxx289 SfxItemSet aBoxSet( *rSet.GetPool(), RES_BOXATR_FORMAT, RES_BOXATR_FORMAT ); in lcl_setTableAttributes() local
290 aBoxSet.Put( SwTblBoxNumFormat( ((SfxUInt32Item*)pItem)->GetValue() )); in lcl_setTableAttributes()
291 rSh.SetTblBoxFormulaAttrs( aBoxSet ); in lcl_setTableAttributes()
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx702 SfxItemSet aBoxSet( *aCoreSet.GetPool(), in Execute() local
706 rSh.GetTblBoxFormulaAttrs( aBoxSet ); in Execute()
708 SfxItemState eState = aBoxSet.GetItemState(RES_BOXATR_FORMAT); in Execute()
716 ((SwTblBoxNumFormat&)aBoxSet.Get( in Execute()
721 ((SwTblBoxValue&)aBoxSet.Get( in Execute()
1593 SfxItemSet aBoxSet( GetPool(), RES_BOXATR_FORMAT, RES_BOXATR_FORMAT ); in ExecNumberFormat() local
1594 aBoxSet.Put( SwTblBoxNumFormat( nNumberFormat )); in ExecNumberFormat()
1595 rSh.SetTblBoxFormulaAttrs( aBoxSet ); in ExecNumberFormat()
/trunk/main/sw/source/ui/fldui/
H A Dfldmgr.cxx1360 SfxItemSet aBoxSet( pCurShell->GetAttrPool(), in InsertFld() local
1368 aBoxSet.Put( SwTblBoxFormula( sFml )); in InsertFld()
1369 pCurShell->SetTblBoxFormulaAttrs( aBoxSet ); in InsertFld()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx3788 SfxItemSet aBoxSet( pDoc->GetAttrPool(), aTableBoxSetRange ); in lcl_SetAFmtBox() local
3792 pSetPara->rTblFmt.UpdateToSet( nPos, aBoxSet, in lcl_SetAFmtBox()
3807 if( aBoxSet.Count() ) in lcl_SetAFmtBox()
3810 SFX_ITEM_SET == aBoxSet.GetItemState( RES_BOXATR_FORMAT )) in lcl_SetAFmtBox()
3813 pSetBox->ClaimFrmFmt()->SetFmtAttr( aBoxSet ); in lcl_SetAFmtBox()
4116 SfxItemSet aBoxSet( GetAttrPool(), RES_BOXATR_FORMAT, RES_BOXATR_VALUE ); in ChkBoxNumFmt() local
4148 aBoxSet.Put( SwTblBoxValue( fNumber )); in ChkBoxNumFmt()
4149 aBoxSet.Put( SwTblBoxNumFormat( nFmtIdx )); in ChkBoxNumFmt()
4170 pBoxFmt->SetFmtAttr( aBoxSet ); in ChkBoxNumFmt()
/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx97 SfxItemSet aBoxSet; member in ScDetectiveData
107 SfxItemSet& GetBoxSet() { return aBoxSet; } in GetBoxSet()
148 aBoxSet( pModel->GetItemPool(), SDRATTR_START, SDRATTR_END ), in ScDetectiveData()
156 aBoxSet.Put( XLineColorItem( EMPTY_STRING, Color( ScDetectiveFunc::GetArrowColor() ) ) ); in ScDetectiveData()
157 aBoxSet.Put( XFillStyleItem( XFILL_NONE ) ); in ScDetectiveData()

Completed in 76 milliseconds