Searched refs:nBold (Results 1 – 4 of 4) sorted by relevance
1221 int nBold = -1; // for the following variables: -1 = yet undefined; 0 = false; 1 = true; in ExportFont() local1229 case TBOLD : nBold = 1; break; in ExportFont()1230 case TNBOLD : nBold = 0; break; in ExportFont()1380 if (nBold == 1 && nItalic != 1) in ExportFont()1382 else if (nBold != 1 && nItalic == 1) in ExportFont()1384 else if (nBold == 1 && nItalic == 1) in ExportFont()1390 if (nBold == 1 && nItalic != 1) in ExportFont()1392 else if (nBold != 1 && nItalic == 1) in ExportFont()1394 else if (nBold == 1 && nItalic == 1) in ExportFont()
621 sal_uLong nBold = 0; in CheckSpecialUnderline() local660 nBold += pPor->Width(); in CheckSpecialUnderline()684 if ( 2 * nBold > nSumWidth ) in CheckSpecialUnderline()
2951 const FontWeight nBold = ((const SvxWeightItem&)rHt).GetWeight(); in OutHTML_SwWeight() local2952 if( WEIGHT_BOLD == nBold ) in OutHTML_SwWeight()
5088 float nBold = 0.0; in Export() local5089 aTmp >>= nBold; in Export()5090 if ( nBold >= 150 ) in Export()
Completed in 65 milliseconds