Lines Matching refs:pOldValue
71 void SwClient::Modify( const SfxPoolItem *pOldValue, const SfxPoolItem *pNewValue ) in Modify() argument
73 CheckRegistration( pOldValue, pNewValue ); in Modify()
159 void SwModify::Modify( const SfxPoolItem *pOldValue, const SfxPoolItem *pNewValue ) in Modify() argument
161 NotifyClients( pOldValue, pNewValue ); in Modify()
164 void SwModify::NotifyClients( const SfxPoolItem *pOldValue, const SfxPoolItem *pNewValue ) in NotifyClients() argument
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()
366 void SwModify::ModifyBroadcast( const SfxPoolItem *pOldValue, const SfxPoolItem *pNewValue, TypeId … in ModifyBroadcast() argument
372 pClient->Modify( pOldValue, pNewValue ); in ModifyBroadcast()
391 void SwDepend::Modify( const SfxPoolItem* pOldValue, const SfxPoolItem *pNewValue ) in Modify() argument
394 CheckRegistration(pOldValue,pNewValue); in Modify()
396 pToTell->ModifyNotification(pOldValue, pNewValue); in Modify()