Home
last modified time | relevance | path

Searched refs:RichStringRef (Results 1 – 10 of 10) sorted by relevance

/trunk/main/oox/source/xls/
H A Dsharedstringsbuffer.cxx43 RichStringRef SharedStringsBuffer::createRichString() in createRichString()
45 RichStringRef xString( new RichString( *this ) ); in createRichString()
60 RichStringRef xString( new RichString( *this ) ); in importSst()
72 RichStringRef SharedStringsBuffer::getString( sal_Int32 nStringId ) const in getString()
H A Dsheetdatabuffer.cxx143 void CellBlock::insertRichString( const CellAddress& rAddress, const RichStringRef& rxString, const… in insertRichString()
202 CellBlock::RichStringCell::RichStringCell( const CellAddress& rCellAddr, const RichStringRef& rxStr… in RichStringCell()
352 void SheetDataBuffer::setStringCell( const CellModel& rModel, const RichStringRef& rxString ) in setStringCell()
373 RichStringRef xString = getSharedStrings().getString( nStringId ); in setStringCell()
H A Dcommentsbuffer.cxx118 RichStringRef Comment::createText() in createText()
183 RichStringRef xNoteText = createText(); in importNoteBiff2()
H A Dsheetdatacontext.cxx524 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()
/trunk/main/oox/inc/oox/xls/
H A Drichstringcontext.hxx39 explicit RichStringContext( ParentType& rParent, RichStringRef xString );
46 RichStringRef mxString; /// Processed string.
55 RichStringContext::RichStringContext( ParentType& rParent, RichStringRef xString ) : in RichStringContext()
H A Dsheetdatabuffer.hxx109 const RichStringRef& rxString,
127 RichStringRef mxString; /// The string with rich formatting.
132 const RichStringRef& rxString,
195 void setStringCell( const CellModel& rModel, const RichStringRef& rxString );
H A Dsharedstringsbuffer.hxx41 RichStringRef createRichString();
49 RichStringRef getString( sal_Int32 nStringId ) const;
H A Dcommentsbuffer.hxx39 RichStringRef mxText; /// Formatted text of the comment (not used in BIFF8).
63 RichStringRef createText();
H A Dsheetdatacontext.hxx120 RichStringRef mxInlineStr; /// Inline rich string (OOXML only).
H A Drichstring.hxx296 typedef ::boost::shared_ptr< RichString > RichStringRef; typedef

Completed in 57 milliseconds