Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/drawingml/
H A Dtheme.cxx82 const TextCharacterProperties* pCharProps = 0; in resolveFont() local
84 pCharProps = maFontScheme.get( XML_major ).get(); in resolveFont()
86 pCharProps = maFontScheme.get( XML_minor ).get(); in resolveFont()
87 if( pCharProps ) in resolveFont()
90 return &pCharProps->maLatinFont; in resolveFont()
92 return &pCharProps->maAsianFont; in resolveFont()
94 return &pCharProps->maComplexFont; in resolveFont()
H A Dshape.cxx504 … if( const TextCharacterProperties* pCharProps = pTheme->getFontStyle( pFontRef->mnThemedIdx ) ) in createAndInsert() local
505 aCharStyleProperties.assignUsed( *pCharProps ); in createAndInsert()

Completed in 24 milliseconds