Home
last modified time | relevance | path

Searched refs:SW_CTL (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sw/source/core/txtnode/
H A Dswfont.cxx297 aSub[SW_CTL].SetCJKContextLanguage( eNewLang ); in SetDiffFnt()
304 aSub[SW_CTL].SetFamily( pFont->GetFamily() ); in SetDiffFnt()
314 aSub[SW_CTL].SvxFont::SetPropr( 100 ); in SetDiffFnt()
315 aSub[SW_CTL].aSize = aSub[SW_CTL].Font::GetSize(); in SetDiffFnt()
316 Size aTmpSize = aSub[SW_CTL].aSize; in SetDiffFnt()
318 aSub[SW_CTL].SetSize( aTmpSize ); in SetDiffFnt()
436 aSub[SW_CTL] = rFont.aSub[SW_CTL]; in SwFont()
516 Size aTmpSize = aSub[SW_CTL].aSize; in SwFont()
518 aSub[SW_CTL].SetSize( aTmpSize ); in SwFont()
586 aSub[SW_CTL] = rFont.aSub[SW_CTL]; in operator =()
[all …]
H A Dfntcache.cxx1338 if ( SW_CTL == nActual && nSpaceAdd ) in DrawText()
1353 if ( SW_CTL == nActual && nSpaceAdd ) in DrawText()
1355 LanguageType aLang = rInf.GetFont()->GetLanguage( SW_CTL ); in DrawText()
1563 if ( SW_CTL == nActual && nSpaceAdd ) in DrawText()
1577 if ( SW_CTL == nActual && nSpaceAdd ) in DrawText()
1579 LanguageType aLang = rInf.GetFont()->GetLanguage( SW_CTL ); in DrawText()
2172 if ( SW_CTL == nActual && rInf.GetSpace() ) in GetCrsrOfst()
2184 if ( SW_CTL == nActual && nSpaceAdd ) in GetCrsrOfst()
2186 LanguageType aLang = rInf.GetFont()->GetLanguage( SW_CTL ); in GetCrsrOfst()
/trunk/main/sw/source/core/text/
H A Datrstck.cxx810 rFnt.SetName( ((SvxFontItem&)rItem).GetFamilyName(), SW_CTL ); in FontChg()
811 rFnt.SetStyleName( ((SvxFontItem&)rItem).GetStyleName(), SW_CTL ); in FontChg()
812 rFnt.SetFamily( ((SvxFontItem&)rItem).GetFamily(), SW_CTL ); in FontChg()
813 rFnt.SetPitch( ((SvxFontItem&)rItem).GetPitch(), SW_CTL ); in FontChg()
814 rFnt.SetCharSet( ((SvxFontItem&)rItem).GetCharSet(), SW_CTL ); in FontChg()
817 rFnt.SetSize(Size(0, ((SvxFontHeightItem&)rItem).GetHeight() ), SW_CTL); in FontChg()
820 rFnt.SetLanguage( ((SvxLanguageItem&)rItem).GetLanguage(), SW_CTL ); in FontChg()
823 rFnt.SetItalic( ((SvxPostureItem&)rItem).GetPosture(), SW_CTL ); in FontChg()
826 rFnt.SetWeight( ((SvxWeightItem&)rItem).GetWeight(), SW_CTL ); in FontChg()
H A Dredlnitr.cxx96 aMagicNo[SW_LATIN] = aMagicNo[SW_CJK] = aMagicNo[SW_CTL] = NULL; in CtorInitAttrIter()
119 if( !aMagicNo[SW_CTL] ) nTmp = SW_CTL; break; in CtorInitAttrIter()
H A Dtxtfld.cxx539 pNumFnt->SetItalic( ITALIC_NONE, SW_CTL ); in NewNumberPortion()
542 pNumFnt->SetWeight( WEIGHT_NORMAL, SW_CTL ); in NewNumberPortion()
H A Dporfld.cxx233 case i18n::ScriptType::COMPLEX : nTmp = SW_CTL; break; in CheckScript()
276 nTmp = SW_CTL; in CheckScript()
1128 case i18n::ScriptType::COMPLEX : nScr = SW_CTL; break; in SwCombinedPortion()
H A Dtxtftn.cxx1033 pNumFnt->SetItalic( ITALIC_NONE, SW_CTL ); in NewFtnNumPortion()
1036 pNumFnt->SetWeight( WEIGHT_NORMAL, SW_CTL ); in NewFtnNumPortion()
H A Dporlay.cxx769 case i18n::ScriptType::COMPLEX : return SW_CTL; in WhichFont()
/trunk/main/sw/source/core/inc/
H A Dswfont.hxx125 #define SW_CTL 2 macro
613 aSub[SW_CTL].SetFixKerning( nNewKern ); in SetFixKerning()
620 aSub[SW_CTL].SetCaseMap( eNew ); in SetCaseMap()
772 aSub[SW_CTL].SetCJKContextLanguage( eNewLang ); in SetLanguage()

Completed in 77 milliseconds