Home
last modified time | relevance | path

Searched refs:property (Results 1 – 25 of 936) sorted by relevance

12345678910>>...38

/trunk/main/offapi/com/sun/star/style/
H A DCharacterProperties.idl55 /** This property specifies the name of the font style.
59 [property] string CharFontName;
63 /** This property contains the name of the font style.
65 <p>This property may be empty.</p>
67 [property] string CharFontStyleName;
71 /** This property contains font family.
74 [property] short CharFontFamily;
78 /** This property contains the text encoding of the font.
81 [property] short CharFontCharSet;
85 /** This property contains the font pitch.
[all …]
H A DPageProperties.idl79 [property] com::sun::star::util::Color BackColor;
83 //[property] BackGraphic;
87 [property] string BackGraphicURL;
91 [property] string BackGraphicFilter;
95 [property] com::sun::star::style::GraphicLocation BackGraphicLocation;
99 <p>If this property is set to <TRUE/>,
102 [property] boolean BackTransparent;
106 [property] long LeftMargin;
110 [property] long RightMargin;
114 [property] long TopMargin;
[all …]
H A DParagraphProperties.idl80 [property] com::sun::star::style::ParagraphAdjust ParaAdjust;
86 [optional, property] com::sun::star::style::LineSpacing ParaLineSpacing;
92 [optional, property] com::sun::star::util::Color ParaBackColor;
99 [optional, property] boolean ParaBackTransparent;
105 [optional, property] string ParaBackGraphicURL;
111 [optional, property] string ParaBackGraphicFilter;
119 [optional, property] com::sun::star::style::GraphicLocation ParaBackGraphicLocation;
127 [property] short ParaLastLineAdjust;
136 [optional, property] boolean ParaExpandSingleWord;
142 [property] long ParaLeftMargin;
[all …]
/trunk/main/offapi/com/sun/star/text/
H A DViewSettings.idl39 /** If this property is <TRUE/>, annotations (notes) are visible.
41 [property] boolean ShowAnnotations;
43 /** If this property is <TRUE/>, paragraph line breaks are visible.
45 [property] boolean ShowBreaks;
47 /** If this property is <TRUE/>, shapes are visible.
49 [property] boolean ShowDrawings;
51 /** If this property is <TRUE/>, text fields are shown with their commands; otherwise
54 [property] boolean ShowFieldCommands;
56 /** If this property is <TRUE/>, footnotes symbols are displayed with gray background.
58 [property] boolean ShowFootnoteBackground;
[all …]
H A DMailMerge.idl67 call are those given by this service. If a property is also listed
69 The value of the property in this service will remain unchanged
98 <p>For the interaction of this property with other data access relevant properties, see
101 [property] string DataSourceName;
108 <p>For the interaction of this property with other data access relevant properties, see
111 [property] long CommandType;
117 <p>For the interaction of this property with other data access relevant properties, see
120 [property] string Command;
133 conjunction with the <member>Selection</member> property.</p>
135 <p>For the interaction of this property with other data access relevant properties, see
[all …]
H A DBaseFrameProperties.idl62 /** gives access to the UserDefinedAttributes property.
73 [property] short AnchorPageNo;
79 [property] com::sun::star::text::XTextFrame AnchorFrame;
83 [property] com::sun::star::util::Color BackColor;
87 [property] string BackGraphicURL;
92 [property] string BackGraphicFilter;
97 [property] com::sun::star::style::GraphicLocation BackGraphicLocation;
104 [property] com::sun::star::table::BorderLine LeftBorder;
111 [property] com::sun::star::table::BorderLine RightBorder;
118 [property] com::sun::star::table::BorderLine TopBorder;
[all …]
H A DPrintSettings.idl44 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintGraphics
47 [property] boolean PrintGraphics;
51 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintTables
54 [property] boolean PrintTables;
58 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintDrawings
61 [property] boolean PrintDrawings;
65 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintLeftPage
68 [property] boolean PrintLeftPages;
72 // DocMerge from xml: property com::sun::star::text::PrintSettings::PrintRightPage
75 [property] boolean PrintRightPages;
[all …]
/trunk/main/xmloff/source/style/
H A DPageMasterImportPropMapper.cxx136 XMLPropertyState *property = &(*aIter); in finished() local
137 sal_Int16 nContextID = getPropertySetMapper()->GetEntryContextId(property->mnIndex); in finished()
138 if (property->mnIndex >= nStartIndex && property->mnIndex < nEndIndex) in finished()
142 case CTF_PM_PADDINGALL : pAllPaddingProperty = property; break; in finished()
143 case CTF_PM_PADDINGLEFT : pPadding[XML_LINE_LEFT] = property; break; in finished()
144 … case CTF_PM_PADDINGRIGHT : pPadding[XML_LINE_RIGHT] = property; break; in finished()
145 case CTF_PM_PADDINGTOP : pPadding[XML_LINE_TOP] = property; break; in finished()
146 … case CTF_PM_PADDINGBOTTOM : pPadding[XML_LINE_BOTTOM] = property; break; in finished()
147 case CTF_PM_BORDERALL : pAllBorderProperty = property; break; in finished()
148 case CTF_PM_BORDERLEFT : pBorders[XML_LINE_LEFT] = property; break; in finished()
[all …]
/trunk/main/offapi/com/sun/star/formula/
H A DFormulaProperties.idl42 [property] short Alignment;
51 [property] short BaseFontHeight;
56 [property] string CustomFontNameFixed;
61 [property] boolean FontFixedIsItalic;
66 [property] boolean FontFixedIsBold;
71 [property] string CustomFontNameSans;
76 [property] boolean FontSansIsItalic;
81 [property] boolean FontSansIsBold;
86 [property] string CustomFontNameSerif;
91 [property] boolean FontSerifIsItalic;
[all …]
/trunk/main/offapi/com/sun/star/drawing/
H A DFillProperties.idl68 [property] FillStyle FillStyle;
71 /** If the property <member>FillStyle</member> is set to <const>
74 [property] com::sun::star::util::Color FillColor;
79 <p>This property is only valid if the property <member>FillStyle
82 [property] short FillTransparence;
90 [property] string FillTransparenceGradientName;
96 [optional, property] com::sun::star::awt::Gradient FillTransparenceGradient;
99 /** If the property <member>FillStyle</member> is set to <const>
103 [property] string FillGradientName;
106 /** If the property <member>FillStyle</member> is set to <const>
[all …]
H A DLineProperties.idl45 /** This property contains the type of the line.
47 [property] com::sun::star::drawing::LineStyle LineStyle;
51 /** This property contains the dash of the line.
53 [property] com::sun::star::drawing::LineDash LineDash;
57 /** This property contains the name of the dash of the line.
59 [optional, property] string LineDashName;
63 /** This property contains the line color.
65 [property] com::sun::star::util::Color LineColor;
69 /** This property contains the extent of transparency.
71 [property] short LineTransparence;
[all …]
/trunk/main/offapi/com/sun/star/inspection/
H A DXPropertyHandler.idl62 Also, property handlers are responsible for describing the user interface which should
75 …ope="com::sun::star::lang">XComponent::dispose</member> is invoked when the property handler is not
81 /** binds the property handler to a new component
90 /** retrieves the current value of a property
92 the name of the property whose value is to be retrieved
94 if the given property is not supported by the property handler
100 /** sets the value of a property
103 the name of the property whose value is to be set
105 the property value to set
107 if the given property is not supported by the property handler
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DTableAutoFormatField.idl85 [property] string CharFontName;
89 [optional, property] string CharFontNameAsian;
93 [optional, property] string CharFontNameComplex;
99 [property] string CharFontStyleName;
103 [optional, property] string CharFontStyleNameAsian;
107 [optional, property] string CharFontStyleNameComplex;
113 [property] string CharFontCharSet;
117 [optional, property] string CharFontCharSetAsian;
121 [optional, property] string CharFontCharSetComplex;
127 [property] string CharFontFamily;
[all …]
H A DTablePageStyle.idl59 [property] boolean CenterHorizontally;
65 [property] boolean CenterVertically;
71 [property] boolean PrintAnnotations;
77 [property] boolean PrintGrid;
83 [property] boolean PrintHeaders;
89 [property] boolean PrintCharts;
95 [property] boolean PrintObjects;
101 [property] boolean PrintDrawing;
107 [property] boolean PrintFormulas;
113 [property] boolean PrintZeroValues;
[all …]
/trunk/main/offapi/com/sun/star/chart2/
H A DDataPointProperties.idl56 this property) that is used as default, if the PropertyState
57 of a property is <code>DEFAULT_VALUE</code>.
59 // [optional, property] ::com::sun::star::style::XStyle Style;
70 property.</p>
75 [property] long Color;
82 <code>LineTransparence</code> property.</p>
87 [property] short Transparency;
95 [property] ::com::sun::star::drawing::FillStyle FillStyle;
99 [optional, property] ::com::sun::star::awt::Gradient TransparencyGradient;
100 [optional, property] ::com::sun::star::awt::Gradient Gradient;
[all …]
/trunk/main/xmloff/source/text/
H A Dtxtimppr.cxx328 XMLPropertyState* property = &(*aIter); in finished() local
329 if( -1 == property->mnIndex ) in finished()
332 switch( getPropertySetMapper()->GetEntryContextId( property->mnIndex ) ) in finished()
334 case CTF_FONTFAMILYNAME: pFontFamilyName = property; break; in finished()
335 case CTF_FONTSTYLENAME: pFontStyleName = property; break; in finished()
336 case CTF_FONTFAMILY: pFontFamily = property; break; in finished()
337 case CTF_FONTPITCH: pFontPitch = property; break; in finished()
338 case CTF_FONTCHARSET: pFontCharSet = property; break; in finished()
340 case CTF_FONTFAMILYNAME_CJK: pFontFamilyNameCJK = property; break; in finished()
341 case CTF_FONTSTYLENAME_CJK: pFontStyleNameCJK = property; break; in finished()
[all …]
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleTextImpl.java69 String property = System.getProperty("AccessBridgeLogging"); in AccessibleTextImpl() local
70 if ((property != null) && (property.indexOf("text") != -1)) { in AccessibleTextImpl()
254 com.sun.star.beans.PropertyValue property) { in setAttribute() argument
257 if (property.Name.equals("ParaAdjust")) { in setAttribute()
260 if (property.Value instanceof ParagraphAdjust) { in setAttribute()
261 adjust = (ParagraphAdjust) property.Value; in setAttribute()
262 } else if (property.Value instanceof Any) { in setAttribute()
264 ParagraphAdjust.class), property.Value); in setAttribute()
267 property.Value)); in setAttribute()
288 property.Value.getClass().getName()); in setAttribute()
[all …]
/trunk/main/offapi/com/sun/star/awt/
H A DUnoControlFormattedFieldModel.idl68 [property] short Align;
74 [property] com::sun::star::util::Color BackgroundColor;
86 [property] short Border;
97 [optional, property] long BorderColor;
106 [property] any EffectiveDefault;
112 <p>This property is ignored if the format of the field is no numeric
115 [property] double EffectiveMax;
121 <p>This property is ignored if the format of the field is no numeric
124 [property] double EffectiveMin;
133 [property] double EffectiveValue;
[all …]
H A DUnoControlButtonModel.idl65 [optional, property] short Align;
71 [property] com::sun::star::util::Color BackgroundColor;
77 [property] boolean DefaultButton;
83 [property] boolean Enabled;
96 [optional, property] boolean FocusOnClick;
102 [property] com::sun::star::awt::FontDescriptor FontDescriptor;
109 [property] short FontEmphasisMark;
116 [property] short FontRelief;
122 [property] string HelpText;
128 [property] string HelpURL;
[all …]
H A DUnoControlCurrencyFieldModel.idl58 [property] com::sun::star::util::Color BackgroundColor;
70 [property] short Border;
81 [optional, property] long BorderColor;
87 [property] string CurrencySymbol;
93 [property] short DecimalAccuracy;
99 [property] boolean Enabled;
105 [property] com::sun::star::awt::FontDescriptor FontDescriptor;
112 [property] short FontEmphasisMark;
119 [property] short FontRelief;
125 [property] string HelpText;
[all …]
/trunk/main/offapi/com/sun/star/chart/
H A DChartAxis.idl115 [optional, property] double Max;
121 [optional, property] double Min;
127 [optional, property] double StepMain;
135 [optional, property] long StepHelpCount;
140 User property StepHelpCount instead
143 [optional, property] double StepHelp;
148 this property is <TRUE/>.
150 [optional, property] boolean AutoMax;
155 this property is <TRUE/>.
157 [optional, property] boolean AutoMin;
[all …]
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ytextattributeswrapper.mm46 +(int)convertUnderlineStyle:(PropertyValue)property {
49 property.Value >>= value;
57 +(int)convertBoldStyle:(PropertyValue)property {
60 property.Value >>= value;
70 +(int)convertItalicStyle:(PropertyValue)property {
72 const sal_Int16 value = property.Value.get< ::css_awt::FontSlant>();
79 +(BOOL)isStrikethrough:(PropertyValue)property {
82 property.Value >>= value;
90 +(BOOL)convertBoolean:(PropertyValue)property {
93 property.Value >>= value;
[all …]
/trunk/main/offapi/com/sun/star/awt/grid/
H A DUnoControlGridModel.idl53 [property] boolean ShowRowHeader;
61 [property] long RowHeaderWidth;
67 [property] boolean ShowColumnHeader;
75 …<p>If the property is <void/>, the grid control shall automatically determine a height which conve…
78 [property, maybevoid] long ColumnHeaderHeight;
84 [property, maybevoid] long RowHeight;
94 …<p>The default for this property is an empty instance of the <type>DefaultGridColumnModel</type>.<…
96 [property] XGridColumnModel ColumnModel;
106 …<p>The default for this property is an empty instance of the <type>DefaultGridDataModel</type>.</p>
108 [property] XGridDataModel GridDataModel;
[all …]
/trunk/main/offapi/com/sun/star/document/
H A DMediaDescriptor.idl91 [optional,property] boolean Aborted;
98 by default, but setting the "AsTemplate" property to <FALSE/> loads the
104 [optional,property] boolean AsTemplate;
114 [optional,property] string Author;
124 [optional,property] string CharacterSet;
134 [optional,property] string Comment;
147 sequence<com.sun.star.beans.NamedValue> with this property.
150 [optional,property] any ComponentData;
155 [optional,property] string DocumentBaseURL;
164 [optional,property] string DocumentTitle;
[all …]
/trunk/main/xmloff/source/draw/
H A Dsdpropls.cxx1250 XMLPropertyState *property = &(*aIter); in ContextFilter() local
1251 if( property->mnIndex == -1 ) in ContextFilter()
1256 switch( getPropertySetMapper()->GetEntryContextId( property->mnIndex )) in ContextFilter()
1261 property->mnIndex = -1; in ContextFilter()
1271 property->mnIndex = -1; in ContextFilter()
1276 pShapeWritingMode = property; in ContextFilter()
1278 if( property->maValue >>= eWritingMode ) in ContextFilter()
1282 property->mnIndex = -1; in ContextFilter()
1289 pControlWritingMode = property; in ContextFilter()
1292 pTextWritingMode = property; in ContextFilter()
[all …]

12345678910>>...38