Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/xls/
H A Dsheetdatabuffer.cxx143 void CellBlock::insertRichString( const CellAddress& rAddress, const RichStringRef& rxString, const… in insertRichString() argument
145 maRichStrings.push_back( RichStringCell( rAddress, rxString, pFirstPortionFont ) ); in insertRichString()
202 …ell::RichStringCell( const CellAddress& rCellAddr, const RichStringRef& rxString, const Font* pFir… in RichStringCell() argument
204 mxString( rxString ), in RichStringCell()
352 void SheetDataBuffer::setStringCell( const CellModel& rModel, const RichStringRef& rxString ) in setStringCell() argument
354 OSL_ENSURE( rxString.get(), "SheetDataBuffer::setStringCell - missing rich string object" ); in setStringCell()
357 if( rxString->extractPlainString( aText, pFirstPortionFont ) ) in setStringCell()
364 pCellBlock->insertRichString( rModel.maCellAddr, rxString, pFirstPortionFont ); in setStringCell()
366 putRichString( rModel.maCellAddr, *rxString, pFirstPortionFont ); in setStringCell()
/aoo41x/main/oox/inc/oox/xls/
H A Dsheetdatabuffer.hxx109 const RichStringRef& rxString,
132 const RichStringRef& rxString,
195 void setStringCell( const CellModel& rModel, const RichStringRef& rxString );

Completed in 44 milliseconds