Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/xls/
H A Drichstring.hxx174 class RichStringPhonetic : public WorkbookHelper class
177 explicit RichStringPhonetic( const WorkbookHelper& rHelper );
192 typedef ::boost::shared_ptr< RichStringPhonetic > RichStringPhoneticRef;
289 typedef RefVector< RichStringPhonetic > PhoneticVector;
/trunk/main/oox/source/xls/
H A Drichstring.cxx268 RichStringPhonetic::RichStringPhonetic( const WorkbookHelper& rHelper ) : in RichStringPhonetic() function in oox::xls::RichStringPhonetic
275 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 25 milliseconds