Searched refs:CS_NOVERT (Results 1 – 3 of 3) sorted by relevance
286 if( !(m_nState & CS_NOVERT) ) in KeyInput()301 if( !(m_nState & CS_NOVERT) ) in KeyInput()461 sal_Bool bNoVert = (m_nState & CS_NOVERT) != 0; in Paint()552 if( (m_nState & CS_NOVERT) != 0 ) in SetActualRPWithoutInvalidate()600 if( ( m_nState & CS_NOVERT ) == 0 ) in GetApproxLogPtFromPixPt()680 if( (m_nState & CS_NOVERT) != 0 ) in SetState()
413 nState |= CS_NOVERT; in Reset()825 nState |= CS_NOVERT; in IMPL_LINK()
78 #define CS_NOVERT 2 // no vertikal input information is used macro