Home
last modified time | relevance | path

Searched refs:appendPortion (Results 1 – 6 of 6) sorted by relevance

/trunk/main/writerfilter/documentation/
H A DAddingTable.cxx24 portion = appendPortion("text"); in test()
28 portion = appendPortion("A1"); in test()
31 portion = appendPortion("B1"); in test()
34 portion = appendPortion("C1"); in test()
38 portion = appendPortion("A2"); in test()
44 portion = appendPortion("B2A1"); in test()
47 portion = appendPortion("B2B1"); in test()
51 portion = appendPortion("B2A2"); in test()
62 portion = appendPortion("B2"); in test()
65 portion = appendPortion("C2"); in test()
[all …]
/trunk/main/oox/source/xls/
H A Drichstring.cxx152 void FontPortionModelList::appendPortion( const FontPortionModel& rPortion ) in appendPortion() function in oox::xls::FontPortionModelList
175 appendPortion( aPortion ); in importPortions()
190 appendPortion( aPortion ); in importPortions()
310 void PhoneticPortionModelList::appendPortion( const PhoneticPortionModel& rPortion ) in appendPortion() function in oox::xls::PhoneticPortionModelList
338 appendPortion( aPortion ); in importPortions()
362 appendPortion( aPortion ); in importPortions()
/trunk/main/oox/source/vml/
H A Dvmltextboxcontext.cxx93 mrTextBox.appendPortion( maFont, rChars.replace( 0xA0, ' ' ) ); in onCharacters()
96 mrTextBox.appendPortion( maFont, rChars ); in onCharacters()
119 mrTextBox.appendPortion( maFont, OUString( sal_Unicode( ' ' ) ) ); in onEndElement()
H A Dvmltextbox.cxx56 void TextBox::appendPortion( const TextFontModel& rFont, const OUString& rText ) in appendPortion() function in oox::vml::TextBox
/trunk/main/oox/inc/oox/xls/
H A Drichstring.hxx125 void appendPortion( const FontPortionModel& rPortion );
221 void appendPortion( const PhoneticPortionModel& rPortion );
/trunk/main/oox/inc/oox/vml/
H A Dvmltextbox.hxx71 void appendPortion( const TextFontModel& rFont, const ::rtl::OUString& rText );

Completed in 32 milliseconds