Lines Matching refs:nPropId

252         const PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) );  in impl_getPropertyValue_throw()  local
305 impl_normalizePropertyValue_nothrow( aPropertyValue, nPropId ); in impl_getPropertyValue_throw()
330 …PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); // check if property is known by… in setPropertyValue() local
333 if ( PROPERTY_ID_IMAGE_URL == nPropId && ( _rValue >>= xGrfObj ) ) in setPropertyValue()
340 else if ( PROPERTY_ID_FONT == nPropId ) in setPropertyValue()
501 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in convertToPropertyValue() local
502 Property aProperty( impl_getPropertyFromId_throw( nPropId ) ); in convertToPropertyValue()
527 switch ( nPropId ) in convertToPropertyValue()
570 …if ( nPropId == PROPERTY_ID_IMAGE_URL && sControlValue.equals( String( PcrRes( RID_EMBED_IMAGE_PLA… in convertToPropertyValue()
637 sal_Int32 nPropId = m_pInfoService->getPropertyId( _rPropertyName ); in convertToControlValue() local
638 …DBG_ASSERT( nPropId != -1, "FormComponentPropertyHandler::convertToPropertyValue: not one of my pr… in convertToControlValue()
640 Property aProperty( impl_getPropertyFromId_throw( nPropId ) ); in convertToControlValue()
653 switch ( nPropId ) in convertToControlValue()
868 PropertyId nPropId( 0 ); in doDescribeSupportedProperties() local
875 nPropId = m_pInfoService->getPropertyId( pProperty->Name ); in doDescribeSupportedProperties()
876 if ( nPropId == -1 ) in doDescribeSupportedProperties()
878 pProperty->Handle = nPropId; in doDescribeSupportedProperties()
880 sDisplayName = m_pInfoService->getPropertyTranslation( nPropId ); in doDescribeSupportedProperties()
884 sal_uInt32 nPropertyUIFlags = m_pInfoService->getPropertyUIFlags( nPropId ); in doDescribeSupportedProperties()
899 switch ( nPropId ) in doDescribeSupportedProperties()
978 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in describePropertyLine() local
979 Property aProperty( impl_getPropertyFromId_throw( nPropId ) ); in describePropertyLine()
984 if ( nPropId == PROPERTY_ID_MULTILINE ) in describePropertyLine()
991 nPropId = PROPERTY_ID_WORDBREAK; in describePropertyLine()
994 String sDisplayName = m_pInfoService->getPropertyTranslation( nPropId ); in describePropertyLine()
1004 aDescriptor.HelpURL = HelpIdUrl::getHelpURL( m_pInfoService->getPropertyHelpId( nPropId ) ); in describePropertyLine()
1018 switch ( nPropId ) in describePropertyLine()
1062 … aDescriptor.PrimaryButtonId = rtl::OUString::createFromAscii(( PROPERTY_ID_TARGET_URL == nPropId ) in describePropertyLine()
1077 switch( nPropId ) in describePropertyLine()
1130 sal_Bool bIsFormatKey = (PROPERTY_ID_FORMATKEY == nPropId); in describePropertyLine()
1197 …f (m_xPropertyState.is() && ((PROPERTY_ID_VALUEMIN == nPropId) || (PROPERTY_ID_VALUEMAX == nPropId in describePropertyLine()
1210 pControl->EnableEmptyField( ( PROPERTY_ID_DEFAULT_VALUE == nPropId ) in describePropertyLine()
1211 || ( PROPERTY_ID_VALUE == nPropId ) ); in describePropertyLine()
1223 if ( ( nPropId == PROPERTY_ID_WIDTH ) in describePropertyLine()
1224 || ( nPropId == PROPERTY_ID_ROWHEIGHT ) in describePropertyLine()
1225 || ( nPropId == PROPERTY_ID_HEIGHT ) in describePropertyLine()
1256 if ( ( nPropId == PROPERTY_ID_SHOW_POSITION ) in describePropertyLine()
1257 || ( nPropId == PROPERTY_ID_SHOW_NAVIGATION ) in describePropertyLine()
1258 || ( nPropId == PROPERTY_ID_SHOW_RECORDACTIONS ) in describePropertyLine()
1259 || ( nPropId == PROPERTY_ID_SHOW_FILTERSORT ) in describePropertyLine()
1271 sal_uInt32 nPropertyUIFlags = m_pInfoService->getPropertyUIFlags( nPropId ); in describePropertyLine()
1273 if ( bIsEnumProperty || ( PROPERTY_ID_TARGET_FRAME == nPropId ) ) in describePropertyLine()
1275 …:vector< ::rtl::OUString > aEnumValues = m_pInfoService->getPropertyEnumRepresentations( nPropId ); in describePropertyLine()
1280 if ( ( PROPERTY_ID_DEFAULT_STATE == nPropId ) in describePropertyLine()
1281 || ( PROPERTY_ID_STATE == nPropId ) in describePropertyLine()
1296 if ( PROPERTY_ID_LISTSOURCETYPE == nPropId ) in describePropertyLine()
1306 if ( PROPERTY_ID_TARGET_FRAME == nPropId ) in describePropertyLine()
1316 switch( nPropId ) in describePropertyLine()
1339 if ( nPropId == PROPERTY_ID_MAXTEXTLEN ) in describePropertyLine()
1341 else if ( nPropId == PROPERTY_ID_VISIBLESIZE ) in describePropertyLine()
1432 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in onInteractivePropertySelection() local
1435 switch ( nPropId ) in onInteractivePropertySelection()
1447 if ( impl_dialogFilterOrSort_nothrow( PROPERTY_ID_FILTER == nPropId, sClause, aGuard ) ) in onInteractivePropertySelection()
1490 if ( impl_dialogColorChooser_throw( nPropId, _rData, aGuard ) ) in onInteractivePropertySelection()
1506 if ( impl_doDesignSQLCommand_nothrow( _rxInspectorUI, nPropId ) ) in onInteractivePropertySelection()