Home
last modified time | relevance | path

Searched refs:aFontName (Results 1 – 25 of 39) sorted by last modified time

12

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx3072 XubString aFontName = aAppFont.GetName(); in UpdateSettings() local
3073 XubString aFirstName = aFontName.GetToken( 0, ';' ); in UpdateSettings()
3076 aFontName.InsertAscii( "Arial;", 0 ); in UpdateSettings()
3077 aAppFont.SetName( aFontName ); in UpdateSettings()
/aoo41x/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx160 String aFontFileURL, aFontName; in ImplFontAttrCache() local
1021 String aFontName( ImplSalGetUniString( rLogFont.lfFaceName ) ); in ImplSalLogFontToFontA() local
1022 if ( aFontName.Len() ) in ImplSalLogFontToFontA()
1024 rFont.SetName( aFontName ); in ImplSalLogFontToFontA()
1060 XubString aFontName( reinterpret_cast<const xub_Unicode*>(rLogFont.lfFaceName) ); in ImplSalLogFontToFontW()
1061 if ( aFontName.Len() ) in ImplSalLogFontToFontW()
1063 rFont.SetName( aFontName ); in ImplSalLogFontToFontW()
/aoo41x/main/vcl/unx/gtk/a11y/
H A Datktextattributes.cxx627 …rtl::OString aFontName = rtl::OUStringToOString( rAny.get< rtl::OUString > (), RTL_TEXTENCODING_UT… in GetString() local
629 if( aFontName.getLength() ) in GetString()
630 return g_strdup( aFontName.getStr() ); in GetString()
638 rtl::OString aFontName( value ); in SetString() local
640 if( aFontName.getLength() ) in SetString()
642 rAny = uno::makeAny( rtl::OStringToOUString( aFontName, RTL_TEXTENCODING_UTF8 ) ); in SetString()
/aoo41x/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx573 rtl::OString aFontName = rtl::OUStringToOString( in LicenseWarning() local
576 PSSetFont (aFontName, RTL_TEXTENCODING_ISO_8859_1); in LicenseWarning()
/aoo41x/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx4854 OUString aFontName( rFont.GetName() ); in getBestBuiltinFont() local
4855 aFontName = aFontName.toAsciiLowerCase(); in getBestBuiltinFont()
4857 if( aFontName.indexOf( OUString( RTL_CONSTASCII_USTRINGPARAM( "times" ) ) ) != -1 ) in getBestBuiltinFont()
4859 else if( aFontName.indexOf( OUString( RTL_CONSTASCII_USTRINGPARAM( "courier" ) ) ) != -1 ) in getBestBuiltinFont()
4861 else if( aFontName.indexOf( OUString( RTL_CONSTASCII_USTRINGPARAM( "dingbats" ) ) ) != -1 ) in getBestBuiltinFont()
4863 else if( aFontName.indexOf( OUString( RTL_CONSTASCII_USTRINGPARAM( "symbol" ) ) ) != -1 ) in getBestBuiltinFont()
H A Doutdev3.cxx1405 ByteString aFontName( pFont->GetFamilyName(), RTL_TEXTENCODING_UTF8 ); in InitGenericGlyphFallback() local
1407 i, pFont->GetMinQuality(), aFontName.GetBuffer() ); in InitGenericGlyphFallback()
1445 String aFontName; in GetGlyphFallbackFont() local
1449 …d = rFontSelData.mpFontEntry->GetFallbackForUnicode( cChar, rFontSelData.GetWeight(), &aFontName ); in GetGlyphFallbackFont()
1450 if( !bCached || (rFontSelData.maSearchName != aFontName) ) in GetGlyphFallbackFont()
/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx2210 XubString aFontName = aFont.GetName(); in UpdateSettings()
2211 aFontName.Insert( (sal_Unicode*)L"WorkPlace Sans;", 0 ); in UpdateSettings()
2212 aFont.SetName( aFontName ); in UpdateSettings()
2233 XubString aFontName = aFont.GetName(); in UpdateSettings() local
2234 aFontName.Insert( (sal_Unicode*)L"WorkPlace Sans;", 0 ); in UpdateSettings()
2235 aFont.SetName( aFontName ); in UpdateSettings()
2259 XubString aFontName = aFont.GetName(); in UpdateSettings() local
2260 aFontName.Insert( (sal_Unicode*)L"WorkPlace Sans;", 0 ); in UpdateSettings()
2261 aFont.SetName( aFontName ); in UpdateSettings()
/aoo41x/main/sw/source/ui/shells/
H A Dtextsh.cxx1098 String aChars, aFontName; in InsertSymbol() local
1106 aFontName = pFontItem->GetValue(); in InsertSymbol()
1128 if (!aFontName.Len()) in InsertSymbol()
1129 aFontName = aFont.GetFamilyName(); in InsertSymbol()
1132 Font aNewFont(aFontName, Size(1,1)); // Size nur wg. CTOR in InsertSymbol()
1141 if( !aFontName.Len() && sSymbolFont.Len() ) in InsertSymbol()
/aoo41x/main/sw/source/ui/misc/
H A Dinsfnote.cxx78 SvxFontItem aFont( rFont.GetFamily(), aFontName, in Apply()
184 aFontName = pFontItem->GetFamilyName(); in IMPL_LINK_INLINE_END()
186 Font aFont( aFontName, pFontItem->GetStyleName(), aNumberCharEdit.GetFont().GetSize() ); in IMPL_LINK_INLINE_END()
312 aFontName = rFont.GetFamilyName(); in Init()
314 aFont.SetName(aFontName); in Init()
/aoo41x/main/sw/source/ui/inc/
H A Dinsfnote.hxx44 String aFontName; member in SwInsFootNoteDlg
82 String GetFontName() { return aFontName; } in GetFontName()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par5.cxx2323 String aFontName; in Read_F_Macro() local
2326 if( GetFontParams( i, eFamily, aFontName, ePitch, eSrcCharSet ) in Read_F_Macro()
2327 && aFontName.EqualsAscii("Wingdings") ) in Read_F_Macro()
/aoo41x/main/sw/source/filter/html/
H A Dswhtml.cxx3677 String aFontName, aStyleName; in NewFontAttr() local
3716 if( aFontName.Len() ) in NewFontAttr()
3717 aFontName += ';'; in NewFontAttr()
3718 aFontName += aFName; in NewFontAttr()
3744 if( aFontName.Len() ) in NewFontAttr()
3746 SvxFontItem aFont( eFamily, aFontName, aStyleName, ePitch, eEnc, RES_CHRATR_FONT ); in NewFontAttr()
3773 if( aFontName.Len() ) in NewFontAttr()
3775 SvxFontItem aFont( eFamily, aFontName, aStyleName, ePitch, eEnc, RES_CHRATR_FONT ); in NewFontAttr()
/aoo41x/main/svx/source/svdraw/
H A Dsvdetc.cxx595aFontName( OutputDevice::GetDefaultFont( DEFAULTFONT_SERIF, LANGUAGE_SYSTEM, DEFAULTFONT_FLAGS_ONL… in SdrEngineDefaults()
/aoo41x/main/svx/inc/svx/
H A Dsvdetc.hxx69 String aFontName; member in SdrEngineDefaults
82 static void SetFontName(const String& rFontName) { GetDefaults().aFontName=rFontName; } in SetFontName()
83 static String GetFontName() { return GetDefaults().aFontName; } in GetFontName()
/aoo41x/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx479 ByteString aFontName( rFont.GetName(), eFontNameEncoding ); in WMFRecord_CreateFontIndirect() local
482 sal_Char nChar = ( i < aFontName.Len() ) ? aFontName.GetChar( i ) : 0; in WMFRecord_CreateFontIndirect()
H A Demfwr.cxx399 String aFontName( rFont.GetName() ); in ImplCheckTextAttr() local
452 (*mpStm) << (sal_Unicode) ( ( i < aFontName.Len() ) ? aFontName.GetChar( i ) : 0 ); in ImplCheckTextAttr()
/aoo41x/main/svtools/source/control/
H A Dctrlbox.cxx749 XubString aFontName = pData->maInfo.GetName(); in ImplCalcUserItemSize() local
750 if ( aFontName.Len() > nMaxLen ) in ImplCalcUserItemSize()
751 nMaxLen = aFontName.Len(); in ImplCalcUserItemSize()
755 if( aFontName.EqualsIgnoreCaseAscii( "starsymbol" ) in ImplCalcUserItemSize()
756 || aFontName.EqualsIgnoreCaseAscii( "opensymbol" ) ) in ImplCalcUserItemSize()
/aoo41x/main/shell/source/backends/kde4be/
H A Dkde4access.cxx83 QString aFontName; in getValue() local
87 aFontName = aFixedFont.family(); in getValue()
88 sFontName = (const sal_Unicode *) aFontName.utf16(); in getValue()
/aoo41x/main/shell/source/backends/kdebe/
H A Dkdeaccess.cxx79 QString aFontName; in getValue() local
83 aFontName = aFixedFont.family(); in getValue()
84 sFontName = (const sal_Unicode *) aFontName.ucs2(); in getValue()
/aoo41x/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx543 ::rtl::OString aFontName; in readFont()
557 aFontName = lcl_unescapeLineFeeds( m_aLine.copy( m_nCharIndex ) ); in readFont()
574 FontAttributes aResult( rtl::OStringToOUString( aFontName, in readFont()
/aoo41x/main/sdext/source/pdfimport/test/
H A Dpdfunzip.cxx351 rtl::OString aFontName( pName->m_aName ); in write_fonts() local
389 aOutStream.append( aFontName ); in write_fonts()
/aoo41x/main/sd/source/ui/func/
H A Dfubullet.cxx173 String aChars, aFontName; in InsertSpecialCharacter() local
183 aFontName = pFontItem->GetValue(); in InsertSpecialCharacter()
184 aFont = Font( aFontName, Size(1,1) ); in InsertSpecialCharacter()
/aoo41x/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx348 OUString aFontName; in setValue() local
349 rValue >>= aFontName; in setValue()
350 mpControl->SetText( aFontName ); in setValue()
365 OUString aFontName( mpControl->GetText() ); in getValue() local
366 return makeAny( aFontName ); in getValue()
/aoo41x/main/sc/source/ui/view/
H A Deditsh.cxx377 String aFontName(pFontItem->GetValue()); in Execute() local
378 Font aFont(aFontName, Size(1,1)); // Size nur wg. CTOR in Execute()
H A Dcellsh1.cxx1896 String aChars, aFontName; in ExecuteEdit() local
1910 aFontName = pFontItem->GetValue(); in ExecuteEdit()
1918 if ( aFontName.Len() ) in ExecuteEdit()
1919 aFont = Font( aFontName, Size(1,1) ); in ExecuteEdit()

Completed in 338 milliseconds

12