Searched refs:familyName (Results 1 – 15 of 15) sorted by relevance
/aoo41x/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pdfioutdev_gpl.hxx | 71 familyName(), in FontAttributes() 78 familyName.append(const_cast<GooString*>(&familyName_)); in FontAttributes() 82 familyName(), in FontAttributes() 93 familyName(), in FontAttributes() 100 familyName.append(const_cast<GooString*>(&rSrc.familyName)); in FontAttributes() 105 familyName.clear(); in operator =() 106 familyName.append(const_cast<GooString*>(&rSrc.familyName)); in operator =() 119 return const_cast<GooString*>(&familyName)->cmp( in operator ==() 120 const_cast<GooString*>(&rFont.familyName))==0 && in operator ==() 128 GooString familyName; member
|
H A D | pdfioutdev_gpl.cxx | 395 aNewFont.familyName.clear(); in parseFont() 396 aNewFont.familyName.append( gfxFont->getName() ); in parseFont() 400 aNewFont.familyName.clear(); in parseFont() 401 aNewFont.familyName.append( "Arial" ); in parseFont() 667 boost::shared_array<char> pEsc( lcl_escapeLineFeeds(aFont.familyName.getCString()) ); in updateFont()
|
/aoo41x/main/sdext/source/pdfimport/inc/ |
H A D | contentsink.hxx | 61 familyName(familyName_), in FontAttributes() 70 familyName(), in FontAttributes() 78 ::rtl::OUString familyName; 87 return familyName == rFont.familyName && in operator ==()
|
H A D | pdfihelper.hxx | 82 return (size_t)rFont.familyName.hashCode() in operator ()()
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/ |
H A D | StyleCatalog.java | 116 String familyName = getFamilyName(child); in add() local 117 if (familyName == null) { in add() 123 if (families[j].equals(familyName)) { in add() 351 String familyName = attr.getNodeValue(); in getClass() local 353 if (families[j].equals(familyName)) in getClass()
|
H A D | ParaStyle.java | 278 public ParaStyle(String name, String familyName, String parentName, in ParaStyle() argument 280 super(name, familyName, parentName, sc); in ParaStyle() 301 public ParaStyle(String name, String familyName, String parentName, in ParaStyle() argument 303 super(name, familyName, parentName, lookup); in ParaStyle()
|
/aoo41x/main/sdext/source/pdfimport/wrapper/ |
H A D | wrapper.cxx | 506 rtl::OUStringBuffer aNewFamilyName( aResult.familyName.getLength() ); in parseFontFamilyName() 508 const sal_Unicode* pCopy = aResult.familyName.getStr(); in parseFontFamilyName() 509 sal_Int32 nLen = aResult.familyName.getLength(); in parseFontFamilyName() 538 aResult.familyName = aNewFamilyName.makeStringAndClear(); in parseFontFamilyName() 607 aResult.familyName = aFD.Name; in readFont() 621 if( !aResult.familyName.getLength() ) in readFont() 624 aResult.familyName = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Arial" ) ); in readFont()
|
/aoo41x/main/vcl/unx/generic/fontmanager/ |
H A D | parseAFM.hxx | 172 char *familyName; /* key: FamilyName */ member
|
H A D | parseAFM.cxx | 426 gfi->familyName = strdup( keyword ); in parseGlobals() 1519 free (fi->gfi->familyName); in freeFontInfo()
|
H A D | fontmanager.cxx | 777 aFamily = OStringToOUString( pInfo->gfi->familyName, RTL_TEXTENCODING_ISO_8859_1 ); in readAfmMetrics()
|
/aoo41x/main/sdext/source/pdfimport/tree/ |
H A D | drawtreevisiting.cxx | 866 aFontProps[ USTR( "fo:font-family" ) ] = rFont.familyName; in visit() 867 aFontProps[ USTR( "style:font-family-complex" ) ] = rFont.familyName; in visit()
|
H A D | pdfiprocessor.cxx | 90 aDefFont.familyName = USTR("Helvetica"); in PDFIProcessor()
|
H A D | writertreevisiting.cxx | 903 aFontProps[ USTR( "fo:font-family" ) ] = rFont.familyName; in visit()
|
/aoo41x/main/vcl/aqua/source/a11y/ |
H A D | aqua11ytextattributeswrapper.mm | 119 [ font familyName ], NSAccessibilityFontFamilyKey,
|
/aoo41x/main/vcl/aqua/source/window/ |
H A D | salframe.cxx | 1213 aResult.SetName( GetOUString( [pFont familyName] ) ); in getFont()
|
Completed in 100 milliseconds