Home
last modified time | relevance | path

Searched refs:style (Results 76 – 100 of 950) sorted by relevance

12345678910>>...38

/aoo42x/main/svx/qa/unoapi/
H A Dknownissues.xcl60 svx.SvxUnoTextContent::com::sun::star::style::ParagraphProperties
61 svx.SvxUnoTextCursor::com::sun::star::style::ParagraphProperties
62 svx.SvxUnoTextRange::com::sun::star::style::ParagraphProperties
63 svx.SvxGraphicObject::com::sun::star::style::ParagraphProperties
64 svx.SvxShape::com::sun::star::style::ParagraphProperties
65 svx.SvxShapeCircle::com::sun::star::style::ParagraphProperties
66 svx.SvxShapeConnector::com::sun::star::style::ParagraphProperties
67 svx.SvxShapeDimensioning::com::sun::star::style::ParagraphProperties
68 svx.SvxShapePolyPolygon::com::sun::star::style::ParagraphProperties
69 svx.SvxShapePolyPolygonBezier::com::sun::star::style::ParagraphProperties
[all …]
/aoo42x/main/sw/source/core/undo/
H A Dundo.src66 Text [ en-US ] = "Change style: $1" ;
186 Text [ en-US ] = "Replace style: $1 $2 $3" ;
387 Text [ en-US ] = "Apply frame style: $1" ;
500 Text [ en-US ] = "Change page style: $1" ;
504 Text [ en-US ] = "Create page style: $1" ;
508 Text [ en-US ] = "Delete page style: $1" ;
524 Text [ en-US ] = "Create paragraph style: $1" ;
528 Text [ en-US ] = "Delete paragraph style: $1" ;
536 Text [ en-US ] = "Create character style: $1" ;
548 Text [ en-US ] = "Create frame style: $1" ;
[all …]
/aoo42x/main/filter/source/xslt/import/wordml/
H A Dwordml2ooo_props.xsl117 <style:columns>
135 <style:column>
136 <xsl:attribute name="style:rel-width">
150 </style:column>
152 </style:columns>
215 <xsl:variable name="font-style">
223 <xsl:attribute name="fo:font-style">
224 <xsl:value-of select="$font-style"/>
226 <xsl:attribute name="style:font-style-asian">
227 <xsl:value-of select="$font-style"/>
[all …]
/aoo42x/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx1387 GtkStyle * style; in NWPaintGTKScrollbar() local
1591 style = GTK_WIDGET( scrollbarWidget )->style; in NWPaintGTKScrollbar()
1605 gtk_paint_focus( style, gdkDrawable, GTK_STATE_ACTIVE, in NWPaintGTKScrollbar()
1632 gtk_paint_arrow( style, gdkDrawable, stateType, shadowType, in NWPaintGTKScrollbar()
2807 gtk_paint_check( pWidget->style, in NWPaintGTKPopupMenu()
2818 gtk_paint_option( pWidget->style, in NWPaintGTKPopupMenu()
2910 gtk_paint_expander( gWidgetData[m_nScreen].gTreeView->style, in NWPaintGTKListNode()
3029 gtk_paint_box( pWidget->style, in NWPaintGTKSlider()
3038 gtk_paint_slider( pWidget->style, in NWPaintGTKSlider()
3051 gtk_paint_box( pWidget->style, in NWPaintGTKSlider()
[all …]
/aoo42x/main/xmloff/source/style/
H A Dxmltabi.cxx75 style::TabStop aTabStop;
90 const style::TabStop& getTabStop() const { return aTabStop; } in getTabStop()
102 aTabStop.Alignment = style::TabAlign_LEFT; in SvxXMLTabStopContext_Impl()
130 aTabStop.Alignment = style::TabAlign_LEFT; in SvxXMLTabStopContext_Impl()
134 aTabStop.Alignment = style::TabAlign_RIGHT; in SvxXMLTabStopContext_Impl()
138 aTabStop.Alignment = style::TabAlign_CENTER; in SvxXMLTabStopContext_Impl()
142 aTabStop.Alignment = style::TabAlign_DECIMAL; in SvxXMLTabStopContext_Impl()
146 aTabStop.Alignment = style::TabAlign_DEFAULT; in SvxXMLTabStopContext_Impl()
256 uno::Sequence< style::TabStop> aSeq( nCount ); in EndElement()
262 style::TabStop* pTabStops = aSeq.getArray(); in EndElement()
[all …]
H A Dcsmaphdl.cxx41 { XML_NONE, style::CaseMap::NONE },
42 { XML_CASEMAP_LOWERCASE, style::CaseMap::LOWERCASE },
43 { XML_CASEMAP_UPPERCASE, style::CaseMap::UPPERCASE },
44 { XML_CASEMAP_CAPITALIZE, style::CaseMap::TITLE },
102 rValue <<= (sal_Int16)style::CaseMap::SMALLCAPS; in importXML()
107 rValue <<= (sal_Int16)style::CaseMap::NONE; in importXML()
123 case style::CaseMap::NONE: in exportXML()
126 case style::CaseMap::SMALLCAPS: in exportXML()
/aoo42x/main/offapi/com/sun/star/style/
H A DNumberingLevel.idl29 module com { module sun { module star { module style {
33 // DocMerge from xml: service com::sun::star::style::NumberingLevel
46 // DocMerge from xml: property com::sun::star::style::NumberingLevel::NumberingType
53 // DocMerge from xml: property com::sun::star::style::NumberingLevel::ParentNumbering
61 // DocMerge from xml: property com::sun::star::style::NumberingLevel::Prefix
68 // DocMerge from xml: property com::sun::star::style::NumberingLevel::Suffix
75 // DocMerge from xml: property com::sun::star::style::NumberingLevel::CharStyleName
76 /** This is the name of the character style that is used for the symbol(s).
82 // DocMerge from xml: property com::sun::star::style::NumberingLevel::BulletId
96 // DocMerge from xml: property com::sun::star::style::NumberingLevel::GraphicURL
[all …]
H A DPageProperties.idl39 #include <com/sun/star/style/PageStyleLayout.idl>
43 #include <com/sun/star/style/GraphicLocation.idl>
68 module com { module sun { module star { module style {
72 /** describes the style of pages.
120 /** determines the style of the left border line of the page.
124 /** determines the style of the right border line of the page.
128 /** determines the style of the top border line of the page.
132 /** determines the style of the bottom border line of the page.
248 /** determines the style of the top border line of the header.
343 /** contains the style of the left border line of the footer.
[all …]
H A DCharacterStyle.idl27 #include <com/sun/star/style/CharacterProperties.idl>
31 #include <com/sun/star/style/Style.idl>
36 module com { module sun { module star { module style {
50 /// specifies the style properties.
53 the character in the parent style.
57 the character in the parent style.
61 the character in the parent style in Asian text.
65 the character in the parent style in Asian text.
69 the character in the parent style in complex text.
73 the character in the parent style in complex text.
H A DStyleFamily.idl37 module com { module sun { module star { module style {
41 // DocMerge from xml: service com::sun::star::style::StyleFamily
42 /** This service is a container of style sheets of the same style family.@see StyleFamilies
48 …// DocMerge from xml: service com::sun::star::style::StyleFamily: interface com::sun::star::contai…
50 the style sheets within this family by name.
58 …// DocMerge from xml: service com::sun::star::style::StyleFamily: interface com::sun::star::contai…
60 remove the style sheets within this family by name.
67 …// DocMerge from xml: service com::sun::star::style::StyleFamily: interface com::sun::star::contai…
68 /** This optional interface makes it possible to access the style sheets
H A DXStyleSupplier.idl30 #include <com/sun/star/style/XStyle.idl>
42 module style
47 /** get the currently set style.
49 @return the style. If no style was set, the returned object
54 ::com::sun::star::style::XStyle getStyle();
56 /** @param xStyle If you want to remove an existing style, you can
61 void setStyle( [in] ::com::sun::star::style::XStyle xStyle )
65 } ; // style
H A DNumberingAlignment.idl27 #include <com/sun/star/style/HorizontalAlignment.idl>
33 module com { module sun { module star { module style {
37 // DocMerge from xml: service com::sun::star::style::NumberingAlignment
44 // DocMerge from xml: property com::sun::star::style::NumberingAlignment::Alignment
45 …/** set the alignment from the numbering. Use the com::sun::star::style::HorizontalAlignment enum …
47 [property] com::sun::star::style::HorizontalAlignment Alignment;
51 // DocMerge from xml: property com::sun::star::style::NumberingAlignment::TextMarginDistance
58 // DocMerge from xml: property com::sun::star::style::NumberingAlignment::TextNumberingDistance
65 // DocMerge from xml: property com::sun::star::style::NumberingAlignment::Insertion
/aoo42x/main/offapi/com/sun/star/text/
H A DTextRange.idl39 #include <com/sun/star/style/CharacterProperties.idl>
43 #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>
91 service com::sun::star::style::CharacterProperties;
93 [optional] service com::sun::star::style::CharacterPropertiesAsian;
95 [optional] service com::sun::star::style::CharacterPropertiesComplex;
97 service com::sun::star::style::ParagraphProperties;
[all …]
H A DBaseIndex.idl41 #include <com/sun/star/style/GraphicLocation.idl>
79 /** contains the name of the paragraph style that is applied to the heading.*/
83 /** contains the name of the paragraph style that is applied to the 1st level.*/
87 /** contains the name of the paragraph style that is applied to the 2nd level.*/
91 /** contains the name of the paragraph style that is applied to the 3rd level.*/
95 /** contains the name of the paragraph style that is applied to the 4th level.*/
99 /** contains the name of the paragraph style that is applied to the 5th level.*/
103 /** contains the name of the paragraph style that is applied to the 6th level.*/
107 /** contains the name of the paragraph style that is applied to the 7th level.*/
111 /** contains the name of the paragraph style that is applied to the 8th level.*/
[all …]
/aoo42x/main/qadevOOo/runner/util/
H A DValueChanger.java135 com.sun.star.style.LineSpacing LS = new com.sun.star.style.LineSpacing(); in changePValue()
136 com.sun.star.style.LineSpacing LSold = (com.sun.star.style.LineSpacing) oldValue; in changePValue()
160 com.sun.star.style.TabStop TS = new com.sun.star.style.TabStop(); in changePValue()
161 com.sun.star.style.TabStop TSold = (com.sun.star.style.TabStop) oldValue; in changePValue()
162 com.sun.star.style.TabAlign TA1 = com.sun.star.style.TabAlign.CENTER; in changePValue()
163 com.sun.star.style.TabAlign TA2 = com.sun.star.style.TabAlign.RIGHT; in changePValue()
174 com.sun.star.style.DropCapFormat DCF = new com.sun.star.style.DropCapFormat(); in changePValue()
696 com.sun.star.style.BreakType BT4 = com.sun.star.style.BreakType.PAGE_AFTER; in changePValue()
698 com.sun.star.style.BreakType BT6 = com.sun.star.style.BreakType.PAGE_BOTH; in changePValue()
699 com.sun.star.style.BreakType BT7 = com.sun.star.style.BreakType.NONE; in changePValue()
[all …]
/aoo42x/test/testuno/source/fvt/uno/sw/puretext/
H A DCharacterChangeCase.java64 xCursorProps.setPropertyValue("CharCaseMap",new Short(com.sun.star.style.CaseMap.LOWERCASE)); in testCharacterLowerCaseSetting()
92 …assertEquals("assert character casemap",com.sun.star.style.CaseMap.LOWERCASE,xCursorProps_assert_o… in testCharacterLowerCaseSetting()
99 …assertEquals("assert character casemap",com.sun.star.style.CaseMap.NONE,xCursorProps_assert_doc.ge… in testCharacterLowerCaseSetting()
113 xCursorProps.setPropertyValue("CharCaseMap",com.sun.star.style.CaseMap.UPPERCASE); in testCharacterUpperCaseSetting()
160 xCursorProps.setPropertyValue("CharCaseMap",com.sun.star.style.CaseMap.SMALLCAPS); in testCharacterSmallCapsSetting()
207 xCursorProps.setPropertyValue("CharCaseMap",new Short(com.sun.star.style.CaseMap.TITLE)); in testCharacterCapitalEveryWordSetting()
234 …assertEquals("assert character casemap",com.sun.star.style.CaseMap.TITLE,xCursorProps_assert_odt.g… in testCharacterCapitalEveryWordSetting()
240 …assertEquals("assert character casemap",com.sun.star.style.CaseMap.NONE,xCursorProps_assert_doc.ge… in testCharacterCapitalEveryWordSetting()
254 xCursorProps.setPropertyValue("CharCaseMap",new Short(com.sun.star.style.CaseMap.NONE)); in testCharacterNoCaseSetting()
281 …assertEquals("assert character casemap",com.sun.star.style.CaseMap.NONE,xCursorProps_assert_odt.ge… in testCharacterNoCaseSetting()
[all …]
/aoo42x/main/editeng/source/items/
H A Dparaitem.cxx152 style::LineSpacing aLSp; in QueryValue()
158 aLSp.Mode = style::LineSpacingMode::LEADING; in QueryValue()
163 aLSp.Mode = style::LineSpacingMode::PROP; in QueryValue()
168 aLSp.Mode = style::LineSpacingMode::PROP; in QueryValue()
174 …aLSp.Mode = eLineSpace == SVX_LINE_SPACE_FIX ? style::LineSpacingMode::FIX : style::LineSpacingMod… in QueryValue()
200 style::LineSpacing aLSp; in PutValue()
218 case style::LineSpacingMode::LEADING: in PutValue()
228 case style::LineSpacingMode::PROP: in PutValue()
238 case style::LineSpacingMode::FIX: in PutValue()
239 case style::LineSpacingMode::MINIMUM: in PutValue()
[all …]
/aoo42x/main/svx/source/items/
H A Dpageitem.cxx182 style::PageStyleLayout eRet; in QueryValue()
185 case SVX_PAGE_LEFT: eRet = style::PageStyleLayout_LEFT; break; in QueryValue()
186 case SVX_PAGE_RIGHT: eRet = style::PageStyleLayout_RIGHT; break; in QueryValue()
187 case SVX_PAGE_ALL: eRet = style::PageStyleLayout_ALL; break; in QueryValue()
188 case SVX_PAGE_MIRROR: eRet = style::PageStyleLayout_MIRRORED; break; in QueryValue()
219 style::PageStyleLayout eLayout; in PutValue()
225 eLayout = (style::PageStyleLayout)nValue; in PutValue()
230 case style::PageStyleLayout_LEFT: eUse |= SVX_PAGE_LEFT ; break; in PutValue()
231 case style::PageStyleLayout_RIGHT: eUse |= SVX_PAGE_RIGHT ; break; in PutValue()
232 case style::PageStyleLayout_ALL: eUse |= SVX_PAGE_ALL ; break; in PutValue()
[all …]
/aoo42x/main/vcl/unx/gtk/a11y/
H A Datktextattributes.cxx485 case style::ParagraphAdjust_LEFT: in Adjust2Justification()
489 case style::ParagraphAdjust_RIGHT: in Adjust2Justification()
493 case style::ParagraphAdjust_BLOCK: in Adjust2Justification()
494 case style::ParagraphAdjust_STRETCH: in Adjust2Justification()
498 case style::ParagraphAdjust_CENTER: in Adjust2Justification()
737 case style::CaseMap::SMALLCAPS: in CaseMap2String()
758 nCaseMap = style::CaseMap::NONE; in String2CaseMap()
760 nCaseMap = style::CaseMap::SMALLCAPS; in String2CaseMap()
999 style::LineSpacing ls; in LineSpacing2LineHeight()
1041 case style::TabAlign_LEFT : in TabStopList2String()
[all …]
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A Dstyle-mapping.txt1 <style:style style:name="S1" style:family="graphics">
2 <style:section-properties fo:background-color="#ffffff"/>
3 </style:style>
7 *[draw|style-name~="S1"]
/aoo42x/main/vcl/source/gdi/
H A Dimpimagetree.cxx115 bool ImplImageTree::checkStyle(rtl::OUString const & style) in checkStyle() argument
121 if (checkStyleCacheLookup(style, exists)) { in checkStyle()
125 setStyle(style); in checkStyle()
142 m_checkStyleCache[style] = exists; in checkStyle()
147 rtl::OUString const & name, rtl::OUString const & style, BitmapEx & bitmap, in loadImage() argument
150 setStyle(style); in loadImage()
205 void ImplImageTree::setStyle(rtl::OUString const & style) { in setStyle() argument
207 if (style != m_style) { in setStyle()
208 m_style = style; in setStyle()
283 rtl::OUString const & style, bool &exists) in checkStyleCacheLookup() argument
[all …]
/aoo42x/main/offapi/com/sun/star/drawing/
H A DTextProperties.idl31 #include <com/sun/star/style/CharacterProperties.idl>
35 #include <com/sun/star/style/CharacterPropertiesAsian.idl>
39 #include <com/sun/star/style/CharacterPropertiesComplex.idl>
43 #include <com/sun/star/style/ParagraphProperties.idl>
47 #include <com/sun/star/style/ParagraphPropertiesAsian.idl>
51 #include <com/sun/star/style/ParagraphPropertiesComplex.idl>
97 service com::sun::star::style::CharacterProperties;
104 [optional] service com::sun::star::style::CharacterPropertiesAsian;
118 service com::sun::star::style::ParagraphProperties;
125 [optional] service com::sun::star::style::ParagraphPropertiesAsian;
[all …]
/aoo42x/main/sw/source/filter/ww8/
H A Dww8par3.cxx760 nType = style::NumberingType::ARABIC; in ReadLVL()
763 nType = style::NumberingType::ROMAN_UPPER; in ReadLVL()
766 nType = style::NumberingType::ROMAN_LOWER; in ReadLVL()
776 nType = style::NumberingType::ARABIC; in ReadLVL()
783 nType = style::NumberingType::BITMAP; in ReadLVL()
788 nType = style::NumberingType::NUMBER_NONE; in ReadLVL()
816 nType = style::NumberingType::ARABIC; in ReadLVL()
821 if (style::NumberingType::NUMBER_NONE == nType) in ReadLVL()
877 if (style::NumberingType::CHAR_SPECIAL == nType) in ReadLVL()
949 if( style::NumberingType::CHAR_SPECIAL == nType ) in ReadLVL()
[all …]
/aoo42x/main/odk/examples/DevelopersGuide/Drawing/
H A DStyleDemo.java85 com.sun.star.style.XStyleFamiliesSupplier xSFS = in main()
86 (com.sun.star.style.XStyleFamiliesSupplier) in main()
88 com.sun.star.style.XStyleFamiliesSupplier.class, xModel ); in main()
111 com.sun.star.style.XStyle xStyle = (com.sun.star.style.XStyle) in main()
113 com.sun.star.style.XStyle.class, aStyleObj ); in main()
138 com.sun.star.style.XStyle xTitle1Style = (com.sun.star.style.XStyle) in main()
139 UnoRuntime.queryInterface( com.sun.star.style.XStyle.class, obj ); in main()
/aoo42x/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx1705 style::LineSpacing aSpacing; in lcl_attribute()
2390 style::LineSpacing aSpacing; in sprmWithProps()
2948 … uno::makeAny( nIntValue != 0 ? style::CaseMap::SMALLCAPS : style::CaseMap::NONE)); in sprmWithProps()
2953 … uno::makeAny( nIntValue != 0 ? style::CaseMap::UPPERCASE : style::CaseMap::NONE)); in sprmWithProps()
4774 nAdjust = style::ParagraphAdjust_CENTER; in handleParaJustification()
4777 …nAdjust = static_cast< sal_Int16 > (bExchangeLeftRight ? style::ParagraphAdjust_LEFT : style::Para… in handleParaJustification()
4783 nAdjust = style::ParagraphAdjust_BLOCK; in handleParaJustification()
4787 …nAdjust = static_cast< sal_Int16 > (bExchangeLeftRight ? style::ParagraphAdjust_RIGHT : style::Par… in handleParaJustification()
4878 return com::sun::star::style::TabAlign_LEFT; in getTabAlignFromValue()
4882 return com::sun::star::style::TabAlign_RIGHT; in getTabAlignFromValue()
[all …]

Completed in 1934 milliseconds

12345678910>>...38