/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/ |
H A D | StyleCatalog.java | 97 public void add(Node node, String families[], Class classes[], in add() argument 103 if (families == null) in add() 104 families = new String[0]; in add() 122 for (int j = 0; j < families.length; j++) { in add() 123 if (families[j].equals(familyName)) { in add() 343 private Class getClass(Node node, String[] families, Class[] classes, in getClass() argument 352 for (int j = 0; j < families.length; j++) { in getClass() 353 if (families[j].equals(familyName)) in getClass()
|
/aoo4110/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
H A D | DocumentSerializerImpl.java | 132 String families[] = new String[3]; in serialize() local 133 families[0] = "text"; in serialize() 134 families[1] = "paragraph"; in serialize() 135 families[2] = "paragraph"; in serialize() 146 styleCat.add(nl.item(0), families, classes, null, false); in serialize() 148 styleCat.add(nl.item(0), families, classes, null, false); in serialize() 150 styleCat.add(nl.item(0), families, classes, null, false); in serialize()
|
H A D | DocumentDeserializerImpl.java | 140 String families[] = new String[3]; in readStyleCatalog() local 141 families[0] = "text"; in readStyleCatalog() 142 families[1] = "paragraph"; in readStyleCatalog() 143 families[2] = "paragraph"; in readStyleCatalog() 150 oldStyleCat.add(nl.item(0), families, classes, null, false); in readStyleCatalog() 152 oldStyleCat.add(nl.item(0), families, classes, null, false); in readStyleCatalog() 154 oldStyleCat.add(nl.item(0), families, classes, null, false); in readStyleCatalog()
|
/aoo4110/main/offapi/com/sun/star/style/ |
H A D | StyleFamilies.idl | 42 /** This service contains the collection of style families within the 45 <p>Examples of style families may be: 91 style families by their names. 100 style families by index.
|
H A D | XAutoStylesSupplier.idl | 41 /** This interface provides access to the style families within the 48 /** This method returns the collection of automatic style families available
|
H A D | XStyleFamiliesSupplier.idl | 42 /** This interface provides access to the style families within the 50 /** This method returns the collection of style families available
|
H A D | XStyleLoader.idl | 61 Specifies which of the Style families the method should load. 71 …<p>As the default, all supported style families are loaded and existing styles are overwritten.</p>
|
H A D | XAutoStyles.idl | 42 /** This service contains the collection of automatic style families within the
|
H A D | XAutoStyleFamily.idl | 43 /** This service contains the collection of automatic style families within the
|
/aoo4110/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
H A D | DocumentSerializerImpl.java | 133 String families[] = new String[] { PocketWordConstants.TEXT_STYLE_FAMILY, in loadStyles() local 157 styleCat.add(nl.item(0), families, classes, null, false); in loadStyles() 169 styleCat.add(nl.item(0), families, classes, null, false); in loadStyles()
|
/aoo4110/main/vcl/unx/generic/fontmanager/ |
H A D | fontconfig.cxx | 539 FcChar8* bestname(const std::vector<lang_and_family> &families); 542 FcChar8* localizedsorter::bestname(const std::vector<lang_and_family> &families) in bestname() argument 544 FcChar8* candidate = families.begin()->second; in bestname() 550 std::vector<lang_and_family>::const_iterator aEnd = families.end(); in bestname() 552 …for( std::vector<lang_and_family>::const_iterator aIter = families.begin(); aIter != aEnd; ++aIter… in bestname()
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | SxcDocumentSerializer.java | 194 String families[] = new String[] { SxcConstants.COLUMN_STYLE_FAMILY, in loadStyles() local 206 styleCat.add(nl.item(0), families, classes, null, false); in loadStyles() 212 styleCat.add(nl.item(0), families, classes, null, false); in loadStyles()
|
/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | SpreadsheetDocument.idl | 211 /** provides access to the collection of style families. 213 <p>A spreadsheet document contains 2 families of styles:
|
/aoo4110/main/xmloff/ |
H A D | Package_inc.mk | 71 $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/families.hxx,xmloff/families.hxx))
|
/aoo4110/main/more_fonts/fonts/ |
H A D | fc_local.conf | 25 <!-- Alias similar/metric-compatible families from various sources: -->
|
/aoo4110/main/offapi/com/sun/star/report/ |
H A D | XReportDefinition.idl | 138 /** provides access to the collection of style families. 140 <p>A spreadsheet document contains 2 families of styles:
|
/aoo4110/main/offapi/com/sun/star/chart2/ |
H A D | ChartDocument.idl | 61 /** maintains all style families applying to any object in the
|
/aoo4110/main/offapi/com/sun/star/animations/ |
H A D | XTransitionFilter.idl | 48 <br>This attribute is required and must be one of the transition families listed in
|