Home
last modified time | relevance | path

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

/aoo4110/main/unotools/source/config/
H A Dfontcfg.cxx925 static const enum_convert pWidthNames[] = variable
1032 for( width=sizeof(pWidthNames)/sizeof(pWidthNames[0])-1; width >= 0; width-- ) in getSubstWidth()
1033 if( pLine->equalsIgnoreAsciiCaseAscii( pWidthNames[width].pName ) ) in getSubstWidth()
1049 return (FontWidth)( width >= 0 ? pWidthNames[width].nEnum : WIDTH_DONTKNOW ); in getSubstWidth()

Completed in 21 milliseconds