Home
last modified time | relevance | path

Searched refs:style (Results 226 – 250 of 950) sorted by relevance

12345678910>>...38

/aoo42x/main/extras/source/misc_config/wizard/web/styles/
H A Dmarine.css31 font-style: italic;
37 font-style: italic;
58 font-style: italic;
78 font-style: normal;
/aoo42x/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphAlignment.java73 xCursorProps.setPropertyValue("ParaAdjust",com.sun.star.style.ParagraphAdjust.BLOCK); in testParagraphAlignmentJustified()
74 xCursorProps.setPropertyValue("ParaLastLineAdjust", com.sun.star.style.ParagraphAdjust.LEFT); in testParagraphAlignmentJustified()
137 xCursorProps.setPropertyValue("ParaAdjust",com.sun.star.style.ParagraphAdjust.LEFT); in testParagraphAlignmentLeft()
197 xCursorProps.setPropertyValue("ParaAdjust",com.sun.star.style.ParagraphAdjust.RIGHT); in testParagraphAlignmentRight()
254 xCursorProps.setPropertyValue("ParaAdjust",com.sun.star.style.ParagraphAdjust.CENTER); in testParagraphAlignmentCenter()
/aoo42x/main/offapi/com/sun/star/style/
H A DXStyleLoader.idl41 module com { module sun { module star { module style {
45 // DocMerge from xml: interface com::sun::star::style::XStyleLoader
52 // DocMerge from xml: method com::sun::star::style::XStyleLoader::loadStylesFromURL
71 …<p>As the default, all supported style families are loaded and existing styles are overwritten.</p>
/aoo42x/main/offapi/com/sun/star/text/
H A DFootnoteSettings.idl40 /** contains the name of the character style that is used
54 /** contains the page style that is used for the page that
61 /** contains the paragraph style that is used for the
122 /** contains the name of the character style that is used
/aoo42x/main/sw/source/ui/sidebar/
H A DPagePropertyPanel.src65 …er orientation - vertically (portrait) or horizontally (landscape) - for the current page style." ;
94 Text [ en-US ] = "Select the margin values for the current page style." ;
123 Text [ en-US ] = "Select a predefined paper size for the current page style." ;
152 Text [ en-US ] = "Select the layout and the number of columns for the current page style." ;
359 // popup for page style's margin attributes
576 // popup for page style's page size
615 // popup for page style's column attribute
/aoo42x/main/wizards/com/sun/star/wizards/fax/
H A DFaxDocument.java35 import com.sun.star.style.NumberingType;
36 import com.sun.star.style.ParagraphAdjust;
37 import com.sun.star.style.XStyleFamiliesSupplier;
38 import com.sun.star.style.XStyle;
/aoo42x/main/sw/inc/
H A Dunostyle.hxx70 ::com::sun::star::style::XStyleLoader
173 ::com::sun::star::style::XStyle,
340 public cppu::WeakImplHelper1< ::com::sun::star::style::XAutoStyles >,
344 ::com::sun::star::uno::Reference< ::com::sun::star::style::XAutoStyleFamily > xAutoCharStyles;
345 ::com::sun::star::uno::Reference< ::com::sun::star::style::XAutoStyleFamily > xAutoRubyStyles;
346 ::com::sun::star::uno::Reference< ::com::sun::star::style::XAutoStyleFamily > xAutoParaStyles;
347 ::com::sun::star::uno::Reference< ::com::sun::star::style::XAutoStyleFamily > xAutoNotxtStyles;
370 class SwXAutoStyleFamily : public cppu::WeakImplHelper1< com::sun::star::style::XAutoStyleFamily >,
384 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::style::XAutoStyle > SAL_CALL insertSty…
418 ::com::sun::star::style::XAutoStyle
/aoo42x/main/i18npool/source/localedata/
H A Dfilewriter.cxx100 void OFileWriter::writeFunction2(const char *func, const char *style, const char* attr, const char … in writeFunction2() argument
103 fprintf(m_f, "\tnStyles = %s;\n", style); in writeFunction2()
117 void OFileWriter::writeFunction3(const char *func, const char *style, const char* levels, const cha… in writeFunction3() argument
120 fprintf(m_f, "\tnStyles = %s;\n", style); in writeFunction3()
/aoo42x/main/offapi/com/sun/star/chart2/
H A DDataSeries.idl29 #include <com/sun/star/style/XStyle.idl>
84 <li>value from style of data series (if a style was set)</li>
86 <li>value from style of data point (if a style was set)</li>
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/stylemapper/style/
H A DFontPitchMapper.java23 package com.sun.star.report.pentaho.parser.stylemapper.style;
27 import org.jfree.layouting.input.style.keys.font.FontStyleKeys;
28 import org.jfree.layouting.input.style.values.CSSConstant;
H A DTextUnderlineWordMode.java23 package com.sun.star.report.pentaho.parser.stylemapper.style;
27 import org.jfree.layouting.input.style.keys.text.TextDecorationMode;
28 import org.jfree.layouting.input.style.keys.text.TextStyleKeys;
H A DFontReliefMapper.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;
H A DTextUnderlineStyleMapper.java23 package com.sun.star.report.pentaho.parser.stylemapper.style;
27 import org.jfree.layouting.input.style.keys.text.TextDecorationStyle;
28 import org.jfree.layouting.input.style.keys.text.TextStyleKeys;
/aoo42x/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_expmodels.cxx39 ElementDescriptor * element, Style & style ) in readBorderProps() argument
41 if (element->readProp( &style._border, OUSTR("Border") )) { in readBorderProps()
42 if (style._border == BORDER_SIMPLE /* simple */) in readBorderProps()
44 if (element->readProp( &style._borderColor, OUSTR("BorderColor") )) in readBorderProps()
45 style._border = BORDER_SIMPLE_COLOR; in readBorderProps()
52 static inline bool readFontProps( ElementDescriptor * element, Style & style ) in readFontProps() argument
55 &style._descr, OUSTR("FontDescriptor") ); in readFontProps()
57 &style._fontEmphasisMark, OUSTR("FontEmphasisMark") ); in readFontProps()
59 &style._fontRelief, OUSTR("FontRelief") ); in readFontProps()
/aoo42x/main/editeng/source/items/
H A Dfrmitems.cxx3079 style::BreakType eBreak = style::BreakType_NONE; in QueryValue()
3096 style::BreakType nBreak; in PutValue()
3104 nBreak = (style::BreakType) nValue; in PutValue()
3111 case style::BreakType_COLUMN_AFTER: eBreak = SVX_BREAK_COLUMN_AFTER; break; in PutValue()
3112 case style::BreakType_COLUMN_BOTH: eBreak = SVX_BREAK_COLUMN_BOTH; break; in PutValue()
3113 case style::BreakType_PAGE_BEFORE: eBreak = SVX_BREAK_PAGE_BEFORE; break; in PutValue()
3114 case style::BreakType_PAGE_AFTER: eBreak = SVX_BREAK_PAGE_AFTER; break; in PutValue()
3115 case style::BreakType_PAGE_BOTH: eBreak = SVX_BREAK_PAGE_BOTH; break; in PutValue()
3730 rVal <<= (style::GraphicLocation)(sal_Int16)eGraphicPos; in QueryValue()
3807 style::GraphicLocation eLocation; in PutValue()
[all …]
/aoo42x/main/xmloff/inc/xmloff/
H A Dxmlstyle.hxx42 namespace style { class XAutoStyleFamily; } namespace
176 ::com::sun::star::style::XAutoStyleFamily > mxParaAutoStyles;
179 ::com::sun::star::style::XAutoStyleFamily > mxTextAutoStyles;
252 virtual ::com::sun::star::uno::Reference < ::com::sun::star::style::XAutoStyleFamily >
/aoo42x/main/offapi/com/sun/star/awt/
H A DUnoControlFixedHyperlinkModel.idl35 #include <com/sun/star/style/VerticalAlignment.idl>
75 /** specifies the border style of the control.
89 <p>Not every border style (see <member>Border</member>) may support coloring.
176 [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign;
H A DUnoControlFixedTextModel.idl35 #include <com/sun/star/style/VerticalAlignment.idl>
75 /** specifies the border style of the control.
89 <p>Not every border style (see <member>Border</member>) may support coloring.
170 [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign;
H A DUnoControlFileControlModel.idl39 #include <com/sun/star/style/VerticalAlignment.idl>
62 /** specifies the border style of the control.
76 <p>Not every border style (see <member>Border</member>) may support coloring.
174 [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign;
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DFontFaceDeclsSection.java51 public void addFontFace(final FontFaceElement style) in addFontFace() argument
53 fontFaces.put(style.getStyleName(), style); in addFontFace() local
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/stylemapper/fo/
H A DBackgroundColorMapper.java27 import org.jfree.layouting.input.style.CSSDeclarationRule;
28 import org.jfree.layouting.input.style.keys.border.BorderStyleKeys;
29 import org.jfree.layouting.input.style.values.CSSColorValue;
H A DColorMapper.java27 import org.jfree.layouting.input.style.CSSDeclarationRule;
28 import org.jfree.layouting.input.style.keys.color.ColorStyleKeys;
29 import org.jfree.layouting.input.style.values.CSSColorValue;
/aoo42x/main/odk/pack/copying/
H A Didl_chapter_refs.txt1235 com.sun.star.style
2271 com.sun.star.style.TabStop
5564 com.sun.star.style.CaseMap
5568 com.sun.star.style.TabStop
7068 com.sun.star.style.Style
7074 com.sun.star.style.XStyle
7080 com.sun.star.style.Style
7082 com.sun.star.style.XStyle
7213 com.sun.star.style.XStyle
7333 com.sun.star.style.XStyle
[all …]
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/stylemapper/
H A DOneOfConstantsMapper.java30 import org.jfree.layouting.input.style.CSSDeclarationRule;
31 import org.jfree.layouting.input.style.StyleKey;
32 import org.jfree.layouting.input.style.values.CSSValue;
/aoo42x/main/svtools/source/uno/
H A Dunogridcolumnfacade.cxx63 using ::com::sun::star::style::HorizontalAlignment_LEFT;
64 using ::com::sun::star::style::HorizontalAlignment;
408 ::com::sun::star::style::HorizontalAlignment UnoGridColumnFacade::getHorizontalAlign() in getHorizontalAlign()
415 void UnoGridColumnFacade::setHorizontalAlign( com::sun::star::style::HorizontalAlignment _align ) in setHorizontalAlign()

Completed in 173 milliseconds

12345678910>>...38