Home
last modified time | relevance | path

Searched refs:pOld (Results 76 – 100 of 226) sorted by relevance

12345678910

/aoo42x/main/sw/source/core/doc/
H A Ddocftn.cxx195 void SwEndNoteInfo::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument
197 sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0 ; in Modify()
219 CheckRegistration( pOld, pNew ); in Modify()
H A Dnotxtfrm.cxx676 void SwNoTxtFrm::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument
678 sal_uInt16 nWhich = pNew ? pNew->Which() : pOld ? pOld->Which() : 0; in Modify()
688 SwCntntFrm::Modify( pOld, pNew ); in Modify()
739 if( SFX_ITEM_SET == ((SwAttrSetChg*)pOld)->GetChgSet()-> in Modify()
H A Ddoctxm.cxx2257 SwTOXSortTabBase* pOld = aSortArr[i]; in InsertSorted() local
2258 if(*pOld == *pNew) in InsertSorted()
2260 if(*pOld < *pNew) in InsertSorted()
2283 SwTOXSortTabBase* pOld = aSortArr[i]; in InsertSorted() local
2284 if(*pOld == *pNew) in InsertSorted()
2290 if( pOld->GetType() == TOX_SORT_CUSTOM && in InsertSorted()
2300 pOld->aTOXSources.Insert( pNew->aTOXSources[0], in InsertSorted()
2301 pOld->aTOXSources.Count() ); in InsertSorted()
2311 if(*pNew < *pOld) in InsertSorted()
H A Dlineinfo.cxx141 void SwLineNumberInfo::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument
143 CheckRegistration( pOld, pNew ); in Modify()
/aoo42x/main/sw/source/core/fields/
H A Dusrfld.cxx231 void SwUserFieldType::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument
233 if( !pOld && !pNew ) in Modify()
236 NotifyClients( pOld, pNew ); in Modify()
H A Dddetbl.cxx92 void SwDDETable::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument
97 SwTable::Modify( pOld, pNew ); in Modify()
/aoo42x/main/sc/source/ui/view/
H A Dtabview5.cxx152 ScSelectionTransferObj* pOld = pScMod->GetSelectionTransfer(); in ~ScTabView() local
153 if ( pOld && pOld->GetView() == this ) in ~ScTabView()
155 pOld->ForgetView(); in ~ScTabView()
H A Dtabview3.cxx338 ScSelectionTransferObj* pOld = pScMod->GetSelectionTransfer(); in CheckSelectionTransfer() local
339 if ( pOld && pOld->GetView() == this && pOld->StillValid() ) in CheckSelectionTransfer()
350 if (pOld) in CheckSelectionTransfer()
351 pOld->ForgetView(); in CheckSelectionTransfer()
357 else if ( pOld && pOld->GetView() == this ) in CheckSelectionTransfer()
361 pOld->ForgetView(); in CheckSelectionTransfer()
/aoo42x/main/sw/source/core/view/
H A Dviewsh.cxx305 OutputDevice *pOld = GetOut(); in ImplEndAction() local
306 pVout->SetLineColor( pOld->GetLineColor() ); in ImplEndAction()
307 pVout->SetFillColor( pOld->GetFillColor() ); in ImplEndAction()
317 pOld->DrawOutDev( aRect.Pos(), aRect.SSize(), in ImplEndAction()
319 pOut = pOld; in ImplEndAction()
467 OutputDevice *pOld = pOut; in ImplUnlockPaint() local
470 pOut = pOld; in ImplUnlockPaint()
1388 OutputDevice *pOld = pOut; in SmoothScroll() local
1436 pOut = pOld; in SmoothScroll()
/aoo42x/main/sc/source/core/data/
H A Dcell2.cxx828 ScTokenArray* pOld = pUndoDoc ? pCode->Clone() : NULL; in UpdateReference() local
952 EndListeningTo( pDocument, pOld, aOldPos ); in UpdateReference()
982 pOld, eTempGrammar, cMatrixFlag ); in UpdateReference()
1037 delete pOld; in UpdateReference()
1272 ScTokenArray* pOld = pUndoDoc ? pCode->Clone() : NULL; in UpdateTranspose() local
1338 ScFormulaCell* pFCell = new ScFormulaCell( pUndoDoc, aPos, pOld, in UpdateTranspose()
1351 delete pOld; in UpdateTranspose()
/aoo42x/main/svl/source/items/
H A Dstyle.cxx728 SfxStyleSheetBase* pOld = aIter.Find( rSheet.GetName() ); in Add() local
729 Remove( pOld ); in Add()
831 SfxStyleSheetBase* pOld = aIter.Find( p->GetName() ); in Insert() local
832 DBG_ASSERT( !pOld, "svl::SfxStyleSheetBasePool::Insert(), StyleSheet already inserted" ); in Insert()
835 pOld = aIter.Find( p->GetParent() ); in Insert()
836 DBG_ASSERT( pOld, "svl::SfxStyleSheetBasePool::Insert(), Parent not found!" ); in Insert()
/aoo42x/main/sd/source/ui/inc/
H A Dunslsel.hxx37 Container* pOld, Container* pNew) in SlideSelectionUndoAction() argument
39 pOldOrder(pOld), in SlideSelectionUndoAction()
/aoo42x/main/sc/source/ui/unoobj/
H A Dnameuno.cxx163 ScRangeData* pOld = (*pNames)[nPos]; in Modify_Impl() local
165 String aInsName(pOld->GetName()); in Modify_Impl()
169pOld->GetSymbol( aContent, eGrammar); // no problems with changed positions and such. in Modify_Impl()
172 ScAddress aPos(pOld->GetPos()); in Modify_Impl()
175 sal_uInt16 nType = pOld->GetType(); in Modify_Impl()
184 pNew->SetIndex( pOld->GetIndex() ); in Modify_Impl()
/aoo42x/main/sw/source/core/layout/
H A Datrfrm.cxx704 void SwFmtPageDesc::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument
709 const sal_uInt16 nWhichId = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in Modify()
2524 void SwFrmFmt::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument
2583 SwFmt::Modify( pOld, pNew ); in Modify()
2585 if (pOld && (RES_REMOVE_UNO_OBJECT == pOld->Which())) in Modify()
3182 for( SwFrm* pOld = aOldIter.First(); pOld; pOld = aOldIter.Next() ) in SwHandleAnchorNodeChg() local
H A Dtabfrm.cxx3265 void SwTabFrm::Modify( const SfxPoolItem* pOld, const SfxPoolItem * pNew ) in Modify() argument
3273 SfxItemIter aOIter( *((SwAttrSetChg*)pOld)->GetChgSet() ); in Modify()
3274 SwAttrSetChg aOldSet( *(SwAttrSetChg*)pOld ); in Modify()
3290 _UpdateAttr( pOld, pNew, nInvFlags ); in Modify()
3335 const sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in _UpdateAttr()
3415 SwLayoutFrm::Modify( pOld, pNew ); in _UpdateAttr()
3467 SwFrm *pOld = pRet; in FindLastCntnt() local
3480 if ( pRet == pOld ) in FindLastCntnt()
3915 void SwRowFrm::Modify( const SfxPoolItem* pOld, const SfxPoolItem * pNew ) in Modify() argument
3949 SwLayoutFrm::Modify( pOld, pNew ); in Modify()
[all …]
/aoo42x/main/svx/source/table/
H A Dtablelayouter.cxx960 …SvxBorderLine *pOld = bHorizontal ? maHorizontalBorders[nCol][nRow] : maVerticalBorders[nCol][nRow… in SetBorder() local
962 if( HasPriority( pLine, pOld ) ) in SetBorder()
964 if( (pOld != 0) && (pOld != &gEmptyBorder) ) in SetBorder()
965 delete pOld; in SetBorder()
/aoo42x/main/sc/source/ui/docshell/
H A Ddocsh5.cxx516 ScDPObject* pOld = (*pColl)[i]; in RefreshPivotTables() local
517 if ( pOld ) in RefreshPivotTables()
519 const ScSheetSourceDesc* pSheetDesc = pOld->GetSheetDesc(); in RefreshPivotTables()
522 ScDPObject* pNew = new ScDPObject( *pOld ); in RefreshPivotTables()
524 aFunc.DataPilotUpdate( pOld, pNew, sal_True, sal_False ); in RefreshPivotTables()
H A Ddbdocfun.cxx375 const ScRange* pOld = NULL; in RepeatDB() local
384 pOld = &aOldQuery; in RepeatDB()
397 pOld, pNew ) ); in RepeatDB()
769 const ScRange* pOld = NULL; in Query() local
785 pOld = &aOldDest; in Query()
954 pOld, bDoSize, pAdvSource ) ); in Query()
/aoo42x/main/svx/inc/svx/sdr/animation/
H A Dscheduler.hxx84 void Remove(Event* pOld);
142 void RemoveEvent(Event* pOld);
/aoo42x/main/sw/inc/
H A Dunotbl.hxx116 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
195 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
274 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
418 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
503 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
565 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
613 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
/aoo42x/main/sw/source/core/unocore/
H A Dunotbl.cxx1183 void SwXCell::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument
1185 ClientModify(this, pOld, pNew); in Modify()
1427 ClientModify(this, pOld, pNew); in Modify()
1860 ClientModify(this, pOld, pNew); in Modify()
3517 void SwXTextTable::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument
3519 if(pOld && pOld->Which() == RES_REMOVE_UNO_OBJECT && in Modify()
3520 (void*)GetRegisteredIn() == ((SwPtrMsgPoolItem *)pOld)->pObject ) in Modify()
3523 ClientModify(this, pOld, pNew); in Modify()
4528 ClientModify(this, pOld, pNew ); in Modify()
4758 ClientModify(this, pOld, pNew); in Modify()
[all …]
H A Dunofield.cxx962 void SwXFieldMaster::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument
964 ClientModify(this, pOld, pNew); in Modify()
2464 void SwXTextField::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument
2466 switch( pOld ? pOld->Which() : 0 ) in Modify()
2470 if( (void*)GetRegisteredIn() == ((SwPtrMsgPoolItem *)pOld)->pObject ) in Modify()
2477 ((SwFmtChg*)pOld)->pChangedFmt->IsFmtInDTOR() ) in Modify()
2481 if( (void*)m_pFmtFld == ((SwPtrMsgPoolItem *)pOld)->pObject ) in Modify()
2926 void SwXFieldEnumeration::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument
2928 ClientModify(this, pOld, pNew); in Modify()
/aoo42x/main/sw/source/core/undo/
H A Drolbck.cxx1406 void SwRegHistory::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument
1408 if ( m_pHistory && ( pOld || pNew ) && pOld != pNew ) in Modify()
1418 pOld, in Modify()
1430 const SfxItemSet& rSet = *static_cast< const SwAttrSetChg* >(pOld)->GetChgSet(); in Modify()
/aoo42x/main/sw/source/core/tox/
H A Dtox.cxx221 void SwTOXMark::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew) in Modify() argument
223 NotifyClients(pOld, pNew); in Modify()
224 if (pOld && (RES_REMOVE_UNO_OBJECT == pOld->Which())) in Modify()
/aoo42x/main/sw/source/core/text/
H A Dblink.cxx159 void SwBlink::Replace( const SwLinePortion* pOld, const SwLinePortion* pNew ) in Replace() argument
163 SwBlinkPortion aBlink( pOld, 0 ); in Replace()

Completed in 334 milliseconds

12345678910