Home
last modified time | relevance | path

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

/aoo41x/main/unotools/source/config/
H A Dfontcfg.cxx907 static const enum_convert pWeightNames[] = variable
1000 for( weight=sizeof(pWeightNames)/sizeof(pWeightNames[0])-1; weight >= 0; weight-- ) in getSubstWeight()
1001 if( pLine->equalsIgnoreAsciiCaseAscii( pWeightNames[weight].pName ) ) in getSubstWeight()
1017 return (FontWeight)( weight >= 0 ? pWeightNames[weight].nEnum : WEIGHT_DONTKNOW ); in getSubstWeight()

Completed in 16 milliseconds