Searched refs:pFirstPortionFont (Results 1 – 6 of 6) sorted by relevance
/trunk/main/oox/source/xls/ |
H A D | sheetdatabuffer.cxx | 143 …String( const CellAddress& rAddress, const RichStringRef& rxString, const Font* pFirstPortionFont ) in insertRichString() argument 145 maRichStrings.push_back( RichStringCell( rAddress, rxString, pFirstPortionFont ) ); in insertRichString() 202 …ell( const CellAddress& rCellAddr, const RichStringRef& rxString, const Font* pFirstPortionFont ) : in RichStringCell() argument 205 mpFirstPortionFont( pFirstPortionFont ) in RichStringCell() 355 const Font* pFirstPortionFont = getStyles().getFontFromCellXf( rModel.mnXfId ).get(); in setStringCell() local 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()
|
H A D | richstring.cxx | 513 bool RichString::extractPlainString( OUString& orString, const Font* pFirstPortionFont ) const in extractPlainString() 522 …ize() == 1) && !maTextPortions.front()->hasFont() && !lclNeedsRichTextFormat( pFirstPortionFont ) ) in extractPlainString() 530 …:convert( const Reference< XText >& rxText, bool bReplaceOld, const Font* pFirstPortionFont ) const in convert() 534 (*aIt)->convert( rxText, pFirstPortionFont, bReplaceOld ); in convert() 535 pFirstPortionFont = 0; // use passed font for first portion only in convert()
|
H A D | worksheethelper.cxx | 1682 …ring( const CellAddress& rAddress, const RichString& rString, const Font* pFirstPortionFont ) const in putRichString() 1689 rString.convert( xText, false, pFirstPortionFont ); in putRichString()
|
/trunk/main/oox/inc/oox/xls/ |
H A D | richstring.hxx | 262 const Font* pFirstPortionFont = 0 ) const; 272 const Font* pFirstPortionFont = 0 ) const;
|
H A D | sheetdatabuffer.hxx | 110 const Font* pFirstPortionFont ); 133 const Font* pFirstPortionFont );
|
H A D | worksheethelper.hxx | 330 const Font* pFirstPortionFont ) const;
|
Completed in 89 milliseconds