Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/chart/
H A DSchXMLTools.cxx663 const OUString aXMLRangePropName( RTL_CONSTASCII_USTRINGPARAM( "CachedXMLRange" )); in setXMLRangePropertyAtDataSequence() local
666 if( xInfo.is() && xInfo->hasPropertyByName( aXMLRangePropName )) in setXMLRangePropertyAtDataSequence()
667 xProp->setPropertyValue( aXMLRangePropName, uno::makeAny( rXMLRange )); in setXMLRangePropertyAtDataSequence()
688 const OUString aXMLRangePropName( RTL_CONSTASCII_USTRINGPARAM( "CachedXMLRange" )); in getXMLRangePropertyFromDataSequence() local
692 ( xInfo.is() && xInfo->hasPropertyByName( aXMLRangePropName ) && in getXMLRangePropertyFromDataSequence()
693 ( xProp->getPropertyValue( aXMLRangePropName ) >>= rOutXMLRange ) && in getXMLRangePropertyFromDataSequence()
697 xProp->setPropertyValue( aXMLRangePropName, uno::Any( OUString())); in getXMLRangePropertyFromDataSequence()
/aoo4110/main/chart2/source/tools/
H A DStatisticsHelper.cxx163 const OUString aXMLRangePropName( C2U( "CachedXMLRange" )); in lcl_setXMLRangePropertyAtDataSequence() local
166 if( xInfo.is() && xInfo->hasPropertyByName( aXMLRangePropName )) in lcl_setXMLRangePropertyAtDataSequence()
167 xProp->setPropertyValue( aXMLRangePropName, uno::makeAny( rXMLRange )); in lcl_setXMLRangePropertyAtDataSequence()

Completed in 42 milliseconds