Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/
H A Dshape.cxx1437 if( const ShapeStyleRef* pFontRef = getShapeStyleRef( XML_fontRef ) ) in createAndInsert() local
1439 if( pFontRef->mnThemedIdx != 0 ) in createAndInsert()
1442 … if( const TextCharacterProperties* pCharProps = pTheme->getFontStyle( pFontRef->mnThemedIdx ) ) in createAndInsert()
1445 if ( pFontRef->maPhClr.isUsed() ) in createAndInsert()
1447 aCharStyleProperties.maFillProperties.maFillColor = pFontRef->maPhClr; in createAndInsert()
1477 if(const ShapeStyleRef* pFontRef = getShapeStyleRef(XML_fontRef)) in createAndInsert() local
1479 ::Color nCharColor = pFontRef->maPhClr.getColor(rGraphicHelper); in createAndInsert()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/
H A Dshape.cxx1627 if( const ShapeStyleRef* pFontRef = getShapeStyleRef( XML_fontRef ) ) in createAndInsert() local
1629 if( pFontRef->mnThemedIdx != 0 ) in createAndInsert()
1632 … if( const TextCharacterProperties* pCharProps = pTheme->getFontStyle( pFontRef->mnThemedIdx ) ) in createAndInsert()
1635 if ( pFontRef->maPhClr.isUsed() ) in createAndInsert()
1637 aCharStyleProperties.maFillProperties.maFillColor = pFontRef->maPhClr; in createAndInsert()
1667 if(const ShapeStyleRef* pFontRef = getShapeStyleRef(XML_fontRef)) in createAndInsert() local
1669 ::Color nCharColor = pFontRef->maPhClr.getColor(rGraphicHelper); in createAndInsert()