Home
last modified time | relevance | path

Searched refs:pOld (Results 126 – 150 of 226) sorted by relevance

12345678910

/aoo42x/main/sw/source/filter/html/
H A Dhtmlvsh.hxx34 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew );
/aoo42x/main/tools/source/fsys/
H A Dwntmsc.cxx290 char *pOld; in ToAbs() local
293 if ( GetFullPathName((char*)aFullName.GetBuffer(),256,sBuf,&pOld) > 511 ) in ToAbs()
/aoo42x/main/sw/source/core/unocore/
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 Dunostyle.cxx1444 void SwXStyle::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument
1446 ClientModify(this, pOld, pNew); in Modify()
4377 void SwXAutoStyleFamily::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument
4379 ClientModify(this, pOld, pNew); in Modify()
4685 void SwXAutoStylesEnumerator::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument
4687 ClientModify(this, pOld, pNew); in Modify()
4750 const SfxPoolItem* pOld, in Modify() argument
4753 ClientModify(this, pOld, pNew); in Modify()
H A Dunoredline.cxx598 void SwXRedline::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument
600 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()
/aoo42x/main/sw/source/core/access/
H A Daccframebase.hxx57 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
/aoo42x/main/sw/inc/
H A Dtxtinet.hxx42 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
H A Dswtblfmt.hxx80 virtual void Modify(const SfxPoolItem* pOld,const SfxPoolItem* pNewValue);
H A Dfmtfld.hxx53 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
H A Dunoport.hxx160 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
317 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
H A Dftninfo.hxx44 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew );
H A Dtxtatr.hxx97 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
H A Dfmtpdsc.hxx56 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew );
H A Dunobaseclass.hxx97 void ClientModify(SwClient* pClient, const SfxPoolItem *pOld, const SfxPoolItem *pNew);
H A Dusrfld.hxx74 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew );
/aoo42x/main/sc/source/core/data/
H A Ddocumen3.cxx258 ScChartListenerCollection* pOld = pChartListenerCollection; in SetChartListenerCollection() local
262 if ( pOld ) in SetChartListenerCollection()
263 pChartListenerCollection->SetDiffDirty( *pOld, bSetChartRangeLists ); in SetChartListenerCollection()
266 delete pOld; in SetChartListenerCollection()
/aoo42x/main/sfx2/source/dialog/
H A Dbasedlgs.cxx108 pOld = Application::GetDefDialogParent(); in SfxModalDefParentHelper()
116 Application::SetDefDialogParent( pOld ); in ~SfxModalDefParentHelper()
/aoo42x/main/basic/source/comp/
H A Dsbcomp.cxx989 SbModule* pOld = pCMOD; in Compile() local
1001 pCMOD = pOld; in Compile()
/aoo42x/main/sw/source/core/inc/
H A Dblink.hxx74 void Replace( const SwLinePortion* pOld, const SwLinePortion* pNew );
H A Dftnboss.hxx84 void ChangeFtnRef( const SwCntntFrm *pOld, const SwTxtFtn *,
/aoo42x/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()
/aoo42x/main/svtools/source/contnr/
H A Dsvlbox.cxx633 SvLBoxItem* pOld = GetItem( nPos ); in ReplaceItem() local
634 if ( pOld ) in ReplaceItem()
638 delete pOld; in ReplaceItem()
/aoo42x/main/sw/source/core/docnode/
H A Dndcopy.cxx220 const SwFrmFmt *pOld, *pNew; member
222 : pOld( pOldFmt ), pNew( pNewFmt ) in _MapTblFrmFmt()
293 if( rMap.pOld != *(const SwFrmFmt**)pPara ) in lcl_SrchNew()
/aoo42x/main/sw/source/core/crsr/
H A Dcrsrsh.cxx787 SwFrm* pOld = ((SwCntntNode&)aPos.nNode.GetNode()).getLayoutFrm( in SetCrsr() local
791 if( pNew == pOld ) in SetCrsr()
2228 void SwCrsrShell::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument
2230 const sal_uInt16 nWhich = pOld ? in Modify()
2231 pOld->Which() : in Modify()

Completed in 237 milliseconds

12345678910