Home
last modified time | relevance | path

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

12345678910

/trunk/main/sw/source/core/unocore/
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 Dunotbl.cxx1183 void SwXCell::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument
1185 ClientModify(this, pOld, pNew); in Modify()
1427 ClientModify(this, pOld, pNew); in Modify()
1860 ClientModify(this, pOld, pNew); in Modify()
3517 void SwXTextTable::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument
3519 if(pOld && pOld->Which() == RES_REMOVE_UNO_OBJECT && in Modify()
3520 (void*)GetRegisteredIn() == ((SwPtrMsgPoolItem *)pOld)->pObject ) in Modify()
3523 ClientModify(this, pOld, pNew); in Modify()
4528 ClientModify(this, pOld, pNew ); in Modify()
4758 ClientModify(this, pOld, pNew); in Modify()
[all …]
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()
/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/sw/source/filter/html/
H A Dhtmlvsh.hxx34 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()
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/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 Dww8atr.cxx3212 WW8Bytes* pOld = pO; in WriteFtnBegin() local
3223 pO = pOld; in WriteFtnBegin()
H A Dww8par6.cxx4640 const SvxCharReliefItem* pOld = (const SvxCharReliefItem*) in Read_Relief() local
4645 if( pOld->GetValue() == nNewValue ) in Read_Relief()
/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/ui/dochdl/
H A Dswdtflvr.cxx2502 const ImageMap* pOld = aURL.GetMap(); in _PasteImageMap() local
2507 ( !pOld || aImageMap != *pOld )) in _PasteImageMap()
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx1918 SfxPrinter* pOld = rSh.getIDocumentDeviceAccess()->getPrinter( false ); in SetPrinter() local
1919 if ( pOld && pOld->IsPrinting() ) in SetPrinter()
H A Dviewprt.cxx97 SfxPrinter *pOld = pIDDA->getPrinter( false ); in GetPrinter() local
99 if ( pOld != pPrt ) in GetPrinter()
135 SfxPrinter* pOld = rSh.getIDocumentDeviceAccess()->getPrinter( false ); in SetPrinter() local
136 if ( pOld && pOld->IsPrinting() ) in SetPrinter()
/trunk/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()
H A Dlist.hxx95 void Insert( Type pNew, Type pOld ) \
96 { List::Insert( (void*)pNew, (void*)pOld ); } \
107 Type Replace( Type pNew, Type pOld ) \
109 (void*)pOld ); } \
H A Dref.hxx135 inline void Insert( EN p, EN pOld )\
136 { CN##List::Insert( p, pOld ); p->AddRef();}\
144 inline EN Replace( EN pNew, EN pOld );\
214 inline EN CN##MemberList::Replace( EN pNew, EN pOld ) \
216 pNew->AddRef(); CN##List::Replace( pNew, pOld ); \
217 if( pOld ) pOld->ReleaseReference(); return pOld; \
236 inline void Insert( EntryName p, EntryName pOld ); \
243 inline EntryName Replace( EntryName pNew, EntryName pOld );\
265 inline void ClassName##MemberList::Insert( EntryName p, EntryName pOld )\
266 {BaseList::Insert(p,pOld);}\
[all …]
/trunk/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()
/trunk/main/tools/source/memtools/
H A Dcontnr.cxx372 void* pOld = pNodes[nIndex]; in Remove() local
413 return pOld; in Remove()
431 void* pOld = pNodes[nIndex]; in Replace() local
433 return pOld; in Replace()
888 void Container::Insert( void* pNew, void* pOld ) in Insert() argument
890 sal_uIntPtr nIndex = GetPos( pOld ); in Insert()
909 void* pOld; in ImpRemove() local
915 pOld = pBlock->GetObject( nIndex ); in ImpRemove()
950 pOld = pBlock->GetObject( nIndex ); in ImpRemove()
956 pOld = pBlock->Remove( nIndex, nReSize ); in ImpRemove()
[all …]
H A Dmultisel.cxx148 sal_Unicode* pOld = pStr; in MultiSelection() local
156 while ( *pOld ) in MultiSelection()
158 switch( *pOld ) in MultiSelection()
170 DBG_ASSERT( *pOld != cRange, "digit for range char not allowed" ); in MultiSelection()
171 DBG_ASSERT( *pOld != cSep, "digit for separator not allowed" ); in MultiSelection()
178 *pStr++ = *pOld; in MultiSelection()
186 if ( *pOld != cSep ) in MultiSelection()
201 DBG_ASSERT( *pOld != cRange, "SPACE for range char not allowed" ); in MultiSelection()
202 DBG_ASSERT( *pOld != cSep, "SPACE for separator not allowed" ); in MultiSelection()
207 if ( *pOld == cRange ) in MultiSelection()
[all …]
/trunk/main/unoxml/source/dom/
H A Delement.cxx631 ::boost::shared_ptr<xmlChar const> const pOld( in setAttribute()
633 if( !bool(pOld)) { in setAttribute()
637 oldValue = OUString(reinterpret_cast<sal_Char const*>(pOld.get()), in setAttribute()
638 strlen(reinterpret_cast<char const*>(pOld.get())), in setAttribute()
714 ::boost::shared_ptr<xmlChar const> const pOld( in setAttributeNS()
716 if( !bool(pOld)) { in setAttributeNS()
720 oldValue = OUString(reinterpret_cast<sal_Char const*>(pOld.get()), in setAttributeNS()
721 strlen(reinterpret_cast<char const*>(pOld.get())), in setAttributeNS()
H A Dnode.cxx808 pOld->m_bUnlinked = true; in removeChild()
895 if( pOld->type == XML_ATTRIBUTE_NODE ) in replaceChild()
898 if ( pOld->type != pNew->type ) in replaceChild()
917 if(cur == pOld) in replaceChild()
920 pNew->prev = pOld->prev; in replaceChild()
923 pNew->next = pOld->next; in replaceChild()
926 pNew->parent = pOld->parent; in replaceChild()
929 if(pNew->parent->last == pOld) in replaceChild()
931 pOld->next = NULL; in replaceChild()
932 pOld->prev = NULL; in replaceChild()
[all …]
/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

Completed in 480 milliseconds

12345678910