Home
last modified time | relevance | path

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

/AOO42X/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx255 m_aNoneCursor( None ), in SelectionManager()
439 m_aNoneCursor = createCursorFromXPM( notallow_); in initialize()
518 if (m_aNoneCursor != None) in ~SelectionManager()
519 XFreeCursor(m_pDisplay, m_aNoneCursor); in ~SelectionManager()
2968 XLIB_Cursor aCursor = m_aNoneCursor; in getDefaultCursor()
H A DX11_selection.hxx323 XLIB_Cursor m_aNoneCursor; member in x11::SelectionManager