Searched refs:GetFixKerning (Results 1 – 7 of 7) sorted by relevance
116 { return GetFixKerning() >= 0 ? GetFixKerning() : _CheckKerning( ); } in CheckKerning()277 short GetFixKerning() const { return aSub[nActual].GetFixKerning(); } in GetFixKerning() function in SwFont
59 inline short GetFixKerning() const { return nKern; } in GetFixKerning() function in SvxFont
706 if ( nKernx < GetFixKerning() ) in _CheckKerning()707 return GetFixKerning(); in _CheckKerning()
80 nKern = rFont.GetFixKerning(); in SvxFont()
1060 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()
2679 rSet.Put( SvxKerningItem( rFont.GetFixKerning(), EE_CHAR_KERNING ) ); in SetFontInfoInItemSet()
1924 const sal_Bool bTmpAlter = pFnt->GetFixKerning() || in SwDefFontSave()
Completed in 80 milliseconds