Home
last modified time | relevance | path

Searched refs:pOld (Results 1 – 25 of 226) sorted by last modified time

12345678910

/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx2003 void SwXShape::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument
2005 ClientModify(this, pOld, pNew); in Modify()
H A Dunotext.cxx2698 virtual void Modify(const SfxPoolItem *pOld, const SfxPoolItem *pNew);
2705 void SwXHeadFootText::Impl::Modify( const SfxPoolItem *pOld, const SfxPoolItem *pNew) in Modify() argument
2707 ClientModify(this, pOld, pNew); in Modify()
H A Dunoparagraph.cxx197 virtual void Modify(const SfxPoolItem *pOld, const SfxPoolItem *pNew);
204 void SwXParagraph::Impl::Modify( const SfxPoolItem *pOld, const SfxPoolItem *pNew ) in Modify() argument
206 ClientModify(this, pOld, pNew); in Modify()
H A Dunoport.cxx1069 void SwXTextPortion::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument
1071 ClientModify(this, pOld, pNew); in Modify()
H A Dunoobj.cxx829 virtual void Modify(const SfxPoolItem *pOld, const SfxPoolItem *pNew);
833 void SwXTextCursor::Impl::Modify(const SfxPoolItem *pOld, const SfxPoolItem *pNew) in Modify() argument
835 ClientModify(this, pOld, pNew); in Modify()
839 ((pOld != NULL) && (pOld->Which() == RES_UNOCURSOR_LEAVES_SECTION))) in Modify()
H A Dunochart.cxx1594 void SwChartDataProvider::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument
1597 ClientModify(this, pOld, pNew ); in Modify()
2505 void SwChartDataSequence::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument
2507 ClientModify(this, pOld, pNew ); in Modify()
/trunk/main/basic/source/comp/
H A Dsbcomp.cxx989 SbModule* pOld = pCMOD; in Compile() local
1001 pCMOD = pOld; in Compile()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx1076 SwTableLine* pOld = rTbl.GetTabLines()[ n ]; in CreateNew() local
1079 const SwTableBoxes &rBoxes = pOld->GetTabBoxes(); in CreateNew()
1089 delete pOld; in CreateNew()
1411 SwFrmFmt* pOld = pBox->GetFrmFmt(); in CreateNew() local
1413 if( !pOld->GetDepends() ) in CreateNew()
1414 delete pOld; in CreateNew()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx6886 OutputDevice *pOld = pSh->GetOut(); in MakeGraphic() local
6887 VirtualDevice aDev( *pOld ); in MakeGraphic()
6891 MapMode aMap( pOld->GetMapMode().GetMapUnit() ); in MakeGraphic()
6901 aDev.SetFont( pOld->GetFont() ); in MakeGraphic()
6950 ::SetOutDevAndWin( pSh, pOld, pWin, nZoom ); in MakeGraphic()
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/sw/source/core/access/
H A Daccpara.cxx4068 void SwAccessibleParagraph::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument
4072 CheckRegistration( pOld, pNew ); in Modify()
/trunk/main/sw/source/core/doc/
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()
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx3212 WW8Bytes* pOld = pO; in WriteFtnBegin() local
3223 pO = pOld; in WriteFtnBegin()
/trunk/main/sw/source/filter/html/
H A Dswhtml.hxx910 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew );
H A Dswhtml.cxx924 void SwHTMLParser::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) in Modify() argument
926 switch( pOld ? pOld->Which() : pNew ? pNew->Which() : 0 ) in Modify()
929 if( ((SwPtrMsgPoolItem *)pOld)->pObject == GetRegisteredIn() ) in Modify()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx5883 SvxMSDffShapeInfos* pOld = pShapeInfos; in CheckTxBxStoryChain() local
5884 sal_uInt16 nCnt = pOld->Count(); in CheckTxBxStoryChain()
5896 SvxMSDffShapeInfo* pObj = pOld->GetObject( nObj ); in CheckTxBxStoryChain()
5911 pOld->GetObject( nObj-1 )->bLastBoxInChain = sal_True; in CheckTxBxStoryChain()
5928 pOld->GetObject( nObj2 )->bReplaceByFly = sal_False; in CheckTxBxStoryChain()
5946 pOld->GetObject( nObj-1 )->bLastBoxInChain = sal_True; in CheckTxBxStoryChain()
5948 pOld->Remove((sal_uInt16)0, nCnt); in CheckTxBxStoryChain()
5949 delete pOld; in CheckTxBxStoryChain()
/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()
/trunk/main/sc/source/ui/view/
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/sc/source/ui/docshell/
H A Ddocfunc.cxx4464 ScRangeName* pOld = pDoc->GetRangeName(); in SetNewRangeNames() local
4465 ScRangeName* pUndoRanges = new ScRangeName(*pOld); in SetNewRangeNames()
4517 ScRangeData* pOld = rList[nOldPos]; in CreateOneName() local
4519 pOld->GetSymbol( aOldStr ); in CreateOneName()
/trunk/main/sc/source/core/data/
H A Ddocumen8.cxx168 SfxPrinter* pOld = pPrinter; in SetPrinter() local
172 delete pOld; in SetPrinter()
/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/inc/
H A Dndtxt.hxx419 void _ChgTxtCollUpdateNum( const SwTxtFmtColl* pOld,
/trunk/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()
/trunk/main/vcl/source/window/
H A Dwindow.cxx8478 void Window::ImplCallActivateListeners( Window *pOld ) in ImplCallActivateListeners() argument
8481 if ( !pOld || !ImplIsChild( pOld ) ) in ImplCallActivateListeners()
8484 ImplCallEventListeners( VCLEVENT_WINDOW_ACTIVATE, pOld ); in ImplCallActivateListeners()
8498 ImplGetParent()->ImplCallActivateListeners( pOld ); in ImplCallActivateListeners()
/trunk/main/starmath/source/
H A Dview.cxx1227 SfxPrinter *pOld = GetDoc()->GetPrinter(); in SetPrinter() local
1228 if ( pOld && pOld->IsPrinting() ) in SetPrinter()

Completed in 425 milliseconds

12345678910