Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/table/
H A Dtablecontrol_impl.cxx399 if ( m_nCursorHidden < 0 ) in impl_checkInvariants()
452 ,m_nCursorHidden ( 1 ) in TableControl_Impl()
1553 if ( ++m_nCursorHidden == 1 ) in hideCursor()
1562 DBG_ASSERT( m_nCursorHidden > 0, "TableControl_Impl::showCursor: cursor not hidden!" ); in showCursor()
1563 if ( --m_nCursorHidden == 0 ) in showCursor()
H A Dtablecontrol_impl.hxx129 sal_Int32 m_nCursorHidden; member in svt::table::TableControl_Impl

Completed in 35 milliseconds