Lines Matching refs:nPropId
109 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyValue() local
117 switch ( nPropId ) in getPropertyValue()
172 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in setPropertyValue() local
181 switch ( nPropId ) in setPropertyValue()
274 firePropertyChange( _rPropertyName, nPropId, aOldValue, aNewValue ); in setPropertyValue()
336 PropertyId nPropId( m_pInfoService->getPropertyId( _rPropertyName ) ); in convertToPropertyValue() local
339 switch ( nPropId ) in convertToPropertyValue()
369 PropertyId nPropId( m_pInfoService->getPropertyId( _rPropertyName ) ); in convertToControlValue() local
374 switch ( nPropId ) in convertToControlValue()
431 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in describePropertyLine() local
432 switch ( nPropId ) in describePropertyLine()
478 aDescriptor.DisplayName = m_pInfoService->getPropertyTranslation( nPropId ); in describePropertyLine()
480 aDescriptor.HelpURL = HelpIdUrl::getHelpURL( m_pInfoService->getPropertyHelpId( nPropId ) ); in describePropertyLine()
495 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in onInteractivePropertySelection() local
496 (void)nPropId; in onInteractivePropertySelection()
497 OSL_ENSURE( ( PROPERTY_ID_BINDING_NAME == nPropId ) in onInteractivePropertySelection()
498 || ( PROPERTY_ID_BIND_EXPRESSION == nPropId ) in onInteractivePropertySelection()
499 || ( PROPERTY_ID_XSD_REQUIRED == nPropId ) in onInteractivePropertySelection()
500 || ( PROPERTY_ID_XSD_RELEVANT == nPropId ) in onInteractivePropertySelection()
501 || ( PROPERTY_ID_XSD_READONLY == nPropId ) in onInteractivePropertySelection()
502 || ( PROPERTY_ID_XSD_CONSTRAINT == nPropId ) in onInteractivePropertySelection()
503 …|| ( PROPERTY_ID_XSD_CALCULATION == nPropId ), "EFormsPropertyHandler::onInteractivePropertySelect… in onInteractivePropertySelection()