Home
last modified time | relevance | path

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

/trunk/main/starmath/source/
H A Dmathmlexport.cxx1221 int nBold = -1; // for the following variables: -1 = yet undefined; 0 = false; 1 = true; in ExportFont() local
1229 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()
/trunk/main/sw/source/core/text/
H A Ditrpaint.cxx621 sal_uLong nBold = 0; in CheckSpecialUnderline() local
660 nBold += pPor->Width(); in CheckSpecialUnderline()
684 if ( 2 * nBold > nSumWidth ) in CheckSpecialUnderline()
/trunk/main/sw/source/filter/html/
H A Dhtmlatr.cxx2951 const FontWeight nBold = ((const SvxWeightItem&)rHt).GetWeight(); in OutHTML_SwWeight() local
2952 if( WEIGHT_BOLD == nBold ) in OutHTML_SwWeight()
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx5088 float nBold = 0.0; in Export() local
5089 aTmp >>= nBold; in Export()
5090 if ( nBold >= 150 ) in Export()

Completed in 66 milliseconds