Lines Matching refs:aFormsName

836 	OUString aFormsName;  in setPropertyValue()  local
837 if ( lcl_convertPropertyName( aPropertyName, aFormsName ) ) in setPropertyValue()
843 if( xInfo.is() && xInfo->hasPropertyByName( aFormsName ) ) in setPropertyValue()
846 if ( aFormsName.equalsAscii( "FontSlant" ) ) in setPropertyValue()
853 else if ( aFormsName.equalsAscii( "Align" ) ) in setPropertyValue()
857 else if ( aFormsName.equalsAscii( "VerticalAlign" ) ) in setPropertyValue()
862 xControl->setPropertyValue( aFormsName, aConvertedValue ); in setPropertyValue()
875 OUString aFormsName; in getPropertyValue() local
876 if ( lcl_convertPropertyName( aPropertyName, aFormsName ) ) in getPropertyValue()
884 if( xInfo.is() && xInfo->hasPropertyByName( aFormsName ) ) in getPropertyValue()
886 aValue = xControl->getPropertyValue( aFormsName ); in getPropertyValue()
887 if ( aFormsName.equalsAscii( "FontSlant" ) ) in getPropertyValue()
901 else if ( aFormsName.equalsAscii( "Align" ) ) in getPropertyValue()
905 else if ( aFormsName.equalsAscii( "VerticalAlign" ) ) in getPropertyValue()
924 OUString aFormsName; in getPropertyState() local
925 if ( lcl_convertPropertyName( PropertyName, aFormsName ) ) in getPropertyState()
933 if( xInfo.is() && xInfo->hasPropertyByName( aFormsName ) ) in getPropertyState()
935 return xControl->getPropertyState( aFormsName ); in getPropertyState()
949 OUString aFormsName; in setPropertyToDefault() local
950 if ( lcl_convertPropertyName( PropertyName, aFormsName ) ) in setPropertyToDefault()
958 if( xInfo.is() && xInfo->hasPropertyByName( aFormsName ) ) in setPropertyToDefault()
960 xControl->setPropertyToDefault( aFormsName ); in setPropertyToDefault()
973 OUString aFormsName; in getPropertyDefault() local
974 if ( lcl_convertPropertyName( aPropertyName, aFormsName ) ) in getPropertyDefault()
980 Any aDefault( xControl->getPropertyDefault( aFormsName ) ); in getPropertyDefault()
981 if ( aFormsName.equalsAscii( "FontSlant" ) ) in getPropertyDefault()
987 else if ( aFormsName.equalsAscii( "Align" ) ) in getPropertyDefault()
991 else if ( aFormsName.equalsAscii( "VerticalAlign" ) ) in getPropertyDefault()