Home
last modified time | relevance | path

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

/aoo4110/main/oox/inc/oox/xls/
H A Drichstring.hxx173 class RichStringPhonetic : public WorkbookHelper class
176 explicit RichStringPhonetic( const WorkbookHelper& rHelper );
191 typedef ::boost::shared_ptr< RichStringPhonetic > RichStringPhoneticRef;
288 typedef RefVector< RichStringPhonetic > PhoneticVector;
/aoo4110/main/oox/source/xls/
H A Drichstring.cxx264 RichStringPhonetic::RichStringPhonetic( const WorkbookHelper& rHelper ) : in RichStringPhonetic() function in oox::xls::RichStringPhonetic
271 void RichStringPhonetic::setText( const OUString& rText ) in setText()
276 void RichStringPhonetic::importPhoneticRun( const AttributeList& rAttribs ) in importPhoneticRun()
282 void RichStringPhonetic::setBaseRange( sal_Int32 nBasePos, sal_Int32 nBaseEnd ) in setBaseRange()
547 RichStringPhoneticRef xPhonetic( new RichStringPhonetic( *this ) ); in createPhonetic()

Completed in 34 milliseconds