Home
last modified time | relevance | path

Searched refs:lfFaceName (Results 1 – 7 of 7) sorted by relevance

/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx1378 aLogFont.lfFaceName[nNameLen] = 0; in ImplIsFontAvailable()
1404 rLogFont.lfFaceName[nNameLen] = 0; in ImplGetLogFontFromFontSelect()
1441 memmove( &rLogFont.lfFaceName[1], &rLogFont.lfFaceName[0], in ImplGetLogFontFromFontSelect()
1442 sizeof(rLogFont.lfFaceName)-sizeof(rLogFont.lfFaceName[0]) ); in ImplGetLogFontFromFontSelect()
1443 rLogFont.lfFaceName[0] = '@'; in ImplGetLogFontFromFontSelect()
1478 rLogFont.lfFaceName[nNameLen] = '\0'; in ImplGetLogFontFromFontSelect()
1515 memmove( &rLogFont.lfFaceName[1], &rLogFont.lfFaceName[0], in ImplGetLogFontFromFontSelect()
1516 sizeof(rLogFont.lfFaceName)-sizeof(rLogFont.lfFaceName[0]) ); in ImplGetLogFontFromFontSelect()
1517 rLogFont.lfFaceName[0] = '@'; in ImplGetLogFontFromFontSelect()
1790 GetTextFaceA( pData->getHDC(), sizeof( aLogFont.lfFaceName ), aLogFont.lfFaceName ); in ImplGetAllFontCharSets()
[all …]
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx167 lcl_ReadFixedString( rStream, &rFont.lfFaceName, sizeof(rFont.lfFaceName)); in lcl_ReadLogFont()
616 return !strcmp( lfFaceName, rData.lfFaceName ) in operator ==()
762 SC10TOSTRING( pHeadFootLine->LogFont.lfFaceName ), EMPTY_STRING, in PutToDoc()
1204 … rItemSet.Put( SvxFontItem( eFam, SC10TOSTRING( pPattern->LogFont.lfFaceName ), EMPTY_STRING, in LoadPatternCollection()
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx750 char lfFaceName[ LF_FACESIZE ]; in ReadRecordParams() local
758 pWMF->Read( lfFaceName, LF_FACESIZE ); in ReadRecordParams()
774 aLogFont.alfFaceName = UniString( lfFaceName, eCharSet ); in ReadRecordParams()
H A Denhwmf.cxx1016 sal_Unicode lfFaceName[ LF_FACESIZE ]; in ReadEnhWMF() local
1022 lfFaceName[ i ] = nChar; in ReadEnhWMF()
1024 aLogFont.alfFaceName = UniString( lfFaceName ); in ReadEnhWMF()
/trunk/main/sc/source/filter/inc/
H A Dscflt.hxx217 sal_Char lfFaceName[32]; member
/trunk/main/canvas/source/cairo/
H A Dcairo_textlayout.cxx622 …:rtl::OUStringToOString( reinterpret_cast<const sal_Unicode*> (logfont.lfFaceName), RTL_TEXTENCODI… in draw()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx2807 if ( rtl_str_compareIgnoreAsciiCase( rLogFont.lfFaceName, "MS Sans Serif" ) == 0 ) in ImplSalUpdateStyleFontA()
2827 …_compareIgnoreAsciiCase( reinterpret_cast<const sal_Unicode*>(rLogFont.lfFaceName), reinterpret_ca… in ImplSalUpdateStyleFontW()

Completed in 90 milliseconds