Home
last modified time | relevance | path

Searched refs:xNewProps (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/connectivity/source/commontools/
H A Ddbtools.cxx1006 const Reference< XPropertySet>& xNewProps, in TransferFormComponentProperties()
1011 …OSL_ENSURE( xOldProps.is() && xNewProps.is(), "TransferFormComponentProperties: invalid source/des… in TransferFormComponentProperties()
1012 if ( !xOldProps.is() || !xNewProps.is() ) in TransferFormComponentProperties()
1017 Reference< XPropertySetInfo> xNewInfo( xNewProps->getPropertySetInfo()); in TransferFormComponentProperties()
1058xNewProps->setPropertyValue(pResult->Name, xOldProps->getPropertyValue(pResult->Name)); in TransferFormComponentProperties()
1078 xSI = Reference< XServiceInfo >( xNewProps, UNO_QUERY ); in TransferFormComponentProperties()
1104 if (aVal.hasValue() && hasProperty(sPropCurrencySymbol, xNewProps)) in TransferFormComponentProperties()
1107 xNewProps->setPropertyValue(sPropCurrencySymbol, aVal); in TransferFormComponentProperties()
1109 if (hasProperty(sPropDecimals, xFormat) && hasProperty(sPropDecimals, xNewProps)) in TransferFormComponentProperties()
1110xNewProps->setPropertyValue(sPropDecimals, xFormat->getPropertyValue(sPropDecimals)); in TransferFormComponentProperties()
[all …]
/AOO41X/main/sc/source/core/tool/
H A Dcharthelper.cxx292 uno::Reference< beans::XPropertySet > xNewProps( xNewSeq, uno::UNO_QUERY ); in SetChartRanges() local
293 if( xNewProps.is() ) in SetChartRanges()
294xNewProps->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()
310xNewProps->setPropertyValue( aPropertyNameRole, xValues->getPropertyValue( aPropertyNameRole ) ); in SetChartRanges()