Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/drawingml/chart/
H A Dtitleconverter.cxx95 bool bAddNewLine = (aRIt + 1 == aREnd) && (aPIt + 1 != aPEnd); in createStringSequence() local
96 … XFormattedString > xFmtStr = appendFormattedString( aStringVec, rTextRun.getText(), bAddNewLine ); in createStringSequence()
127 …or< Reference< XFormattedString > >& orStringVec, const OUString& rString, bool bAddNewLine ) const in appendFormattedString()
133 xFmtStr->setString( bAddNewLine ? (rString + OUString( sal_Unicode( '\n' ) )) : rString ); in appendFormattedString()
/aoo41x/main/oox/inc/oox/drawingml/chart/
H A Dtitleconverter.hxx67 bool bAddNewLine ) const;

Completed in 11 milliseconds