Home
last modified time | relevance | path

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

/trunk/main/svl/source/config/
H A Dctloptions.cxx58 SvtCTLOptions::CursorMovement m_eCTLCursorMovement; member in SvtCTLOptions_Impl
91 GetCTLCursorMovement() const { return m_eCTLCursorMovement; } in GetCTLCursorMovement()
130 m_eCTLCursorMovement ( SvtCTLOptions::MOVEMENT_LOGICAL ), in SvtCTLOptions_Impl()
199 pValues[nRealCount] <<= (sal_Int32)m_eCTLCursorMovement; in Commit()
289 …case 2: { m_eCTLCursorMovement = (SvtCTLOptions::CursorMovement)nValue; m_bROCTLCursorMovement = p… in Load()
356 if (!m_bROCTLCursorMovement && m_eCTLCursorMovement != _eMovement ) in SetCTLCursorMovement()
359 m_eCTLCursorMovement = _eMovement; in SetCTLCursorMovement()

Completed in 23 milliseconds