/aoo42x/main/svx/source/sidebar/text/ |
H A D | TextCharacterSpacingControl.cxx | 313 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 D | TextPropertyPanel.hxx | 71 void SetSpacing(long nKern);
|
H A D | TextPropertyPanel.cxx | 265 void TextPropertyPanel::SetSpacing(long nKern) in SetSpacing() argument 267 mlKerning = nKern; in SetSpacing()
|
/aoo42x/main/editeng/source/items/ |
H A D | svxfont.cxx | 58 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 D | textitem.cxx | 2201 SvxKerningItem::SvxKerningItem( const short nKern, const sal_uInt16 nId ) : in SvxKerningItem() argument 2202 SfxInt16Item( nId, nKern ) in SvxKerningItem()
|
/aoo42x/main/sw/source/core/text/ |
H A D | porrst.cxx | 135 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 D | portxt.cxx | 359 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 D | txthyph.cxx | 399 short nKern = rInf.GetFont()->CheckKerning(); in CreateHyphen() local 400 if( nKern ) in CreateHyphen() 401 new SwKernPortion( *this, nKern ); in CreateHyphen()
|
H A D | porrst.hxx | 72 short nKern; member in SwKernPortion
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | svxfont.hxx | 42 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 D | kernitem.hxx | 52 SvxKerningItem( const short nKern /*= 0*/, const sal_uInt16 nId );
|
/aoo42x/main/sw/source/core/inc/ |
H A D | drawfont.hxx | 73 long nKern; member in SwDrawTextInfo 123 nKern = 0; in SwDrawTextInfo() 309 return nKern; in GetKern() 491 nKern = nNew; in SetKern()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | fntcache.cxx | 2118 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 …]
|
/aoo42x/main/cui/source/tabpages/ |
H A D | chardlg.cxx | 406 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 …]
|
/aoo42x/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 519 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 …]
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 646 int nKern = (mbVertical ? it->kern_y : it->kern_x) * nTextScale; in LayoutText() local 647 nGlyphWidth += nKern; in LayoutText()
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 587 int nKern = (mbVertical ? it->kern_y : it->kern_x) * nTextScale; in LayoutText() local 588 nGlyphWidth += nKern; in LayoutText()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 143 long nKern; member
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par6.cxx | 3950 sal_Int16 nKern = SVBT16ToShort( pData ); // Kerning in Twips in Read_Kern() local 3951 NewAttr( SvxKerningItem( nKern, RES_CHRATR_KERNING ) ); in Read_Kern()
|