Home
last modified time | relevance | path

Searched refs:pOldValue (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/core/attr/
H A Dcalbck.cxx71 void SwClient::Modify( const SfxPoolItem *pOldValue, const SfxPoolItem *pNewValue ) in Modify() argument
73 CheckRegistration( pOldValue, pNewValue ); in Modify()
161 NotifyClients( pOldValue, pNewValue ); in Modify()
168 const sal_uInt16 nWhich = pOldValue ? pOldValue->Which() : in NotifyClients()
179 if( !pOldValue ) in NotifyClients()
184 switch( pOldValue->Which() ) in NotifyClients()
188 bLockClientList = ((SwPtrMsgPoolItem *)pOldValue)->pObject != this; in NotifyClients()
202 ModifyBroadcast( pOldValue, pNewValue ); in NotifyClients()
372 pClient->Modify( pOldValue, pNewValue ); in ModifyBroadcast()
394 CheckRegistration(pOldValue,pNewValue); in Modify()
[all …]
H A Dformat.cxx285 void SwFmt::Modify( const SfxPoolItem* pOldValue, const SfxPoolItem* pNewValue ) in Modify() argument
289 sal_uInt16 nWhich = pOldValue ? pOldValue->Which() : in Modify()
321 if( ((SwAttrSetChg*)pOldValue)->GetTheChgdSet() != &aSet ) in Modify()
324 SwAttrSetChg aOld( *(SwAttrSetChg*)pOldValue ); in Modify()
341 if( ((SwFmtChg*)pOldValue)->pChangedFmt != this && in Modify()
358 ModifyBroadcast( pOldValue, pNewValue, TYPE(SwFmt) ); in Modify()
383 NotifyClients( pOldValue, pNewValue ); in Modify()
/trunk/main/sw/inc/
H A Dcalbck.hxx102 void CheckRegistration( const SfxPoolItem *pOldValue, const SfxPoolItem *pNewValue );
106 …void ModifyNotification( const SfxPoolItem *pOldValue, const SfxPoolItem *pNewValue ) { Modify ( p… in ModifyNotification() argument
145 void NotifyClients( const SfxPoolItem *pOldValue, const SfxPoolItem *pNewValue );
150 …void ModifyBroadcast( const SfxPoolItem *pOldValue, const SfxPoolItem *pNewValue, TypeId nType = T…
/trunk/main/chart2/source/tools/
H A DImplOPropertySet.cxx169 sal_Int32 nHandle, const Any & rValue, Any * pOldValue ) in SetPropertyValueByHandle() argument
171 if( pOldValue != NULL ) in SetPropertyValueByHandle()
175 (*pOldValue) = (*aFoundIter).second; in SetPropertyValueByHandle()
H A DImplOPropertySet.hxx70 ::com::sun::star::uno::Any * pOldValue = NULL );
/trunk/main/sfx2/source/doc/
H A Dobjstor.cxx2319 const com::sun::star::beans::PropertyValue * pOldValue = lDescriptor.getConstArray(); in InsertFrom() local
2329 pNewValue[i] = pOldValue[i]; in InsertFrom()
2330 if ( pOldValue [i].Name == sInputStream ) in InsertFrom()
2415 const com::sun::star::beans::PropertyValue * pOldValue = lDescriptor.getConstArray(); in ImportFrom() local
2425 pNewValue[i] = pOldValue[i]; in ImportFrom()
2426 if ( pOldValue [i].Name == sInputStream ) in ImportFrom()
2527 const com::sun::star::beans::PropertyValue * pOldValue = aOldArgs.getConstArray(); in ExportTo() local
2542 pNewValue[i] = pOldValue[i]; in ExportTo()
2543 if ( pOldValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "FileName" ) ) ) in ExportTo()
2545 else if ( pOldValue[i].Name == sOutputStream ) in ExportTo()
[all …]
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx3505 const SfxPoolItem* pOldValue, in HandleModifyAtTxtNode() argument
3508 const sal_uInt16 nWhich = pOldValue ? pOldValue->Which() : in HandleModifyAtTxtNode()
3662 void SwTxtNode::Modify( const SfxPoolItem* pOldValue, const SfxPoolItem* pNewValue ) in Modify() argument
3672 if( pOldValue && pNewValue && RES_FMT_CHG == pOldValue->Which() && in Modify()
3677 (SwTxtFmtColl*)((SwFmtChg*)pOldValue)->pChangedFmt, in Modify()
3706 HandleModifyAtTxtNode( *this, pOldValue, pNewValue ); in Modify()
3710 SwCntntNode::Modify( pOldValue, pNewValue ); in Modify()
3722 if (pOldValue && (RES_REMOVE_UNO_OBJECT == pOldValue->Which())) in Modify()
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx1053 void SwCntntNode::Modify( const SfxPoolItem* pOldValue, const SfxPoolItem* pNewValue ) in Modify() argument
1055 sal_uInt16 nWhich = pOldValue ? pOldValue->Which() : in Modify()
1111 if( SFX_ITEM_SET == ((SwAttrSetChg*)pOldValue)->GetChgSet()->GetItemState( in Modify()
1132 NotifyClients( pOldValue, pNewValue ); in Modify()
/trunk/main/sw/source/core/undo/
H A Drolbck.cxx1043 const SfxPoolItem* pOldValue, in Add() argument
1066 if(pOldValue && !IsDefaultItem(pOldValue)) in Add()
1068 pHt = new SwHistorySetFmt( pOldValue, nNodeIdx ); in Add()
/trunk/main/sw/source/core/inc/
H A Drolbck.hxx377 const SfxPoolItem* pOldValue,

Completed in 87 milliseconds