Home
last modified time | relevance | path

Searched refs:property (Results 101 – 125 of 943) sorted by relevance

12345678910>>...38

/trunk/main/udkapi/com/sun/star/beans/
H A DPropertyAttribute.idl38 /** indicates that a property value can be void.
40 <p>It does not mean that the type of the property is void!
48 value of this property changes.
56 value of this property changes.
64 /** indicates that the value of the property is not persistent.
70 /** indicates that the value of the property is read-only.
76 /** indicates that the value of the property can be ambiguous.
82 /** indicates that the property can be set to default.
88 /** indicates that the property can be removed
100 /** indicates that a property is optional.
[all …]
/trunk/main/offapi/com/sun/star/chart2/
H A DCandleStickChartType.idl46 /** If this property is <TRUE/>, the candlesticks are shown as
47 japanese candlesticks. This implies that the property
60 [maybedefault, property] boolean Japanese;
63 the property <member>Japanese</member> is <TRUE/>, the
64 property set given here contains the formatting attributes of
76 the property <member>Japanese</member> is <TRUE/>, the
77 property set given here contains the formatting attributes of
88 /** If this property is <TRUE/>, the first value (which would be
92 <p>This property is only evaluated for non-japanese
98 [maybedefault, property] boolean ShowFirst;
[all …]
H A DDiagram.idl74 [property] ::com::sun::star::layout::RelativeSize RelativeSize;
82 [optional, property] boolean SortByXValues;
86 [optional, property] boolean ConnectBars;
89 axis, this property determines how to display those. If
97 only one axis, this property has no effect.</p>
99 [optional, property] boolean GroupBarsPerAxis;
103 [optional, property] long StartingAngle;
105 [optional, property] boolean RightAngledAxes;
109 [optional, property] long Perspective;
113 [optional, property] long RotationHorizontal;
[all …]
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DTools.java79 for (PropertyValue property : properties) { in getOrDefault()
80 if (property.Name.equals(name)) { in getOrDefault()
81 ret = AnyConverter.toString(property.Value); in getOrDefault()
90 for (PropertyValue property : properties) { in getOrDefault()
91 if (property.Name.equals(name)) { in getOrDefault()
92 ret = AnyConverter.toBoolean(property.Value); in getOrDefault()
101 for (PropertyValue property : properties) { in getOrDefault()
102 if (property.Name.equals(name)) { in getOrDefault()
103 ret = property.Value; in getOrDefault()
112 for (PropertyValue property : properties) { in getOrDefault()
[all …]
/trunk/main/offapi/com/sun/star/form/component/
H A DNavigationToolBar.idl56 [property] short Border;
61 [property] boolean Enabled;
71 [property] long TextColor;
79 [property] long TextLineColor;
87 [property] long FontRelief;
95 [property] long FontEmphasisMark;
105 [property] short IconSize;
111 [property] boolean ShowPosition;
117 [property] boolean ShowNavigation;
129 [property] boolean ShowFilterSort;
[all …]
H A DDataForm.idl93property is reset to <FALSE/>. This property might have been switched to <TRUE/> during listener
152 property is not evaluated.</p>
154 [property] sequence<string> MasterFields;
180 property is not evaluated.</p>
182 [property] sequence<string> DetailFields;
199 if the property is set to <FALSE/>, but the user interface should respect the property
202 [property] boolean AllowInserts;
209 if the property is set to <FALSE/>, but the user interface should respect the property
212 [property] boolean AllowUpdates;
219 if the property is set to <FALSE/>, but the user interface should respect the property
[all …]
/trunk/main/offapi/com/sun/star/text/
H A DDocumentSettings.idl69 [optional, property] boolean ChartAutoUpdate;
80 [optional, property] boolean AddParaTableSpacing;
90 [optional, property] boolean AddParaTableSpacingAtStart;
100 [optional, property] boolean AlignTabStopPosition;
111 [optional, property] boolean SaveGlobalDocumentLinks;
120 [optional, property] boolean IsLabelDocument;
140 [optional, property] boolean UseFormerLineSpacing;
157 [optional, property] boolean AddParaSpacingToTableCells;
175 [optional, property] boolean UseFormerObjectPositioning;
192 [optional, property] boolean ConsiderTextWrapOnObjPos;
[all …]
H A DFootnoteSettings.idl43 [property] string CharStyleName;
50 [property] short NumberingType;
57 [property] string PageStyleName;
64 [property] string ParaStyleName;
70 [property] string Prefix;
77 [property] short StartAt;
83 [property] string Suffix;
92 [optional, property] string BeginNotice;
101 [optional, property] string EndNotice;
110 [optional, property] short FootnoteCounting;
[all …]
H A DLineNumberingProperties.idl45 [property] boolean IsOn;
51 [property] string CharStyleName;
57 [property] boolean CountEmptyLines;
62 [property] boolean CountLinesInFrames;
68 [property] long Distance;
73 [property] short Interval;
78 [property] string SeparatorText;
83 [property] short SeparatorInterval;
89 [property] short NumberPosition;
94 [property] short NumberingType;
[all …]
H A DDocumentIndex.idl47 [optional, property] boolean UseAlphabeticalSeparators;
51 [optional, property] boolean UseKeyAsEntry;
55 [optional, property] boolean UseCombinedEntries;
59 [optional, property] boolean IsCaseSensitive;
63 [optional, property] boolean UsePP;
67 [optional, property] boolean UseDash;
71 [optional, property] boolean UseUpperCase;
76 [optional, property] string MainEntryCharacterStyleName;
81 [readonly, property] sequence <com::sun::star::text::XDocumentIndexMark> DocumentIndexMarks;
86 [property] com::sun::star::lang::Locale Locale;
[all …]
/trunk/main/idlc/test/
H A Dservice.idl35 // [property] bla p0;
36 [property] short p1;
37 [optional, property] unsigned short p2;
39 [maybevoid, property] long p3;
40 [bound, property] unsigned long p4;
42 [constrained, property] hyper p5;
43 [transient, property] unsigned hyper p6;
45 [maybeambiguous, property] string p7;
46 [maybedefault, property] type p8;
47 [removable, property] any p9;
[all …]
H A Dsingleton.idl35 // [property] bla p0;
36 [property] short p1;
37 [optional, property] unsigned short p2;
39 [maybevoid, property] long p3;
40 [bound, property] unsigned long p4;
42 [constrained, property] hyper p5;
43 [transient, property] unsigned hyper p6;
45 [maybeambiguous, property] string p7;
46 [maybedefault, property] type p8;
47 [removable, property] any p9;
[all …]
/trunk/main/offapi/com/sun/star/sdb/
H A DResultColumn.idl51 [readonly, property] boolean IsSearchable;
56 [readonly, property] boolean IsSigned;
61 [readonly, property] boolean IsCaseSensitive;
66 [readonly, property] long DisplaySize;
72 [readonly, property] string Label;
77 [readonly, property] boolean IsReadOnly;
82 [readonly, property] boolean IsWritable;
95 [readonly, property] string ServiceName;
100 [readonly, property] string TableName;
105 [readonly, property] string SchemaName;
[all …]
/trunk/main/offapi/com/sun/star/util/
H A DSearchDescriptor.idl52 [property] boolean SearchBackwards;
57 [property] boolean SearchCaseSensitive;
62 [property] boolean SearchWords;
67 [property] boolean SearchRegularExpression;
73 [property] boolean SearchStyles;
92 [property] boolean SearchSimilarity;
110 [property] boolean SearchSimilarityRelax;
116 [property] short SearchSimilarityRemove;
122 [property] short SearchSimilarityAdd;
125 /** This property specifies the number of characters that must
[all …]
/trunk/main/offapi/com/sun/star/text/fieldmaster/
H A DBibliography.idl47 [property] boolean IsNumberEntries;
50 by the document position. If <FALSE/> the SortKey property determines the
53 [property] boolean IsSortByPosition;
57 [property] string BracketBefore;
61 [property] string BracketAfter;
64 This property is used if the property IsSortByPosition is not set.
68 <LI><P>[property] short SortKey;</P>
72 <LI><P>[property] boolean IsSortAscending;</P>
79 [property] sequence< com::sun::star::beans::PropertyValues > SortKeys;
83 [property] com::sun::star::lang::Locale Locale;
[all …]
/trunk/main/offapi/com/sun/star/view/
H A DPrintSettings.idl45 [property] boolean PrintBlackFonts;
50 [property] boolean PrintControls;
55 [property] boolean PrintDrawings;
60 [property] boolean PrintGraphics;
65 [property] boolean PrintLeftPages;
70 [property] boolean PrintRightPages;
75 [property] boolean PrintTables;
82 [property] boolean PrintReversed;
87 [property] boolean PrintProspect;
92 [property] boolean PrintPageBackground;
[all …]
/trunk/main/offapi/com/sun/star/chart/
H A DChartStatistics.idl69 [property] double ConstantErrorLow;
83 [property] double ConstantErrorHigh;
90 [property] boolean MeanValue;
105 [property] com::sun::star::chart::ChartErrorCategory ErrorCategory;
112 [optional, property] long ErrorBarStyle;
127 [property] double PercentageError;
142 [property] double ErrorMargin;
163 property is used when the <type>ErrorBarCategory</type> is set
166 [optional, property] string ErrorBarRangePositive;
169 property is used when the <type>ErrorBarCategory</type> is set
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DSheetCell.idl195 <p>The property
255 [readonly, property] com::sun::star::awt::Point Position;
261 [readonly, property] com::sun::star::awt::Size Size;
269 [optional, property] string FormulaLocal;
277 [readonly, property] long FormulaResultType;
284 reinserted into the property set.</p>
288 [property] com::sun::star::sheet::XSheetConditionalEntries
297 reinserted into the property set.</p>
309 validation has to be reinserted into the property set.</p>
313 [property] com::sun::star::beans::XPropertySet Validation;
[all …]
/trunk/main/offapi/com/sun/star/awt/
H A DUnoControlFixedLineModel.idl55 [property] boolean Enabled;
61 [property] com::sun::star::awt::FontDescriptor FontDescriptor;
68 [property] short FontEmphasisMark;
75 [property] short FontRelief;
81 [property] string HelpText;
87 [property] string HelpURL;
93 [property] string Label;
104 [property] long Orientation;
110 [property] boolean Printable;
116 [property] com::sun::star::util::Color TextColor;
[all …]
H A DUnoControlProgressBarModel.idl51 [property] com::sun::star::util::Color BackgroundColor;
63 [property] short Border;
74 [optional, property] long BorderColor;
80 [property] boolean Enabled;
86 [property] com::sun::star::util::Color FillColor;
92 [property] string HelpText;
98 [property] string HelpURL;
104 [property] boolean Printable;
110 [property] long ProgressValue;
116 [property] long ProgressValueMax;
[all …]
H A DUnoControlGroupBoxModel.idl55 [property] boolean Enabled;
61 [property] com::sun::star::awt::FontDescriptor FontDescriptor;
68 [property] short FontEmphasisMark;
75 [property] short FontRelief;
81 [property] string HelpText;
87 [property] string HelpURL;
93 [property] string Label;
99 [property] boolean Printable;
105 [property] com::sun::star::util::Color TextColor;
111 [property] com::sun::star::util::Color TextLineColor;
[all …]
/trunk/main/offapi/com/sun/star/drawing/
H A DConnectorProperties.idl43 /** This property contains the kind of the connector.
45 [property] com::sun::star::drawing::ConnectorType EdgeKind;
49 /** This property contains the horizontal distance of node 1.
51 [property] long EdgeNode1HorzDist;
55 /** This property contains the vertical distance of node 1.
57 [property] long EdgeNode1VertDist;
61 /** This property contains the horizontal distance of node 2.
63 [property] long EdgeNode2HorzDist;
67 /** This property contains the vertical distance of node 2.
69 [property] long EdgeNode2VertDist;
H A DCustomShape.idl77 /** This property contains the CustomShapeEngine service name that has to
80 [property] string CustomShapeEngine;
83 /** This property can be used to store data that the CustomShapeEngine may
86 [optional, property] string CustomShapeData;
89 /** This property describes the geometry of the CustomShape. The CustomShapeEngine
90 that is used should be able to get on with the content of this property.
92 If the CustomShapeEngine property is "com.sun.star.drawing.EnhancedCustomShapeEngine",
93 then this property is containing properties as they are specified in the service
96 [optional, property] sequence<::com::sun::star::beans::PropertyValue> CustomShapeGeometry;
99 /** This property describes the URL to a replacement graphic that could
[all …]
/trunk/main/xmloff/source/draw/
H A DXMLShapeStyleContext.cxx151 ::std::vector< XMLPropertyState >::iterator property; in FillPropertySet()
155 for( property = rProperties.begin(); property != end; property++ ) in FillPropertySet()
158 …if( (property->mnIndex != -1) && (rMapper->GetEntryContextId( property->mnIndex ) == CTF_SD_NUMBER… in FillPropertySet()
165 if( (property == end) && ( 0 != m_sListStyleName.getLength() ) ) in FillPropertySet()
173 property = end - 1; in FillPropertySet()
178 if( property != end ) in FillPropertySet()
182 property->maValue >>= m_sListStyleName; in FillPropertySet()
192 property->maValue <<= xNumRule; in FillPropertySet()
196 property->mnIndex = -1; in FillPropertySet()
/trunk/main/offapi/com/sun/star/sdbcx/
H A DColumn.idl50 [readonly, property] string Name;
57 [readonly, property] long Type;
67 [readonly, property] string TypeName;
72 [readonly, property] long Precision;
77 [readonly, property] long Scale;
83 [readonly, property] long IsNullable;
89 [readonly, property] boolean IsAutoIncrement;
94 [readonly, property] boolean IsCurrency;
101 [optional, readonly, property] boolean IsRowVersion;
106 [optional, readonly, property] string Description;
[all …]

Completed in 52 milliseconds

12345678910>>...38