Home
last modified time | relevance | path

Searched refs:pOld (Results 201 – 225 of 226) sorted by relevance

12345678910

/trunk/main/cui/source/options/
H A Doptlingu.cxx1435 const SfxPoolItem* pOld = GetOldItem( rCoreSet, SID_AUTOSPELL_CHECK ); in FillItemSet() local
1436 if ( !pOld || ( (SfxBoolItem*)pOld )->GetValue() != bNewAutoCheck ) in FillItemSet()
/trunk/main/sw/source/core/unocore/
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 Dunoframe.cxx2606 void SwXFrame::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument
2608 ClientModify(this, pOld, pNew); in Modify()
3876 void SwXOLEListener::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument
3878 ClientModify(this, pOld, pNew); in Modify()
H A Dunosett.cxx2439 void SwXNumberingRules::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument
2441 ClientModify(this, pOld, pNew); in Modify()
H A Dunodraw.cxx2003 void SwXShape::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument
2005 ClientModify(this, pOld, pNew); in Modify()
/trunk/main/sw/inc/
H A Dnode.hxx402 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
H A Dndtxt.hxx419 void _ChgTxtCollUpdateNum( const SwTxtFmtColl* pOld,
H A Dtox.hxx92 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew );
H A Dunodraw.hxx257 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
H A Dcrsrsh.hxx324 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
H A Dunosett.hxx177 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
/trunk/main/sw/source/filter/html/
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()
H A Dswhtml.hxx910 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew );
/trunk/main/sw/source/filter/inc/
H A Dfltshell.hxx197 virtual void Modify (const SfxPoolItem *pOld, const SfxPoolItem *pNew);
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx2502 const ImageMap* pOld = aURL.GetMap(); in _PasteImageMap() local
2507 ( !pOld || aImageMap != *pOld )) in _PasteImageMap()
/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()
/trunk/main/sw/source/core/access/
H A Daccpara.hxx253 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew);
H A Daccpara.cxx4068 void SwAccessibleParagraph::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument
4072 CheckRegistration( pOld, pNew ); in Modify()
/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/sfx2/source/appl/
H A Dworkwin.cxx674 Window *pOld = pWorkWin; in ChangeWindow_Impl() local
679 if ( pCli && pCli->pWin && pCli->pWin->GetParent() == pOld ) in ChangeWindow_Impl()
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx795 SbModule* pOld = pMOD; in SFX_NOTIFY() local
798 pMOD = pOld; in SFX_NOTIFY()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx158 : pOld( rExport.pChpIter ), m_rExport( rExport ) in MSWordAttrIter()
165 m_rExport.pChpIter = pOld; in ~MSWordAttrIter()
H A Dwrtww8.hxx1403 MSWordAttrIter* pOld; member in MSWordAttrIter
H A Dww8par6.cxx4640 const SvxCharReliefItem* pOld = (const SvxCharReliefItem*) in Read_Relief() local
4645 if( pOld->GetValue() == nNewValue ) in Read_Relief()
/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()

Completed in 406 milliseconds

12345678910