Searched refs:IsListening (Results 1 – 9 of 9) sorted by relevance
99 if ( !bPreventDups || !IsListening( rBroadcaster ) ) in StartListening()106 DBG_ASSERT( IsListening(rBroadcaster), "StartListening failed" ); in StartListening()122 if ( !IsListening( rBroadcaster ) ) in EndListening()131 while ( bAllDups && IsListening( rBroadcaster ) ); in EndListening()167 sal_Bool SfxListener::IsListening( SfxBroadcaster& rBroadcaster ) const in IsListening() function in SfxListener
131 sal_Bool SvtListener::IsListening( SvtBroadcaster& rBroadcaster ) const in IsListening() function in SvtListener153 DBG_ASSERT( IsListening( rBC ), in Notify()
113 if (m_pObjShell && m_pImpl->pUndoEnv->IsListening(*m_pObjShell)) in ~FmFormModel()145 if (m_pObjShell && !m_pImpl->pUndoEnv->IsListening( *m_pObjShell )) in InsertPage()204 if (m_pObjShell && !m_pImpl->pUndoEnv->IsListening( *m_pObjShell )) in InsertMasterPage()
235 if( pFormModel && IsListening(*pFormModel)) in ~NavigatorTreeModel()238 if (IsListening(*m_pFormShell)) in ~NavigatorTreeModel()300 if (IsListening(*m_pFormModel)) in Insert()392 if (IsListening(*m_pFormModel)) in Insert()405 if (IsListening(*m_pFormModel)) in Remove()
252 if ( IsListening( rModel ) ) in dispose()
52 sal_Bool IsListening( SvtBroadcaster& rBroadcaster ) const;
60 sal_Bool IsListening( SfxBroadcaster& rBroadcaster ) const;
217 if (!pObj->IsListening(*pSheet)) in SetPresentationLayout()
208 if (IsListening(m_pImpl->m_rModel)) in Clear()
Completed in 31 milliseconds