Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Drichstring.cxx389 RichStringPhoneticRef xPhonetic = createPhonetic(); in importPhoneticRun() local
390 xPhonetic->importPhoneticRun( rAttribs ); in importPhoneticRun()
391 return xPhonetic; in importPhoneticRun()
551 RichStringPhoneticRef xPhonetic( new RichStringPhonetic( *this ) ); in createPhonetic() local
552 maPhonPortions.push_back( xPhonetic ); in createPhonetic()
553 return xPhonetic; in createPhonetic()
632 RichStringPhoneticRef xPhonetic = createPhonetic(); in createPhoneticPortions() local
633 xPhonetic->setText( rText.copy( aIt->mnPos, nPortionLen ) ); in createPhoneticPortions()
634 xPhonetic->setBaseRange( aIt->mnBasePos, aIt->mnBasePos + aIt->mnBaseLen ); in createPhoneticPortions()

Completed in 19 milliseconds