Lines Matching refs:nClassId
401 sal_Int16 nClassId = FormComponentType::CONTROL; in initializeControlModel() local
405 return nClassId; in initializeControlModel()
411 _rxControlModel->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId; in initializeControlModel()
413 switch ( nClassId ) in initializeControlModel()
483 switch ( nClassId ) in initializeControlModel()
521 return nClassId; in initializeControlModel()
644 sal_Int16 nClassId = FormComponentType::CONTROL; in initializeFieldDependentProperties() local
645 OSL_VERIFY( _rxControlModel->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId ); in initializeFieldDependentProperties()
646 if ( nClassId == FormComponentType::CHECKBOX ) in initializeFieldDependentProperties()
704 sal_Int16 nClassId = FormComponentType::CONTROL; in getDefaultUniqueName_ByComponentType() local
705 OSL_VERIFY( _rxObject->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId ); in getDefaultUniqueName_ByComponentType()
706 …::rtl::OUString sBaseName = getDefaultName( nClassId, Reference< XServiceInfo >( _rxObject, UNO_QU… in getDefaultUniqueName_ByComponentType()