Searched refs:xNewProps (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/connectivity/source/commontools/ |
H A D | dbtools.cxx | 1006 const Reference< XPropertySet>& xNewProps, in TransferFormComponentProperties() 1012 if ( !xOldProps.is() || !xNewProps.is() ) in TransferFormComponentProperties() 1078 xSI = Reference< XServiceInfo >( xNewProps, UNO_QUERY ); in TransferFormComponentProperties() 1107 xNewProps->setPropertyValue(sPropCurrencySymbol, aVal); in TransferFormComponentProperties() 1118 if (hasProperty(sPropValueMin, xNewProps)) in TransferFormComponentProperties() 1122 xNewProps->setPropertyValue(sPropValueMin, aEffectiveMin); in TransferFormComponentProperties() 1128 if (hasProperty(sPropValueMax, xNewProps)) in TransferFormComponentProperties() 1132 xNewProps->setPropertyValue(sPropValueMax, aEffectiveMax); in TransferFormComponentProperties() 1163 if (hasProperty(sPropDefaultText, xNewProps) && bIsString) in TransferFormComponentProperties() 1234 xNewProps->setPropertyValue(sPropEffectiveMin, aNewMin); in TransferFormComponentProperties() [all …]
|
/aoo41x/main/sc/source/core/tool/ |
H A D | charthelper.cxx | 292 uno::Reference< beans::XPropertySet > xNewProps( xNewSeq, uno::UNO_QUERY ); in SetChartRanges() local 293 if( xNewProps.is() ) in SetChartRanges() 294 … xNewProps->setPropertyValue( aPropertyNameRole, xLabel->getPropertyValue( aPropertyNameRole ) ); in SetChartRanges() 308 uno::Reference< beans::XPropertySet > xNewProps( xNewSeq, uno::UNO_QUERY ); in SetChartRanges() local 309 if( xNewProps.is() ) in SetChartRanges() 310 … xNewProps->setPropertyValue( aPropertyNameRole, xValues->getPropertyValue( aPropertyNameRole ) ); in SetChartRanges()
|
Completed in 60 milliseconds