Lines Matching refs:nClassId
814 sal_Int16 nClassId = FormComponentType::CONTROL; in isFocusable() local
815 OSL_VERIFY( xModelProps->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId ); in isFocusable()
818 if ( ( FormComponentType::CONTROL != nClassId ) in isFocusable()
819 && ( FormComponentType::IMAGEBUTTON != nClassId ) in isFocusable()
820 && ( FormComponentType::GROUPBOX != nClassId ) in isFocusable()
821 && ( FormComponentType::FIXEDTEXT != nClassId ) in isFocusable()
822 && ( FormComponentType::HIDDENCONTROL != nClassId ) in isFocusable()
823 && ( FormComponentType::IMAGECONTROL != nClassId ) in isFocusable()
824 && ( FormComponentType::SCROLLBAR != nClassId ) in isFocusable()
825 && ( FormComponentType::SPINBUTTON!= nClassId ) in isFocusable()
1039 sal_Int16 nClassId = FormComponentType::CONTROL; variable
1042 OSL_VERIFY( m_xLastCreatedControlModel->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId );
1050 switch ( nClassId )