Lines Matching refs:nPropId
155 PropertyId nPropId = m_pInfoService->getPropertyId( _rPropertyName ); in convertToPropertyValue() local
163 if ( ( m_pInfoService->getPropertyUIFlags( nPropId ) & PROP_FLAG_ENUM ) != 0 ) in convertToPropertyValue()
168 new DefaultEnumRepresentation( *m_pInfoService, aProperty.Type, nPropId ) ); in convertToPropertyValue()
182 PropertyId nPropId = m_pInfoService->getPropertyId( _rPropertyName ); in convertToControlValue() local
184 if ( ( m_pInfoService->getPropertyUIFlags( nPropId ) & PROP_FLAG_ENUM ) != 0 ) in convertToControlValue()
189 … new DefaultEnumRepresentation( *m_pInfoService, _rPropertyValue.getValueType(), nPropId ) ); in convertToControlValue()
213 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in describePropertyLine() local
214 const Property& rProperty( impl_getPropertyFromId_throw( nPropId ) ); in describePropertyLine()
217 if ( ( m_pInfoService->getPropertyUIFlags( nPropId ) & PROP_FLAG_ENUM ) != 0 ) in describePropertyLine()
220 _rxControlFactory, m_pInfoService->getPropertyEnumRepresentations( nPropId ), in describePropertyLine()
226 aDescriptor.HelpURL = HelpIdUrl::getHelpURL( m_pInfoService->getPropertyHelpId( nPropId ) ); in describePropertyLine()
227 aDescriptor.DisplayName = m_pInfoService->getPropertyTranslation( nPropId ); in describePropertyLine()
229 if ( ( m_pInfoService->getPropertyUIFlags( nPropId ) & PROP_FLAG_DATA_PROPERTY ) != 0 ) in describePropertyLine()
356 PropertyId nPropId = m_pInfoService->getPropertyId( _rPropertyName ); in impl_getPropertyId_throw() local
357 if ( nPropId == -1 ) in impl_getPropertyId_throw()
359 return nPropId; in impl_getPropertyId_throw()