Home
last modified time | relevance | path

Searched refs:notifyByName (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/dbaccess/source/core/dataaccess/
H A Ddefinitioncontainer.cxx229 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 Ddocumentcontainer.cxx799 notifyByName( aGuard, _rName, NULL, NULL, E_REMOVED, ContainerListemers ); in removeByName()
/aoo41x/main/dbaccess/source/core/api/
H A Dquerycontainer.cxx220 notifyByName( aGuard, sNewObjectName, xNewObject, NULL, E_INSERTED, ApproveListeners ); in appendByDescriptor()
237 notifyByName( aGuard, sNewObjectName, xNewObject, NULL, E_INSERTED, ContainerListemers ); in appendByDescriptor()
/aoo41x/main/dbaccess/source/core/inc/
H A Ddefinitioncontainer.hxx326 void notifyByName(

Completed in 20 milliseconds