Searched refs:SW_LATIN (Results 1 – 11 of 11) sorted by relevance
/trunk/main/sw/source/core/txtnode/ |
H A D | swfont.cxx | 248 aSub[SW_LATIN].SvxFont::SetPropr( 100 ); in SetDiffFnt() 249 aSub[SW_LATIN].aSize = aSub[SW_LATIN].Font::GetSize(); in SetDiffFnt() 250 Size aTmpSize = aSub[SW_LATIN].aSize; in SetDiffFnt() 252 aSub[SW_LATIN].SetSize( aTmpSize ); in SetDiffFnt() 388 if( aSub[SW_LATIN].IsEsc() ) in SetDiffFnt() 434 aSub[SW_LATIN] = rFont.aSub[SW_LATIN]; in SwFont() 459 nActual = SW_LATIN; in SwFont() 482 aSub[SW_LATIN].SetSize( aTmpSize ); in SwFont() 553 if( aSub[SW_LATIN].IsEsc() ) in SwFont() 584 aSub[SW_LATIN] = rFont.aSub[SW_LATIN]; in operator =() [all …]
|
H A D | fntcache.cxx | 1111 if( SW_LATIN == rInf.GetFont()->GetActual() ) in DrawText() 1144 if ( ( SW_CJK == nActual || SW_LATIN == nActual ) && nSpaceAdd ) in DrawText() 1971 if( SW_LATIN == rInf.GetFont()->GetActual() ) in GetTextSize() 2245 if( SW_LATIN == rInf.GetFont()->GetActual() ) in GetCrsrOfst() 2511 if( SW_LATIN == rInf.GetFont()->GetActual() ) in GetTxtBreak()
|
/trunk/main/sw/source/core/text/ |
H A D | atrstck.cxx | 725 rFnt.SetName( ((SvxFontItem&)rItem).GetFamilyName(), SW_LATIN ); in FontChg() 726 rFnt.SetStyleName( ((SvxFontItem&)rItem).GetStyleName(), SW_LATIN ); in FontChg() 727 rFnt.SetFamily( ((SvxFontItem&)rItem).GetFamily(), SW_LATIN ); in FontChg() 728 rFnt.SetPitch( ((SvxFontItem&)rItem).GetPitch(), SW_LATIN ); in FontChg() 729 rFnt.SetCharSet( ((SvxFontItem&)rItem).GetCharSet(), SW_LATIN ); in FontChg() 732 rFnt.SetSize(Size(0,((SvxFontHeightItem&)rItem).GetHeight() ), SW_LATIN ); in FontChg() 738 rFnt.SetLanguage( ((SvxLanguageItem&)rItem).GetLanguage(), SW_LATIN ); in FontChg() 741 rFnt.SetItalic( ((SvxPostureItem&)rItem).GetPosture(), SW_LATIN ); in FontChg() 768 rFnt.SetWeight( ((SvxWeightItem&)rItem).GetWeight(), SW_LATIN ); in FontChg()
|
H A D | redlnitr.cxx | 96 aMagicNo[SW_LATIN] = aMagicNo[SW_CJK] = aMagicNo[SW_CTL] = NULL; in CtorInitAttrIter() 121 if( !aMagicNo[SW_LATIN ] ) nTmp = SW_LATIN; in CtorInitAttrIter() 132 pFnt->ChkMagic( pShell, SW_LATIN ); in CtorInitAttrIter() 133 pFnt->GetMagic( aMagicNo[ SW_LATIN ], aFntIdx[ SW_LATIN ], SW_LATIN ); in CtorInitAttrIter()
|
H A D | frmpaint.cxx | 517 if( RTL_TEXTENCODING_SYMBOL == pFnt->GetCharSet( SW_LATIN ) && in PaintEmpty() 518 pFnt->GetName( SW_LATIN ) != numfunc::GetDefBulletFontname() ) in PaintEmpty() 520 pFnt->SetFamily( FAMILY_DONTKNOW, SW_LATIN ); in PaintEmpty() 521 pFnt->SetName( numfunc::GetDefBulletFontname(), SW_LATIN ); in PaintEmpty() 522 pFnt->SetStyleName( aEmptyStr, SW_LATIN ); in PaintEmpty() 523 pFnt->SetCharSet( RTL_TEXTENCODING_SYMBOL, SW_LATIN ); in PaintEmpty()
|
H A D | txtfld.cxx | 537 pNumFnt->SetItalic( ITALIC_NONE, SW_LATIN ); in NewNumberPortion() 540 pNumFnt->SetWeight( WEIGHT_NORMAL, SW_LATIN ); in NewNumberPortion()
|
H A D | txtftn.cxx | 1031 pNumFnt->SetItalic( ITALIC_NONE, SW_LATIN ); in NewFtnNumPortion() 1034 pNumFnt->SetWeight( WEIGHT_NORMAL, SW_LATIN ); in NewFtnNumPortion() 1430 , mnPreferredScriptType( SW_LATIN ) in SwFtnPortion()
|
H A D | porfld.cxx | 231 case i18n::ScriptType::LATIN : nTmp = SW_LATIN; break; in CheckScript() 1126 case i18n::ScriptType::LATIN : nScr = SW_LATIN; break; in SwCombinedPortion()
|
H A D | porlay.cxx | 767 case i18n::ScriptType::LATIN : return SW_LATIN; in WhichFont() 773 return SW_LATIN; in WhichFont()
|
H A D | EnhancedPDFExportHelper.cxx | 1435 SW_LATIN != nFont || in BeginInlineStructureElements()
|
/trunk/main/sw/source/core/inc/ |
H A D | swfont.hxx | 123 #define SW_LATIN 0 macro 158 inline SwFont() { pBackColor = NULL; nActual = SW_LATIN; } in SwFont() 611 aSub[SW_LATIN].SetFixKerning( nNewKern ); in SetFixKerning() 618 aSub[SW_LATIN].SetCaseMap( eNew ); in SetCaseMap() 770 aSub[SW_LATIN].SetCJKContextLanguage( eNewLang ); in SetLanguage()
|
Completed in 95 milliseconds