Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Drichstring.cxx371 RichString::RichString( const WorkbookHelper& rHelper ) : in RichString() function in oox::xls::RichString
377 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 …]
H A Dsharedstringsbuffer.cxx45 RichStringRef xString( new RichString( *this ) ); in createRichString()
60 RichStringRef xString( new RichString( *this ) ); in importSst()
69 maStrings.forEachMem( &RichString::finalizeImport ); in finalizeImport()
H A Dsheetdatacontext.cxx145 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()
H A Dcommentsbuffer.cxx120 maModel.mxText.reset( new RichString( *this ) ); in createText()
H A Dworksheethelper.cxx1682 void WorksheetHelper::putRichString( const CellAddress& rAddress, const RichString& rString, const … in putRichString()
/trunk/main/oox/inc/oox/xls/
H A Drichstring.hxx231 class RichString : public WorkbookHelper class
234 explicit RichString( const WorkbookHelper& rHelper );
296 typedef ::boost::shared_ptr< RichString > RichStringRef;
H A Dworksheethelper.hxx59 class RichString;
329 const RichString& rString,
H A Dsharedstringsbuffer.hxx52 typedef RefVector< RichString > StringVector;

Completed in 44 milliseconds