/aoo41x/main/oox/source/ppt/ |
H A D | slidepersist.cxx | 209 rtl::OUString aFamily; in applyTextStyles() local 224 aFamily= aXNamed->getName(); in applyTextStyles() 231 aFamily= aXNamed->getName(); in applyTextStyles() 238 aFamily= aXNamed->getName(); in applyTextStyles() 245 aFamily = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "graphics" ) ); in applyTextStyles() 252 aFamily = aXNamed->getName(); in applyTextStyles() 257 if ( aXNameAccess->hasByName( aFamily ) ) in applyTextStyles() 259 if( aXNameAccess->getByName( aFamily ) >>= xFamilies ) in applyTextStyles()
|
/aoo41x/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 774 OUString aFamily; in readAfmMetrics() local 778 if( ! aFamily.getLength() ) in readAfmMetrics() 782 aFamily = aFamily.getToken( 0, '-', nIndex ); in readAfmMetrics() 1807 OUString aFamily; in analyzeTrueTypeFamilyName() local 1843 aFamily = aName; in analyzeTrueTypeFamilyName() 1848 if( aFamily.getLength() ) in analyzeTrueTypeFamilyName() 1852 if( *it != aFamily ) in analyzeTrueTypeFamilyName() 2461 OUString aFamily; member 2472 aFamily( rFam ), in BuiltinFontIdentifier() 2485 aFamily.equalsIgnoreAsciiCase( rRight.aFamily ); in operator ==() [all …]
|
H A D | fontconfig.cxx | 1219 OString aFamily = OUStringToOString( rInfo.m_aFamilyName, RTL_TEXTENCODING_UTF8 ); in matchFont() local 1220 if( aFamily.getLength() ) in matchFont() 1221 rWrapper.FcPatternAddString( pPattern, FC_FAMILY, (FcChar8*)aFamily.getStr() ); in matchFont()
|
/aoo41x/main/padmin/source/ |
H A D | fontentry.cxx | 372 String aFamily( m_rFontManager.getFontFamily( aFont ) ); in IMPL_LINK() local 388 … aQueryTxt.SearchAndReplace( String( RTL_CONSTASCII_USTRINGPARAM( "%s" ) ), aFamily ); in IMPL_LINK() 389 QueryString aQuery( this, aQueryTxt, aFamily, aChoices ); in IMPL_LINK() 392 aFamily.SearchAndReplaceAll( '-', ' ' ); in IMPL_LINK() 393 aFamily.SearchAndReplaceAll( '?', ' ' ); in IMPL_LINK() 394 aFamily.SearchAndReplaceAll( '*', ' ' ); in IMPL_LINK() 395 aFamily = WhitespaceToSpace( aFamily ); in IMPL_LINK() 396 if( aFamily.Len() ) in IMPL_LINK() 399 aXLFD.SetToken( 2, '-', aFamily ); in IMPL_LINK()
|
/aoo41x/main/xmloff/source/style/ |
H A D | XMLFontStylesContext.cxx | 91 Any aFamily; member in XMLFontStyleContext_Impl 137 aFamily <<= (sal_Int16)FontFamily::DONTKNOW; in XMLFontStyleContext_Impl() 163 aFamily = aAny; in SetAttribute() 205 XMLPropertyState aPropState( nFamilyIdx, aFamily ); in FillProperties()
|
/aoo41x/main/sw/source/ui/app/ |
H A D | docst.cxx | 397 String aFamily = ((const SfxStringItem*)pItem)->GetValue(); in ExecStyleSheet() local 398 if(aFamily.CompareToAscii("CharacterStyles") == COMPARE_EQUAL) in ExecStyleSheet() 401 if(aFamily.CompareToAscii("ParagraphStyles") == COMPARE_EQUAL) in ExecStyleSheet() 404 if(aFamily.CompareToAscii("PageStyles") == COMPARE_EQUAL) in ExecStyleSheet() 407 if(aFamily.CompareToAscii("FrameStyles") == COMPARE_EQUAL) in ExecStyleSheet() 410 if(aFamily.CompareToAscii("NumberingStyles") == COMPARE_EQUAL) in ExecStyleSheet()
|
/aoo41x/main/vcl/unx/generic/printer/ |
H A D | printerinfomanager.cxx | 984 OUString aFamily( subst->first.toAsciiLowerCase() ); in fillFontSubstitutions() local 987 if( aPrinterFonts.find( aFamily ) != aPrinterFonts.end() ) in fillFontSubstitutions() 988 aSubstitutions[ aFamily ] = aFamily; in fillFontSubstitutions() 990 aSubstitutions[ aFamily ] = subst->second.toAsciiLowerCase(); in fillFontSubstitutions() 999 OUString aFamily( it->m_aFamilyName.toAsciiLowerCase() ); in fillFontSubstitutions() local 1000 subst = aSubstitutions.find( aFamily ); in fillFontSubstitutions() 1004 … const ::std::list< FastPrintFontInfo >& rBuiltins( aPrinterFonts[ aSubstitutions[ aFamily ] ] ); in fillFontSubstitutions()
|
/aoo41x/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 1230 String aFamily; in ImplGetStyleSheets() local 1237 aFamily = aXNamed->getName(); in ImplGetStyleSheets() 1243 aFamily = aXNamed->getName(); in ImplGetStyleSheets() 1249 aFamily = String( RTL_CONSTASCII_USTRINGPARAM( "graphics" ) ); in ImplGetStyleSheets() 1255 aFamily = aXNamed->getName(); in ImplGetStyleSheets() 1259 if ( aStyle.Len() && aFamily.Len() ) in ImplGetStyleSheets() 1264 if ( aXNameAccess->hasByName( aFamily ) ) in ImplGetStyleSheets() 1266 ::com::sun::star::uno::Any aAny( aXNameAccess->getByName( aFamily ) ); in ImplGetStyleSheets()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | fontmanager.hxx | 354 rtl::OString aFamily; member
|
/aoo41x/main/sw/source/ui/index/ |
H A D | cnttab.cxx | 2604 SfxUInt16Item aFamily(SID_STYLE_FAMILY, SFX_STYLE_FAMILY_CHAR); in IMPL_LINK() local 2612 &aStyle, &aFamily/*, &aShell*/, 0L); in IMPL_LINK() 4213 SfxUInt16Item aFamily(SID_STYLE_FAMILY, SFX_STYLE_FAMILY_PARA); in IMPL_LINK() local 4220 &aStyle, &aFamily/*, &aShell*/, 0L); in IMPL_LINK()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | templdlg.cxx | 1829 SfxUInt16Item aFamily(SID_STYLE_FAMILY, nFamily); in Execute_Impl() local 1837 pItems[ nCount++ ] = &aFamily; in Execute_Impl()
|
/aoo41x/main/vcl/unx/gtk/gdi/ |
H A D | salnativewidgets-gtk.cxx | 3446 OString aFamily = pango_font_description_get_family( pStyle->font_desc ); in updateSettings() local 3454 aInfo.m_aFamilyName = OStringToOUString( aFamily, RTL_TEXTENCODING_UTF8 ); in updateSettings() 3488 std::fprintf( stderr, "font name BEFORE system match: \"%s\"\n", aFamily.getStr() ); in updateSettings()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | ximpshap.cxx | 670 OUString aFamily( aStyleName.copy( 0, nPos ) ); in SetStyle() local 672 xFamilies->getByName( aFamily ) >>= xFamily; in SetStyle()
|