Lines Matching refs:l

665 …dModifyListener(const Reference< ::com::sun::star::util::XModifyListener >& l) throw( RuntimeExcep…  in addModifyListener()  argument
667 m_aModifyListeners.addInterface( l ); in addModifyListener()
740 …eModifyListener(const Reference< ::com::sun::star::util::XModifyListener >& l) throw( RuntimeExcep… in removeModifyListener() argument
747 m_aModifyListeners.removeInterface( l ); in removeModifyListener()
810 void SAL_CALL FmXGridControl::addUpdateListener(const Reference< XUpdateListener >& l) throw( Runti… in addUpdateListener() argument
812 m_aUpdateListeners.addInterface( l ); in addUpdateListener()
821 void SAL_CALL FmXGridControl::removeUpdateListener(const Reference< XUpdateListener >& l) throw( Ru… in removeUpdateListener() argument
828 m_aUpdateListeners.removeInterface( l ); in removeUpdateListener()
843 void SAL_CALL FmXGridControl::addContainerListener(const Reference< XContainerListener >& l) throw(… in addContainerListener() argument
845 m_aContainerListeners.addInterface( l ); in addContainerListener()
854 void SAL_CALL FmXGridControl::removeContainerListener(const Reference< XContainerListener >& l) thr… in removeContainerListener() argument
861 m_aContainerListeners.removeInterface( l ); in removeContainerListener()
1268 void FmXGridPeer::addModifyListener(const Reference< ::com::sun::star::util::XModifyListener >& l) … in addModifyListener() argument
1270 m_aModifyListeners.addInterface( l ); in addModifyListener()
1274 …eModifyListener(const Reference< ::com::sun::star::util::XModifyListener >& l) throw( RuntimeExcep… in removeModifyListener() argument
1276 m_aModifyListeners.removeInterface( l ); in removeModifyListener()
1579 void FmXGridPeer::addUpdateListener(const Reference< XUpdateListener >& l) throw( RuntimeException ) in addUpdateListener() argument
1581 m_aUpdateListeners.addInterface(l); in addUpdateListener()
1585 void FmXGridPeer::removeUpdateListener(const Reference< XUpdateListener >& l) throw( RuntimeExcepti… in removeUpdateListener() argument
1587 m_aUpdateListeners.removeInterface(l); in removeUpdateListener()
2214 void FmXGridPeer::addContainerListener(const Reference< XContainerListener >& l) throw( RuntimeExce… in addContainerListener() argument
2216 m_aContainerListeners.addInterface( l ); in addContainerListener()
2219 void FmXGridPeer::removeContainerListener(const Reference< XContainerListener >& l) throw( RuntimeE… in removeContainerListener() argument
2221 m_aContainerListeners.removeInterface( l ); in removeContainerListener()