Home
last modified time | relevance | path

Searched refs:m_aCopyCursor (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx253 m_aCopyCursor( None ), in SelectionManager()
437 m_aCopyCursor = createCursorFromXPM( copydata_); in initialize()
514 if (m_aCopyCursor != None) in ~SelectionManager()
515 XFreeCursor(m_pDisplay, m_aCopyCursor); in ~SelectionManager()
2972 aCursor = m_aCopyCursor; in getDefaultCursor()
H A DX11_selection.hxx321 XLIB_Cursor m_aCopyCursor; member in x11::SelectionManager