Lines Matching refs:m_nState
97 m_nState ( 0 ), in SvxRectCtl()
292 if( !(m_nState & CS_NOVERT) ) in KeyInput()
307 if( !(m_nState & CS_NOVERT) ) in KeyInput()
322 if( !(m_nState & CS_NOHORZ) ) in KeyInput()
337 if( !(m_nState & CS_NOHORZ) ) in KeyInput()
468 sal_Bool bNoHorz = (m_nState & CS_NOHORZ) != 0; in Paint()
469 sal_Bool bNoVert = (m_nState & CS_NOVERT) != 0; in Paint()
559 if( (m_nState & CS_NOHORZ) != 0 ) in SetActualRPWithoutInvalidate()
562 if( (m_nState & CS_NOVERT) != 0 ) in SetActualRPWithoutInvalidate()
598 if( ( m_nState & CS_NOHORZ ) == 0 ) in GetApproxLogPtFromPixPt()
610 if( ( m_nState & CS_NOVERT ) == 0 ) in GetApproxLogPtFromPixPt()
690 m_nState = nState; in SetState()
695 if( (m_nState & CS_NOHORZ) != 0 ) in SetState()
698 if( (m_nState & CS_NOVERT) != 0 ) in SetState()