Searched refs:nItalic (Results 1 – 11 of 11) sorted by relevance
100 KSHORT nItalic = 0; in Guess() local117 nItalic = bAddItalic ? nPorHeight / 12 : 0; in Guess()119 nLineWidth -= nItalic; in Guess()139 if( nItalic && in Guess()145 nBreakWidth = nBreakWidth + nItalic; in Guess()195 if( nItalic && ( nBreakPos + 1 ) >= rInf.GetTxt().Len() ) in Guess()196 nBreakWidth = nBreakWidth + nItalic; in Guess()520 nBreakWidth = nItalic + nMinSize; in Guess()
261 KSHORT nItalic = 0; in BreakCut() local264 nItalic = Height() / 12; in BreakCut()266 Width( Width() + nItalic ); in BreakCut()
1222 int nItalic = -1; // for the following variables: -1 = yet undefined; 0 = false; 1 = true; in ExportFont() local1231 case TITALIC : nItalic = 1; break; in ExportFont()1232 case TNITALIC : nItalic = 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()
237 nItalic = ITALIC_NONE; in SmFontFormat()248 nItalic = (sal_Int16) rFont.GetItalic(); in SmFontFormat()260 aRes.SetItalic( (FontItalic) nItalic ); in GetFont()272 nItalic == rFntFmt.nItalic; in operator ==()746 rFontFormat.nItalic = nTmp16; in ReadFontFormat()813 pVal->Value <<= (sal_Int16) aFntFmt.nItalic; in SaveFontFormatList()
63 sal_Int16 nItalic; member
734 aFont.SetItalic ( static_cast < FontItalic > (pDescriptor->nItalic ) ); in _setPropertyValues()950 pDescriptor->nItalic = sal::static_int_cast< sal_Int16 >(rFont.GetItalic()); in _getPropertyValues()
33 - nItalic probably needs to have FontItalic extended by the two106 short nItalic;
1009 sal_Int32 nItalic = rtl_str_toInt32( pItalicPos+12, 10 ); in identifyType1Font() local1010 o_rResult.SetItalic( (nItalic != 0) ? ITALIC_NORMAL : ITALIC_NONE ); in identifyType1Font()
1311 sal_uInt16 nItalic; in ParseCSS1_font_style() local1312 if( SvxCSS1Parser::GetEnum( aFontStyleTable, rValue, nItalic ) ) in ParseCSS1_font_style()1314 eItalic = (FontItalic)nItalic; in ParseCSS1_font_style()
353 pSymbol[XML_SYMBOL_DESCRIPTOR_ITALIC].Value <<= pDescriptor->nItalic; in exportSymbolDescriptors()
977 pSymbol->Value >>= pDescriptor[nNumFullEntries].nItalic; in EndElement()
Completed in 142 milliseconds