Home
last modified time | relevance | path

Searched refs:SW_CJK (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sw/source/core/txtnode/
H A Dswfont.cxx278 aSub[SW_CJK].SvxFont::SetPropr( 100 ); in SetDiffFnt()
279 aSub[SW_CJK].aSize = aSub[SW_CJK].Font::GetSize(); in SetDiffFnt()
280 Size aTmpSize = aSub[SW_CJK].aSize; in SetDiffFnt()
282 aSub[SW_CJK].SetSize( aTmpSize ); in SetDiffFnt()
294 aSub[SW_CJK].SetLanguage( eNewLang ); in SetDiffFnt()
435 aSub[SW_CJK] = rFont.aSub[SW_CJK]; in SwFont()
496 Size aTmpSize = aSub[SW_CJK].aSize; in SwFont()
498 aSub[SW_CJK].SetSize( aTmpSize ); in SwFont()
502 aSub[SW_CJK].SetLanguage( eNewLang ); in SwFont()
585 aSub[SW_CJK] = rFont.aSub[SW_CJK]; in operator =()
[all …]
H A Dfntcache.cxx1011 SW_CJK == rInf.GetFont()->GetActual() ) in DrawText()
1101 SW_CJK == rInf.GetFont()->GetActual() ) in DrawText()
1319 if ( SW_CJK == nActual && nSpaceAdd ) in DrawText()
1530 if ( SW_CJK == nActual && rInf.GetKanaComp() && in DrawText()
1544 if ( SW_CJK == nActual && nSpaceAdd ) in DrawText()
1920 SW_CJK == rInf.GetFont()->GetActual() ) in GetTextSize()
1962 SW_CJK == rInf.GetFont()->GetActual() ) in GetTextSize()
2143 if ( SW_CJK == nActual && rInf.GetKanaComp() && in GetCrsrOfst()
2153 if ( SW_CJK == rInf.GetFont()->GetActual() ) in GetCrsrOfst()
2453 SW_CJK == GetActual() && in GetTxtBreak()
[all …]
/trunk/main/sw/source/core/text/
H A Datrstck.cxx791 rFnt.SetName( ((SvxFontItem&)rItem).GetFamilyName(), SW_CJK ); in FontChg()
792 rFnt.SetStyleName( ((SvxFontItem&)rItem).GetStyleName(), SW_CJK ); in FontChg()
793 rFnt.SetFamily( ((SvxFontItem&)rItem).GetFamily(), SW_CJK ); in FontChg()
794 rFnt.SetPitch( ((SvxFontItem&)rItem).GetPitch(), SW_CJK ); in FontChg()
795 rFnt.SetCharSet( ((SvxFontItem&)rItem).GetCharSet(), SW_CJK ); in FontChg()
798 rFnt.SetSize(Size( 0, ((SvxFontHeightItem&)rItem).GetHeight()), SW_CJK); in FontChg()
801 rFnt.SetLanguage( ((SvxLanguageItem&)rItem).GetLanguage(), SW_CJK ); in FontChg()
804 rFnt.SetItalic( ((SvxPostureItem&)rItem).GetPosture(), SW_CJK ); in FontChg()
807 rFnt.SetWeight( ((SvxWeightItem&)rItem).GetWeight(), SW_CJK ); in FontChg()
H A Dredlnitr.cxx96 aMagicNo[SW_LATIN] = aMagicNo[SW_CJK] = aMagicNo[SW_CTL] = NULL; in CtorInitAttrIter()
117 if( !aMagicNo[SW_CJK] ) nTmp = SW_CJK; break; in CtorInitAttrIter()
H A Dtxtfld.cxx538 pNumFnt->SetItalic( ITALIC_NONE, SW_CJK ); in NewNumberPortion()
541 pNumFnt->SetWeight( WEIGHT_NORMAL, SW_CJK ); in NewNumberPortion()
H A Ditrform2.cxx601 || ( bHasGrid && SW_CJK != pFnt->GetActual() ) in BuildPortions()
658 SW_CJK : in BuildPortions()
665 if ( nRestWidth > 0 && SW_CJK != nCurrScript && in BuildPortions()
666 ! rInf.IsUnderFlow() && ( bFull || SW_CJK == nNextScript ) ) in BuildPortions()
H A Dporfld.cxx232 case i18n::ScriptType::ASIAN : nTmp = SW_CJK; break; in CheckScript()
1127 case i18n::ScriptType::ASIAN : nScr = SW_CJK; break; in SwCombinedPortion()
H A Dtxtftn.cxx1032 pNumFnt->SetItalic( ITALIC_NONE, SW_CJK ); in NewFtnNumPortion()
1035 pNumFnt->SetWeight( WEIGHT_NORMAL, SW_CJK ); in NewFtnNumPortion()
H A Dguess.cxx83 sal_uInt16 nMaxComp = ( SW_CJK == rInf.GetFont()->GetActual() ) && in Guess()
H A Dinftxt.cxx469 sal_uInt16 nComp =( SW_CJK == GetFont()->GetActual() && in GetTxtSize()
H A Ditrcrsr.cxx1661 if ( SW_CJK == aSizeInf.GetFont()->GetActual() && in GetCrsrOfst()
H A Dporlay.cxx768 case i18n::ScriptType::ASIAN : return SW_CJK; in WhichFont()
/trunk/main/sw/source/core/inc/
H A Dswfont.hxx124 #define SW_CJK 1 macro
612 aSub[SW_CJK].SetFixKerning( nNewKern ); in SetFixKerning()
619 aSub[SW_CJK].SetCaseMap( eNew ); in SetCaseMap()
768 if( SW_CJK == nWhich ) in SetLanguage()
771 aSub[SW_CJK].SetCJKContextLanguage( eNewLang ); in SetLanguage()

Completed in 96 milliseconds