Home
last modified time | relevance | path

Searched refs:style (Results 51 – 75 of 950) sorted by relevance

12345678910>>...38

/aoo42x/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx464 kapp->style().drawControl( QStyle::CE_PushButton, in drawStyledWidget()
481 kapp->style().drawControl( QStyle::CE_RadioButton, in drawStyledWidget()
487 kapp->style().drawControl( QStyle::CE_CheckBox, in drawStyledWidget()
587 kapp->style().drawControl( QStyle::CE_TabBarTab, in drawStyledWidget()
600 kapp->style().drawPrimitive( QStyle::PE_Panel, in drawStyledWidget()
809 int nIndicatorSize = kapp->style().pixelMetric( in pushButton()
838 qRect.setWidth( kapp->style().pixelMetric( in radioButton()
840 qRect.setHeight( kapp->style().pixelMetric( in radioButton()
867 qRect.setWidth( kapp->style().pixelMetric( in checkBox()
869 qRect.setHeight( kapp->style().pixelMetric( in checkBox()
[all …]
/aoo42x/main/xmloff/source/style/
H A Dbreakhdl.cxx65 style::BreakType eBreak; in importXML()
86 style::BreakType eBreak; in exportXML()
94 eBreak = (style::BreakType) nValue; in exportXML()
103 case style::BreakType_PAGE_BEFORE: in exportXML()
106 case style::BreakType_NONE: in exportXML()
136 style::BreakType eBreak; in importXML()
157 style::BreakType eBreak; in exportXML()
165 eBreak = (style::BreakType) nValue; in exportXML()
171 case style::BreakType_COLUMN_AFTER: in exportXML()
174 case style::BreakType_PAGE_AFTER: in exportXML()
[all …]
H A Dlspachdl.cxx60 style::LineSpacing aLSp; in importXML()
65 aLSp.Mode = style::LineSpacingMode::PROP; in importXML()
72 aLSp.Mode = style::LineSpacingMode::PROP; in importXML()
77 aLSp.Mode = style::LineSpacingMode::FIX; in importXML()
91 style::LineSpacing aLSp; in exportXML()
95 if( style::LineSpacingMode::PROP != aLSp.Mode && style::LineSpacingMode::FIX != aLSp.Mode ) in exportXML()
123 style::LineSpacing aLSp; in importXML()
126 aLSp.Mode = style::LineSpacingMode::MINIMUM; in importXML()
139 style::LineSpacing aLSp; in exportXML()
164 style::LineSpacing aLSp; in importXML()
[all …]
H A Dadjushdl.cxx42 { XML_START, style::ParagraphAdjust_LEFT },
43 { XML_END, style::ParagraphAdjust_RIGHT },
44 { XML_CENTER, style::ParagraphAdjust_CENTER },
45 { XML_JUSTIFY, style::ParagraphAdjust_BLOCK },
46 { XML_JUSTIFIED, style::ParagraphAdjust_BLOCK }, // obsolete
47 { XML_LEFT, style::ParagraphAdjust_LEFT },
48 { XML_RIGHT, style::ParagraphAdjust_RIGHT },
54 { XML_START, style::ParagraphAdjust_LEFT },
55 { XML_CENTER, style::ParagraphAdjust_CENTER },
56 { XML_JUSTIFY, style::ParagraphAdjust_BLOCK },
[all …]
H A Dxmltabe.cxx46 { XML_LEFT, style::TabAlign_LEFT },
47 { XML_CENTER, style::TabAlign_CENTER },
48 { XML_RIGHT, style::TabAlign_RIGHT },
49 { XML_CHAR, style::TabAlign_DECIMAL },
50 { XML_DEFAULT, style::TabAlign_DEFAULT }, // ?????????????????????????????????????
54 void SvxXMLTabStopExport::exportTabStop( const ::com::sun::star::style::TabStop* pTabStop ) in exportTabStop()
67 if( style::TabAlign_LEFT != pTabStop->Alignment ) in exportTabStop()
76 if( style::TabAlign_DECIMAL == pTabStop->Alignment && in exportTabStop()
113 uno::Sequence< ::com::sun::star::style::TabStop> aSeq; in Export()
120 const ::com::sun::star::style::TabStop* pTabs = aSeq.getConstArray(); in Export()
[all …]
/aoo42x/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphInsertBreak.java63 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_BeforeBreak_NoSplit_KeepTogether()
115 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_BeforeBreak_Orphan_WindowControl()
167 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_AFTER); in InsertPage_AfterBreak()
305 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_Endnote_BeforeBreak()
357 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_Envelop_BeforeBreak()
409 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_Firstpage_BeforeBreak()
460 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_Footnote_BeforeBreak()
511 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_HTML_BeforeBreak()
562 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_Index_BeforeBreak()
613 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_Landscape_BeforeBreak()
[all …]
H A DParagraphBackGraphic.java73 …xCursorProps.setPropertyValue("ParaBackGraphicLocation",com.sun.star.style.GraphicLocation.LEFT_BO… in testParagraphBackGraphic_LeftBottom()
133 …xCursorProps.setPropertyValue("ParaBackGraphicLocation",com.sun.star.style.GraphicLocation.LEFT_MI… in testParagraphBackGraphic_LeftMiddle()
193 …xCursorProps.setPropertyValue("ParaBackGraphicLocation",com.sun.star.style.GraphicLocation.LEFT_TO… in testParagraphBackGraphic_LeftTop()
253 …xCursorProps.setPropertyValue("ParaBackGraphicLocation",com.sun.star.style.GraphicLocation.MIDDLE_… in testParagraphBackGraphic_MiddleBottom()
313 …xCursorProps.setPropertyValue("ParaBackGraphicLocation",com.sun.star.style.GraphicLocation.MIDDLE_… in testParagraphBackGraphic_MiddleMiddle()
373 …xCursorProps.setPropertyValue("ParaBackGraphicLocation",com.sun.star.style.GraphicLocation.MIDDLE_… in testParagraphBackGraphic_MiddleTop()
434 …xCursorProps.setPropertyValue("ParaBackGraphicLocation",com.sun.star.style.GraphicLocation.RIGHT_B… in testParagraphBackGraphic_RightBottom()
554 …xCursorProps.setPropertyValue("ParaBackGraphicLocation",com.sun.star.style.GraphicLocation.RIGHT_T… in testParagraphBackGraphic_RightTop()
614 xCursorProps.setPropertyValue("ParaBackGraphicLocation",com.sun.star.style.GraphicLocation.AREA); in testParagraphBackGraphic_Area()
674 xCursorProps.setPropertyValue("ParaBackGraphicLocation",com.sun.star.style.GraphicLocation.TILED); in testParagraphBackGraphic_Titled()
[all …]
/aoo42x/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx610 int size = kapp->style()->pixelMetric( in getNativeControlRegion()
699 contentRect = kapp->style()->subControlRect( in getNativeControlRegion()
722 contentRect = kapp->style()->subControlRect( in getNativeControlRegion()
730 contentRect = kapp->style()->subControlRect( in getNativeControlRegion()
738 contentRect = kapp->style()->subControlRect( in getNativeControlRegion()
787 2 * kapp->style()->pixelMetric( in getNativeControlRegion()
789 2 * kapp->style()->pixelMetric( in getNativeControlRegion()
831 qRect = kapp->style()->subControlRect( in getNativeControlRegion()
864 qRect = kapp->style()->subControlRect( in getNativeControlRegion()
870 qRect.setLeft( kapp->style()->subControlRect( in getNativeControlRegion()
[all …]
/aoo42x/main/offapi/com/sun/star/style/
H A DParagraphStyle.idl27 #include <com/sun/star/style/ParagraphProperties.idl>
31 #include <com/sun/star/style/Style.idl>
61 /// specifies the style properties.
65 of the parent style.
75 of the parent style.
85 of the parent style.
95 of the parent style.
103 …/** determines the category of a paragraph style. @see com::sun::star::style::ParagraphStyleCatego…
112 the character in the parent style.
118 the character in the parent style in Asian text.
[all …]
H A DStyle.idl27 #include <com/sun/star/style/XStyle.idl>
49 module com { module sun { module star { module style {
53 /** This service specifies a single style sheet.
66 interface com::sun::star::style::XStyle;
80 /** determines if a style is physically created.
84 useful to check if the style is created first.
106 that the style is applied to are changed.
109 are changed then the style will be updated accordingly.</p>
117 paragraph style.</p>
123 <p>Assigning an empty string to the style name will disable
[all …]
H A DStyleFamilies.idl37 module com { module sun { module star { module style {
45 <p>Examples of style families may be:
49 <dd>the container of style sheets for sequences of characters
55 <dd>the container of style sheets for text paragraphs
60 <dd>the container of style sheets for text frames
65 <dd>the container of style sheets for pages
70 <dd>the container for style sheets for numbering
75 <dd>the container for style sheets for cells
80 <dd>the container for style sheets for shapes
91 style families by their names.
[all …]
H A DGraphicLocation.idl29 module com { module sun { module star { module style {
33 // DocMerge from xml: enum com::sun::star::style::GraphicLocation
41 // DocMerge from xml: value com::sun::star::style::GraphicLocation::NONE
48 // DocMerge from xml: value com::sun::star::style::GraphicLocation::LEFT_TOP
55 // DocMerge from xml: value com::sun::star::style::GraphicLocation::MIDDLE_TOP
62 // DocMerge from xml: value com::sun::star::style::GraphicLocation::RIGHT_TOP
69 // DocMerge from xml: value com::sun::star::style::GraphicLocation::LEFT_MIDDLE
83 // DocMerge from xml: value com::sun::star::style::GraphicLocation::RIGHT_MIDDLE
90 // DocMerge from xml: value com::sun::star::style::GraphicLocation::LEFT_BOTTOM
111 // DocMerge from xml: value com::sun::star::style::GraphicLocation::AREA
[all …]
H A DParagraphProperties.idl27 #include <com/sun/star/style/ParagraphAdjust.idl>
35 #include <com/sun/star/style/LineSpacing.idl>
39 #include <com/sun/star/style/GraphicLocation.idl>
43 #include <com/sun/star/style/TabStop.idl>
47 #include <com/sun/star/style/DropCapFormat.idl>
60 #include <com/sun/star/style/BreakType.idl>
72 /** describes the style of paragraphs.
117 @see com::sun::star::style::GraphicLocation
195 of the new page style sheet to use.
213 mode property of the page style is switched on.</p>
[all …]
/aoo42x/main/offapi/com/sun/star/ui/
H A DItemStyle.idl62 <p>This style is only valid for an item which describes a statusbar item.
69 <p>This style is only valid for an item which describes a statusbar item.
76 <p>This style is only valid for an item which describes a statusbar item.
83 <p>This style is only valid for an item which describes a statusbar item.
89 <p>This style is only valid for an item which describes a statusbar item.
102 <p>This style is only valid if the item describes a statusbar item.</p>
115 <p>This style is only valid if the item describes a toolbar item.</p>
122 style of the toolbar is set to symboltext.</p>
129 <p>This style is only valid if the item describes a toolbar item.</p>
136 <p>This style is only valid if the item describes a toolbar item.</p>
[all …]
/aoo42x/main/sw/qa/unoapi/
H A Dknownissues.xcl48 sw.PageStyle::com::sun::star::style::PageProperties
51 sw.PageStyle::com::sun::star::style::XStyle
89 sw.SwXParagraph::com::sun::star::style::ParagraphProperties
90 sw.SwXTextCursor::com::sun::star::style::ParagraphProperties
91 sw.SwXTextPortion::com::sun::star::style::ParagraphProperties
92 sw.SwXTextRange::com::sun::star::style::ParagraphProperties
95 sw.ParagraphStyle::com::sun::star::style::ParagraphProperties
96 sw.SwXCellRange::com::sun::star::style::ParagraphProperties
97 sw.SwXTextDefaults::com::sun::star::style::ParagraphProperties
101 sw.SwXParagraph::com::sun::star::style::CharacterProperties
[all …]
/aoo42x/test/testuno/source/fvt/uno/sw/table/
H A DTableInsertBreak.java71 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_BeforeBreak_Split_KeepTogether()
133 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_AFTER); in InsertPage_AfterBreak()
298 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_Endnote_BeforeBreak()
359 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_Envelop_BeforeBreak()
420 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_Firstpage_BeforeBreak()
480 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_Footnote_BeforeBreak()
540 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_HTML_BeforeBreak()
600 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_Index_BeforeBreak()
660 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_Landscape_BeforeBreak()
720 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_LeftPage_BeforeBreak()
[all …]
/aoo42x/main/svx/source/items/
H A Dalgitem.cxx132 sal_Int16 nAdjust = style::ParagraphAdjust_LEFT; in QueryValue()
138 case SVX_HOR_JUSTIFY_LEFT: nAdjust = style::ParagraphAdjust_LEFT; break; in QueryValue()
139 case SVX_HOR_JUSTIFY_CENTER: nAdjust = style::ParagraphAdjust_CENTER; break; in QueryValue()
140 case SVX_HOR_JUSTIFY_RIGHT: nAdjust = style::ParagraphAdjust_RIGHT; break; in QueryValue()
191 case style::ParagraphAdjust_LEFT: eSvx = SVX_HOR_JUSTIFY_LEFT; break; in PutValue()
192 case style::ParagraphAdjust_RIGHT: eSvx = SVX_HOR_JUSTIFY_RIGHT; break; in PutValue()
193 case style::ParagraphAdjust_STRETCH: in PutValue()
194 case style::ParagraphAdjust_BLOCK: eSvx = SVX_HOR_JUSTIFY_BLOCK; break; in PutValue()
195 case style::ParagraphAdjust_CENTER: eSvx = SVX_HOR_JUSTIFY_CENTER; break; in PutValue()
279 style::VerticalAlignment eUno = style::VerticalAlignment_TOP; in QueryValue()
[all …]
/aoo42x/main/offapi/com/sun/star/text/
H A DCellRange.idl43 #include <com/sun/star/style/ParagraphProperties.idl>
46 #include <com/sun/star/style/ParagraphPropertiesAsian.idl>
49 #include <com/sun/star/style/ParagraphPropertiesComplex.idl>
52 #include <com/sun/star/style/CharacterPropertiesAsian.idl>
55 #include <com/sun/star/style/CharacterPropertiesComplex.idl>
58 #include <com/sun/star/style/CharacterProperties.idl>
64 #include <com/sun/star/style/GraphicLocation.idl>
82 service com::sun::star::style::CharacterProperties;
84 service com::sun::star::style::CharacterPropertiesAsian;
86 service com::sun::star::style::CharacterPropertiesComplex;
[all …]
H A DParagraph.idl27 #include <com/sun/star/style/ParagraphProperties.idl>
30 #include <com/sun/star/style/ParagraphPropertiesAsian.idl>
33 #include <com/sun/star/style/ParagraphPropertiesComplex.idl>
37 #include <com/sun/star/style/CharacterProperties.idl>
40 #include <com/sun/star/style/CharacterPropertiesAsian.idl>
43 #include <com/sun/star/style/CharacterPropertiesComplex.idl>
85 [optional] service com::sun::star::style::ParagraphProperties;
94 [optional] service com::sun::star::style::CharacterProperties;
111 itself (or its style sheet). So this interface may show
114 own style properties set.
[all …]
H A DDefaults.idl27 #include <com/sun/star/style/CharacterProperties.idl>
30 #include <com/sun/star/style/ParagraphProperties.idl>
33 #include <com/sun/star/style/CharacterPropertiesAsian.idl>
36 #include <com/sun/star/style/CharacterPropertiesComplex.idl>
39 #include <com/sun/star/style/ParagraphPropertiesAsian.idl>
42 #include <com/sun/star/style/ParagraphPropertiesComplex.idl>
60 service com::sun::star::style::CharacterProperties;
62 service com::sun::star::style::ParagraphProperties;
64 [optional] service com::sun::star::style::CharacterPropertiesAsian;
66 [optional] service com::sun::star::style::CharacterPropertiesComplex;
[all …]
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DOfficeStyles.java122 public void addStyle(final OfficeStyle style) in addStyle() argument
124 if (style == null) in addStyle()
128 final String styleFamily = style.getStyleFamily(); in addStyle()
133 if (style.getStyleName() == null) in addStyle()
137 styles.put(new StyleKey(styleFamily, style.getStyleName()), style); in addStyle()
140 public void addPageStyle(final PageLayout style) in addPageStyle() argument
142 pageStyles.put(style.getStyleName(), style); in addPageStyle() local
150 public void addDataStyle(final DataStyle style) in addDataStyle() argument
152 dataStyles.put(style.getStyleName(), style); in addDataStyle() local
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java54 import org.jfree.layouting.input.style.values.CSSNumericValue;
413 final OfficeStyle style = new OfficeStyle(); in generateSectionStyle() local
414 style.setNamespace(OfficeNamespaces.STYLE_NS); in generateSectionStyle()
415 style.setType("style"); in generateSectionStyle()
416 style.setAttribute(OfficeNamespaces.STYLE_NS, NAME, styleName); in generateSectionStyle()
418 style.addNode(sectionProperties); in generateSectionStyle()
420 automaticStyles.addStyle(style); in generateSectionStyle()
632 OfficeStyle style = null; in startOther() local
657 if (style == null) in startOther()
668 style.addNode(paragraphProps); in startOther()
[all …]
/aoo42x/main/oox/source/dump/
H A Ddffdumper.ini286 # fill style
319 # line style
323 # shadow style
330 # 3d style
344 # left line style
348 # top line style
352 # right line style
461 # fill style
492 # line style
505 # shadow style
[all …]
/aoo42x/main/offapi/com/sun/star/sheet/
H A DTableCellStyle.idl32 #include <com/sun/star/style/CellStyle.idl>
36 #include <com/sun/star/style/CharacterProperties.idl>
40 #include <com/sun/star/style/CharacterPropertiesAsian.idl>
44 #include <com/sun/star/style/CharacterPropertiesComplex.idl>
48 #include <com/sun/star/style/ParagraphProperties.idl>
57 /** contains the properties of a table cell style.
75 service com::sun::star::style::CellStyle;
81 service com::sun::star::style::CharacterProperties;
87 service com::sun::star::style::CharacterPropertiesAsian;
93 service com::sun::star::style::CharacterPropertiesComplex;
[all …]
/aoo42x/main/sc/qa/unoapi/
H A Dknownissues.xcl96 sc.ScAnnotationShapeObj::com::sun::star::style::ParagraphProperties
97 sc.ScCellCursorObj::com::sun::star::style::ParagraphProperties
98 sc.ScCellObj::com::sun::star::style::ParagraphProperties
99 sc.ScCellRangeObj::com::sun::star::style::ParagraphProperties
100 sc.ScCellRangesObj::com::sun::star::style::ParagraphProperties
101 sc.ScCellTextCursor::com::sun::star::style::ParagraphProperties
102 sc.ScTableSheetObj::com::sun::star::style::ParagraphProperties
103 sc.ScHeaderFooterTextCursor::com::sun::star::style::ParagraphProperties
119 sc.ScStyleObj::com::sun::star::style::Style
204 sc.ScAnnotationShapeObj::com::sun::star::style::CharacterProperties
[all …]

Completed in 119 milliseconds

12345678910>>...38