Home
last modified time | relevance | path

Searched refs:rNotify (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1840 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
[all …]
H A DX11_selection.hxx392 bool handleSendPropertyNotify( XPropertyEvent& rNotify );
393 bool handleReceivePropertyNotify( XPropertyEvent& rNotify );
394 bool handleSelectionNotify( XSelectionEvent& rNotify );
/AOO41X/main/editeng/source/editeng/
H A Dimpedit2.cxx4623 void ImpEditEngine::CallNotify( EENotify& rNotify ) in CallNotify() argument
4627 GetNotifyHdl().Call( &rNotify ); in CallNotify()
4631 EENotify* pNewNotify = new EENotify( rNotify ); in CallNotify()
H A Dimpedit.hxx892 void CallNotify( EENotify& rNotify );
/AOO41X/main/sw/source/core/layout/
H A Dtabfrm.cxx1771 SwLayNotify &rNotify ) in lcl_RecalcTable() argument
1778 rNotify.SetLowersComplete( sal_True ); in lcl_RecalcTable()