Home
last modified time | relevance | path

Searched refs:nKern (Results 1 – 19 of 19) sorted by relevance

/trunk/main/svx/source/sidebar/text/
H A DTextCharacterSpacingControl.cxx313 short nKern = 0; in IMPL_LINK() local
319 nKern = (short)maEditKerning.Denormalize(nVal); in IMPL_LINK()
322 mrTextPropertyPanel.SetSpacing(-nKern); in IMPL_LINK()
328 nKern = (short)maEditKerning.Denormalize(nVal); in IMPL_LINK()
331 mrTextPropertyPanel.SetSpacing(-nKern); in IMPL_LINK()
347 mrTextPropertyPanel.SetSpacing(nKern); in IMPL_LINK()
356 mrTextPropertyPanel.SetSpacing(nKern); in IMPL_LINK()
368 mrTextPropertyPanel.SetSpacing(nKern); in IMPL_LINK()
426 short nKern = 0; in IMPL_LINK() local
442 nKern *= - 1; in IMPL_LINK()
[all …]
H A DTextPropertyPanel.hxx71 void SetSpacing(long nKern);
H A DTextPropertyPanel.cxx265 void TextPropertyPanel::SetSpacing(long nKern) in SetSpacing() argument
267 mlKerning = nKern; in SetSpacing()
/trunk/main/editeng/source/items/
H A Dsvxfont.cxx58 nKern = nEsc = 0; in SvxFont()
67 nKern = nEsc = 0; in SvxFont()
80 nKern = rFont.GetFixKerning(); in SvxFont()
478 pDXArray[nLen-1] -= nKern; in QuickGetTextSize()
668 nKern = rFont.nKern; in operator =()
684 short nKern; member in SvxDoGetCapitalSize
691 nKern( _nKrn ) in SvxDoGetCapitalSize()
757 short nKern; member in SvxDoDrawCapital
766 nKern( nKrn ) in SvxDoDrawCapital()
822 if ( nKern ) in Do()
[all …]
H A Dtextitem.cxx2201 SvxKerningItem::SvxKerningItem( const short nKern, const sal_uInt16 nId ) : in SvxKerningItem() argument
2202 SfxInt16Item( nId, nKern ) in SvxKerningItem()
/trunk/main/sw/source/core/text/
H A Dporrst.cxx135 nKern( nKrn ), bBackground( bBG ), bGridKern( bGK ) in SwKernPortion()
141 if( nKern > 0 ) in SwKernPortion()
142 Width( nKern ); in SwKernPortion()
147 nKern( 0 ), bBackground( sal_False ), bGridKern( sal_True ) in SwKernPortion()
192 if( nKern < 0 ) in FormatEOL()
193 Width( -nKern ); in FormatEOL()
H A Dportxt.cxx359 short nKern = rInf.GetFont()->CheckKerning(); in _Format() local
360 if( nKern > 0 && rInf.Width() < rInf.X() + Width() + nKern ) in _Format()
362 nKern = (short)(rInf.Width() - rInf.X() - Width() - 1); in _Format()
363 if( nKern < 0 ) in _Format()
364 nKern = 0; in _Format()
366 if( nKern ) in _Format()
367 new SwKernPortion( *this, nKern ); in _Format()
H A Dtxthyph.cxx399 short nKern = rInf.GetFont()->CheckKerning(); in CreateHyphen() local
400 if( nKern ) in CreateHyphen()
401 new SwKernPortion( *this, nKern ); in CreateHyphen()
H A Dporrst.hxx72 short nKern; member in SwKernPortion
/trunk/main/editeng/inc/editeng/
H A Dsvxfont.hxx42 short nKern; // Kerning in Pt member in SvxFont
59 inline short GetFixKerning() const { return nKern; } in GetFixKerning()
60 inline void SetFixKerning( const short nNewKern ) { nKern = nNewKern; } in SetFixKerning()
72 inline sal_Bool IsKern() const { return 0 != nKern; } in IsKern()
H A Dkernitem.hxx52 SvxKerningItem( const short nKern /*= 0*/, const sal_uInt16 nId );
/trunk/main/sw/source/core/inc/
H A Ddrawfont.hxx73 long nKern; member in SwDrawTextInfo
123 nKern = 0; in SwDrawTextInfo()
309 return nKern; in GetKern()
491 nKern = nNew; in SetKern()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx2118 long nKern = rInf.GetKern(); in GetCrsrOfst() local
2121 nKern -= nSperren; in GetCrsrOfst()
2302 nKernSum += nKern; in GetCrsrOfst()
2462 long nKern = 0; in GetTxtBreak() local
2535 nKern = CheckKerning(); in GetTxtBreak()
2585 nTmpIdx, nTmpLen, nKern ); in GetTxtBreak()
2614 long nKernAdd = nKern; in GetTxtBreak()
2616 if( nKern && nTxtBreak ) in GetTxtBreak()
2617 nKern *= nTxtBreak - 1; in GetTxtBreak()
2618 while( nTxtBreak<nLn && nTextWidth >= pKernArray[nTxtBreak] +nKern ) in GetTxtBreak()
[all …]
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx406 short nKern = ( short ) in ActivatePage() local
408 rFont.SetFixKerning( nKern ); in ActivatePage()
409 rCJKFont.SetFixKerning( nKern ); in ActivatePage()
410 rCTLFont.SetFixKerning( nKern ); in ActivatePage()
3232 nKern *= -1; in IMPL_LINK()
3238 rFont.SetFixKerning( (short)nKern ); in IMPL_LINK()
3239 rCJKFont.SetFixKerning( (short)nKern ); in IMPL_LINK()
3240 rCTLFont.SetFixKerning( (short)nKern ); in IMPL_LINK()
3304 … m_aKerningEdit.SetMax( m_aKerningEdit.Normalize( nKern > nMax ? nKern : nMax ), FUNIT_TWIP ); in ActivatePage()
3441 rFont.SetFixKerning( (short)nKern ); in Reset()
[all …]
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx519 sal_Int16 nKern = (sal_Int16)getUInt16BE( pTable ); in queryMetricPage() local
530 … aPair.kern_x = (int)nKern * 1000 / pImplTTFont->unitsPerEm; in queryMetricPage()
534 … aPair.kern_y = (int)nKern * 1000 / pImplTTFont->unitsPerEm; in queryMetricPage()
562 sal_Int16 nKern = (sal_Int16)getUInt16BE( pTmp ); in queryMetricPage() local
566 … aPair.kern_x = (int)nKern * 1000 / pImplTTFont->unitsPerEm; in queryMetricPage()
632 sal_Int16 nKern = (sal_Int16)getUInt16BE( pTable ); in queryMetricPage() local
642 aPair.kern_x = (int)nKern * 1000 / pImplTTFont->unitsPerEm; in queryMetricPage()
681 sal_Int16 nKern = (sal_Int16)getUInt16BE( pTmp ); in queryMetricPage() local
4076 sal_Int32 nKern = getInt( pVals[m].Value ); in readOverrideMetrics() local
4077 aPair.kern_x = static_cast<short int>(nKern & 0xffff); in readOverrideMetrics()
[all …]
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx646 int nKern = (mbVertical ? it->kern_y : it->kern_x) * nTextScale; in LayoutText() local
647 nGlyphWidth += nKern; in LayoutText()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx587 int nKern = (mbVertical ? it->kern_y : it->kern_x) * nTextScale; in LayoutText() local
588 nGlyphWidth += nKern; in LayoutText()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx143 long nKern; member
/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx3950 sal_Int16 nKern = SVBT16ToShort( pData ); // Kerning in Twips in Read_Kern() local
3951 NewAttr( SvxKerningItem( nKern, RES_CHRATR_KERNING ) ); in Read_Kern()

Completed in 184 milliseconds