Home
last modified time | relevance | path

Searched refs:pOld (Results 101 – 125 of 226) sorted by relevance

12345678910

/trunk/main/sw/source/core/unocore/
H A Dunoredlines.cxx187 void SwXRedlineEnumeration::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument
189 ClientModify(this, pOld, pNew); in Modify()
H A Dunoidx.cxx406 virtual void Modify(const SfxPoolItem *pOld, const SfxPoolItem *pNew);
413 void SwXDocumentIndex::Impl::Modify(const SfxPoolItem *pOld, const SfxPoolItem *pNew) in Modify() argument
415 ClientModify(this, pOld, pNew); in Modify()
1371 const SwTOXBase* pOld = pDoc->GetCurTOX( *aPam.Start() ); in attach() local
1372 if (pOld) in attach()
1675 virtual void Modify(const SfxPoolItem *pOld, const SfxPoolItem *pNew);
1703 void SwXDocumentIndexMark::Impl::Modify(const SfxPoolItem *pOld, const SfxPoolItem *pNew) in Modify() argument
1705 ClientModify(this, pOld, pNew); in Modify()
H A Dunoflatpara.cxx318 void SwXFlatParagraphIterator::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) in Modify() argument
320 ClientModify( this, pOld, pNew ); in Modify()
/trunk/main/vcl/inc/vcl/
H A Dlazydelete.hxx255 T* set( T* i_pNew ) { T* pOld = m_pT; m_pT = i_pNew; return pOld; } in set() local
/trunk/main/sw/inc/
H A Dunofield.hxx77 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
150 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
301 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
H A Ddcontact.hxx235 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew );
454 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew );
H A Dsection.hxx179 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew );
323 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew );
H A Dexpfld.hxx82 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew );
165 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew );
H A Dunostyle.hxx210 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
377 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
407 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
466 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
/trunk/main/sw/source/core/fields/
H A Ddbfld.cxx306 SwFieldType* pOld = SwValueField::ChgTyp( pNewType ); in ChgTyp() local
309 ((SwDBFieldType*)pOld)->ReleaseRef(); in ChgTyp()
311 return pOld; in ChgTyp()
H A Dreffld.cxx758 void SwGetRefFieldType::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument
761 if( !pNew && !pOld ) in Modify()
782 NotifyClients( pOld, pNew ); in Modify()
H A Dfldbas.cxx365 SwFieldType* pOld = pType; in ChgTyp() local
367 return pOld; in ChgTyp()
/trunk/main/sc/source/ui/view/
H A Dgridwin2.cxx1041 const ScRange* pOld = pDoc->GetPrintRange( nTab, nPos ); in PagebreakMove() local
1042 if ( pOld ) in PagebreakMove()
1045 if ( *pOld != aPagebreakSource ) in PagebreakMove()
1046 pOld->Format( aTemp, SCA_VALID ); in PagebreakMove()
H A Dviewfun4.cxx771 const EditTextObject* pOld = ((ScEditCell*)pCell)->GetData(); in InsertBookmark() local
772 if (pOld) in InsertBookmark()
773 aEngine.SetText(*pOld); in InsertBookmark()
/trunk/main/cui/source/tabpages/
H A Dborder.cxx667 const SfxPoolItem* pOld = 0; in FillItemSet() local
789 pOld = GetOldItem( rCoreAttrs, SID_ATTR_BORDER_INNER, sal_False ); in FillItemSet()
791 if ( !pOld || !( *(const SvxBoxInfoItem*)pOld == aBoxInfoItem ) ) in FillItemSet()
/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx2854 void Notify( SwFlyFrm *pFly, SwPageFrm *pOld, const SwRect &rOld, in Notify() argument
2863 pFly->NotifyBackground( pOld, rOld, PREP_FLY_LEAVE ); in Notify()
2880 if ( pOld != pPageFrm ) in Notify()
2892 pFly->NotifyBackground( pOld, aTmp, PREP_FLY_CHGD ); in Notify()
2902 pFly->NotifyBackground( pOld, aTmp, PREP_FLY_CHGD ); in Notify()
2910 pFly->NotifyBackground( pOld, aTmp, PREP_FLY_CHGD ); in Notify()
2920 pFly->NotifyBackground( pOld, aTmp, PREP_FLY_CHGD ); in Notify()
/trunk/main/sfx2/inc/sfx2/
H A Dviewfrm.hxx116 void DoActivate(sal_Bool bMDI, SfxViewFrame *pOld=NULL);
117 void DoDeactivate(sal_Bool bMDI, SfxViewFrame *pOld=NULL);
/trunk/main/sw/source/ui/app/
H A Dswmodule.cxx232 const SvxAutoCorrect* pOld = pACfg->GetAutoCorrect(); in SwModule() local
233 pACfg->SetAutoCorrect(new SwAutoCorrect( *pOld )); in SwModule()
/trunk/main/sw/source/core/access/
H A Dacctable.cxx843 void SwAccessibleTable::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument
845 sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0 ; in Modify()
891 …if( pOld && ( GetRegisteredIn() == static_cast< SwModify *>( static_cast< const SwPtrMsgPoolItem *… in Modify()
H A Dacctable.hxx94 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
299 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
/trunk/main/sw/source/core/undo/
H A Dunsect.cxx478 SwSectionData *const pOld( new SwSectionData(rNdSect) ); in UndoImpl() local
480 m_pSectionData.reset(pOld); in UndoImpl()
/trunk/main/editeng/source/misc/
H A Dsplwrap.cxx401 Window *pOld = pWin; in SpellDocument() local
415 pWin = pOld; in SpellDocument()
/trunk/main/svtools/source/control/
H A Dcalendar.cxx1224 void Calendar::ImplUpdateSelection( Table* pOld ) in ImplUpdateSelection() argument
1230 p = pOld->First(); in ImplUpdateSelection()
1233 nKey = pOld->GetCurKey(); in ImplUpdateSelection()
1240 p = pOld->Next(); in ImplUpdateSelection()
1247 if ( !pOld->Get( nKey ) ) in ImplUpdateSelection()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx485 SfxPrinter *pOld = aDocument.GetPrinter( sal_False ); in SetPrinter() local
486 if ( pOld && pOld->IsPrinting() ) in SetPrinter()
/trunk/main/svx/source/svdraw/
H A Dsvdhdl.cxx1937 SdrHdl* pOld = GetHdl(nOldHdlNum); in TravelFocusHdl() local
1940 if(pOld) in TravelFocusHdl()
1944 pOld->Touch(); in TravelFocusHdl()
1969 if(pHdlAndIndex[a].mpHdl == pOld) in TravelFocusHdl()

Completed in 216 milliseconds

12345678910