Home
last modified time | relevance | path

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

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dguess.cxx116 sal_uInt16 nItalic = 0; in Guess() local
144 nItalic = bAddItalic ? nPorHeight / 12 : 0; in Guess()
146 nLineWidth -= nItalic; in Guess()
173 if( nItalic && in Guess()
178 m_nBreakWidth = m_nBreakWidth + nItalic; in Guess()
229 … if (nItalic && (m_nBreakPos + TextFrameIndex(1)) >= TextFrameIndex(rInf.GetText().getLength())) in Guess()
230 m_nBreakWidth = m_nBreakWidth + nItalic; in Guess()
546 m_nBreakWidth += nItalic + nLeftRightBorderSpace; in Guess()
H A Dportxt.cxx238 sal_uInt16 nItalic = 0; in BreakCut() local
241 nItalic = Height() / 12; in BreakCut()
243 Width( Width() + nItalic ); in BreakCut()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dguess.cxx119 sal_uInt16 nItalic = 0; in Guess() local
147 nItalic = bAddItalic ? nPorHeight / 12 : 0; in Guess()
149 nLineWidth -= nItalic; in Guess()
176 if( nItalic && in Guess()
181 nBreakWidth = nBreakWidth + nItalic; in Guess()
232 … if (nItalic && (nBreakPos + TextFrameIndex(1)) >= TextFrameIndex(rInf.GetText().getLength())) in Guess()
233 nBreakWidth = nBreakWidth + nItalic; in Guess()
549 nBreakWidth += nItalic + nLeftRightBorderSpace; in Guess()
H A Dportxt.cxx244 sal_uInt16 nItalic = 0; in BreakCut() local
247 nItalic = Height() / 12; in BreakCut()
249 Width( Width() + nItalic ); in BreakCut()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/mathml/
H A Dmathmlexport.cxx1094 int nItalic = -1; // for the following variables: -1 = yet undefined; 0 = false; 1 = true; in ExportFont() local
1112 nItalic = 1; in ExportFont()
1115 nItalic = 0; in ExportFont()
1235 if (nBold == 1 && nItalic != 1) in ExportFont()
1237 else if (nBold != 1 && nItalic == 1) in ExportFont()
1239 else if (nBold == 1 && nItalic == 1) in ExportFont()
1245 if (nBold == 1 && nItalic != 1) in ExportFont()
1247 else if (nBold != 1 && nItalic == 1) in ExportFont()
1249 else if (nBold == 1 && nItalic == 1) in ExportFont()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Dmathmlexport.cxx1143 int nItalic = -1; // for the following variables: -1 = yet undefined; 0 = false; 1 = true; in ExportFont() local
1152 case TITALIC : nItalic = 1; break; in ExportFont()
1153 case TNITALIC : nItalic = 0; break; in ExportFont()
1298 if (nBold == 1 && nItalic != 1) in ExportFont()
1300 else if (nBold != 1 && nItalic == 1) in ExportFont()
1302 else if (nBold == 1 && nItalic == 1) in ExportFont()
1308 if (nBold == 1 && nItalic != 1) in ExportFont()
1310 else if (nBold != 1 && nItalic == 1) in ExportFont()
1312 else if (nBold == 1 && nItalic == 1) in ExportFont()
H A Dcfgitem.cxx163 , nItalic(ITALIC_NONE) in SmFontFormat()
174 , nItalic(static_cast<sal_Int16>(rFont.GetItalic())) in SmFontFormat()
187 aRes.SetItalic( static_cast<FontItalic>(nItalic) ); in GetFont()
199 nItalic == rFntFmt.nItalic; in operator ==()
622 rFontFormat.nItalic = nTmp16; in ReadFontFormat()
690 pVal->Value <<= aFntFmt.nItalic; in SaveFontFormatList()
H A Dcfgitem.hxx50 sal_Int16 nItalic; member
H A Dunomodel.cxx644 aFont.SetItalic ( static_cast < FontItalic > (rDescriptor.nItalic ) ); in _setPropertyValues()
850 pDescriptor->nItalic = sal::static_int_cast< sal_Int16 >(rFont.GetItalic()); in _getPropertyValues()
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/formula/
H A DSymbolDescriptor.idl27 - nItalic probably needs to have FontItalic extended by the two
100 short nItalic;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/formula/
H A DSymbolDescriptor.idl27 - nItalic probably needs to have FontItalic extended by the two
100 short nItalic;
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Dcfgitem.cxx166 , nItalic(ITALIC_NONE) in SmFontFormat()
177 , nItalic(static_cast<sal_Int16>(rFont.GetItalic())) in SmFontFormat()
190 aRes.SetItalic( static_cast<FontItalic>(nItalic) ); in GetFont()
202 nItalic == rFntFmt.nItalic; in operator ==()
625 rFontFormat.nItalic = nTmp16; in ReadFontFormat()
693 pVal->Value <<= aFntFmt.nItalic; in SaveFontFormatList()
H A Dunomodel.cxx640 aFont.SetItalic ( static_cast < FontItalic > (rDescriptor.nItalic ) ); in _setPropertyValues()
846 pDescriptor->nItalic = sal::static_int_cast< sal_Int16 >(rFont.GetItalic()); in _getPropertyValues()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/
H A Dcfgitem.hxx53 sal_Int16 nItalic; member
/dports/net-im/licq-osd/licq-f271d55/icq/src/
H A Drtf.ll270 bool nItalic = m_bItalic;
272 setItalic(nItalic);
/dports/net-im/licq-qt-gui/licq-f271d55/icq/src/
H A Drtf.ll270 bool nItalic = m_bItalic;
272 setItalic(nItalic);
H A Drtf.cc1872 bool nItalic = m_bItalic; in resetTag() local
1874 setItalic(nItalic); in resetTag()
/dports/net-im/licq-icq/licq-f271d55/icq/src/
H A Drtf.ll270 bool nItalic = m_bItalic;
272 setItalic(nItalic);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/font/
H A Dfont.cxx593 auto nItalic = rtl_str_toInt64_WithLength(pItalicEnd, 10, pExecPos - pItalicEnd); in identifyType1Font() local
594 o_rResult.SetItalic( (nItalic != 0) ? ITALIC_NORMAL : ITALIC_NONE ); in identifyType1Font()
/dports/net-im/licq-jabber/licq-f271d55/icq/src/
H A Drtf.ll270 bool nItalic = m_bItalic;
272 setItalic(nItalic);
/dports/net-im/licq/licq-f271d55/icq/src/
H A Drtf.ll270 bool nItalic = m_bItalic;
272 setItalic(nItalic);
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/font/
H A Dfont.cxx750 auto nItalic = rtl_str_toInt64_WithLength(pItalicEnd, 10, pExecPos - pItalicEnd); in identifyType1Font() local
751 o_rResult.SetItalic( (nItalic != 0) ? ITALIC_NORMAL : ITALIC_NONE ); in identifyType1Font()
/dports/net-im/kopete/kopete-21.12.3/protocols/oscar/liboscar/utils/
H A Drtf.ll253 bool nItalic = m_bItalic;
255 setItalic(nItalic);
/dports/net-im/kopete/kopete-21.12.3/protocols/groupwise/libgroupwise/
H A Drtf.ll255 bool nItalic = m_bItalic;
257 setItalic(nItalic);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/
H A DSettingsExportHelper.cxx323 pSymbol[XML_SYMBOL_DESCRIPTOR_ITALIC].Value <<= pDescriptor->nItalic; in exportSymbolDescriptors()

12