[svn:fx-4.0.0] 13541: Part 2 of fixing line endings in AS and MXML files so that line numbers are correct while debugging .

Revision: 13541
Revision: 13541
Author:   [email protected]
Date:     2010-01-15 16:47:34 -0800 (Fri, 15 Jan 2010)
Log Message:
Part 2 of fixing line endings in AS and MXML files so that line numbers are correct while debugging.
All AS and MXML files frameworks/projects (that are code for SWCs) now have svn:eol-style set to "native" (and svn:mime-type set to "text/plain"). Having svn:eol-style set to "native" should ensure that when you get these files on a particular platform, the line-endings are correct for that platform.
QE notes: None
Doc notes: None
Bugs: SDK-24966
Reviewer: Pete
Tests run: checkintests
Is noteworthy for integration: No
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-24966
Modified Paths:
    flex/sdk/branches/4.0.0/frameworks/projects/airspark/src/AIRSparkClasses.as
    flex/sdk/branches/4.0.0/frameworks/projects/airspark/src/spark/core/Version.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/AutomationClasses.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/AdvancedDa taGridSelectedCellCodec.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/ArrayPrope rtyCodec.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/AssetPrope rtyCodec.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/Automation ObjectPropertyCodec.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/ChartItemC odec.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/ColorPrope rtyCodec.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/DateProper tyCodec.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/DateRangeP ropertyCodec.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/DateScroll DetailPropertyCodec.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/DefaultPro pertyCodec.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/HitDataCod ec.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/IAutomatio nPropertyCodec.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/KeyCodePro pertyCodec.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/KeyModifie rPropertyCodec.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/ListDataOb jectCodec.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/RendererPr opertyCodec.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/ScrollDeta ilPropertyCodec.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/ScrollDire ctionPropertyCodec.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/TabObjectC odec.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/TriggerEve ntPropertyCodec.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/DragMa nagerAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/DragMa nagerAutomationImplGlobal.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/TextFi eldAutomationHelper.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/AccordionAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/ApplicationAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/BoxAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/CanvasAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/DividedBoxAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/FormAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/FormItemAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/PanelAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/TabNavigatorAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/ViewStackAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/AlertAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/AlertFormAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ButtonAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ButtonBarAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/CheckBoxAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ColorPickerAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ComboBaseAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ComboBoxAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/DataGridAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/DataGridItemRendererAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/DateChooserAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/DateFieldAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/LabelAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/LinkBarAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ListAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ListBaseAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ListBaseContentHolderAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ListItemRendererAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/MenuAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/MenuBarAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/MenuBarItemAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/MenuItemRendererAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/NavBarAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/NumericStepperAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/PopUpButtonAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ProgressBarAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/RadioButtonAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/SWFLoaderAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ScrollBarAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/SliderAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/TextAreaAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/TextInputAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/TileBaseAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/TileListItemRendererAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ToggleButtonBarAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ToolTipAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/TreeAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/TreeItemRendererAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/VideoDisplayAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/core/C ontainerAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/core/R epeaterAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/core/S crollControlBaseAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/core/U IComponentAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/core/U ITextFieldAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/AdvancedD ataGridHeaderShiftEvent.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/AdvancedD ataGridItemSelectEvent.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nAirEvent.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nCustomReplayEvent.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nDragEvent.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nDragEventWithPositionInfo.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nEvent.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nRecordEvent.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nReplayEvent.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/ChartSele ctionChangeEvent.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/EventDeta ils.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/ListItemS electEvent.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Marshalle dAutomationEvent.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/MenuShowE vent.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/TextSelec tionEvent.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Adva ncedDataGridTabularData.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Adva ncedListBaseTabularData.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Axis RendererTabularData.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Cart esianChartTabularData.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Char tBaseTabularData.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Char tSeriesTabularData.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Cont ainerTabularData.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Data GridTabularData.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/List BaseTabularData.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/List TabularData.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Menu BarTabularData.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/OLAP DataGridTabularData.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Tile BaseTabularData.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Tree TabularData.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/core/Version.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/AutomationAirClasses.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/air/AirDragM anagerAutomationHandler.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/air/AirFunct ionsHelper.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/codec/FilePr opertyCodec.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/delegates/co ntainers/WindowedApplicationAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/delegates/co ntainers/WindowedApplicationAutomationImpl_modi.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/delegates/co ntainers/WindowsAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/delegates/co ntrols/FileSystemTreeAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/delegates/co ntrols/FlexNativeMenuAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/delegates/co ntrols/fileSystemClasses/FileSystemDataGridNameColumnRendererAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/events/Autom ationFlexNativeMenuEvent.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/core/Version.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_airspark/src/AutomationAirSparkCla sses.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_airspark/src/spark/automation/dele gates/components/SparkWindowAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_airspark/src/spark/automation/dele gates/components/SparkWindowedApplicationAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/AutomationDMVClasses.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/AdvancedDataGridAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/AdvancedDataGridBaseExAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/AdvancedDataGridGroupItemRendererAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/AdvancedDataGridItemRendererAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/AdvancedListBaseAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/AdvancedListBaseContentHolderAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/OLAPDataGridAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/OLAPDataGridGroupRendererAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/AreaSeriesAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/AxisRendererAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/BarSeriesAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/BubbleSeriesAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/CartesianChartAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/ChartBaseAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/ColumnSeriesAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/HLOCSeriesBaseAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/LegendAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/LegendItemAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/LineSeriesAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/PieSeriesAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/PlotSeriesAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/SeriesAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/core/Version.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_flashflexkit/src/AutomationFlashFl exKitClasses.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_flashflexkit/src/mx/automation/del egates/flashflexkit/ContainerMovieClipAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_flashflexkit/src/mx/automation/del egates/flashflexkit/FlexContentHolderAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_flashflexkit/src/mx/automation/del egates/flashflexkit/UIMovieClipAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_flashflexkit/src/mx/core/Version.a s
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/AutomationSparkClasses.a s
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/mx/automation/delegates/ controls/dataGridClasses/FTEDataGridItemRendererAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/mx/automation/delegates/ core/UIFTETextFieldAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/mx/core/Version.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/codec/S parkDropDownListBaseSelectedItemCodec.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/SparkRichEditableTextAutomationHelper.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkApplicationAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkBorderContainerAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkButtonAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkButtonBarAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkButtonBarButtonAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkCheckBoxAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkComboBoxAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkDataGroupAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkDropDownListAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkGroupAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkLabelAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkListAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkNavigatorContentAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkNumericStepperAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkPanelAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkRadioButtonAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkRichEditableTextAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkScrollerAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkSkinnableContainerAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkSpinnerAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkTabBarAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkTextAreaAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkTextInputAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkTileGroupAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkTitleWindowAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkToggleButtonAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkVideoPlayerAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/mediaClasses/SparkMuteButtonAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/mediaClasses/SparkVolumeBarAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkButtonBarBaseAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkButtonBaseAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkDropDownListBaseAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkGroupBaseAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkItemRendererAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkListBaseAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkRangeAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkScrollBarBaseAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkSkinnableComponentAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkSkinnableContainerBaseAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkSkinnableTextBaseAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkSliderBaseAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkTextBaseAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkToggleButtonBaseAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkTrackBaseAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/skins/spark/SparkDefaultComplexItemRendererAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/skins/spark/SparkDefaultItemRendererAutomationImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/events/ SparkListItemSelectEvent.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/events/ SparkValueChangeAutomationEvent.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/tabular Data/RichEditableTextTabularData.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/tabular Data/SkinnableContainerTabularData.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/tabular Data/SparkListBaseTabularData.as
    flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/core/Version.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/AdvancedDataGridClasses .as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/ChartsClasses.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/accessibility/Advanc edDataGridAccImpl.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/AreaChart.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/AxisLabel.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/AxisRenderer. as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/BarChart.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/BubbleChart.a s
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/CandlestickCh art.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/CategoryAxis. as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/ChartItem.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/ColumnChart.a s
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/DateTimeAxis. as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/GridLines.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/HLOCChart.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/HitData.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/Legend.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/LegendItem.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/LineChart.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/LinearAxis.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/LogAxis.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/PieChart.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/PlotChart.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ AxisBase.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ AxisLabelSet.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ BoundedValue.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ CartesianCanvasValue.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ CartesianChart.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ CartesianDataCanvas.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ CartesianTransform.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ ChartBase.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ ChartElement.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ ChartItemDragProxy.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ ChartLabel.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ ChartState.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ DataDescription.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ DataTip.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ DataTransform.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ DateRangeUtilities.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ DualStyleObject.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ GraphicsUtilities.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ HLOCSeriesBase.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IAxis.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IAxisRenderer.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IBar.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IChartElement.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IChartElement2.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IColumn.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IDataCanvas.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IStackable.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IStackable2.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ InstanceCache.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ LegendData.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ NumericAxis.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ PolarChart.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ PolarDataCanvas.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ PolarTransform.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ RenderData.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ Series.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ StackedSeries.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/Serie sEffect.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/Serie sInterpolate.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/Serie sSlide.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/Serie sZoom.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/effec tClasses/SeriesEffectInstance.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/effec tClasses/SeriesInterpolateInstance.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/effec tClasses/SeriesSlideInstance.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/effec tClasses/SeriesZoomInstance.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/events/ChartE vent.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/events/ChartI temEvent.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/events/Legend MouseEvent.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Are aRenderer.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Box ItemRenderer.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Can dlestickItemRenderer.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Cir cleItemRenderer.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Cro ssItemRenderer.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Dia mondItemRenderer.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/HLO CItemRenderer.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Lin eRenderer.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Sha dowBoxItemRenderer.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Sha dowLineRenderer.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Tri angleItemRenderer.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Wed geItemRenderer.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/AreaSe ries.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/AreaSe t.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/BarSer ies.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/BarSet .as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/Bubble Series.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/Candle stickSeries.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/Column Series.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/Column Set.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/HLOCSe ries.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/LineSe ries.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/PieSer ies.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/PlotSe ries.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ AreaSeriesItem.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ BarSeriesItem.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ BubbleSeriesItem.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ ColumnSeriesItem.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ HLOCSeriesItem.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ LineSeriesItem.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ LineSeriesSegment.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ PieSeriesItem.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ PlotSeriesItem.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/AreaSeriesRenderData.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/BarSeriesRenderData.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/BubbleSeriesRenderData.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/ColumnSeriesRenderData.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/HLOCSeriesRenderData.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/LineSeriesRenderData.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/PieSeriesRenderData.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/PlotSeriesRenderData.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/skins/halo/Se lectionSkin.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/HaloDe faults.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/metada ta/FillStrokeStyles.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/metada ta/GapStyles.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/metada ta/ItemRendererStyles.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/metada ta/LeadingStyle.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/metada ta/MarginStyles.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/metada ta/TextStyles.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/DefaultS ummaryCalculator.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Grouping .as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Grouping Collection.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Grouping Collection2.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Grouping Field.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Hierarch icalCollectionView.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Hierarch icalCollectionViewCursor.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Hierarch icalData.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/IGroupin gCollection.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/IGroupin gCollection2.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/IHierarc hicalCollectionView.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/IHierarc hicalCollectionViewCursor.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/IHierarc hicalData.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/ISummary Calculator.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/LeafNode Cursor.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/SummaryF ield.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/SummaryF ield2.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/SummaryO bject.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/SummaryR ow.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/errors/C hildItemPendingError.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/AdvancedDat aGrid.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/AdvancedDat aGridBaseEx.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/OLAPDataGri d.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridBase.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridBaseSelectionData.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridBaseSelectionPending.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridColumn.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridColumnGroup.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridDragProxy.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridGroupItemRenderer.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridHeaderInfo.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridHeaderRenderer.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridItemRenderer.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridListData.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridRendererDescription.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridRendererProvider.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridSortItemRenderer.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/IAdvancedDataGridRendererProvider.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/SortInfo.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/listClasses /AdvancedListBase.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/listClasses /AdvancedListBaseContentHolder.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/olapDataGri dClasses/OLAPDataGridGroupRenderer.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/olapDataGri dClasses/OLAPDataGridHeaderRenderer.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/olapDataGri dClasses/OLAPDataGridHeaderRendererProvider.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/olapDataGri dClasses/OLAPDataGridItemRendererProvider.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/olapDataGri dClasses/OLAPDataGridRendererProvider.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/core/Version.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/events/AdvancedDataG ridEvent.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/events/AdvancedDataG ridEventReason.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/events/CubeEvent.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/CubeNode.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/CubeNodeBuilder .as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/DefaultCubeImpl .as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPAttribute. as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPAttributeL evel.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPAxisPositi on.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPCell.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPCube.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPCubeImpl.a s
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPCustomAggr egator.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPDimension. as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPElement.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPHierarchy. as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPLevel.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPMember.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPQuery.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPQueryAxis. as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPResult.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPResultAxis .as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPSchema.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPSet.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPTuple.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPAttribute.a s
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPAttributeLe vel.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPAxisPositio n.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPCell.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPCube.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPDimension.a s
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPElement.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPHierarchy.a s
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPLevel.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPMeasure.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPMember.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPQuery.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPQueryAxis.a s
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPResult.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPResultAxis. as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPSchema.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPSet.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPTrace.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPTuple.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/QueryCubeBuilde r.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/QueryError.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/SummaryNode.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/aggregators/Ave rageAggregator.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/aggregators/Cou ntAggregator.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/aggregators/Max Aggregator.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/aggregators/Min Aggregator.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/aggregators/Sum Aggregator.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/printing/PrintAdvanc edDataGrid.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/printing/PrintOLAPDa taGrid.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/skins/halo/AdvancedD ataGridColumnWrongDropIndicator.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/skins/halo/AdvancedD ataGridHeaderHorizontalSeparator.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/styles/metadata/Focu sStyles.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/styles/metadata/GapS tyles.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/styles/metadata/Icon ColorStyles.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/styles/metadata/Lead ingStyle.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/styles/metadata/Padd ingStyles.as
    flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/styles/metadata/Text Styles.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/accessibility/AccConst.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/collections/AsyncListView.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/IDeferredContentOwner.a s
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/INavigatorContent.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/ISelectableList.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/LayoutElementUIComponen tUtils.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/EventListenerRequest. as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/FlexChangeEvent.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/FocusRequestDirection .as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/InterDragManagerEvent .as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/InterManagerRequest.a s
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/InvalidateRequestData .as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/Request.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/SWFBridgeEvent.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/SWFBridgeRequest.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/SandboxMouseEvent.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/geom/CompoundTransform.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/geom/RoundedRectangle.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/geom/TransformOffsets.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/IActiveWindowManage r.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/IMarshalSystemManag er.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/ISystemManagerChild Manager.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/PopUpData.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/marshalClasses/Curs orManagerMarshalMixin.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/marshalClasses/Drag ManagerMarshalMixin.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/marshalClasses/Focu sManagerMarshalMixin.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/marshalClasses/Mars halPopUpData.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/marshalClasses/PopU pManagerMarshalMixin.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/marshalClasses/Tool TipManagerMarshalMixin.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/systemClasses/Activ eWindowManager.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/systemClasses/Child Manager.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/systemClasses/Event Proxy.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/systemClasses/Marsh allingSupport.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/systemClasses/Place holderData.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/systemClasses/Remot ePopUp.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/modules/IModule.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/skins/halo/WindowBackground. as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/styles/CSSMergedStyleDeclara tion.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/utils/HSBColor.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/utils/MatrixUtil.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/utils/OnDemandEventDispatche r.as
    flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/media/MediaFactory.as
    flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/metadata/IFacet.as
    flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/PausableTrait.as
    flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/PlayableTrait.as
    flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/netmon/NetworkMonitor.as
    flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/CallResponder.as
    flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/AbstractOperation.as
    flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/HTTPMultiService.as
    flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/Operation.as
    flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/SerializationFilter.as
    flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/mxml/HTTPMultiService.as
    flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/utils/RPCObjectUtil.as
    flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/utils/RPCStringUtil.as
    flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/utils/RPCUIDUtil.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/controls/advancedDataGridClasses /FTEAdvancedDataGridItemRenderer.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/controls/advancedDataGridClasses /MXAdvancedDataGridItemRenderer.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/controls/dataGridClasses/FTEData GridItemRenderer.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/controls/dataGridClasses/MXDataG ridItemRenderer.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/controls/listClasses/MXItemRende rer.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/controls/treeClasses/MXTreeItemR enderer.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/core/FTETextField.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/core/UIFTETextField.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/ButtonBar.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/ComboBox.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/DropDownList.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/HSlider.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/NavigatorContent.a s
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/Panel.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/PopUpAnchor.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/Scroller.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/TabBar.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/mediaClasses/Volum eBar.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/supportClasses/Ani mationTarget.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/supportClasses/But tonBarBase.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/supportClasses/Dro pDownController.as
    flex/sdk/br

Hi there,
I follow the help from this post
How to handle line break embeded inside CSV column
Not a perfect way, but it is accepted in my case.
Cheers,

Similar Messages

  • [svn:fx-4.0.0] 13535: Part 1 of fixing line endings in AS and MXML files so that line numbers are correct while debugging .

    Revision: 13535
    Revision: 13535
    Author:   [email protected]
    Date:     2010-01-15 14:45:38 -0800 (Fri, 15 Jan 2010)
    Log Message:
    Part 1 of fixing line endings in AS and MXML files so that line numbers are correct while debugging.
    We've got a widespread problem with line-endings (\r\n vs \n vs \r) because not all our files have svn:eol-style set to "native". (With this setting, the line endings are adjusted for the platform that you check out code onto. Without it, you can end up with all-Mac line endings on a Windows machine, WindowsMacUnix line endings on a Mac, etc. The goal is all-Win on Win, all-Mac on Mac, etc.)
    For schedule reasons, we've decided to minimize risk by fixing only AS and MXML files in frameworks/projects that contribute to our SWCs, because here line-ending problems can throw off line numbers and the debugger doesn't step through the right lines of code.
    You can't set svn:eol-style to "native" unless the line endings are already correct for your platform. Since I'm on Windows, I wrote a script to find a fix the files that had any \n or \n line endings. The files now have \r\n.
    QE notes: None
    Doc notes: None
    Bugs: SDK-24966
    Reviewer: Pete
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24966
    Modified Paths:
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/IDeferredContentOwner.a s
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/ISelectableList.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/LayoutElementUIComponen tUtils.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/geom/CompoundTransform.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/geom/TransformOffsets.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/skins/halo/WindowBackground. as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/utils/MatrixUtil.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/utils/OnDemandEventDispatche r.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/media/MediaFactory.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/HTTPMultiService.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/Operation.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/mxml/HTTPMultiService.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/ButtonBar.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/DropDownList.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/HSlider.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/Panel.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/PopUpAnchor.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/Scroller.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/mediaClasses/Volum eBar.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/supportClasses/Dro pDownController.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/supportClasses/Dro pDownListBase.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/supportClasses/Scr ollerLayout.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/supportClasses/Sli derBase.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/effects/AnimateTransform.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/effects/supportClasses/Animat eTransformInstance.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/effects/supportClasses/MoveIn stance.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/events/SkinPartEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/skins/spark/HighlightBitmapCa ptureSkin.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/skins/spark/ScrollerSkin.mxml
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/styles/metadata/AdvancedInher itingTextStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/styles/metadata/AdvancedNonIn heritingTextStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/utils/LabelUtil.as
        flex/sdk/branches/4.0.0/frameworks/projects/wireframe/src/spark/skins/wireframe/NumericSt epperTextInputSkin.mxml

    Hi there,
    I follow the help from this post
    How to handle line break embeded inside CSV column
    Not a perfect way, but it is accepted in my case.
    Cheers,

  • [svn] 2200: The main package will now also include the ja swc' s and properties files.

    Revision: 2200
    Author: [email protected]
    Date: 2008-06-24 07:46:04 -0700 (Tue, 24 Jun 2008)
    Log Message:
    The main package will now also include the ja swc's and properties files.
    -it will not include the samples, these will still be in the ja zip
    bug:http://bugs.adobe.com/jira/browse/SDK-15852
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15852
    Modified Paths:
    flex/sdk/branches/3.0.x/build.xml

    Hi,
    First up thanks for helping out, I really appreciate it.
    Is there a way to change that or should I simply add the file to the Classpath?
    The config file at present sits in c:\Temp\ESFGFL\servicelayer\config\maysqlconfig.properties with the code in the servicelayer directory.
    My classpath is set as .;C:\Program Files\Java\jre6\lib\ext\QTJava.zip;C:\Program Files\Java\jre6\lib\javamail-1.4.2\mail.jar
    What do I need to change here? Ultimately te code will be on a servera nd so will the config file but learning some lessons by testing locally is proving invaluable.
    Thanks again for your help
    nathj

  • [svn:fx-3.x] 16579: Fixed AS and MXML files in frameworks/ projects that had incorrect line endings.

    Revision: 16579
    Revision: 16579
    Author:   [email protected]
    Date:     2010-06-16 16:30:04 -0700 (Wed, 16 Jun 2010)
    Log Message:
    Fixed AS and MXML files in frameworks/projects that had incorrect line endings.
    QE notes: None
    Doc notes: None
    Bugs: SDK-25170
    Reviewer: Kevin
    Tests run: ant checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25170
    Property Changed:
        flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/validators/NumberValidatorDoma inType.as
        flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/rpc/http/HTTPMultiService.as
        flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/rpc/http/Operation.as
        flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/rpc/http/mxml/HTTPMultiService.as

    Simon,
    I will admit, I almost never use SQL Developer. I have been a long time Toad user, but for this tool, I fumbled around a bit and got everything up and running quickly.
    That said, I tried the new GeoRaptor tool using this tutorial (which is I think is close enough to get the jist). http://sourceforge.net/apps/mediawiki/georaptor/index.php?title=A_Gentle_Introduction:_Create_Table,_Metadata_Registration,_Indexing_and_Mapping
    As I stumble around it, I'll try and leave some feedback, and probably ask some rather stupid questions.
    Thanks for the effort,
    Bryan

  • [svn:fx-trunk] 9319: Added missing ASDoc version tagging as part of fix for Watson bug 2402680.

    Revision: 9319
    Author:   [email protected]
    Date:     2009-08-14 14:38:48 -0700 (Fri, 14 Aug 2009)
    Log Message:
    Added missing ASDoc version tagging as part of fix for Watson bug 2402680. Code compiles and checkintests pass.
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/config/ConfigMap.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/MessagePerformanceUtils. as

    Revision: 9319
    Author:   [email protected]
    Date:     2009-08-14 14:38:48 -0700 (Fri, 14 Aug 2009)
    Log Message:
    Added missing ASDoc version tagging as part of fix for Watson bug 2402680. Code compiles and checkintests pass.
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/config/ConfigMap.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/MessagePerformanceUtils. as

  • [svn] 1991: Also reducing HexEncoder buffer size from 64K to 32K to help with the smaller stack size of the AVM on Mac as part of fix for SDK-15232 .

    Revision: 1991
    Author: [email protected]
    Date: 2008-06-06 19:05:02 -0700 (Fri, 06 Jun 2008)
    Log Message:
    Also reducing HexEncoder buffer size from 64K to 32K to help with the smaller stack size of the AVM on Mac as part of fix for SDK-15232.
    QE: Yes, please test mx.utils.HexEncoder with ByteArrays larger than 64K on PC and Mac too.
    Doc: No
    Checkintests: Pass
    Bugs:
    SDK-15232
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15232
    http://bugs.adobe.com/jira/browse/SDK-15232
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/rpc/src/mx/utils/HexEncoder.as

    I'm having this same issue. I also have this line in my log, which is curious:
    12/14/14 7:13:07.822 PM netbiosd[16766]: Attempt to use XPC with a MachService that has HideUntilCheckIn set. This will result in unpredictable behavior: com.apple.smbd
    Is this related to the problem? What does it mean?
    My 2010 27" iMac running Yosemite won't wake up from sleep.

  • I am trying to watch tv shows that i have purchased but part way through the show it pauses and will not allow me to play the show.  What do i do?

    I am trying to watch a tv show that was purchased but part way through the show it pauses and it will not allow me to continue playing the show.

    That is correct.
    That is the price of a replacement iphone once your iphone is outside of the warranty period

  • I can no longer download and save files. They are now saved with a ".part" suffix that I can not use or open. What happened, I used to do this all the time?

    Downloads seem to be happening normally at first but the file shows up with a file extension of ".part" that I can not use or open. If I refresh the folder where it was downloaded to, it disappears as though it wasn't there at all.
    I used to do this and it just yesterday started to give me problems. It doesn't seem to matter what file type I do this with as PDF, MP3 and EXE files have all shown this problem.
    Please help!

    It is possible that your anti-virus software is corrupting the downloaded files or otherwise interfering with downloading files by Firefox.<br />
    Try to disable the real-time (live) scanning of files in your anti-virus software temporarily to see if that makes downloading work.
    See also "Disable virus scanning in Firefox preferences - Windows"
    * http://kb.mozillazine.org/Unable_to_save_or_download_files

  • The issue is related to firefox 3.5 but is also seen in firefox 3.6 the images rendered like a curtain effect if they are not preloaded and the page builds up in part rather than building all at once and showing

    When we traverse from one page to the other and this is not different php pages, its the same html page only dom manipulation. to show different gui one after the other. Now on these screens there are some images that are preloaded like loaded upfront and some are pulled at run time when user visits that screen. All images that are pulled on run time show a curtain effect. This is problem number 1, we cannot preload these images since the systems are having only 250mb ram.
    Now the other problem is that when the user goes from one screen to the other the entire screen builds up in one shot on ff 1.0.8 but on ff 3.5 or 3.6 it builds up in parts
    Do we need to change some configuration in firefox so that the curtain effect is eliminated, Is there a setting in firefox 3.5 that can make the rendering more like ff 1.0.8 or ff 2.
    Is there any different that you suggest we do our dom manipulations or some ways that we should not do if that is the cause of the issue. This is very urgent since we are loosing users due to performance problems

    A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.<br />
    The helpers at that forum are more knowledgeable about web development issues.<br />
    You need to register at the mozillaZine forum site in order to post at that forum.<br />
    See http://forums.mozillazine.org/viewforum.php?f=25

  • Mba sound: just bought my first mba and I have been using it in my house no problem...took it to my empty office today and I can hear a small vibration/sound coming from the upper left part of the keyboard...constant and rhythmical...ideas?

    mba sound: just bought my first mba and I have been using it in my house no problem...took it to my empty office today and I can hear a small vibration/sound coming from the upper left part of the keyboard...constant and rhythmical...ideas?

    Hi
    It's likely your fan,  It always runs on a MBA.  Mine is very quiet, others report some noise - here is one link.  There are lots of others.
    Hope this helps
    Cheers
    https://discussions.apple.com/thread/4381367?start=0&tstart=0

  • The main part of the safari page is grey and won't respond/can't type in any commands.  I can move back through the previous pages, and even open new ones via the URL, but can't get onto the main part of the page and I can't get onto the 9 page option. !?

    The main part of the safari page is grey and won't respond/can't type in any commands.  I can move back through the previous pages, and even open new ones via the URL, but can't get onto the main part of the page and I can't get onto the 9 page option. !?
    Help, please.

    Try clearing Safari's cache : Settings > Safari > Clear Cache (and Clear History)
    If that doesn't work then try closing Safari completely and then re-open it : from the home screen (i.e. not with Safari 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Safari app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    A third option is a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • After updating to mavericks I have to constantly enter my apple ID for mail, iBooks, iTunes and many other applications that used to be part of my keychain. How can I get my log-in to work again?

    After updating to mavericks I have to constantly enter my apple ID for mail, iBooks, iTunes and many other applications that used to be part of my keychain. How can I get my apple ID log-in to work again?

    Several times I've re-entered my passwords under Preferences/Internet Accounts/iCloud and it won't save since I've installed Mavericks.  Also, the iCloud icon in the left column in Preferences/Internet Accounts/iCloud is greyed out but allows me to click on it to set-up.  When I click on iCloud the password is filled out but the "Enable this account" check-box is not checked.  I check it, and all seems correct.  The icon is no longer grey, the password is correct, the "activate this account" check-box is checked.  Then, when I launch mail, notes etc. I'm still prompted to re-enter my apple ID.  The log-in loop continues.  For years my keychain has worked perfectly.  What has changed in Mavericks?

  • Reversing part of the line items in accrual and defferal and FB08

    Hi
    My user posted one accounting entry with acrrual and defferal i.e. FBS1. There he posted 30 line items in one document number itself. When he reversed it in F.81 in next month, it automatically reversed all 30 line items. He just wanted to reverse 4 line items. So please let me know if this is possible in F.81
    Another case:
    My user posted one Advance from customer in F-28 with bank charges. Entry was posted:
    Incoming Bank A/c.. Dr
    Bank Charges A/c.. Dr
       To Advance from customer A/c
    But in this case his 1st line item was wrongly debited. So he did FB08 for reversal. But here also client just want to reverse 1st line item and not "bank charges" line item. So please let me know if part reversal is possible in FB08 also.

    Hi Expert,
    Case - 1:
    It is not possible to reverse part line items in T-Code:  F.81 (Deferral Document), which is executed in back ground.
    Case -  2:
    You can correct the document by entering the below entries:
    If the transaction is debited to other Account, then instead of reversing, do the corrections
    Correct Account - Dr
    Wrong Account - Cr
    This will transfers the debit amount to the correct account. Do the same for other scenario's.
    Regards,
    GK
    SAP

  • Photomatix plug-in's HDR merged image has suddenly stopped showing up as part of the stack, yet when I repeat the merge it warns that these images are already merged. I have the merged image labeled with a HDR suffix.

    Photomatix plug-in's HDR merged image has suddenly stopped showing up as part of the stack, yet when I repeat the merge it warns that these images are already merged. I have the merged image labeled with a HDR suffix. Worked fine until now. Thanks

    I am not sure what's happening with IE9 (no live site) but I had real problems viewing your code in Live View - until I removed the HTML comment marked below. Basically your site was viewable in Design View but as soon a I hit Live view, it disappeared - much like IE9. See if removing the comment solves your issue.
    <style type="text/css">
    <!-- /*Remove this */
    body {
        margin: 0;
        padding: 0;
        color: #000;
        background:url(Images/websitebackgroundhomee.jpg) repeat scroll 0 0;
        font-family: David;
        font-size: 15px;
        height:100%;

  • Converting part of the string to a date and subtract with sysdate.

    HINT! In order solve this you must know how the pnr is assembled. Study this:
    650323-5510, we only need the first six characters. They inform us about when the person (car owner) was born. In this case it is 23 Mars 1965. You have to use several oracle built-in-functions to solve this. Hint! Begin by converting part of the string to a date and subtract with sysdate.
    select to_char(to_date(cast(pnr,'YYMMDDMM'))) from car_owner;
    please what am i doing wrong. i need the result to be something like this
    Hans, Rosenboll, 59,6 years.

    Hi.
    The main problem here is you have only last two digits of year. That could be the problem in a couple of years from now, when somebody born after 2k would get in to your database. For now if we ignore this problem the right solution would be :
    <code>
    SELECT months_between(trunc(SYSDATE),
    to_date('19' || substr('650323-5510',
    1,
    6),
    'YYYYMMDD')) / 12 years_old
    FROM dual
    </code>
    Suppose you are expecting the age of the car owner as a result above code will give you that. One again notice the '19' I appended.
    Best regards.

Maybe you are looking for