Home
last modified time | relevance | path

Searched refs:style (Results 126 – 150 of 950) sorted by relevance

12345678910>>...38

/aoo42x/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx385 static const style::TabAlign aTabAlignFromWord[] = in ModifyCurrentTabStop()
387 style::TabAlign_LEFT, in ModifyCurrentTabStop()
388 style::TabAlign_CENTER, in ModifyCurrentTabStop()
389 style::TabAlign_RIGHT, in ModifyCurrentTabStop()
390 style::TabAlign_DECIMAL, in ModifyCurrentTabStop()
391 style::TabAlign_LEFT in ModifyCurrentTabStop()
407 …DeletableTabStop(style::TabStop(ConversionHelper::convertTwipToMM100(nValue), style::TabAlign_LEFT… in ModifyCurrentTabStop()
465 style::TabStop* pArray = aRet.getArray(); in GetCurrentTabStopAndClear()
745 style::DropCapFormat aDrop; in finishParagraph()
1588 {"Arabic", style::NumberingType::ARABIC} in lcl_ParseNumberingType()
[all …]
/aoo42x/main/winaccessibility/source/UAccCOM/
H A DAccEditableText.cpp323 vector< ::com::sun::star::style::TabStop > vecTabStop; in get_AnyFromOLECHAR()
324 ::com::sun::star::style::TabStop tabStop; in get_AnyFromOLECHAR()
350 … tabStop.Alignment = (::com::sun::star::style::TabAlign)ouSubValue.toInt32(); in get_AnyFromOLECHAR()
407 Sequence< ::com::sun::star::style::TabStop > seqTabStop(iSeqLen); in get_AnyFromOLECHAR()
421 seqTabStop[0].Alignment = ::com::sun::star::style::TabAlign_DEFAULT; in get_AnyFromOLECHAR()
427 rAny.setValue(&seqTabStop, getCppuType((Sequence< ::com::sun::star::style::TabStop >*)0)); in get_AnyFromOLECHAR()
432 ::com::sun::star::style::LineSpacing lineSpacing; in get_AnyFromOLECHAR()
470 rAny.setValue(&lineSpacing, getCppuType((::com::sun::star::style::LineSpacing* )0)); in get_AnyFromOLECHAR()
/aoo42x/main/offapi/com/sun/star/style/
H A DXAutoStylesSupplier.idl31 #include <com/sun/star/style/XAutoStyles.idl>
36 module com { module sun { module star { module style {
40 // DocMerge from xml: interface com::sun::star::style::XStyleFamiliesSupplier
41 /** This interface provides access to the style families within the
48 /** This method returns the collection of automatic style families available
51 com::sun::star::style::XAutoStyles getAutoStyles();
H A DNumberingRule.idl27 #include <com/sun/star/style/NumberingAlignment.idl>
31 #include <com/sun/star/style/NumberingLevel.idl>
37 module com { module sun { module star { module style {
41 // DocMerge from xml: service com::sun::star::style::NumberingRule
50 service com::sun::star::style::NumberingAlignment;
53 service com::sun::star::style::NumberingLevel;
H A DXStyle.idl37 module com { module sun { module star { module style {
41 /** specifies a template for a style (aka style sheet).
47 /** identifies a style as defined by the user.
61 the name of the parent style, probably empty.
67 /** sets the name of the parent style.
H A DLineSpacingMode.idl29 module com { module sun { module star { module style {
33 // DocMerge from idl: constants com::sun::star::style::LineSpacingMode
40 // DocMerge from idl: value com::sun::star::style::LineSpacingMode::PROP
47 // DocMerge from idl: value com::sun::star::style::LineSpacingMode::MINIMUM
54 // DocMerge from idl: value com::sun::star::style::LineSpacingMode::LEADING
61 // DocMerge from idl: value com::sun::star::style::LineSpacingMode::FIX
H A DLineNumberPosition.idl29 module com { module sun { module star { module style {
33 // DocMerge from idl: constants com::sun::star::style::LineNumberPosition
41 // DocMerge from idl: value com::sun::star::style::LineNumberPosition::LEFT
48 // DocMerge from idl: value com::sun::star::style::LineNumberPosition::RIGHT
55 // DocMerge from idl: value com::sun::star::style::LineNumberPosition::INSIDE
62 // DocMerge from idl: value com::sun::star::style::LineNumberPosition::OUTSIDE
H A DCharacterProperties.idl45 module com { module sun { module star { module style {
49 /** This is a set of properties to describe the style of characters.@see ParagraphProperties
55 /** This property specifies the name of the font style.
63 /** This property contains the name of the font style.
242 /** This optional property specifies the name of the style of the font.
288 /** This optional property contains the relief style of the characters.
308 /** This optional property contains the name of the character style that is
366 /** This optional property contains the character style name for visited
373 /** This optional property contains the character style name for unvisited
417 the order of the evaluation of the character style attributes.</p>
H A DPageStyle.idl28 #include <com/sun/star/style/Style.idl>
32 #include <com/sun/star/style/PageProperties.idl>
38 module com { module sun { module star { module style {
53 service com::sun::star::style::Style;
58 service com::sun::star::style::PageProperties;
H A DPageStyleLayout.idl29 module com { module sun { module star { module style {
39 /** The page style is identically used for left and right pages.
45 /** The page style is only used for left pages.
51 /** The page style is only used for right pages.
57 /** The page style is used unchanged for left pages and mirrored for
H A DXAutoStyleFamily.idl26 #include <com/sun/star/style/XAutoStyle.idl>
38 module com { module sun { module star { module style {
42 // DocMerge from xml: service com::sun::star::style::StyleFamilies
43 /** This service contains the collection of automatic style families within the
51 … com::sun::star::style::XAutoStyle insertStyle( [in] com::sun::star::beans::PropertyValues Values);
H A DXStyleFamiliesSupplier.idl37 module com { module sun { module star { module style {
41 // DocMerge from xml: interface com::sun::star::style::XStyleFamiliesSupplier
42 /** This interface provides access to the style families within the
49 // DocMerge from xml: method com::sun::star::style::XStyleFamiliesSupplier::getStyleFamilies
50 /** This method returns the collection of style families available
/aoo42x/main/comphelper/source/property/
H A DTypeGeneration.cxx173 case CPPUTYPE_BREAK: pType = &::getCppuType( (style::BreakType*)0 ); break; in GenerateCppuType()
174 case CPPUTYPE_GRAPHICLOC: pType = &::getCppuType( (style::GraphicLocation*)0 ); break; in GenerateCppuType()
175 case CPPUTYPE_DROPCAPFMT: pType = &::getCppuType( (style::DropCapFormat*)0 ); break; in GenerateCppuType()
176 case CPPUTYPE_LINESPACE: pType = &::getCppuType( (style::LineSpacing*)0 ); break; in GenerateCppuType()
184 case CPPUTYPE_SEQTABSTOP: pType = &::getCppuType( (Sequence<style::TabStop>*)0 ); break; in GenerateCppuType()
191 case CPPUTYPE_PAGESTYLELAY: pType = &::getCppuType( (style::PageStyleLayout*)0 ); break; in GenerateCppuType()
192 case CPPUTYPE_VERTALIGN: pType = &::getCppuType( (style::VerticalAlignment*)0 ); break; in GenerateCppuType()
/aoo42x/main/offapi/com/sun/star/table/
H A DTableBorder.idl37 /** contains the style settings of the border lines of all cells in a cell
52 /** determines the line style at the top edge.
65 /** determines the line style at the bottom edge.
78 /** determines the line style at the left edge.
91 /** determines the line style at the right edge.
104 /** determines the line style of horizontal lines for the inner part
118 /** determines the line style of vertical lines for the inner part
/aoo42x/main/offapi/com/sun/star/chart2/
H A DFormattedString.idl30 #include <com/sun/star/style/CharacterProperties.idl>
31 #include <com/sun/star/style/CharacterPropertiesAsian.idl>
32 #include <com/sun/star/style/CharacterPropertiesComplex.idl>
51 service ::com::sun::star::style::CharacterProperties;
52 [optional] service ::com::sun::star::style::CharacterPropertiesAsian;
53 [optional] service ::com::sun::star::style::CharacterPropertiesComplex;
/aoo42x/main/offapi/com/sun/star/awt/grid/
H A DUnoControlGridModel.idl31 #include <com/sun/star/style/VerticalAlignment.idl>
138 depending on the control's style settings.</p>
147 depending on the control's style settings.</p>
154 depending on the control's style settings.</p>
161 depending on the control's style settings.</p>
169 depending on the control's style settings.</p>
176 depending on the control's style settings.</p>
184 depending on the control's style settings.</p>
204 [property] com::sun::star::style::VerticalAlignment VerticalAlign;
213 depending on the control's style settings.</p>
[all …]
/aoo42x/main/sw/source/ui/misc/
H A Dnumberingtypelistbox.cxx97 case style::NumberingType::NUMBER_NONE: in Reload()
101 …case style::NumberingType::CHAR_SPECIAL: bInsert = 0 != (nTypeFlags&INSERT_NUM_TYPE_BULLET); brea… in Reload()
102 …case style::NumberingType::PAGE_DESCRIPTOR:bInsert = 0 != (nTypeFlags&INSERT_NUM_TYPE_PAGE_STYLE_… in Reload()
103 case style::NumberingType::BITMAP:bInsert = 0 != (nTypeFlags&INSERT_NUM_TYPE_BITMAP ); break; in Reload()
105 if (nValue > style::NumberingType::CHARS_LOWER_LETTER_N) in Reload()
135 if(nCurrent > style::NumberingType::CHARS_LOWER_LETTER_N) in Reload()
/aoo42x/main/qadevOOo/tests/java/ifc/style/
H A D_Style.java24 package ifc.style;
43 String style = (String)tEnv.getObjRelation("FollowStyle"); in _FollowStyle() local
44 if (style == null) style = "Heading 1"; in _FollowStyle()
45 testProperty("FollowStyle", style, "Heading 2"); in _FollowStyle()
/aoo42x/main/offapi/com/sun/star/sheet/
H A DSheetCellRanges.idl33 #include <com/sun/star/style/CharacterProperties.idl>
37 #include <com/sun/star/style/CharacterPropertiesAsian.idl>
41 #include <com/sun/star/style/CharacterPropertiesComplex.idl>
45 #include <com/sun/star/style/ParagraphProperties.idl>
112 service com::sun::star::style::CharacterProperties;
118 service com::sun::star::style::CharacterPropertiesAsian;
124 service com::sun::star::style::CharacterPropertiesComplex;
130 service com::sun::star::style::ParagraphProperties;
/aoo42x/main/solenv/bin/modules/installer/windows/
H A Dregistry.pm390 my $style = $oneregistry->{'Styles'};
391 $style = "" unless defined $style;
392 $registry{'styles'} = $style;
394 if ( $style =~ /\bDONT_DELETE\b/ )
400 if ( $style =~ /\bUPGRADEKEY\b/ )
406 if ( ! ( $style =~ /\bALWAYS_REQUIRED\b/ ))
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/stylemapper/style/
H A DFontNameMapper.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;
/aoo42x/main/sc/source/ui/vba/
H A Dvbasheetobject.cxx484 …switch( mxControlProps->getPropertyValue( CREATE_OUSTRING( "VerticalAlign" ) ).get< style::Vertica… in getVerticalAlignment()
486 case style::VerticalAlignment_TOP: return excel::Constants::xlTop; in getVerticalAlignment()
487 case style::VerticalAlignment_BOTTOM: return excel::Constants::xlBottom; in getVerticalAlignment()
488 case style::VerticalAlignment_MIDDLE: return excel::Constants::xlCenter; in getVerticalAlignment()
496 style::VerticalAlignment eAwtAlign = style::VerticalAlignment_MIDDLE; in setVerticalAlignment()
499 case excel::Constants::xlTop: eAwtAlign = style::VerticalAlignment_TOP; break; in setVerticalAlignment()
500 case excel::Constants::xlBottom: eAwtAlign = style::VerticalAlignment_BOTTOM; break; in setVerticalAlignment()
501 case excel::Constants::xlCenter: eAwtAlign = style::VerticalAlignment_MIDDLE; break; in setVerticalAlignment()
/aoo42x/main/readlicense_oo/docs/readme/
H A Deval.xsl27 <style type="text/css">
39 </style>
42 <table border='1' style='border-collapse:collapse;' cellpadding='5'>
78 <xsl:if test="not(@style='')">
79 …<xsl:text disable-output-escaping="yes">&lt;</xsl:text><xsl:value-of select="@style"/><xsl:text di…
82 <xsl:if test="not(@style='')">
83 …<xsl:text disable-output-escaping="yes">&lt;/</xsl:text><xsl:value-of select="@style"/><xsl:text d…
/aoo42x/main/offapi/com/sun/star/report/
H A DXReportControlFormat.idl31 #include <com/sun/star/style/ParagraphAdjust.idl>
32 #include <com/sun/star/style/VerticalAlignment.idl>
60 @see ::com::sun::star::style::ParagraphAdjust
245 /** This attribute specifies the name of the font style.
258 /** This attribute contains the name of the font style.
396 @see com::sun::star::style::VerticalAlignment
432 /** contains the character style name for visited hyperlinks.
464 /** This property specifies the name of the font style.
473 /** This property contains the name of the font style.
542 /** This property specifies the name of the font style.
[all …]
/aoo42x/main/xmloff/source/text/
H A DXMLLineNumberingImportContext.cxx42 using namespace ::com::sun::star::style;
73 , nNumberPosition(style::LineNumberPosition::LEFT) in XMLLineNumberingImportContext()
194 { XML_LEFT, style::LineNumberPosition::LEFT }, in ProcessAttribute()
195 { XML_RIGHT, style::LineNumberPosition::RIGHT }, in ProcessAttribute()
196 { XML_INSIDE, style::LineNumberPosition::INSIDE }, in ProcessAttribute()
197 { XML_OUTSIDE, style::LineNumberPosition::OUTSIDE }, in ProcessAttribute()

Completed in 141 milliseconds

12345678910>>...38