Searched refs:RichString (Results 1 – 8 of 8) sorted by relevance
371 RichString::RichString( const WorkbookHelper& rHelper ) : in RichString() function in oox::xls::RichString377 RichStringPortionRef RichString::importText( const AttributeList& ) in importText()382 RichStringPortionRef RichString::importRun( const AttributeList& ) in importRun()387 RichStringPhoneticRef RichString::importPhoneticRun( const AttributeList& rAttribs ) in importPhoneticRun()394 void RichString::importPhoneticPr( const AttributeList& rAttribs ) in importPhoneticPr()399 void RichString::importString( SequenceInputStream& rStrm, bool bRich ) in importString()450 void RichString::importUniString( BiffInputStream& rStrm, BiffStringFlags nFlags ) in importUniString()508 void RichString::finalizeImport() in finalizeImport()542 RichStringPortionRef RichString::createPortion() in createPortion()549 RichStringPhoneticRef RichString::createPhonetic() in createPhonetic()[all …]
45 RichStringRef xString( new RichString( *this ) ); in createRichString()60 RichStringRef xString( new RichString( *this ) ); in importSst()69 maStrings.forEachMem( &RichString::finalizeImport ); in finalizeImport()
145 mxInlineStr.reset( new RichString( *this ) ); in onCreateContext()524 RichStringRef xString( new RichString( *this ) ); in importCellRString()547 RichStringRef xString( new RichString( *this ) ); in importCellString()880 RichStringRef xString( new RichString( *this ) ); in importLabel()897 RichStringRef xString( new RichString( *this ) ); in importLabel()
120 maModel.mxText.reset( new RichString( *this ) ); in createText()
1682 void WorksheetHelper::putRichString( const CellAddress& rAddress, const RichString& rString, const … in putRichString()
231 class RichString : public WorkbookHelper class234 explicit RichString( const WorkbookHelper& rHelper );296 typedef ::boost::shared_ptr< RichString > RichStringRef;
59 class RichString;329 const RichString& rString,
52 typedef RefVector< RichString > StringVector;
Completed in 49 milliseconds