Home
last modified time | relevance | path

Searched refs:pOld (Results 51 – 75 of 226) sorted by relevance

12345678910

/aoo42x/main/sw/source/core/layout/
H A Dftnfrm.cxx136 SwPageFrm* pOld = rpPage; in lcl_NextFtnBoss() local
138 return pOld != rpPage; in lcl_NextFtnBoss()
1954 SwFtnFrm *pFtn = FindFtn( pOld, pAttr ); in ChangeFtnRef()
3089 SwFtnFrm *pOld = FindFtnFrm(); in MoveFtnCntFwd() local
3090 pTmpFtn = new SwFtnFrm( pOld->GetFmt()->GetDoc()->GetDfltFrmFmt(), in MoveFtnCntFwd()
3091 pOld, pOld->GetRef(), pOld->GetAttr() ); in MoveFtnCntFwd()
3093 if ( pOld->GetFollow() ) in MoveFtnCntFwd()
3095 pTmpFtn->SetFollow( pOld->GetFollow() ); in MoveFtnCntFwd()
3096 pOld->GetFollow()->SetMaster( pTmpFtn ); in MoveFtnCntFwd()
3098 pOld->SetFollow( pTmpFtn ); in MoveFtnCntFwd()
[all …]
H A Dpagedesc.cxx286 void SwPageDesc::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) in Modify() argument
288 const sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in Modify()
289 NotifyClients( pOld, pNew ); in Modify()
H A Dwsfrm.cxx256 void SwFrm::Modify( const SfxPoolItem* pOld, const SfxPoolItem * pNew ) in Modify() argument
263 SfxItemIter aOIter( *((SwAttrSetChg*)pOld)->GetChgSet() ); in Modify()
275 _UpdateAttrFrm( pOld, pNew, nInvFlags ); in Modify()
305 void SwFrm::_UpdateAttrFrm( const SfxPoolItem *pOld, const SfxPoolItem *pNew, in _UpdateAttrFrm() argument
308 sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in _UpdateAttrFrm()
2158 SfxItemIter aOIter( *((SwAttrSetChg*)pOld)->GetChgSet() ); in Modify()
2159 SwAttrSetChg aOldSet( *(SwAttrSetChg*)pOld ); in Modify()
2175 _UpdateAttr( pOld, pNew, nInvFlags ); in Modify()
2229 sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in _UpdateAttr()
2290 SwFrm::Modify( pOld, pNew ); in _UpdateAttr()
[all …]
H A Dflowfrm.cxx2582 SwFtnFrm *pOld = rThis.FindFtnFrm(); in MoveBwd() local
2583 SwFtnFrm *pNew = new SwFtnFrm( pOld->GetFmt(), pOld, in MoveBwd()
2584 pOld->GetRef(), pOld->GetAttr() ); in MoveBwd()
2585 if ( pOld->GetMaster() ) in MoveBwd()
2587 pNew->SetMaster( pOld->GetMaster() ); in MoveBwd()
2588 pOld->GetMaster()->SetFollow( pNew ); in MoveBwd()
2590 pNew->SetFollow( pOld ); in MoveBwd()
2591 pOld->SetMaster( pNew ); in MoveBwd()
/aoo42x/main/sw/source/core/access/
H A Daccnotextframe.cxx103 void SwAccessibleNoTextFrame::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument
105 const sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0 ; in Modify()
112 SwAccessibleFrameBase::Modify( pOld, pNew ); in Modify()
123 dynamic_cast<const SwStringMsgPoolItem*>(pOld)->GetString() ); in Modify()
/aoo42x/main/sw/source/core/txtnode/
H A Datrfld.cxx220 void SwFmtFld::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument
259 pTxtNd->ModifyNotification( pOld, pNew ); in Modify()
270 if ( !pOld || RES_HIDDENPARA_PRINT != pOld->Which() ) in Modify()
290 const bool bForceNotify = (pOld == NULL) && (pNew == NULL); in Modify()
H A Dfmtatr2.cxx114 void SwFmtCharFmt::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument
117 pTxtAttr->ModifyNotification( pOld, pNew ); in Modify()
756 void Meta::Modify( const SfxPoolItem *pOld, const SfxPoolItem *pNew ) in Modify() argument
758 NotifyClients(pOld, pNew); in Modify()
759 if (pOld && (RES_REMOVE_UNO_OBJECT == pOld->Which())) in Modify()
/aoo42x/main/sw/source/core/text/
H A Dtxtftn.cxx1325 SwFont *pOld; member in SwFtnSave
1344 , pOld( 0 ) in SwFtnSave()
1349 pOld = new SwFont( *pFnt ); in SwFtnSave()
1350 pOld->GetTox() = pFnt->GetTox(); in SwFtnSave()
1377 if ( ! pOld->GetEscapement() && 50 == pOld->GetPropr() ) in SwFtnSave()
1411 *pFnt = *pOld; in ~SwFtnSave()
1412 pFnt->GetTox() = pOld->GetTox(); in ~SwFtnSave()
1414 delete pOld; in ~SwFtnSave()
H A Dtxtfrm.cxx944 void SwTxtFrm::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) in Modify() argument
946 const MSHORT nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in Modify()
952 SwCntntFrm::Modify( pOld, pNew ); in Modify()
1107 if( pNew == pOld ) in Modify()
1156 ((SwAttrSetChg*)pOld)->GetChgSet()->Get( RES_TXTATR_FIELD ); in Modify()
1286 SwAttrSetChg aOldSet( *(SwAttrSetChg*)pOld ); in Modify()
1320 SwCntntFrm::Modify( pOld, pNew ); in Modify()
1336 if( pOld && pNew ) in Modify()
1338 const SwDocPosUpdate *pDocPos = (const SwDocPosUpdate*)pOld; in Modify()
/aoo42x/main/l10ntools/source/
H A Dwtratree.cxx171 for ( constr pOld = i_sOldString.GetBuffer(); in AddWordPair() local
172 *pOld != 0; in AddWordPair()
173 pOld++ ) in AddWordPair()
175 cBranch = CalculateBranch(*pOld); in AddWordPair()
/aoo42x/main/sw/source/core/unocore/
H A Dunorefmk.cxx83 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
104 void SwXReferenceMark::Impl::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument
106 ClientModify(this, pOld, pNew); in Modify()
112 else if (pOld) in Modify()
114 switch (pOld->Which()) in Modify()
118 static_cast<const SwPtrMsgPoolItem *>(pOld)->pObject) in Modify()
762 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
772 void SwXMeta::Impl::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) in Modify() argument
776 ClientModify(this, pOld, pNew); in Modify()
H A Dunobkm.cxx91 virtual void Modify( const SfxPoolItem *pOld, const SfxPoolItem *pNew);
95 void SwXBookmark::Impl::Modify(const SfxPoolItem *pOld, const SfxPoolItem *pNew) in Modify() argument
97 ClientModify(this, pOld, pNew); in Modify()
633 void SwXFieldmarkParameters::Modify(const SfxPoolItem *pOld, const SfxPoolItem *pNew) in Modify() argument
635 ClientModify(this, pOld, pNew); in Modify()
/aoo42x/main/tools/inc/tools/
H A Dcontnr.hxx79 void Insert( void* pNew, void* pOld );
88 void* Replace( void* pNew, void* pOld ) in Replace() argument
89 { return Replace( pNew, GetPos( pOld ) ); } in Replace()
/aoo42x/main/sw/source/core/doc/
H A Ddocnum.cxx875 SwNumRule* pOld = rDoc.FindNumRulePtr( rRule.GetName() ); in lcl_ChgNumRule() local
876 ASSERT( pOld, "ohne die alte NumRule geht gar nichts" ); in lcl_ChgNumRule()
883 const SwNumFmt& rOldFmt = pOld->Get( n ), &rNewFmt = rRule.Get( n ); in lcl_ChgNumRule()
900 pOld->CheckCharFmts( &rDoc ); in lcl_ChgNumRule()
901 pOld->SetContinusNum( rRule.IsContinusNum() ); in lcl_ChgNumRule()
904 pOld->SetInvalidRule(sal_True); in lcl_ChgNumRule()
910 pOld->GetTxtNodeList( aTxtNodeList ); in lcl_ChgNumRule()
929 pOld->Set( n, rRule.GetNumFmt( n ) ); in lcl_ChgNumRule()
931 pOld->CheckCharFmts( &rDoc ); in lcl_ChgNumRule()
932 pOld->SetInvalidRule( sal_True ); in lcl_ChgNumRule()
[all …]
H A Dtblrwcl.cxx4255 if( !pOld->GetSttNd() ) in lcl_InsDelSelLine()
4261 pOld = pOld->GetTabLines()[ 0 ]->GetTabBoxes()[ 0 ]; in lcl_InsDelSelLine()
4264 (SwTableBoxFmt*)pOld->GetFrmFmt(), pOld, n ); in lcl_InsDelSelLine()
4274 ? *pOld in lcl_InsDelSelLine()
4656 SwFrmFmt* pOld = 0; in ChangeFrmFmt() local
4660 pOld->Add( &aCl ); in ChangeFrmFmt()
4665 pOld = pLn->GetFrmFmt(); in ChangeFrmFmt()
4666 pOld->Add( &aCl ); in ChangeFrmFmt()
4669 if( pOld && pOld->IsLastDepend() ) in ChangeFrmFmt()
4671 RemoveFormat( *pOld ); in ChangeFrmFmt()
[all …]
/aoo42x/main/basic/source/sbx/
H A Dsbxobj.cxx362 SbxVariable* pOld = pArray->Find( pVar->GetName(), pVar->GetClass() ); in FindVar() local
363 if( pOld ) in FindVar()
367 if( (SbxVariable*) rRef == pOld ) in FindVar()
495 SbxVariable* pOld = pArray->Get( nIdx ); in Insert() local
497 if( pOld == pVar ) in Insert()
514 EndListening( pOld->GetBroadcaster(), sal_True ); in Insert()
517 if( pOld == pDfltProp ) in Insert()
/aoo42x/main/sw/source/core/attr/
H A Dcalbck.cxx47 void SwClient::CheckRegistration( const SfxPoolItem* pOld, const SfxPoolItem * ) in CheckRegistration() argument
50 if( (!pOld || pOld->Which() != RES_OBJECTDYING) ) in CheckRegistration()
53 const SwPtrMsgPoolItem *pDead = static_cast<const SwPtrMsgPoolItem*>(pOld); in CheckRegistration()
/aoo42x/main/sw/source/core/undo/
H A Dundobj1.cxx701 void SwUndoSetFlyFmt::Modify( const SfxPoolItem* pOld, const SfxPoolItem* ) in Modify() argument
703 if( pOld ) in Modify()
705 sal_uInt16 nWhich = pOld->Which(); in Modify()
708 PutAttr( nWhich, pOld ); in Modify()
711 SfxItemIter aIter( *((SwAttrSetChg*)pOld)->GetChgSet() ); in Modify()
/aoo42x/main/sw/source/core/crsr/
H A Dbookmrk.cxx202 void MarkBase::Modify( const SfxPoolItem *pOld, const SfxPoolItem *pNew ) in Modify() argument
204 NotifyClients(pOld, pNew); in Modify()
205 if (pOld && (RES_REMOVE_UNO_OBJECT == pOld->Which())) in Modify()
/aoo42x/main/sw/inc/
H A Dcalbck.hxx84 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
139 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
201 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNewValue );
/aoo42x/main/cui/source/tabpages/
H A Dtabstpge.cxx238 const SfxPoolItem* pOld = GetOldItem( rSet, SID_ATTR_TABSTOP ); in FillItemSet() local
267 if ( !pOld || !( *( (SvxTabStopItem*)pOld ) == aTmp ) ) in FillItemSet()
273 else if ( !pOld || !( *( (SvxTabStopItem*)pOld ) == aNewTabs ) ) in FillItemSet()
/aoo42x/main/svx/source/dialog/
H A Dchecklbx.cxx172 void* pOld = NULL; in SetEntryData() local
176 pOld = GetEntry( nPos )->GetUserData(); in SetEntryData()
179 return pOld; in SetEntryData()
/aoo42x/main/svl/source/items/
H A Dmacitem.cxx140 SvxMacro *pOld = Get( nCurKey ); in Read() local
141 if( pOld ) in Read()
143 delete pOld; in Read()
/aoo42x/main/sw/source/core/draw/
H A Ddpage.cxx86 SdrObject *pOld = GetObj( nObjNum ); in ReplaceObject() local
87 ASSERT( pOld, "Oups, Object not replaced" ); in ReplaceObject()
89 if ( 0 != ( pContact = GetUserCall(pOld) ) && in ReplaceObject()
/aoo42x/main/sw/source/core/docnode/
H A Dnode.cxx181 SwAttrSet* pOld, SwAttrSet* pNew ) in Put_BC() argument
190 const int nRet = aNewSet.Put_BC( rAttr, pOld, pNew ); in Put_BC()
200 SwAttrSet* pOld, SwAttrSet* pNew ) in Put_BC() argument
218 const int nRet = aNewSet.Put_BC( rSet, pOld, pNew ); in Put_BC()
236 SwAttrSet* pOld, SwAttrSet* pNew ) in ClearItem_BC() argument
241 const sal_uInt16 nRet = aNewSet.ClearItem_BC( nWhich, pOld, pNew ); in ClearItem_BC()
250 SwAttrSet* pOld, SwAttrSet* pNew ) in ClearItem_BC() argument
255 const sal_uInt16 nRet = aNewSet.ClearItem_BC( nWhich1, nWhich2, pOld, pNew ); in ClearItem_BC()

Completed in 311 milliseconds

12345678910