/aoo4110/main/starmath/source/ |
H A D | node.cxx | 249 GetFont() = rFace; in SetFont() 317 GetFont() *= rSize; in SetSize() 367 GetFont() = rFormat.GetFont(FNT_MATH); in Prepare() 825 GetFont() = rFormat.GetFont(FNT_VARIABLE); in Prepare() 2095 SetFont(GetFont()); in Prepare() 2415 GetFont() = rFormat.GetFont(GetFontDesc()); in Prepare() 2741 GetFont() = rFormat.GetFont(GetFontDesc()); in Prepare() 2743 GetFont().SetSize( rFormat.GetFont( FNT_VARIABLE ).GetSize() ); in Prepare() 2930 GetFont() = rFormat.GetFont(FNT_VARIABLE); in Prepare() 2933 GetFont().SetSize( rFormat.GetFont( FNT_VARIABLE ).GetSize() ); in Prepare() [all …]
|
H A D | dialog.cxx | 255 XubString Text (GetFont().GetName()); in Paint() 592 aVariableFont.Insert( rFormat.GetFont(FNT_VARIABLE) ); in ReadFrom() 593 aFunctionFont.Insert( rFormat.GetFont(FNT_FUNCTION) ); in ReadFrom() 594 aNumberFont .Insert( rFormat.GetFont(FNT_NUMBER) ); in ReadFrom() 595 aTextFont .Insert( rFormat.GetFont(FNT_TEXT) ); in ReadFrom() 596 aSerifFont .Insert( rFormat.GetFont(FNT_SERIF) ); in ReadFrom() 597 aSansFont .Insert( rFormat.GetFont(FNT_SANS) ); in ReadFrom() 598 aFixedFont .Insert( rFormat.GetFont(FNT_FIXED) ); in ReadFrom() 1883 aSymbolDisplay.SetSymbol( cChar, aCharsetDisplay.GetFont() ); in IMPL_LINK() 1908 const SmSym aNewSymbol( aSymbols.GetText(), aCharsetDisplay.GetFont(), in IMPL_LINK() [all …]
|
H A D | unomodel.cxx | 523 if(aFormat.GetFont((*ppEntries)->mnMemberId).GetName() != sFontName) in _setPropertyValues() 525 const SmFace rOld = aFormat.GetFont((*ppEntries)->mnMemberId); in _setPropertyValues() 545 Font aNewFont(aFormat.GetFont((*ppEntries)->mnMemberId)); in _setPropertyValues() 561 Font aNewFont(aFormat.GetFont((*ppEntries)->mnMemberId)); in _setPropertyValues() 792 const SmFace & rFace = aFormat.GetFont((*ppEntries)->mnMemberId); in _getPropertyValues() 804 const SmFace & rFace = aFormat.GetFont((*ppEntries)->mnMemberId); in _getPropertyValues() 817 const SmFace & rFace = aFormat.GetFont((*ppEntries)->mnMemberId); in _getPropertyValues()
|
H A D | cfgitem.cxx | 252 const Font SmFontFormat::GetFont() const in GetFont() function in SmFontFormat 518 aFont = pFntFmt->GetFont(); in ReadSymbol() 839 aUsedList.GetFontFormatId( SmFontFormat( rStdFmt.GetFont( i ) ) , sal_True ); in StripFontFormatList() 1041 aFnt = pFormat->GetFont( i ); in LoadFormat() 1049 aFnt = pFntFmt->GetFont(); in LoadFormat() 1101 SmFontFormat aFntFmt( pFormat->GetFont( i ) ); in SaveFormat()
|
/aoo4110/main/sw/source/core/txtnode/ |
H A D | fntcache.cxx | 168 const Font aOldFnt( rPrt.GetFont() ); in CreatePrtFont() 450 Font aOldOutFont( pOut->GetFont() ); in CreateScrFont() 467 Font aOldPrtFnt( pPrt->GetFont() ); in CreateScrFont() 559 const Font aOldFnt( pWin->GetFont() ); in GuessLeading() 1524 if ( rInf.GetFont() && rInf.GetLen() ) in DrawText() 1997 rInf.GetFont() && in GetTextSize() 2138 if ( rInf.GetFont() && rInf.GetLen() ) in GetCrsrOfst() 2208 rInf.GetFont() && SW_CJK == rInf.GetFont()->GetActual() ) in GetCrsrOfst() 2235 rInf.GetFont() && SW_CJK == rInf.GetFont()->GetActual() ) in GetCrsrOfst() 2468 rInf.GetFont() && SW_CJK == rInf.GetFont()->GetActual() ) in GetTxtBreak() [all …]
|
H A D | swfont.cxx | 473 const SvxFontItem& rFont = pAttrSet->GetFont(); in SwFont() 750 !IsSameInstance( rInf.GetpOut()->GetFont() ) ) in _GetTxtSize() 753 SwDigitModeModifier aDigitModeModifier( rInf.GetOut(), rInf.GetFont()->GetLanguage() ); in _GetTxtSize() 870 SwDigitModeModifier aDigitModeModifier( rInf.GetOut(), rInf.GetFont()->GetLanguage() ); in _DrawText() 943 ( rInf.GetFont() && SW_CJK == rInf.GetFont()->GetActual() ); in _DrawText() 970 pUnderFnt->GetFont()._DrawStretchText( rInf ); in _DrawText() 999 SwDigitModeModifier aDigitModeModifier( rInf.GetOut(), rInf.GetFont()->GetLanguage() ); in _DrawStretchText() 1051 pUnderFnt->GetFont()._DrawStretchText( rInf ); in _DrawStretchText() 1071 SwDigitModeModifier aDigitModeModifier( rInf.GetOut(), rInf.GetFont()->GetLanguage() ); in _GetCrsrOfst() 1238 const Font aOldFont(rMutableOut.GetFont()); in AttrSetToLineHeight()
|
/aoo4110/main/svtools/source/control/ |
H A D | scriptedtext.cxx | 61 const Font& GetFont( sal_uInt16 _nScript ) const; 64 { mrOutDevice.SetFont( GetFont( _nScript ) ); } in SetOutDevFont() 107 maLatinFont( _pLatinFont ? *_pLatinFont : _rOutDevice.GetFont() ), in SvtScriptedTextHelper_Impl() 108 maAsianFont( _pAsianFont ? *_pAsianFont : _rOutDevice.GetFont() ), in SvtScriptedTextHelper_Impl() 109 maCmplxFont( _pCmplxFont ? *_pCmplxFont : _rOutDevice.GetFont() ), in SvtScriptedTextHelper_Impl() 110 maDefltFont( _rOutDevice.GetFont() ) in SvtScriptedTextHelper_Impl() 132 const Font& SvtScriptedTextHelper_Impl::GetFont( sal_uInt16 _nScript ) const in GetFont() function in SvtScriptedTextHelper_Impl 146 maDefltFont = mrOutDevice.GetFont(); in CalculateSizes() 232 …nNextCharIx = mrOutDevice.HasGlyphs( GetFont( nScript ), maText, sal::static_int_cast< sal_uInt16 … in CalculateBreaks() 297 maDefltFont = mrOutDevice.GetFont(); in DrawText()
|
/aoo4110/main/sw/source/core/text/ |
H A D | txtdrop.cxx | 305 SwFontSave aFontSave( rInf, &pCurrPart->GetFont() ); in PaintTxt() 384 if ( rInf.GetFont()->GetOrientation( rInf.GetTxtFrm()->IsVertical() ) ) in Paint() 386 pTmpFont = new SwFont( *rInf.GetFont() ); in Paint() 448 SwFontSave aFontSave( rInf, pCurrPart ? &pCurrPart->GetFont() : 0 ); in GetTxtSize() 613 SwFont* pTmpFnt = new SwFont( *rInf.GetFont() ); in NewDropPortion() 767 SwFont& rFnt = pCurrPart->GetFont(); in CalcFontSize() 795 const SwFont& rFnt = pCurrPart->GetFont(); in CalcFontSize() 845 SwFont& rFnt = pCurrPart->GetFont(); in CalcFontSize() 878 aOldFnt = pWin->GetFont(); in CalcFontSize() 986 SwFont& rFnt = pCurrPart->GetFont(); in CalcFontSize() [all …]
|
H A D | porfld.cxx | 108 pFnt = new SwFont( *rFld.GetFont() ); in SwFldPortion() 209 sal_uInt8 nActual = pFnt ? pFnt->GetActual() : rInf.GetFont()->GetActual(); in CheckScript() 292 pFnt = new SwFont( *rInf.GetFont() ); in CheckScript() 411 if( aNew.Len() && !pFld->GetFont() ) in Format() 413 SwFont *pNewFnt = new SwFont( *rInf.GetFont() ); in Format() 709 const SwFont *pTmpFnt = rInf.GetFont(); in Paint() 1164 SwFont aTmpFont( *rInf.GetFont() ); in Paint() 1216 aScrType[i++] = rInf.GetFont()->GetActual(); in Format() 1226 rInf.GetOut()->SetFont( rInf.GetFont()->GetFnt( aScrType[i] ) ); in Format() 1236 SwFont aTmpFont( *rInf.GetFont() ); in Format() [all …]
|
H A D | itrpaint.cxx | 294 GetInfo().GetFont()->GetHeight( GetInfo().GetVsh(), *pOut ), in DrawTextLine() 295 GetInfo().GetFont()->GetAscent( GetInfo().GetVsh(), *pOut ) in DrawTextLine() 527 GetInfo().GetUnderFnt()->GetFont().GetUnderline() == GetFnt()->GetUnderline() && in CheckSpecialUnderline() 528 GetInfo().GetFont() && GetInfo().GetFont()->GetUnderColor() != aAutoCo ) in CheckSpecialUnderline() 540 const SwFont* pParaFnt = GetAttrHandler().GetFont(); in CheckSpecialUnderline() 676 pUnderlineFnt = new SwFont( *GetInfo().GetFont() ); in CheckSpecialUnderline()
|
H A D | guess.cxx | 83 sal_uInt16 nMaxComp = ( SW_CJK == rInf.GetFont()->GetActual() ) && in Guess() 101 if( ITALIC_NONE != rInf.GetFont()->GetItalic() && !rInf.NotEOL() ) in Guess() 309 LanguageType aLang = rInf.GetFont()->GetLanguage(); in Guess() 342 if ( nScript - 1 != rInf.GetFont()->GetActual() ) in Guess() 546 pBreakIt->GetLocale( rInf.GetFont()->GetLanguage() ), in AlternativeSpelling() 561 pBreakIt->GetLocale( rInf.GetFont()->GetLanguage() ), in AlternativeSpelling()
|
H A D | EnhancedPDFExportHelper.cxx | 803 nVal = rInf.GetFont()->GetEscapement(); in SetAttributes() 816 if ( UNDERLINE_NONE != rInf.GetFont()->GetUnderline() ) in SetAttributes() 818 if ( UNDERLINE_NONE != rInf.GetFont()->GetOverline() ) in SetAttributes() 820 if ( STRIKEOUT_NONE != rInf.GetFont()->GetStrikeout() ) in SetAttributes() 822 if ( EMPHASISMARK_NONE != rInf.GetFont()->GetEmphasisMark() ) in SetAttributes() 829 const LanguageType nCurrentLanguage = rInf.GetFont()->GetLanguage(); in SetAttributes() 1427 const sal_uInt16 nFont = rInf.GetFont()->GetActual(); in BeginInlineStructureElements() 1430 if ( UNDERLINE_NONE != rInf.GetFont()->GetUnderline() || in BeginInlineStructureElements() 1431 UNDERLINE_NONE != rInf.GetFont()->GetOverline() || in BeginInlineStructureElements() 1432 STRIKEOUT_NONE != rInf.GetFont()->GetStrikeout() || in BeginInlineStructureElements() [all …]
|
H A D | inftxt.cxx | 254 pFnt(((SwTxtSizeInfo&)rNew).GetFont()), in SwTxtSizeInfo() 379 pFnt(((SwTxtSizeInfo&)rNew).GetFont()), in SwTxtSizeInfo() 418 GetFont()->Invalidate(); in SelectFont() 419 GetFont()->ChgPhysFnt( pVsh, *GetOut() ); in SelectFont() 466 sal_uInt16 nComp =( SW_CJK == GetFont()->GetActual() && in GetTxtSize() 603 const Color* pCol = rInf.GetFont()->GetBackColor(); in lcl_IsDarkBackground() 649 if( GetFont()->IsBlink() && OnWin() && rPor.Width() ) in _DrawText() 869 const SwFont* pOldFnt = rInf.GetFont(); in lcl_DrawSpecial() 1458 LanguageType eTmp = GetFont()->GetLanguage(); in IsHyphenate() 1852 : pFnt( pNew ? ((SwTxtSizeInfo&)rInf).GetFont() : 0 ) in SwFontSave() [all …]
|
H A D | itrform2.cxx | 446 sal_uInt8 nNxtActual = rInf.GetFont()->GetActual(); in BuildPortions() 448 sal_uInt16 nLstHeight = (sal_uInt16)rInf.GetFont()->GetHeight(); in BuildPortions() 463 const SwFont* pTmpFnt = ((SwFldPortion*)pPor)->GetFont(); in BuildPortions() 482 const SwFont* pTmpFnt = ((SwFldPortion*)pLast)->GetFont(); in BuildPortions() 630 sal_uInt16 nDist = (sal_uInt16)(rInf.GetFont()->GetHeight()/5); in BuildPortions() 761 if ( pPor->InFldGrp() && ((SwFldPortion*)pPor)->GetFont() ) in CalcAscent() 959 const SwFont* pTmpFnt = rInf.GetFont(); in NewTxtPortion() 1270 pTmp = new SwRubyPortion( *pCreate, *rInf.GetFont(), in NewPortion() 1435 const SwFont* pNumFnt = ((SwFldPortion*)pPor)->GetFont(); in NewPortion()
|
H A D | frmpaint.cxx | 104 inline SwFont* GetFont() const { return pFnt; } in GetFont() function in SwExtraPainter 227 pTmpFnt = new SwFont( *GetFont() ); in PaintExtra() 236 pTmpFnt = GetFont(); in PaintExtra() 413 aExtra.PaintExtra( Frm().Top()+Prt().Top(), aExtra.GetFont() in PaintExtraData() 499 pFnt = new SwFont( *aFontAccess.Get()->GetFont() ); in PaintEmpty()
|
H A D | porrst.cxx | 170 if( rInf.GetFont()->IsPaintBlank() ) in Paint() 242 pFnt = new SwFont( *aFontAccess.Get()->GetFont() ); in EmptyHeight() 395 SwFont aFnt( *aFontAccess.Get()->GetFont() ); in FillRegister() 519 SwFont aTmpFont( *rInf.GetFont() ); in Paint()
|
H A D | txthyph.cxx | 251 pBreakIt->GetLocale( rInf.GetFont()->GetLanguage() ), WordType::DICTIONARY_WORD, sal_True ); in Hyphenate() 369 rInf.GetFont()->GetMagic( pTmpMagic, nFntIdx, rInf.GetFont()->GetActual() ); in CreateHyphen() 399 short nKern = rInf.GetFont()->CheckKerning(); in CreateHyphen()
|
H A D | txttab.cxx | 409 static_cast<SwNumberPortion*>(rInf.GetLast())->GetFont(); in PreFormat() 426 const sal_uInt16 nDir = rInf.GetFont()->GetOrientation( rInf.GetTxtFrm()->IsVertical() ); in PreFormat() 603 static_cast<const SwNumberPortion*>(pPrevPortion)->GetFont(); in Paint() 625 if( rInf.GetFont()->IsPaintBlank() ) in Paint()
|
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
H A D | EditableTextView.java | 62 aButton.setFont (ViewGridLayout.GetFont()); in EditableTextView() 66 aButton.setFont (ViewGridLayout.GetFont()); in EditableTextView() 70 aButton.setFont (ViewGridLayout.GetFont()); in EditableTextView() 74 aButton.setFont (ViewGridLayout.GetFont()); in EditableTextView()
|
/aoo4110/main/toolkit/source/awt/ |
H A D | vclxfont.cxx | 68 Font aOldFont = pOutDev->GetFont(); in ImplAssertValidFontMetric() 124 Font aOldFont = pOutDev->GetFont(); in getCharWidth() 143 Font aOldFont = pOutDev->GetFont(); in getCharWidths() 168 Font aOldFont = pOutDev->GetFont(); in getStringWidth() 184 Font aOldFont = pOutDev->GetFont(); in getStringWidthArray()
|
/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterTheme.cxx | 155 PresenterTheme::SharedFontDescriptor GetFont (void) const; 196 PresenterTheme::SharedFontDescriptor GetFont (void) const; 560 PresenterTheme::SharedFontDescriptor PresenterTheme::GetFont ( in GetFont() function in sdext::presenter::PresenterTheme 567 return pPaneStyle->GetFont(); in GetFont() 571 return pViewStyle->GetFont(); in GetFont() 1164 PresenterTheme::SharedFontDescriptor PaneStyle::GetFont (void) const in GetFont() function in sdext::presenter::__anon2d90cc490211::PaneStyle 1169 return mpParentStyle->GetFont(); in GetFont() 1296 PresenterTheme::SharedFontDescriptor ViewStyle::GetFont (void) const in GetFont() function in sdext::presenter::__anon2d90cc490211::ViewStyle 1301 return mpParentStyle->GetFont(); in GetFont()
|
/aoo4110/main/svx/source/sidebar/tools/ |
H A D | ValueSetWithTextControl.cxx | 304 Font aOldFont = pDev->GetFont(); in UserDraw() 358 Font aFont = pDev->GetFont(); in UserDraw() 444 Font aOldFont = pDev->GetFont(); in UserDraw() 457 Font aOldBulletFont = pDev->GetFont(); in UserDraw() 488 Font aOldFont = pDev->GetFont(); in UserDraw()
|
/aoo4110/main/svx/source/dialog/ |
H A D | fontlb.cxx | 67 Font aOldFont( rDev.GetFont() ); in Paint() 85 Font aOldFont( pView->GetFont() ); in InitViewData() 96 maStdFont( GetFont() ), in SvxFontListBox()
|
/aoo4110/main/vcl/unx/generic/printergfx/ |
H A D | text_gfx.cxx | 62 fontID GetFont (int nIdx) const in GetFont() function in psp::Font3 653 fontID n_font = rFont.GetFont(n); in getCharMetric() 693 return rFont.GetFont(0) != -1 ? rFont.GetFont(0) : rFont.GetFont(1); in getCharMetric()
|
/aoo4110/main/sw/source/filter/rtf/ |
H A D | rtfnum.cxx | 266 pCurNumFmt->GetCharFmt()->GetFont() ) ); in ReadListLevel() 282 pCurNumFmt->GetCharFmt()->GetFont() ) ); in ReadListLevel() 918 const Font& rSVFont = GetFont( sal_uInt16(nTokenValue) ); in ReadNumSecLevel() 1045 pCurNumFmt->GetCharFmt()->GetFont() ) ); in ReadNumSecLevel() 1077 pCurNumFmt->SetBulletFont( FindFontOfItem( pChFmt->GetFont() ) ); in ReadNumSecLevel()
|