Searched refs:xFmtStr (Results 1 – 2 of 2) sorted by relevance
96 …Reference< XFormattedString > xFmtStr = appendFormattedString( aStringVec, rTextRun.getText(), bAd… in createStringSequence() local97 PropertySet aPropSet( xFmtStr ); in createStringSequence()117 … Reference< XFormattedString > xFmtStr = appendFormattedString( aStringVec, aString, false ); in createStringSequence() local118 PropertySet aPropSet( xFmtStr ); in createStringSequence()129 Reference< XFormattedString > xFmtStr; in appendFormattedString() local132 …xFmtStr.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()
870 Reference< XFormattedString > xFmtStr( in CreateStringSequence() local872 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 30 milliseconds