Searched refs:xCBListener (Results 1 – 2 of 2) sorted by relevance
247 Reference<XClipboardListener> xCBListener(iter.next(), UNO_QUERY); in notifyAllClipboardListener() local248 if (xCBListener.is()) in notifyAllClipboardListener()249 xCBListener->changedContents(aClipbEvent); in notifyAllClipboardListener()
405 Reference<XClipboardListener> xCBListener(iter.next(), UNO_QUERY); in notifyAllClipboardListener() local406 if (xCBListener.is()) in notifyAllClipboardListener()407 xCBListener->changedContents(aClipbEvent); in notifyAllClipboardListener()
Completed in 20 milliseconds