Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/dtrans/ !
H A DX11_selection.cxx1837 bool SelectionManager::handleReceivePropertyNotify( XPropertyEvent& rNotify ) in handleReceivePropertyNotify() argument
1843 OUStringToOString( getString( rNotify.atom ), RTL_TEXTENCODING_ISO_8859_1 ).getStr() ); in handleReceivePropertyNotify()
1848 m_aSelections.find( rNotify.atom ); in handleReceivePropertyNotify()
1850 rNotify.state == PropertyNewValue && in handleReceivePropertyNotify()
1872 rNotify.window, in handleReceivePropertyNotify()
1873 rNotify.atom, in handleReceivePropertyNotify()
1895 XDeleteProperty( m_pDisplay, rNotify.window, rNotify.atom ); in handleReceivePropertyNotify()
1901 rNotify.window, in handleReceivePropertyNotify()
1902 rNotify.atom, in handleReceivePropertyNotify()
1956 bool SelectionManager::handleSendPropertyNotify( XPropertyEvent& rNotify ) in handleSendPropertyNotify() argument
[all …]
H A DX11_selection.hxx385 bool handleSendPropertyNotify( XPropertyEvent& rNotify );
386 bool handleReceivePropertyNotify( XPropertyEvent& rNotify );
387 bool handleSelectionNotify( XSelectionEvent& rNotify );
/trunk/main/editeng/source/editeng/ !
H A Dimpedit2.cxx4626 void ImpEditEngine::CallNotify( EENotify& rNotify ) in CallNotify() argument
4630 GetNotifyHdl().Call( &rNotify ); in CallNotify()
4634 EENotify* pNewNotify = new EENotify( rNotify ); in CallNotify()
H A Dimpedit.hxx892 void CallNotify( EENotify& rNotify );
/trunk/main/sw/source/core/layout/ !
H A Dtabfrm.cxx1771 SwLayNotify &rNotify ) in lcl_RecalcTable() argument
1778 rNotify.SetLowersComplete( sal_True ); in lcl_RecalcTable()