Searched refs:nBold (Results 1 – 4 of 4) sorted by relevance
1223 int nBold = -1; // for the following variables: -1 = yet undefined; 0 = false; 1 = true; in ExportFont() local1231 case TBOLD : nBold = 1; break; in ExportFont()1232 case TNBOLD : nBold = 0; break; in ExportFont()1352 if (nBold == 1 && nItalic != 1) in ExportFont()1354 else if (nBold != 1 && nItalic == 1) in ExportFont()1356 else if (nBold == 1 && nItalic == 1) in ExportFont()1362 if (nBold == 1 && nItalic != 1) in ExportFont()1364 else if (nBold != 1 && nItalic == 1) in ExportFont()1366 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 50 milliseconds