Searched refs:notifyListeners (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/io/source/connector/ |
H A D | ctr_socket.cxx | 40 void notifyListeners(SocketConnection * pCon, sal_Bool * notified, T t) in notifyListeners() function 133 notifyListeners(this, &_started, callStarted); in read() 151 notifyListeners(this, &_error, callError(any)); in read() 167 notifyListeners(this, &_error, callError(any)); in read() 189 notifyListeners(this, &_error, callError(any)); in write() 203 notifyListeners(this, &_error, callError(any)); in write() 224 notifyListeners(this, &_closed, callClosed); in close()
|
/aoo42x/main/io/source/acceptor/ |
H A D | acc_socket.cxx | 119 void notifyListeners(SocketConnection * pCon, sal_Bool * notified, T t) in notifyListeners() function 207 notifyListeners(this, &_started, callStarted); in read() 227 notifyListeners(this, &_error, callError(any)); in read() 243 notifyListeners(this, &_error, callError(any)); in read() 265 notifyListeners(this, &_error, callError(any)); in write() 279 notifyListeners(this, &_error, callError(any)); in write() 300 notifyListeners(this, &_closed, callClosed); in close()
|
/aoo42x/main/unotools/source/config/ |
H A D | inetoptions.cxx | 157 void notifyListeners(star::uno::Sequence< rtl::OUString > const & rKeys); 176 notifyListeners(rKeys); in Notify() 207 SvtInetOptions::Impl::notifyListeners( in notifyListeners() function in SvtInetOptions::Impl 349 notifyListeners(aKeys); in setProperty()
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/ |
H A D | java_remote_bridge.java | 347 private void notifyListeners() { in notifyListeners() method in java_remote_bridge 493 notifyListeners(); in dispose()
|
/aoo42x/main/cppuhelper/qa/propertysetmixin/ |
H A D | JavaSupplier.java | 216 l.notifyListeners(); in setSecond()
|
/aoo42x/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | PropertySetMixin.java | 553 public void notifyListeners() { in notifyListeners() method in PropertySetMixin.BoundListeners
|
Completed in 45 milliseconds