Searched refs:RichStringPhonetic (Results 1 – 2 of 2) sorted by relevance
174 class RichStringPhonetic : public WorkbookHelper class177 explicit RichStringPhonetic( const WorkbookHelper& rHelper );192 typedef ::boost::shared_ptr< RichStringPhonetic > RichStringPhoneticRef;289 typedef RefVector< RichStringPhonetic > PhoneticVector;
268 RichStringPhonetic::RichStringPhonetic( const WorkbookHelper& rHelper ) : in RichStringPhonetic() function in oox::xls::RichStringPhonetic275 void RichStringPhonetic::setText( const OUString& rText ) in setText()280 void RichStringPhonetic::importPhoneticRun( const AttributeList& rAttribs ) in importPhoneticRun()286 void RichStringPhonetic::setBaseRange( sal_Int32 nBasePos, sal_Int32 nBaseEnd ) in setBaseRange()551 RichStringPhoneticRef xPhonetic( new RichStringPhonetic( *this ) ); in createPhonetic()
Completed in 16 milliseconds