Home
last modified time | relevance | path

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

/trunk/main/chart2/source/tools/
H A DTitleHelper.cxx310 uno::Reference< XFormattedString > xFormattedString( xI, uno::UNO_QUERY ); in setCompleteString() local
312 if(xFormattedString.is()) in setCompleteString()
314 xFormattedString->setString( aNewText ); in setCompleteString()
315 aNewStringList[0].set( xFormattedString ); in setCompleteString()
320 … uno::Reference< beans::XPropertySet > xProp( xFormattedString, uno::UNO_QUERY_THROW ); in setCompleteString()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DCharacterPropertyItemConverter.cxx311 … uno::Reference< chart2::XFormattedString > xFormattedString( GetPropertySet(), uno::UNO_QUERY ); in FillSpecialItem() local
312 if( xFormattedString.is() ) in FillSpecialItem()
314 ::rtl::OUString aString = xFormattedString->getString(); in FillSpecialItem()

Completed in 18 milliseconds