Lines Matching refs:m_nClassId
153 ,m_nClassId( 0 ) in DBG_NAME()
851 m_nClassId = 0; in onNewComponent()
986 if ( ( m_nClassId == FormComponentType::FIXEDTEXT ) in describePropertyLine()
987 || ( m_nClassId == FormComponentType::COMMANDBUTTON ) in describePropertyLine()
988 || ( m_nClassId == FormComponentType::RADIOBUTTON ) in describePropertyLine()
989 || ( m_nClassId == FormComponentType::CHECKBOX ) in describePropertyLine()
1096 if (FormComponentType::FILECONTROL == m_nClassId) in describePropertyLine()
1297 if ( FormComponentType::COMBOBOX == m_nClassId ) in describePropertyLine()
1910 … if ( ( m_nClassId == FormComponentType::LISTBOX ) && ( m_eComponentClass == eFormControl ) ) in impl_updateDependentProperty_nothrow()
1927 if ( 0 != m_nClassId ) in impl_updateDependentProperty_nothrow()
2102 OSL_VERIFY( m_xComponent->getPropertyValue( PROPERTY_CLASSID ) >>= m_nClassId ); in impl_classifyControlModel_throw()
2111 m_nClassId = FormComponentType::CONTROL; in impl_classifyControlModel_throw()
2173 m_nClassId = nClassIDs[ i ]; in impl_classifyControlModel_throw()
2189 switch ( m_nClassId ) in impl_normalizePropertyValue_nothrow()
2258 if ( ControlType::FORMATTEDFIELD == m_nClassId ) in impl_shouldExcludeProperty_nothrow()
2272 if ( ( FormComponentType::DATEFIELD == m_nClassId ) in impl_shouldExcludeProperty_nothrow()
2273 || ( FormComponentType::TIMEFIELD == m_nClassId ) in impl_shouldExcludeProperty_nothrow()