Home
last modified time | relevance | path

Searched refs:nItalic (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dguess.cxx100 KSHORT nItalic = 0; in Guess() local
117 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()
H A Dportxt.cxx261 KSHORT nItalic = 0; in BreakCut() local
264 nItalic = Height() / 12; in BreakCut()
266 Width( Width() + nItalic ); in BreakCut()
/trunk/main/starmath/source/
H A Dmathmlexport.cxx1222 int nItalic = -1; // for the following variables: -1 = yet undefined; 0 = false; 1 = true; in ExportFont() local
1231 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()
H A Dcfgitem.cxx237 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()
H A Dcfgitem.hxx63 sal_Int16 nItalic; member
H A Dunomodel.cxx734 aFont.SetItalic ( static_cast < FontItalic > (pDescriptor->nItalic ) ); in _setPropertyValues()
950 pDescriptor->nItalic = sal::static_int_cast< sal_Int16 >(rFont.GetItalic()); in _getPropertyValues()
/trunk/main/offapi/com/sun/star/formula/
H A DSymbolDescriptor.idl33 - nItalic probably needs to have FontItalic extended by the two
106 short nItalic;
/trunk/main/vcl/source/gdi/
H A Dfont.cxx1009 sal_Int32 nItalic = rtl_str_toInt32( pItalicPos+12, 10 ); in identifyType1Font() local
1010 o_rResult.SetItalic( (nItalic != 0) ? ITALIC_NORMAL : ITALIC_NONE ); in identifyType1Font()
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.cxx1311 sal_uInt16 nItalic; in ParseCSS1_font_style() local
1312 if( SvxCSS1Parser::GetEnum( aFontStyleTable, rValue, nItalic ) ) in ParseCSS1_font_style()
1314 eItalic = (FontItalic)nItalic; in ParseCSS1_font_style()
/trunk/main/xmloff/source/core/
H A DSettingsExportHelper.cxx353 pSymbol[XML_SYMBOL_DESCRIPTOR_ITALIC].Value <<= pDescriptor->nItalic; in exportSymbolDescriptors()
H A DDocumentSettingsContext.cxx977 pSymbol->Value >>= pDescriptor[nNumFullEntries].nItalic; in EndElement()

Completed in 72 milliseconds