Lines Matching refs:rNotify

1840 bool SelectionManager::handleReceivePropertyNotify( XPropertyEvent& rNotify )  in handleReceivePropertyNotify()  argument
1846 OUStringToOString( getString( rNotify.atom ), RTL_TEXTENCODING_ISO_8859_1 ).getStr() ); in handleReceivePropertyNotify()
1851 m_aSelections.find( rNotify.atom ); in handleReceivePropertyNotify()
1853 rNotify.state == PropertyNewValue && in handleReceivePropertyNotify()
1875 rNotify.window, in handleReceivePropertyNotify()
1876 rNotify.atom, in handleReceivePropertyNotify()
1898 XDeleteProperty( m_pDisplay, rNotify.window, rNotify.atom ); in handleReceivePropertyNotify()
1904 rNotify.window, in handleReceivePropertyNotify()
1905 rNotify.atom, in handleReceivePropertyNotify()
1959 bool SelectionManager::handleSendPropertyNotify( XPropertyEvent& rNotify ) in handleSendPropertyNotify() argument
1966 OUStringToOString( getString( rNotify.atom ), RTL_TEXTENCODING_ISO_8859_1 ).getStr(), in handleSendPropertyNotify()
1967rNotify.state == PropertyNewValue ? "new value" : ( rNotify.state == PropertyDelete ? "deleted" : … in handleSendPropertyNotify()
1973 if( rNotify.state == PropertyDelete ) in handleSendPropertyNotify()
1976 it = m_aIncrementals.find( rNotify.window ); in handleSendPropertyNotify()
2008 inc_it = it->second.find( rNotify.atom ); in handleSendPropertyNotify()
2059 bool SelectionManager::handleSelectionNotify( XSelectionEvent& rNotify ) in handleSelectionNotify() argument
2067 OUString aSelection( getString( rNotify.selection ) ); in handleSelectionNotify()
2069 if( rNotify.property ) in handleSelectionNotify()
2070 aProperty = getString( rNotify.property ); in handleSelectionNotify()
2074 rNotify.property in handleSelectionNotify()
2076 if( rNotify.requestor != m_aWindow && rNotify.requestor != m_aCurrentDropWindow ) in handleSelectionNotify()
2077 … fprintf( stderr, "Warning: selection notify for unknown window 0x%lx\n", rNotify.requestor ); in handleSelectionNotify()
2080 m_aSelections.find( rNotify.selection ); in handleSelectionNotify()
2082 (rNotify.requestor == m_aWindow || rNotify.requestor == m_aCurrentDropWindow) && in handleSelectionNotify()
2100 rNotify.requestor, in handleSelectionNotify()
2101 rNotify.property, in handleSelectionNotify()
2113 rNotify.requestor, in handleSelectionNotify()
2114 rNotify.property, in handleSelectionNotify()
2132 else if( rNotify.property == None ) in handleSelectionNotify()