Searched refs:pOldValue (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/sw/source/core/attr/ |
H A D | calbck.cxx | 71 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 D | format.cxx | 285 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()
|
/aoo42x/main/sw/inc/ |
H A D | calbck.hxx | 102 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…
|
/aoo42x/main/chart2/source/tools/ |
H A D | ImplOPropertySet.cxx | 169 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 D | ImplOPropertySet.hxx | 70 ::com::sun::star::uno::Any * pOldValue = NULL );
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objstor.cxx | 2319 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 …]
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 3505 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()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | node.cxx | 1053 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()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | rolbck.cxx | 1043 const SfxPoolItem* pOldValue, in Add() argument 1066 if(pOldValue && !IsDefaultItem(pOldValue)) in Add() 1068 pHt = new SwHistorySetFmt( pOldValue, nNodeIdx ); in Add()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | rolbck.hxx | 377 const SfxPoolItem* pOldValue,
|
Completed in 91 milliseconds