Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx1006 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 …]
/trunk/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()

Completed in 32 milliseconds