Searched refs:notifyByName (Results 1 – 4 of 4) sorted by relevance
/trunk/main/dbaccess/source/core/dataaccess/ |
H A D | definitioncontainer.cxx | 229 notifyByName( aGuard, _rName, xNewElement, NULL, E_INSERTED, ApproveListeners ); in insertByName() 231 notifyByName( aGuard, _rName, xNewElement, NULL, E_INSERTED, ContainerListemers ); in insertByName() 250 notifyByName( aGuard, _rName, NULL, xOldElement, E_REMOVED, ApproveListeners ); in removeByName() 252 notifyByName( aGuard, _rName, NULL, xOldElement, E_REMOVED, ContainerListemers ); in removeByName() 271 notifyByName( aGuard, _rName, xNewElement, xOldElement, E_REPLACED, ApproveListeners ); in replaceByName() 273 notifyByName( aGuard, _rName, xNewElement, xOldElement, E_REPLACED, ContainerListemers ); in replaceByName() 319 void ODefinitionContainer::notifyByName( ResettableMutexGuard& _rGuard, const ::rtl::OUString& _rNa… in notifyByName() function in dbaccess::ODefinitionContainer
|
H A D | documentcontainer.cxx | 799 notifyByName( aGuard, _rName, NULL, NULL, E_REMOVED, ContainerListemers ); in removeByName()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | querycontainer.cxx | 220 notifyByName( aGuard, sNewObjectName, xNewObject, NULL, E_INSERTED, ApproveListeners ); in appendByDescriptor() 237 notifyByName( aGuard, sNewObjectName, xNewObject, NULL, E_INSERTED, ContainerListemers ); in appendByDescriptor()
|
/trunk/main/dbaccess/source/core/inc/ |
H A D | definitioncontainer.hxx | 326 void notifyByName(
|
Completed in 35 milliseconds