Home
last modified time | relevance | path

Searched refs:BROWSER_CURSOR_WO_FOCUS (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/svx/source/fmcomp/
H A Dgridctrl.cxx1311 if ((m_nMode & BROWSER_CURSOR_WO_FOCUS) == 0) in SetOptions()
1386 m_nMode |= BROWSER_CURSOR_WO_FOCUS; in EnablePermanentCursor()
1395 m_nMode &= ~BROWSER_CURSOR_WO_FOCUS; in EnablePermanentCursor()
1408 return ((m_nMode & BROWSER_CURSOR_WO_FOCUS) != 0) && ((m_nMode & BROWSER_HIDECURSOR) == 0); in IsPermanentCursorEnabled()
1569 m_nMode |= BROWSER_CURSOR_WO_FOCUS; in setDataSource()
2068 if ((GetMode() & BROWSER_CURSOR_WO_FOCUS) == BROWSER_CURSOR_WO_FOCUS) in PaintCell()
/aoo4110/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx1123 if ((GetMode() & BROWSER_CURSOR_WO_FOCUS) == BROWSER_CURSOR_WO_FOCUS) in GetCellRect()
H A Dbrwbox1.cxx2496 m_bFocusOnlyCursor = ((nMode & BROWSER_CURSOR_WO_FOCUS) == 0); in SetMode()
/aoo4110/main/svtools/inc/svtools/
H A Dbrwbox.hxx100 #define BROWSER_CURSOR_WO_FOCUS 0x00200000 macro

Completed in 53 milliseconds