Home
last modified time | relevance | path

Searched refs:style (Results 101 – 125 of 950) sorted by relevance

12345678910>>...38

/aoo42x/main/qadevOOo/objdsc/sc/
H A Dcom.sun.star.comp.office.ScStyleObj.csv7 "ScStyleObj";"com::sun::star::style::XStyle";"isUserDefined()"
8 "ScStyleObj";"com::sun::star::style::XStyle";"isInUse()"
9 "ScStyleObj";"com::sun::star::style::XStyle";"getParentStyle()"
10 "ScStyleObj";"com::sun::star::style::XStyle";"setParentStyle()"
11 "ScStyleObj";"com::sun::star::style::Style";"IsPhysical#optional"
12 "ScStyleObj";"com::sun::star::style::Style";"FollowStyle#optional"
13 "ScStyleObj";"com::sun::star::style::Style";"DisplayName#optional"
14 "ScStyleObj";"com::sun::star::style::Style";"IsAutoUpdate#optional"
/aoo42x/main/odk/docs/
H A Dsdk_styles.css36 font-style: italic;
40 border-style: none;
45 border-style: none;
50 border-style: none;
56 border-style: solid;
63 border-style: solid;
71 border-style: solid;
79 border-style: solid;
87 border-style: solid;
/aoo42x/main/offapi/com/sun/star/chart2/
H A DDataPoint.idl26 #include <com/sun/star/style/CharacterProperties.idl>
28 #include <com/sun/star/style/XStyle.idl>
43 service ::com::sun::star::style::CharacterProperties;
44 [optional] service ::com::sun::star::style::CharacterPropertiesAsian;
45 [optional] service ::com::sun::star::style::CharacterPropertiesComplex;
49 /** this property handles the style. This property must support
50 the service <type scope="com::sun::star::style">Style</type>.
55 // [property] ::com::sun::star::style::XStyle Style;
H A DPropertyPool.idl27 #include <com/sun/star/style/Style.idl>
28 #include <com/sun/star/style/XDefaultsSupplier.idl>
41 /** must be usable as a style
43 service ::com::sun::star::style::Style;
48 <type scope="com::sun::star::style">Style</type> implies the
52 <member scope="com::sun::star::style">XDefaultsSupplier::getDefaults</member>
55 interface ::com::sun::star::style::XDefaultsSupplier;
/aoo42x/main/offapi/com/sun/star/style/
H A DBreakType.idl29 module com { module sun { module star { module style {
33 // DocMerge from xml: enum com::sun::star::style::BreakType
41 // DocMerge from xml: value com::sun::star::style::BreakType::NONE
48 // DocMerge from xml: value com::sun::star::style::BreakType::COLUMN_BEFORE
60 // DocMerge from xml: value com::sun::star::style::BreakType::COLUMN_AFTER
72 // DocMerge from xml: value com::sun::star::style::BreakType::COLUMN_BOTH
84 // DocMerge from xml: value com::sun::star::style::BreakType::PAGE_BEFORE
96 // DocMerge from xml: value com::sun::star::style::BreakType::PAGE_AFTER
108 // DocMerge from xml: value com::sun::star::style::BreakType::PAGE_BOTH
H A DTabStop.idl27 #include <com/sun/star/style/TabAlign.idl>
33 module com { module sun { module star { module style {
37 // DocMerge from xml: struct com::sun::star::style::TabStop
42 // DocMerge from xml: field com::sun::star::style::TabStop::Position
50 // DocMerge from xml: field com::sun::star::style::TabStop::Alignment
54 com::sun::star::style::TabAlign Alignment;
58 // DocMerge from xml: field com::sun::star::style::TabStop::DecimalChar
65 // DocMerge from xml: field com::sun::star::style::TabStop::FillChar
H A DParagraphStyleCategory.idl29 module com { module sun { module star { module style {
32 // DocMerge from idl: constants com::sun::star::style::ParagraphStyleCategory
39 // DocMerge from idl: value com::sun::star::style::ParagraphStyleCategory::TEXT
45 // DocMerge from idl: value com::sun::star::style::ParagraphStyleCategory::CHAPTER
51 // DocMerge from idl: value com::sun::star::style::ParagraphStyleCategory::LIST
57 // DocMerge from idl: value com::sun::star::style::ParagraphStyleCategory::INDEX
63 // DocMerge from idl: value com::sun::star::style::ParagraphStyleCategory::EXTRA
69 // DocMerge from idl: value com::sun::star::style::ParagraphStyleCategory::HTML
H A DParagraphAdjust.idl29 module com { module sun { module star { module style {
33 // DocMerge from xml: enum com::sun::star::style::ParagraphAdjust
40 // DocMerge from xml: value com::sun::star::style::ParagraphAdjust::LEFT
47 // DocMerge from xml: value com::sun::star::style::ParagraphAdjust::RIGHT
54 // DocMerge from xml: value com::sun::star::style::ParagraphAdjust::BLOCK
61 // DocMerge from xml: value com::sun::star::style::ParagraphAdjust::CENTER
68 // DocMerge from xml: value com::sun::star::style::ParagraphAdjust::STRETCH
H A DCaseMap.idl29 module com { module sun { module star { module style {
33 // DocMerge from idl: constants com::sun::star::style::CaseMap
41 // DocMerge from idl: value com::sun::star::style::CaseMap::NONE
48 // DocMerge from idl: value com::sun::star::style::CaseMap::UPPERCASE
55 // DocMerge from idl: value com::sun::star::style::CaseMap::LOWERCASE
62 // DocMerge from idl: value com::sun::star::style::CaseMap::TITLE
69 // DocMerge from idl: value com::sun::star::style::CaseMap::SMALLCAPS
H A DTabAlign.idl29 module com { module sun { module star { module style {
33 // DocMerge from xml: enum com::sun::star::style::TabAlign
41 // DocMerge from xml: value com::sun::star::style::TabAlign::LEFT
49 // DocMerge from xml: value com::sun::star::style::TabAlign::CENTER
57 // DocMerge from xml: value com::sun::star::style::TabAlign::RIGHT
65 // DocMerge from xml: value com::sun::star::style::TabAlign::DECIMAL
73 // DocMerge from xml: value com::sun::star::style::TabAlign::DEFAULT
/aoo42x/test/testuno/source/fvt/uno/sw/table/
H A DTableBasic.java607 …xTableProps1.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.LEFT_BOTTOM… in testSetTableBackGraphic()
614 …xTableProps2.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.LEFT_MIDDLE… in testSetTableBackGraphic()
621 …xTableProps3.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.LEFT_TOP); in testSetTableBackGraphic()
628 …xTableProps4.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.MIDDLE_BOTT… in testSetTableBackGraphic()
635 …xTableProps5.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.MIDDLE_MIDD… in testSetTableBackGraphic()
642 …xTableProps6.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.MIDDLE_TOP)… in testSetTableBackGraphic()
649 xTableProps7.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.NONE); in testSetTableBackGraphic()
656 …xTableProps8.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.RIGHT_BOTTO… in testSetTableBackGraphic()
663 …xTableProps9.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.RIGHT_MIDDL… in testSetTableBackGraphic()
670 …xTableProps10.setPropertyValue("BackGraphicLocation",com.sun.star.style.GraphicLocation.RIGHT_TOP); in testSetTableBackGraphic()
[all …]
/aoo42x/main/offapi/com/sun/star/sheet/
H A DSheetCell.idl37 #include <com/sun/star/style/CharacterProperties.idl>
41 #include <com/sun/star/style/CharacterPropertiesAsian.idl>
45 #include <com/sun/star/style/CharacterPropertiesComplex.idl>
49 #include <com/sun/star/style/ParagraphProperties.idl>
53 #include <com/sun/star/style/ParagraphPropertiesAsian.idl>
57 #include <com/sun/star/style/ParagraphPropertiesComplex.idl>
145 service com::sun::star::style::CharacterProperties;
151 service com::sun::star::style::CharacterPropertiesAsian;
157 service com::sun::star::style::CharacterPropertiesComplex;
163 service com::sun::star::style::ParagraphProperties;
[all …]
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/stylemapper/style/
H A DFontFamilyGenericMapper.java23 package com.sun.star.report.pentaho.parser.stylemapper.style;
27 import org.jfree.layouting.input.style.CSSDeclarationRule;
28 import org.jfree.layouting.input.style.keys.font.FontStyleKeys;
29 import org.jfree.layouting.input.style.values.CSSStringType;
30 import org.jfree.layouting.input.style.values.CSSStringValue;
31 import org.jfree.layouting.input.style.values.CSSValue;
32 import org.jfree.layouting.input.style.values.CSSValueList;
H A DFontFamilyMapper.java23 package com.sun.star.report.pentaho.parser.stylemapper.style;
27 import org.jfree.layouting.input.style.CSSDeclarationRule;
28 import org.jfree.layouting.input.style.keys.font.FontStyleKeys;
29 import org.jfree.layouting.input.style.values.CSSStringType;
30 import org.jfree.layouting.input.style.values.CSSStringValue;
31 import org.jfree.layouting.input.style.values.CSSValue;
32 import org.jfree.layouting.input.style.values.CSSValueList;
H A DTextUnderlineWidthMapper.java23 package com.sun.star.report.pentaho.parser.stylemapper.style;
27 import org.jfree.layouting.input.style.CSSDeclarationRule;
28 import org.jfree.layouting.input.style.keys.border.BorderWidth;
29 import org.jfree.layouting.input.style.keys.text.TextDecorationWidth;
30 import org.jfree.layouting.input.style.keys.text.TextStyleKeys;
31 import org.jfree.layouting.input.style.values.CSSAutoValue;
32 import org.jfree.layouting.input.style.values.CSSValue;
/aoo42x/main/offapi/com/sun/star/form/runtime/
H A DXFormController.idl127 <tr style="vertical-align: top;">
132 <tr style="vertical-align: top;">
139 <tr style="vertical-align: top;">
150 <tr style="vertical-align: top;">
155 <tr style="vertical-align: top;">
160 <tr style="vertical-align: top;">
165 <tr style="vertical-align: top;">
170 <tr style="vertical-align: top;">
175 <tr style="vertical-align: top;">
181 <tr style="vertical-align: top;">
[all …]
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A Dconfiguration.properties37 org.jfree.report.namespaces.star-rpt.ClassAttr=style-name
42 org.jfree.report.namespaces.star-office.ClassAttr=style-name
44 org.jfree.report.namespaces.oasis-style.Uri=urn:oasis:names:tc:opendocument:xmlns:style:1.0
45 org.jfree.report.namespaces.oasis-style.Default-Style=res://com/sun/star/report/pentaho/oasis-style
46 org.jfree.report.namespaces.oasis-style.Prefix=style
51 org.jfree.report.namespaces.oasis-table.ClassAttr=style-name
56 org.jfree.report.namespaces.oasis-draw.ClassAttr=style-name
61 org.jfree.report.namespaces.oasis-chart.ClassAttr=style-name
66 org.jfree.report.namespaces.oasis-text.ClassAttr=style-name
71 org.jfree.report.namespaces.oasis-number.ClassAttr=style-name
[all …]
/aoo42x/main/offapi/com/sun/star/text/
H A DTextTableCursor.idl34 #include <com/sun/star/style/CharacterProperties.idl>
37 #include <com/sun/star/style/CharacterPropertiesAsian.idl>
40 #include <com/sun/star/style/CharacterPropertiesComplex.idl>
43 #include <com/sun/star/style/ParagraphProperties.idl>
74 service com::sun::star::style::CharacterProperties;
75 service com::sun::star::style::CharacterPropertiesAsian;
76 service com::sun::star::style::CharacterPropertiesComplex;
77 service com::sun::star::style::ParagraphProperties;
H A DNumberingLevel.idl82 /** Name of the character style that is used for the numbering symbol.
89 numbering type is <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>.
96 numbering type is <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>.
102 numbering type is <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>.
117 <const scope="com::sun::star::style">NumberingType::BITMAP</const>.</p>
146 <const scope="com::sun::star::style">NumberingType::BITMAP</const> or
147 <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>.</p>
179 /** contains the name of the paragraph style that is interpreted as the
186 numbering type is <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>.
191 numbering type is <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>.
H A DChapterNumberingRule.idl27 #include <com/sun/star/style/NumberingRule.idl>
51 <p>In the <type scope="com::sun::star::style">NumberingAlignment</type> only the field
52 <member scope="com::sun::star::style">NumberingAlignment::Alignment</member> is applied.
56 may be ignored. The character style name for the numbering symbol is
62 service com::sun::star::style::NumberingRule;
67 /** contains the name of the paragraph style that marks this heading
72 <p>It is necessary that each style name appears only
/aoo42x/main/extras/source/misc_config/wizard/web/styles/
H A Drgb.css31 font-style: italic;
37 font-style: italic;
58 font-style: italic;
78 font-style: normal;
89 border-top-style: thick;
90 border-right-style: thick;
91 border-bottom-style: thick;
92 border-left-style: thick;
/aoo42x/main/slideshow/qa/debug/
H A Dcolors.sh29 node0 [label="INVALID",style=filled,fillcolor="0.5,0.2,0.5"]
30 node1 [label="UNRESOLVED",style=filled,fillcolor="0.0,1.0,1.0"]
31 node2 [label="RESOLVED",style=filled,fillcolor="0.17328679513998632735430803036454,1.0,1.0"]
32 node4 [label="ACTIVE",style=filled,fillcolor="0.34657359027997265470861606072909,1.0,1.0"]
33 node8 [label="FROZEN",style=filled,fillcolor="0.51986038541995898206292409109363,1.0,1.0"]
34 node16 [label="ENDED",style=filled,fillcolor="0.69314718055994530941723212145818,1.0,1.0"]
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java51 import org.jfree.layouting.input.style.values.CSSNumericType;
52 import org.jfree.layouting.input.style.values.CSSNumericValue;
389 final OfficeStyle style = deriveStyle(OfficeToken.TABLE_ROW, styleName); in processElement() local
390 Element tableRowProperties = style.getTableRowProperties(); in processElement()
397 style.addNode(tableRowProperties); in processElement()
509 if (style == null) in collectBoundaryForElement()
515 final Element tableColumnProperties = style.getTableColumnProperties(); in collectBoundaryForElement()
619 final OfficeStyle style = deriveStyle(OfficeToken.TABLE_COLUMN, ("co" + i + "_")); in createTableColumns() local
622 tableColumnProperties.setNamespace(style.getNamespace()); in createTableColumns()
624 tableColumnProperties.setAttribute(style.getNamespace(), in createTableColumns()
[all …]
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java76 import org.jfree.layouting.input.style.parser.CSSValueFactory;
78 import org.jfree.layouting.input.style.values.CSSNumericType;
79 import org.jfree.layouting.input.style.values.CSSNumericValue;
80 import org.jfree.layouting.layouter.style.CSSValueResolverUtility;
453 final OfficeStyle style = allCommonStyles[i]; in fillStyleNameGenerator() local
461 final OfficeStyle style = allAutoStyles[i]; in fillStyleNameGenerator() local
1308 return style; in deriveStyle()
1532 if (style != null) in computeRowHeight()
1598 if (style != null) in computeColumnWidth()
1660 protected Element produceFirstChild(final Section style, in produceFirstChild() argument
[all …]
H A DStyleUtilities.java199 private static void performFontFaceProcessing(final OfficeStyle style, in performFontFaceProcessing() argument
204 final Element textProperties = style.getTextProperties(); in performFontFaceProcessing()
255 private static void performDataStyleProcessing(final OfficeStyle style, in performDataStyleProcessing() argument
260 …final Section derivedStyle = performDataStyleProcessing(style, stylesCollection, predefCollection,… in performDataStyleProcessing()
277 private static Section performDataStyleProcessing(final Section style, in performDataStyleProcessing() argument
283 final Object attribute = style.getAttribute(OfficeNamespaces.STYLE_NS, attributeName); in performDataStyleProcessing()
589 final OfficeStyle style = predefCollection.getStyle(styleFamily, styleName); in queryStyle() local
590 if (style == null) in queryStyle()
595 final Element section = style.findFirstChild(OfficeNamespaces.STYLE_NS, sectionName); in queryStyle()
604 final String parent = style.getStyleParent(); in queryStyle()

Completed in 107 milliseconds

12345678910>>...38