Searched refs:fWeight (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | ctfonts.cxx | 402 double fWeight = 0; in CTFontEnumCallBack() local 404 CFNumberGetValue( pWeightNum, kCFNumberDoubleType, &fWeight ); in CTFontEnumCallBack() 406 if( fWeight > 0 ) { in CTFontEnumCallBack() 407 nInt = rint(WEIGHT_NORMAL + fWeight * ((WEIGHT_BLACK - WEIGHT_NORMAL)/0.68)); in CTFontEnumCallBack() 410 } else if( fWeight < 0 ) { in CTFontEnumCallBack() 411 nInt = rint(WEIGHT_NORMAL + fWeight * ((WEIGHT_NORMAL - WEIGHT_THIN)/0.9)); in CTFontEnumCallBack() 481 (int)(nSymbolTrait>>kCTFontClassMaskShift),fWeight,fSlant,fWidth,aFN,aSN,aPN); in CTFontEnumCallBack()
|
/aoo4110/main/xmloff/source/style/ |
H A D | weighhdl.cxx | 49 float fWeight; member 114 rValue <<= aFontWeightMap[i].fWeight; in importXML() 116 rValue <<= aFontWeightMap[i+1].fWeight; in importXML() 150 if( fValue <= aFontWeightMap[i].fWeight ) in exportXML()
|
/aoo4110/main/oox/source/drawingml/ |
H A D | textcharacterproperties.cxx | 134 float fWeight = moBold.get( false ) ? awt::FontWeight::BOLD : awt::FontWeight::NORMAL; in pushToPropMap() local 135 rPropMap[ PROP_CharWeight ] <<= fWeight; in pushToPropMap() 136 rPropMap[ PROP_CharWeightAsian ] <<= fWeight; in pushToPropMap() 137 rPropMap[ PROP_CharWeightComplex ] <<= fWeight; in pushToPropMap()
|
/aoo4110/main/chart2/qa/ |
H A D | TestCaseOldAPI.java | 220 float fWeight = FontWeight.BOLD; in testSubTitle() local 224 xTitleProp.setPropertyValue( "CharWeight", new Float( fWeight )); in testSubTitle() 231 assure( "Changing CharWeight via old API failed", fNewWeight == fWeight ); in testSubTitle()
|
/aoo4110/main/oox/source/xls/ |
H A D | stylesbuffer.cxx | 1134 float fWeight = maApiData.maDesc.Weight; in writeToPropertyMap() local 1135 rPropMap[ PROP_CharWeight ] <<= fWeight; in writeToPropertyMap() 1136 rPropMap[ PROP_CharWeightAsian ] <<= fWeight; in writeToPropertyMap() 1137 rPropMap[ PROP_CharWeightComplex ] <<= fWeight; in writeToPropertyMap()
|
Completed in 46 milliseconds