Home
last modified time | relevance | path

Searched refs:family (Results 51 – 75 of 597) sorted by last modified time

12345678910>>...24

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/styles/
H A DStyleMappingReadHandler.java76 final String family = attrs.getValue(getUri(), "style-family"); in startParsing() local
78 rule = new StyleMappingRule(key, family, listOfValues); in startParsing()
H A DStyleMappingRule.java35 private final String family; field in StyleMappingRule
38 public StyleMappingRule(final StyleMapperKey key, final String family, in StyleMappingRule() argument
42 this.family = family; in StyleMappingRule()
53 return family; in getFamily()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A Dselectors.properties42 style-family.graphic=draw
43 style-family.graphics=draw
44 style-family.control=control
47 style-family.table-row=table
48 style-family.table-cell=table
49 style-family.table=table
63 font-family.roman=serif
64 font-family.swiss=sans-serif
65 font-family.modern=sans-serif
67 font-family.script=cursive
[all …]
H A Dstyle-mapping.txt1 <style:style style:name="S1" style:family="graphics">
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DOfficeStyle.java78 public void setStyleFamily(final String family) in setStyleFamily() argument
80 setAttribute(OfficeNamespaces.STYLE_NS, "family", family); in setStyleFamily()
H A DOfficeStyles.java55 private final String family; field in OfficeStyles.StyleKey
58 public StyleKey(final String family, final String name) in StyleKey() argument
60 if (family == null) in StyleKey()
64 this.family = family; in StyleKey()
70 return family; in getFamily()
89 …if (!family.equals(styleKey.family) || (name != null ? !name.equals(styleKey.name) : styleKey.name… in equals()
99 int result = family.hashCode(); in hashCode()
117 public OfficeStyle getStyle(final String family, final String name) in getStyle() argument
119 return (OfficeStyle) styles.get(new StyleKey(family, name)); in getStyle()
185 public boolean containsStyle(final String family, final String name) in containsStyle() argument
[all …]
H A DOfficeStylesCollection.java75 public OfficeStyle getStyle(final String family, final String name) in getStyle() argument
77 final OfficeStyle commonStyle = commonStyles.getStyle(family, name); in getStyle()
82 final OfficeStyle autoStyle = automaticStyles.getStyle(family, name); in getStyle()
95 public boolean containsStyle(final String family, final String name) in containsStyle() argument
97 return (getStyle(family, name) != null); in containsStyle()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_xmloff/Impress/
H A DXMLStylesImporter.java169 Object family = oStyleFamilies.getByName("graphics") ; in createTestEnvironment() local
171 (XNameAccess.class, family) ; in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DXMLStylesImporter.java182 Object family = oStyleFamilies.getByName("CellStyles") ; in createTestEnvironment() local
184 (XNameAccess.class, family) ; in createTestEnvironment()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A Ddisplay.css19 font-family: Arial;
/trunk/main/offapi/com/sun/star/style/
H A DCharacterProperties.idl71 /** This property contains font family.
H A DStyleFamily.idl42 /** This service is a container of style sheets of the same style family.@see StyleFamilies
50 the style sheets within this family by name.
60 remove the style sheets within this family by name.
69 within this family by index.
H A DCharacterPropertiesAsian.idl62 /** This property contains font family as specified in
H A DCharacterPropertiesComplex.idl62 /** This property contains font family as specified in
/trunk/main/offapi/com/sun/star/sheet/
H A DTableAutoFormatField.idl125 /** contains the value of the western font family.
129 /** contains the value of the asian font family.
133 /** contains the value of the complex font family.
/trunk/main/offapi/com/sun/star/report/
H A DXReportControlFormat.idl269 /** This attribute contains font family as specified in
482 /** This property contains font family as specified in
561 /** This property contains font family as specified in
/trunk/main/offapi/com/sun/star/resource/
H A DXResourceBundle.idl68 which has the same name as its family--<code>MyResources</code>. You
100 <p>The first argument specifies the family name of the resource
185 <P>You do not have to restrict yourself to using a single family of
/trunk/main/offapi/com/sun/star/rendering/
H A DFontInfo.idl51 /** The name of the font family.<p>
53 The family name is the one normally associated to a font, such
57 of the family name.<p>
63 /** The name of the specific font style within its family.<p>
H A DFontRequest.idl39 Note: Outline fonts are to be requested as a special family, set
/trunk/main/offapi/com/sun/star/linguistic2/
H A DConversionPropertyType.idl56 /** The last name (family name) of a person
/trunk/main/offapi/com/sun/star/awt/
H A DFontFamily.idl41 /** specifies an unknown font family.
47 /** specifies the family of decorative fonts.
53 /** specifies the family of modern fonts.
59 /** specifies the family roman fonts (with serifes).
65 /** specifies the family of script fonts.
71 /** specifies the family roman fonts (without serifes).
77 /** specifies the family system fonts.
/trunk/main/offapi/com/sun/star/animations/
H A DXTransitionFilter.idl47 /** This is the type or family of transition.
/trunk/main/odk/docs/
H A Dsdk_styles.css32 font-family: Arial, Helvetica, sans-serif; }
/trunk/main/odk/docs/common/ref/
H A Didl.css41 #adc-idlref pre { font-family:monospace; }
47 { font-family: Arial; font-size:19pt; font-weight:bold;
53 { font-family: Arial; font-size:13pt;
73 font-family: Arial; font-size:12pt; font-weight:bold;
78 font-family: Arial; font-size:12pt; font-weight:bold;
83 font-family: Arial; font-size:12pt; }
87 font-family: Arial; font-size:9pt; font-variant:small-caps;
92 font-family: Arial; font-size:12pt; font-weight:bold;
97 font-family: Arial; font-size:9pt; font-variant:small-caps;
/trunk/main/odk/docs/cpp/ref/
H A Dcpp.css32 #adc-cppref h2 { font-family:Arial; font-size:16pt; margin-top:3pt; margin-bottom:5pt; }
44 #adc-cppref pre { font-family:monospace; font-size:10pt; margin-top:1pt; margin-bottom:1pt; }
55 font-family:Arial; font-size:8pt; font-weight:bold; }
56 #adc-cppref td.flagyes { font-family:Arial; font-size:8pt; font-weight:bold; }
57 #adc-cppref td.flagno { font-family:Arial; font-size:8pt; }
58 #adc-cppref td.flagtext { font-family:Arial; font-size:8pt; font-weight:bold; }
62 font-family:Arial; font-size:12pt; font-weight:bold; }
68 font-family:Arial; font-size:12pt; font-weight:bold; }
71 font-family:Arial; font-size:12pt; }
73 #adc-cppref div.define { font-family:Arial; background-color:#87c2e6; }

Completed in 74 milliseconds

12345678910>>...24