Home
last modified time | relevance | path

Searched refs:GetFixKerning (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/core/inc/
H A Dswfont.hxx116 { return GetFixKerning() >= 0 ? GetFixKerning() : _CheckKerning( ); } in CheckKerning()
277 short GetFixKerning() const { return aSub[nActual].GetFixKerning(); } in GetFixKerning() function in SwFont
/trunk/main/editeng/inc/editeng/
H A Dsvxfont.hxx59 inline short GetFixKerning() const { return nKern; } in GetFixKerning() function in SvxFont
/trunk/main/sw/source/core/txtnode/
H A Dswfont.cxx706 if ( nKernx < GetFixKerning() ) in _CheckKerning()
707 return GetFixKerning(); in _CheckKerning()
/trunk/main/editeng/source/items/
H A Dsvxfont.cxx80 nKern = rFont.GetFixKerning(); in SvxFont()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx1060 if ( ( aTmpFont.GetFixKerning() > 0 ) && ( ( nTmpPos + pPortion->GetLen() ) < pNode->Len() ) ) in CreateLines()
1061 pPortion->GetSize().Width() += aTmpFont.GetFixKerning(); in CreateLines()
2686 long nKerning = rFont.GetFixKerning(); in SeekCursor()
H A Dediteng.cxx2679 rSet.Put( SvxKerningItem( rFont.GetFixKerning(), EE_CHAR_KERNING ) ); in SetFontInfoInItemSet()
/trunk/main/sw/source/core/text/
H A Dinftxt.cxx1924 const sal_Bool bTmpAlter = pFnt->GetFixKerning() || in SwDefFontSave()

Completed in 72 milliseconds