Home
last modified time | relevance | path

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

/aoo42x/main/svtools/source/table/
H A Dtablecontrol_impl.cxx265 const_cast< TableControl_Impl& >( m_rTable ).m_nRequiredInvariants &= ~m_nSuspendFlags; in SuspendInvariants()
269 const_cast< TableControl_Impl& >( m_rTable ).m_nRequiredInvariants |= m_nSuspendFlags; in ~SuspendInvariants()
402 if ( ( m_nRequiredInvariants & INV_SCROLL_POSITION ) && m_pVScroll ) in impl_checkInvariants()
417 if ( ( m_nRequiredInvariants & INV_SCROLL_POSITION ) && m_pHScroll ) in impl_checkInvariants()
464 ,m_nRequiredInvariants ( INV_SCROLL_POSITION ) in TableControl_Impl()
H A Dtablecontrol_impl.hxx165 sal_Int32 m_nRequiredInvariants; member in svt::table::TableControl_Impl

Completed in 31 milliseconds