|
Lines 131-136
Link Here
|
| 131 |
<ChoiceType name="margin"> |
131 |
<ChoiceType name="margin"> |
| 132 |
<Choice displayNameID="Choices.margine.auto" name="auto"/> |
132 |
<Choice displayNameID="Choices.margine.auto" name="auto"/> |
| 133 |
</ChoiceType> |
133 |
</ChoiceType> |
|
|
134 |
<!-- bidi_hcg start --> |
| 135 |
<ChoiceType name="bidiTextDirection"> |
| 136 |
<Choice displayNameID="Choices.bidiTextDirection.ltr" name="Left To Right" displayName="Left To Right"/> |
| 137 |
<Choice displayNameID="Choices.bidiTextDirection.rtl" name="Right To Left" displayName="Right To Left"/> |
| 138 |
</ChoiceType> |
| 139 |
<!-- bidi_hcg end --> |
| 134 |
<ChoiceType name="textUnderline"> |
140 |
<ChoiceType name="textUnderline"> |
| 135 |
<Choice displayNameID="Choices.textUnderline.none" name="none"/> |
141 |
<Choice displayNameID="Choices.textUnderline.none" name="none"/> |
| 136 |
<Choice displayNameID="Choices.textUnderline.underline" name="underline"/> |
142 |
<Choice displayNameID="Choices.textUnderline.underline" name="underline"/> |
|
Lines 558-563
Link Here
|
| 558 |
<Choice displayNameID="Choices.reportLayoutPreference.fixedLayout" name="fixed layout"/> |
564 |
<Choice displayNameID="Choices.reportLayoutPreference.fixedLayout" name="fixed layout"/> |
| 559 |
<Choice displayNameID="Choices.reportLayoutPreference.autoLayout" name="auto layout"/> |
565 |
<Choice displayNameID="Choices.reportLayoutPreference.autoLayout" name="auto layout"/> |
| 560 |
</ChoiceType> |
566 |
</ChoiceType> |
|
|
567 |
<!-- bidi_hcg start --> |
| 568 |
<ChoiceType name="bidiLayoutOrientation"> |
| 569 |
<Choice displayNameID="Choices.bidiLayoutOrientation.rtl" name="Right To Left"/> |
| 570 |
<Choice displayNameID="Choices.bidiLayoutOrientation.ltr" name="Left To Right"/> |
| 571 |
</ChoiceType> |
| 572 |
<ChoiceType name="dataSetBidiFormatOrientation"> |
| 573 |
<Choice displayNameID="Choices.dataSetBidiFormatOrientation.rtl" name="Right To Left"/> |
| 574 |
<Choice displayNameID="Choices.dataSetBidiFormatOrientation.ltr" name="Left To Right"/> |
| 575 |
<Choice displayNameID="Choices.dataSetBidiFormatOrientation.contextualrtl" name="Contextual Right o Left"/> |
| 576 |
<Choice displayNameID="Choices.dataSetBidiFormatOrientation.contextualltr" name=" Contextual Left To Right"/> |
| 577 |
</ChoiceType> |
| 578 |
<ChoiceType name="dataSetBidiFormatOrderingScheme"> |
| 579 |
<Choice displayNameID="Choices.dataSetBidiFormatOrderingScheme.logical" name="Logical"/> |
| 580 |
<Choice displayNameID="Choices.dataSetBidiFormatOrderingScheme.visual" name="Visual"/> |
| 581 |
</ChoiceType> |
| 582 |
<ChoiceType name="dataSetBidiFormatTextShaping"> |
| 583 |
<Choice displayNameID="Choices.dataSetBidiFormatTextShaping.shaped" name="Shaped"/> |
| 584 |
<Choice displayNameID="Choices.dataSetBidiFormatTextShaping.nominal" name="Nominal"/> |
| 585 |
</ChoiceType> |
| 586 |
<ChoiceType name="dataSetBidiFormatNumericShaping"> |
| 587 |
<Choice displayNameID="Choices.dataSetBidiFormatNumericShaping.national" name="National"/> |
| 588 |
<Choice displayNameID="Choices.dataSetBidiFormatNumericShaping.nominal" name="Nominal"/> |
| 589 |
<Choice displayNameID="Choices.dataSetBidiFormatNumericShaping.contextual" name="Contextual"/> |
| 590 |
</ChoiceType> |
| 591 |
<!-- bidi_hcg end --> |
| 561 |
<ChoiceType name="dateTimeLevelType"> |
592 |
<ChoiceType name="dateTimeLevelType"> |
| 562 |
<Choice displayNameID="Choices.dateTimeLevelType.year" name="year"/> |
593 |
<Choice displayNameID="Choices.dateTimeLevelType.year" name="year"/> |
| 563 |
<Choice displayNameID="Choices.dateTimeLevelType.quarter" name="quarter"/> |
594 |
<Choice displayNameID="Choices.dateTimeLevelType.quarter" name="quarter"/> |
|
Lines 1265-1270
Link Here
|
| 1265 |
<Argument name="seconds" tagID="Class.DateTimeSpan.subTime.seconds" type="number"/> |
1296 |
<Argument name="seconds" tagID="Class.DateTimeSpan.subTime.seconds" type="number"/> |
| 1266 |
</Method> |
1297 |
</Method> |
| 1267 |
</Class> |
1298 |
</Class> |
|
|
1299 |
<!-- bidi_hcg start --> |
| 1300 |
<Class displayNameID="Class.BidiUtils" name="BidiUtils" toolTipID="Class.BidiUtils.toolTip"> |
| 1301 |
<Method displayNameID="Class.BidiUtils.bidiTransform" isStatic="true" name="bidiTransform" returnType="String" toolTipID="Class.BidiUtils.bidiTransform.toolTip"> |
| 1302 |
<Argument name="str" tagID="Class.BidiUtils.bidiTransform.str" type="String"/> |
| 1303 |
<Argument name="inBidiFormatStr" tagID="Class.BidiUtils.bidiTransform.inBidiFormatStr" type="String"/> |
| 1304 |
<Argument name="outBidiFormatStr" tagID="Class.BidiUtils.bidiTransform.outBidiFormatStr" type="String"/> |
| 1305 |
</Method> |
| 1306 |
</Class> |
| 1307 |
<!-- bidi_hcg end --> |
| 1268 |
<Class displayNameID="Class.Finance" name="Finance" toolTipID="Class.Finance.toolTip"> |
1308 |
<Class displayNameID="Class.Finance" name="Finance" toolTipID="Class.Finance.toolTip"> |
| 1269 |
<Method displayNameID="Class.Finance.sln" isStatic="true" name="sln" returnType="number" toolTipID="Class.Finance.sln.toolTip"> |
1309 |
<Method displayNameID="Class.Finance.sln" isStatic="true" name="sln" returnType="number" toolTipID="Class.Finance.sln.toolTip"> |
| 1270 |
<Argument name="initialCost" tagID="Class.Finance.sln.initialCost" type="number"/> |
1310 |
<Argument name="initialCost" tagID="Class.Finance.sln.initialCost" type="number"/> |
|
Lines 1908-1913
Link Here
|
| 1908 |
<Property detailType="reportLayoutPreference" displayNameID="Element.ReportDesign.layoutPreference" name="layoutPreference" runtimeSettable="false" since="2.2" type="choice"> |
1948 |
<Property detailType="reportLayoutPreference" displayNameID="Element.ReportDesign.layoutPreference" name="layoutPreference" runtimeSettable="false" since="2.2" type="choice"> |
| 1909 |
<Default>auto layout</Default> |
1949 |
<Default>auto layout</Default> |
| 1910 |
</Property> |
1950 |
</Property> |
|
|
1951 |
<!-- bidi_hcg start --> |
| 1952 |
<Property isBidiProperty="true" detailType="bidiLayoutOrientation" displayNameID="Element.ReportDesign.bidiLayoutOrientation" name="bidiLayoutOrientation" runtimeSettable="true" since="2.3" type="choice"> |
| 1953 |
<Default>Left To Right</Default> |
| 1954 |
</Property> |
| 1955 |
<!-- bidi_hcg end --> |
| 1911 |
<Property canInherit="false" detailType="IncludedCssStyleSheet" displayNameID="Element.ReportDesign.cssStyleSheets" isList="true" name="cssStyleSheets" runtimeSettable="false" since="2.2" type="structure"/> |
1956 |
<Property canInherit="false" detailType="IncludedCssStyleSheet" displayNameID="Element.ReportDesign.cssStyleSheets" isList="true" name="cssStyleSheets" runtimeSettable="false" since="2.2" type="structure"/> |
| 1912 |
<Method context="startup" displayNameID="Element.ReportDesign.initialize" name="initialize" since="1.0" toolTipID="Element.ReportDesign.initialize.toolTip"> |
1957 |
<Method context="startup" displayNameID="Element.ReportDesign.initialize" name="initialize" since="1.0" toolTipID="Element.ReportDesign.initialize.toolTip"> |
| 1913 |
<Argument name="reportContext" tagID="Element.ReportDesign.initialize.reportContext" type="org.eclipse.birt.report.engine.api.script.IReportContext"/> |
1958 |
<Argument name="reportContext" tagID="Element.ReportDesign.initialize.reportContext" type="org.eclipse.birt.report.engine.api.script.IReportContext"/> |
|
Lines 2144-2149
Link Here
|
| 2144 |
<Property detailType="ExtendedProperty" displayNameID="Element.OdaDataSet.privateDriverProperties" isList="true" name="privateDriverProperties" since="1.0" type="structure"/> |
2189 |
<Property detailType="ExtendedProperty" displayNameID="Element.OdaDataSet.privateDriverProperties" isList="true" name="privateDriverProperties" since="1.0" type="structure"/> |
| 2145 |
<Property detailType="OdaDesignerState" displayNameID="Element.OdaDataSet.designerState" name="designerState" since="2.1" type="structure"/> |
2190 |
<Property detailType="OdaDesignerState" displayNameID="Element.OdaDataSet.designerState" name="designerState" since="2.1" type="structure"/> |
| 2146 |
<Property displayNameID="Element.OdaDataSet.designerValues" name="designerValues" since="2.1.1" type="xml"/> |
2191 |
<Property displayNameID="Element.OdaDataSet.designerValues" name="designerValues" since="2.1.1" type="xml"/> |
|
|
2192 |
<!-- bidi_hcg start --> |
| 2193 |
<Property isBidiProperty="true" displayNameID="Element.OdaDataSet.bidiFormatMetadataStr" name="dataSetMetadataBiDiFormatStr" since="2.3" type="string"/> |
| 2194 |
<Property isBidiProperty="true" displayNameID="Element.OdaDataSet.bidiFormatContentStr" name="dataSetContentBiDiFormatStr" since="2.3" type="string"/> |
| 2195 |
|
| 2196 |
<PropertyGroup displayNameID="Element.OdaDataSet.bidiFormatMetadata"> |
| 2197 |
<Property isBidiProperty="true" detailType="dataSetBidiFormatOrderingScheme" displayNameID="Element.OdaDataSet.bidiFormatMetadata.orderingScheme" name="bidiFormatMetadataOrderingScheme" runtimeSettable="false" since="2.3" type="choice"/> |
| 2198 |
<Property isBidiProperty="true" detailType="dataSetBidiFormatOrientation" displayNameID="Element.OdaDataSet.bidiFormatMetadata.orientation" name="bidiFormatMetadataOrientation" runtimeSettable="false" since="2.3" type="choice"/> |
| 2199 |
<Property isBidiProperty="true" displayNameID="Element.OdaDataSet.bidiFormatMetadata.symSwap" name="bidiFormatMetadataSymSwap" runtimeSettable="false" since="2.3" type="boolean"/> |
| 2200 |
<Property isBidiProperty="true" detailType="dataSetBidiFormatTextShaping" displayNameID="Element.OdaDataSet.bidiFormatMetadata.textShaping" name="bidiFormatMetadataTextShaping" runtimeSettable="false" since="2.3" type="choice"/> |
| 2201 |
<Property isBidiProperty="true" detailType="dataSetBidiFormatNumericShaping" displayNameID="Element.OdaDataSet.bidiFormatMetadata.numericShaping" name="bidiFormatMetadataNumericShaping" runtimeSettable="false" since="2.3" type="choice"/> |
| 2202 |
</PropertyGroup> |
| 2203 |
|
| 2204 |
<PropertyVisibility name="dataSetMetadataBiDiFormatStr" visibility="hide"/> |
| 2205 |
<PropertyVisibility name="bidiFormatMetadataOrderingScheme" visibility="readonly"/> |
| 2206 |
<PropertyVisibility name="bidiFormatMetadataOrientation" visibility="readonly"/> |
| 2207 |
<PropertyVisibility name="bidiFormatMetadataSymSwap" visibility="readonly"/> |
| 2208 |
<PropertyVisibility name="bidiFormatMetadataTextShaping" visibility="readonly"/> |
| 2209 |
<PropertyVisibility name="bidiFormatMetadataNumericShaping" visibility="readonly"/> |
| 2210 |
|
| 2211 |
<PropertyGroup displayNameID="Element.OdaDataSet.bidiFormatContent"> |
| 2212 |
<Property isBidiProperty="true" detailType="dataSetBidiFormatOrderingScheme" displayNameID="Element.OdaDataSet.bidiFormatContent.orderingScheme" name="bidiFormatContentOrderingScheme" runtimeSettable="false" since="2.3" type="choice"/> |
| 2213 |
<Property isBidiProperty="true" detailType="dataSetBidiFormatOrientation" displayNameID="Element.OdaDataSet.bidiFormatContent.orientation" name="bidiFormatContentOrientation" runtimeSettable="false" since="2.3" type="choice"/> |
| 2214 |
<Property isBidiProperty="true" displayNameID="Element.OdaDataSet.bidiFormatContent.symSwap" name="bidiFormatContentSymSwap" runtimeSettable="false" since="2.3" type="boolean"/> |
| 2215 |
<Property isBidiProperty="true" detailType="dataSetBidiFormatTextShaping" displayNameID="Element.OdaDataSet.bidiFormatContent.textShaping" name="bidiFormatContentTextShaping" runtimeSettable="false" since="2.3" type="choice"/> |
| 2216 |
<Property isBidiProperty="true" detailType="dataSetBidiFormatNumericShaping" displayNameID="Element.OdaDataSet.bidiFormatContent.numericShaping" name="bidiFormatContentNumericShaping" runtimeSettable="false" since="2.3" type="choice"/> |
| 2217 |
</PropertyGroup> |
| 2218 |
<PropertyVisibility name="dataSetContentBiDiFormatStr" visibility="hide"/> |
| 2219 |
<!-- bidi_hcg end --> |
| 2147 |
<PropertyVisibility name="extensionID" visibility="hide"/> |
2220 |
<PropertyVisibility name="extensionID" visibility="hide"/> |
| 2148 |
<PropertyVisibility name="resultSetName" visibility="hide"/> |
2221 |
<PropertyVisibility name="resultSetName" visibility="hide"/> |
| 2149 |
<PropertyVisibility name="privateDriverProperties" visibility="hide"/> |
2222 |
<PropertyVisibility name="privateDriverProperties" visibility="hide"/> |
|
Lines 2296-2301
Link Here
|
| 2296 |
<Property detailType="textAlign" displayNameID="Element.Style.text.align" isStyleProperty="true" name="textAlign" since="1.0" type="choice"> |
2369 |
<Property detailType="textAlign" displayNameID="Element.Style.text.align" isStyleProperty="true" name="textAlign" since="1.0" type="choice"> |
| 2297 |
<!--Default>left</Default--> |
2370 |
<!--Default>left</Default--> |
| 2298 |
</Property> |
2371 |
</Property> |
|
|
2372 |
<!-- bidi_hcg --> |
| 2373 |
<Property isBidiProperty="true" detailType="bidiTextDirection" displayNameID="Element.Style.text.direction" isStyleProperty="true" name="bidiTextDirection" since="2.3" type="choice"> |
| 2374 |
</Property> |
| 2299 |
<Property displayNameID="Element.Style.text.indent" isStyleProperty="true" name="textIndent" since="1.0" type="dimension"> |
2375 |
<Property displayNameID="Element.Style.text.indent" isStyleProperty="true" name="textIndent" since="1.0" type="dimension"> |
| 2300 |
<Default>0em</Default> |
2376 |
<Default>0em</Default> |
| 2301 |
<DefaultUnit>em</DefaultUnit> |
2377 |
<DefaultUnit>em</DefaultUnit> |
|
Lines 2601-2606
Link Here
|
| 2601 |
<StyleProperty name="backgroundAttachment"/> |
2677 |
<StyleProperty name="backgroundAttachment"/> |
| 2602 |
<StyleProperty name="backgroundPositionX"/> |
2678 |
<StyleProperty name="backgroundPositionX"/> |
| 2603 |
<StyleProperty name="backgroundPositionY"/> |
2679 |
<StyleProperty name="backgroundPositionY"/> |
|
|
2680 |
<!-- bidi_hcg start --> |
| 2681 |
<StyleProperty name="bidiTextDirection"/> |
| 2682 |
<!-- bidi_hcg end --> |
| 2604 |
<StyleProperty name="borderTopWidth"/> |
2683 |
<StyleProperty name="borderTopWidth"/> |
| 2605 |
<StyleProperty name="borderTopStyle"/> |
2684 |
<StyleProperty name="borderTopStyle"/> |
| 2606 |
<StyleProperty name="borderTopColor"/> |
2685 |
<StyleProperty name="borderTopColor"/> |
|
Lines 2677-2682
Link Here
|
| 2677 |
<StyleProperty name="backgroundAttachment"/> |
2756 |
<StyleProperty name="backgroundAttachment"/> |
| 2678 |
<StyleProperty name="backgroundPositionX"/> |
2757 |
<StyleProperty name="backgroundPositionX"/> |
| 2679 |
<StyleProperty name="backgroundPositionY"/> |
2758 |
<StyleProperty name="backgroundPositionY"/> |
|
|
2759 |
<!-- bidi_hcg start --> |
| 2760 |
<StyleProperty name="bidiTextDirection"/> |
| 2761 |
<!-- bidi_hcg end --> |
| 2680 |
<StyleProperty name="borderTopWidth"/> |
2762 |
<StyleProperty name="borderTopWidth"/> |
| 2681 |
<StyleProperty name="borderTopStyle"/> |
2763 |
<StyleProperty name="borderTopStyle"/> |
| 2682 |
<StyleProperty name="borderTopColor"/> |
2764 |
<StyleProperty name="borderTopColor"/> |
|
Lines 2772-2777
Link Here
|
| 2772 |
<StyleProperty name="backgroundAttachment"/> |
2854 |
<StyleProperty name="backgroundAttachment"/> |
| 2773 |
<StyleProperty name="backgroundPositionX"/> |
2855 |
<StyleProperty name="backgroundPositionX"/> |
| 2774 |
<StyleProperty name="backgroundPositionY"/> |
2856 |
<StyleProperty name="backgroundPositionY"/> |
|
|
2857 |
<!-- bidi_hcg start --> |
| 2858 |
<StyleProperty name="bidiTextDirection"/> |
| 2859 |
<!-- bidi_hcg end --> |
| 2775 |
<StyleProperty name="borderTopWidth"/> |
2860 |
<StyleProperty name="borderTopWidth"/> |
| 2776 |
<StyleProperty name="borderTopStyle"/> |
2861 |
<StyleProperty name="borderTopStyle"/> |
| 2777 |
<StyleProperty name="borderTopColor"/> |
2862 |
<StyleProperty name="borderTopColor"/> |
|
Lines 2852-2857
Link Here
|
| 2852 |
<StyleProperty name="backgroundPositionY"/> |
2937 |
<StyleProperty name="backgroundPositionY"/> |
| 2853 |
<StyleProperty name="backgroundRepeat"/> |
2938 |
<StyleProperty name="backgroundRepeat"/> |
| 2854 |
<StyleProperty name="backgroundColor"/> |
2939 |
<StyleProperty name="backgroundColor"/> |
|
|
2940 |
<!-- bidi_hcg start --> |
| 2941 |
<StyleProperty name="bidiTextDirection"/> |
| 2942 |
<!-- bidi_hcg end --> |
| 2855 |
<StyleProperty name="borderTopWidth"/> |
2943 |
<StyleProperty name="borderTopWidth"/> |
| 2856 |
<StyleProperty name="borderTopStyle"/> |
2944 |
<StyleProperty name="borderTopStyle"/> |
| 2857 |
<StyleProperty name="borderTopColor"/> |
2945 |
<StyleProperty name="borderTopColor"/> |
|
Lines 3154-3159
Link Here
|
| 3154 |
<StyleProperty name="backgroundPositionX"/> |
3242 |
<StyleProperty name="backgroundPositionX"/> |
| 3155 |
<StyleProperty name="backgroundPositionY"/> |
3243 |
<StyleProperty name="backgroundPositionY"/> |
| 3156 |
<StyleProperty name="backgroundRepeat"/> |
3244 |
<StyleProperty name="backgroundRepeat"/> |
|
|
3245 |
<!-- bidi_hcg start --> |
| 3246 |
<StyleProperty name="bidiTextDirection"/> |
| 3247 |
<!-- bidi_hcg end --> |
| 3157 |
<StyleProperty name="letterSpacing"/> |
3248 |
<StyleProperty name="letterSpacing"/> |
| 3158 |
<StyleProperty name="lineHeight"/> |
3249 |
<StyleProperty name="lineHeight"/> |
| 3159 |
<StyleProperty name="textAlign"/> |
3250 |
<StyleProperty name="textAlign"/> |
|
Lines 3447-3452
Link Here
|
| 3447 |
<StyleProperty name="backgroundPositionY"/> |
3538 |
<StyleProperty name="backgroundPositionY"/> |
| 3448 |
<StyleProperty name="backgroundRepeat"/> |
3539 |
<StyleProperty name="backgroundRepeat"/> |
| 3449 |
<StyleProperty name="backgroundColor"/> |
3540 |
<StyleProperty name="backgroundColor"/> |
|
|
3541 |
<!-- bidi_hcg start --> |
| 3542 |
<StyleProperty name="bidiTextDirection"/> |
| 3543 |
<!-- bidi_hcg end --> |
| 3450 |
<StyleProperty name="borderTopWidth"/> |
3544 |
<StyleProperty name="borderTopWidth"/> |
| 3451 |
<StyleProperty name="borderTopStyle"/> |
3545 |
<StyleProperty name="borderTopStyle"/> |
| 3452 |
<StyleProperty name="borderTopColor"/> |
3546 |
<StyleProperty name="borderTopColor"/> |