Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/drawingml/chart/
H A Dtitleconverter.cxx96 …Reference< XFormattedString > xFmtStr = appendFormattedString( aStringVec, rTextRun.getText(), bAd… in createStringSequence() local
97 PropertySet aPropSet( xFmtStr ); in createStringSequence()
117 … Reference< XFormattedString > xFmtStr = appendFormattedString( aStringVec, aString, false ); in createStringSequence() local
118 PropertySet aPropSet( xFmtStr ); in createStringSequence()
129 Reference< XFormattedString > xFmtStr; in appendFormattedString() local
132xFmtStr.set( ConverterRoot::createInstance( CREATE_OUSTRING( "com.sun.star.chart2.FormattedString"… in appendFormattedString()
133 xFmtStr->setString( bAddNewLine ? (rString + OUString( sal_Unicode( '\n' ) )) : rString ); in appendFormattedString()
134 orStringVec.push_back( xFmtStr ); in appendFormattedString()
139 return xFmtStr; in appendFormattedString()
/aoo4110/main/sc/source/filter/excel/
H A Dxichart.cxx870 Reference< XFormattedString > xFmtStr( in CreateStringSequence() local
872 if( xFmtStr.is() ) in CreateStringSequence()
875 xFmtStr->setString( aIt.GetPortionText() ); in CreateStringSequence()
878 ScfPropertySet aStringProp( xFmtStr ); in CreateStringSequence()
887 aStringVec.push_back( xFmtStr ); in CreateStringSequence()

Completed in 38 milliseconds