Home
last modified time | relevance | path

Searched refs:style (Results 251 – 275 of 950) sorted by relevance

1...<<11121314151617181920>>...38

/aoo42x/main/chart2/source/tools/
H A DImplOPropertySet.hxx72 …bool SetStyle( const ::com::sun::star::uno::Reference< ::com::sun::star::style::XStyle > & xStyle …
73 ::com::sun::star::uno::Reference< ::com::sun::star::style::XStyle >
84 ::com::sun::star::uno::Reference< ::com::sun::star::style::XStyle >
/aoo42x/main/oox/source/dump/
H A Dbiffdumper.ini300 # BIFF5 style BOF
712 0x01E00000=uint8,dec,diag-style,BORDERSTYLES
889 0x0002=style
912 0x0003=style
2128 0x0020=outline-auto-style
2240 0x04=style-xf
2315 0x00000007=uint8,dec,top-style,BORDERSTYLES
2343 0x000F=uint8,dec,left-style,BORDERSTYLES
2344 0x00F0=uint8,dec,right-style,BORDERSTYLES
2345 0x0F00=uint8,dec,top-style,BORDERSTYLES
[all …]
/aoo42x/main/offapi/com/sun/star/style/
H A DCellStyle.idl28 #include <com/sun/star/style/Style.idl>
33 module com { module sun { module star { module style {
47 service com::sun::star::style::Style;
H A DXStyleCondition.idl33 module com { module sun { module star { module style {
46 the style condition for the specified type.
52 /** sets the style condition for the specified type.
/aoo42x/main/offapi/com/sun/star/frame/status/
H A DTemplate.idl33 /** contains an association between a style name and a value.
41 /** specifies a style name.
47 /** specifies a value that is bound to the style name.
/aoo42x/main/sw/source/ui/vba/
H A Dwordvbahelper.cxx68 uno::Reference< style::XStyle > getCurrentPageStyle( const uno::Reference< frame::XModel >& xModel … in getCurrentPageStyle()
73 uno::Reference< style::XStyleFamiliesSupplier > xSytleFamSupp( xModel, uno::UNO_QUERY_THROW ); in getCurrentPageStyle()
76 …uno::Reference< style::XStyle > xStyle( xPageStyles->getByName( aPageStyleName ), uno::UNO_QUERY_T… in getCurrentPageStyle()
/aoo42x/main/sw/source/filter/ww8/
H A Dwrtw8num.cxx242 case style::NumberingType::HANGUL_SYLLABLE_KO: nRet = 24; break;// ganada in GetLevelNFC()
243 case style::NumberingType::HANGUL_JAMO_KO: nRet = 25; break;// chosung in GetLevelNFC()
244 case style::NumberingType::HANGUL_CIRCLED_SYLLABLE_KO: nRet = 24; break; in GetLevelNFC()
245 case style::NumberingType::HANGUL_CIRCLED_JAMO_KO: nRet = 25; break; in GetLevelNFC()
246 case style::NumberingType::NUMBER_HANGUL_KO: nRet = 41; break; in GetLevelNFC()
247 case style::NumberingType::NUMBER_UPPER_KO: nRet = 44; break; in GetLevelNFC()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DParaStyle.java516 public boolean isSubset(Style style) { in isSubset() argument
518 if (!super.isSubset(style)) in isSubset()
520 if (!this.getClass().isAssignableFrom(style.getClass())) in isSubset()
522 ParaStyle ps = (ParaStyle)style; in isSubset()
/aoo42x/main/wizards/com/sun/star/wizards/letter/
H A DLetterDocument.java37 import com.sun.star.style.NumberingType;
38 import com.sun.star.style.ParagraphAdjust;
39 import com.sun.star.style.XStyleFamiliesSupplier;
40 import com.sun.star.style.XStyle;
/aoo42x/main/offapi/com/sun/star/awt/
H A DUnoControlPatternFieldModel.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.
215 [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign;
H A DUnoControlNumericFieldModel.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.
256 [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign;
H A DUnoControlCurrencyFieldModel.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.
268 [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign;
H A DUnoControlTimeFieldModel.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.
260 [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign;
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DMasterPageFactory.java35 import org.jfree.layouting.input.style.values.CSSNumericValue;
401 final CSSNumericValue style) in applyHeaderFooterHeight() argument
411 …headerFooterProps.setAttribute(OfficeNamespaces.SVG_NS, "height", style.getValue() + style.getType… in applyHeaderFooterHeight()
/aoo42x/main/editeng/inc/editeng/
H A Dnumitem.hxx78 SvxNumberType(sal_Int16 nType = com::sun::star::style::NumberingType::ARABIC);
93 return com::sun::star::style::NumberingType::NUMBER_NONE != nNumType && in IsTxtFmt()
94 com::sun::star::style::NumberingType::CHAR_SPECIAL != nNumType && in IsTxtFmt()
95 com::sun::star::style::NumberingType::BITMAP != nNumType; in IsTxtFmt()
/aoo42x/main/offapi/com/sun/star/chart2/
H A DXChartTypeTemplate.idl181 The index of the series. This is used to obtain a default style
187 /** Applies a chart-type specific style (e.g. symbols) to all series in the
191 a single data series to which a style will be applied
218 the page background color or the line style of all data
225 LineStyle NONE back to SOLID. If a series has a style DASH,
/aoo42x/main/offapi/com/sun/star/sheet/
H A DXSheetConditionalEntry.idl37 /** provides methods to access the cell style name for a condition in a
46 /** returns the name of the cell style that is used when the condition
53 /** sets the name of the cell style that is used when the condition
/aoo42x/main/sd/source/ui/func/
H A Dbulmaper.cxx113 if(rSrcLevel.GetNumberingType() != com::sun::star::style::NumberingType::CHAR_SPECIAL && in MapFontsInNumRule()
114 rSrcLevel.GetNumberingType() != com::sun::star::style::NumberingType::NUMBER_NONE ) in MapFontsInNumRule()
179 else if( rSrcLevel.GetNumberingType() == com::sun::star::style::NumberingType::CHAR_SPECIAL ) in MapFontsInNumRule()
/aoo42x/main/odk/examples/DevelopersGuide/Drawing/
H A DTextDemo.java40 import com.sun.star.style.LineSpacing;
41 import com.sun.star.style.LineSpacingMode;
42 import com.sun.star.style.ParagraphAdjust;
/aoo42x/main/sw/source/core/text/
H A Dfrmform.cxx562 com::sun::star::uno::Sequence< ::com::sun::star::style::TabStop > SwTxtFrm::GetTabStopInfo( SwTwips… in GetTabStopInfo()
564 com::sun::star::uno::Sequence< ::com::sun::star::style::TabStop > tabs(1); in GetTabStopInfo()
565 ::com::sun::star::style::TabStop ts; in GetTabStopInfo()
581 return com::sun::star::uno::Sequence< ::com::sun::star::style::TabStop >(); in GetTabStopInfo()
590 case SVX_TAB_ADJUST_LEFT : ts.Alignment = ::com::sun::star::style::TabAlign_LEFT; break; in GetTabStopInfo()
591 case SVX_TAB_ADJUST_CENTER : ts.Alignment = ::com::sun::star::style::TabAlign_CENTER; break; in GetTabStopInfo()
592 case SVX_TAB_ADJUST_RIGHT : ts.Alignment = ::com::sun::star::style::TabAlign_RIGHT; break; in GetTabStopInfo()
593 case SVX_TAB_ADJUST_DECIMAL: ts.Alignment = ::com::sun::star::style::TabAlign_DECIMAL; break; in GetTabStopInfo()
594 case SVX_TAB_ADJUST_DEFAULT: ts.Alignment = ::com::sun::star::style::TabAlign_DEFAULT; break; in GetTabStopInfo()
/aoo42x/main/svtools/inc/svtools/table/
H A Dtablemodel.hxx309 virtual ::com::sun::star::style::HorizontalAlignment getHorizontalAlign() = 0;
313 virtual void setHorizontalAlign(::com::sun::star::style::HorizontalAlignment _xAlign) = 0;
524 virtual ::com::sun::star::style::VerticalAlignment getVerticalAlign() const = 0;
/aoo42x/main/offapi/com/sun/star/drawing/
H A DColorMode.idl34 /** The <type>ColorMode</type> defines the output style of colors
42 /** the graphic is rendered in the default color style of the output
64 /** the graphic is rendered in a watermark like style,
/aoo42x/main/cui/source/tabpages/
H A Dtabline.src241 Text [ en-US ] = "~Corner style" ;
263 Text [ en-US ] = "Ca~p style" ;
408 Text [ en-US ] = "Start style" ;
412 Text [ en-US ] = "End style" ;
602 Text [ en-US ] = "Line style" ;
728 Text [ en-US ] = "Arrow style" ;
/aoo42x/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DParagraph.java106 public Paragraph (ParaStyle style) { in Paragraph() argument
110 pStyle = style; in Paragraph()
422 public void addTextSegment(String text, TextStyle style) { in addTextSegment() argument
424 textSegments.add(new ParagraphTextSegment(text, style)); in addTextSegment()
/aoo42x/main/sfx2/source/sidebar/
H A DSidebar.src221 ImageBitmap = Bitmap { File = "symphony/sidebar-style-large.png" ;} ;
225 ImageBitmap = Bitmap { File = "symphony/sidebar-style-large-hc.png" ;} ;
229 ImageBitmap = Bitmap { File = "symphony/sidebar-style-small.png" ;} ;
233 ImageBitmap = Bitmap { File = "symphony/sidebar-style-small-hc.png" ;} ;

Completed in 279 milliseconds

1...<<11121314151617181920>>...38