Author: markuspalme
Date: 2007-01-03 06:10:22
Revision: 45
Message:
cleaned up headers
Modified:
trunk/src/SharpReport/Configuration/AssemblyInfo.cs
trunk/src/SharpReport/Designer/IDesignable.cs
trunk/src/SharpReport/Designer/Report.cs
trunk/src/SharpReport/Designer/Ruler/GdiHelper.cs
trunk/src/SharpReport/Designer/Ruler/ctrlRuler.cs
trunk/src/SharpReport/Designer/SectionControls/BaseDesignerControl.cs
trunk/src/SharpReport/Designer/SectionControls/ReportDetail.cs
trunk/src/SharpReport/Designer/SectionControls/ReportFooter.cs
trunk/src/SharpReport/Designer/SectionControls/ReportHeader.cs
trunk/src/SharpReport/Designer/SectionControls/ReportPageFooter.cs
trunk/src/SharpReport/Designer/SectionControls/ReportPageHeader.cs
trunk/src/SharpReport/Designer/SectionControls/ReportSection.cs
trunk/src/SharpReport/Designer/SectionControls/ReportSectionControlbase.cs
trunk/src/SharpReport/Designer/SideTab/BuildDesignerTab.cs
trunk/src/SharpReport/Designer/SideTab/BuildSideTab.cs
trunk/src/SharpReport/Designer/VisualControls/AbstractGraphicControl.cs
trunk/src/SharpReport/Designer/VisualControls/ContainerControl.cs
trunk/src/SharpReport/Designer/VisualControls/ControlHelper.cs
trunk/src/SharpReport/Designer/VisualControls/FunctionControl.cs
trunk/src/SharpReport/Designer/VisualControls/ITracker.cs
trunk/src/SharpReport/Designer/VisualControls/RectTracker.cs
trunk/src/SharpReport/Designer/VisualControls/ReportCircleControl.cs
trunk/src/SharpReport/Designer/VisualControls/ReportControlBase.cs
trunk/src/SharpReport/Designer/VisualControls/ReportDbTextControl.cs
trunk/src/SharpReport/Designer/VisualControls/ReportObjectControlBase.cs
trunk/src/SharpReport/Designer/VisualControls/ReportRowControl.cs
trunk/src/SharpReport/Designer/VisualControls/ReportTableControl.cs
trunk/src/SharpReport/Designer/VisualControls/ReportTextControl.cs
trunk/src/SharpReport/Designer/XmlHelpers.cs
trunk/src/SharpReport/ParameterDialog.cs
trunk/src/SharpReport/ReportItems/GraphicBased/ReportCircleItem.cs
trunk/src/SharpReport/ReportItems/TextBased/ReportDataItem.cs
trunk/src/SharpReport/ReportItems/TextBased/ReportRowItem.cs
trunk/src/SharpReport/ReportItems/TextBased/ReportTableItem.cs
trunk/src/SharpReport/ReportItems/TextBased/ReportTextItem.cs
trunk/src/SharpReport/Visitors/SaveReportVisitor.cs
trunk/src/SharpReportAddin/Commands/AbstractCommand/AbstractExplorerCommand.=
cs
trunk/src/SharpReportAddin/Commands/ItemContextCommands.cs
trunk/src/SharpReportAddin/Commands/SectionContextCommands.cs
trunk/src/SharpReportAddin/Commands/ViewCommands.cs
trunk/src/SharpReportAddin/Configuration/AssemblyInfo.cs
trunk/src/SharpReportAddin/FieldsExplorer/ExplorerTree.cs
trunk/src/SharpReportAddin/FieldsExplorer/ReportExplorer.cs
trunk/src/SharpReportAddin/LocaliseReportViewer.cs
trunk/src/SharpReportAddin/SharpReportDisplayBinding.cs
trunk/src/SharpReportAddin/SharpReportView.cs
trunk/src/SharpReportCore/BaseClasses/DataTypeHelper.cs
trunk/src/SharpReportCore/BaseItems/RowItem.cs
trunk/src/SharpReportCore/BaseItems/TableItem.cs
trunk/src/SharpReportCore/BaseSettings.cs
trunk/src/SharpReportCore/Collections/Collections.cs
trunk/src/SharpReportCore/Configuration/AssemblyInfo.cs
trunk/src/SharpReportCore/DataManager/Comparer/SortComparer.cs
trunk/src/SharpReportCore/DataManager/ConnectionObjectProvider.cs
trunk/src/SharpReportCore/DataManager/DataNavigator.cs
trunk/src/SharpReportCore/DataManager/ListHandling/ExtendedPropertyDescripto=
r.cs
trunk/src/SharpReportCore/DataManager/ListHandling/ExtendedTypeDescriptor.cs
trunk/src/SharpReportCore/DataManager/ListHandling/PropertyTypeHash.cs
trunk/src/SharpReportCore/DataManager/ListHandling/SharpArrayList.cs
trunk/src/SharpReportCore/DataManager/SqlQueryChecker.cs
trunk/src/SharpReportCore/Dialogs/PreviewControl.cs
trunk/src/SharpReportCore/Events/EventHelper.cs
trunk/src/SharpReportCore/Events/SectionRenderEventArgs.cs
trunk/src/SharpReportCore/Exceptions/IllegalQueryException.cs
trunk/src/SharpReportCore/Exceptions/InvalidReportModelException.cs
trunk/src/SharpReportCore/Exceptions/MissingDataManagerException.cs
trunk/src/SharpReportCore/Exceptions/MissingModelException.cs
trunk/src/SharpReportCore/Exceptions/MissingSectionException.cs
trunk/src/SharpReportCore/Exporter/AsyncPageBuilder/AsyncPageBuilder.cs
trunk/src/SharpReportCore/Exporter/AsyncPageBuilder/AsyncPager.cs
trunk/src/SharpReportCore/Exporter/AsyncPageBuilder/PageBuilderInternalState=
.cs
trunk/src/SharpReportCore/Exporter/AsyncPageBuilder/PageBuilderProgressChang=
edEventArgs.cs
trunk/src/SharpReportCore/Exporter/AsyncPageBuilder/PageBuilderSectionRender=
EventArgs.cs
trunk/src/SharpReportCore/Exporter/Decorators/BaseStyleDecorator.cs
trunk/src/SharpReportCore/Exporter/Decorators/GraphicStyleDecorator.cs
trunk/src/SharpReportCore/Exporter/Decorators/TextStyleDecorator.cs
trunk/src/SharpReportCore/Exporter/ExportColumns/BaseExportColumn.cs
trunk/src/SharpReportCore/Exporter/ExportColumns/ExportContainer.cs
trunk/src/SharpReportCore/Exporter/ExportColumns/ExportGraphic.cs
trunk/src/SharpReportCore/Exporter/ExportColumns/ExportImage.cs
trunk/src/SharpReportCore/Exporter/ExportColumns/ExportText.cs
trunk/src/SharpReportCore/Exporter/ExportColumns/IExportColumnBuilder .cs
trunk/src/SharpReportCore/Exporter/ExportItemsConverter.cs
trunk/src/SharpReportCore/Exporter/ExportRenderer/BaseExportRenderer.cs
trunk/src/SharpReportCore/Exporter/ExportRenderer/ExporterFactory.cs
trunk/src/SharpReportCore/Exporter/ExportRenderer/PdfRenderer.cs
trunk/src/SharpReportCore/Exporter/ExportRenderer/PreviewRenderer.cs
trunk/src/SharpReportCore/Exporter/ExportRenderer/PrintRenderer.cs
trunk/src/SharpReportCore/Exporter/ExporterCollection.cs
trunk/src/SharpReportCore/Exporter/PageBuilder.cs
trunk/src/SharpReportCore/Exporter/PageEventArgs.cs
trunk/src/SharpReportCore/Exporter/SinglePage.cs
trunk/src/SharpReportCore/Factories/ConnectionObjectFactory.cs
trunk/src/SharpReportCore/Factories/DisplayNameAttribute.cs
trunk/src/SharpReportCore/Factories/GenericFactory.cs
trunk/src/SharpReportCore/Interfaces/IContainerItem.cs
trunk/src/SharpReportCore/Interfaces/IDataNavigator.cs
trunk/src/SharpReportCore/Interfaces/IDataViewStrategy.cs
trunk/src/SharpReportCore/Interfaces/IHierarchyInterfaces.cs
trunk/src/SharpReportCore/Interfaces/IOutputStrategy.cs
trunk/src/SharpReportCore/Interfaces/IStoreable.cs
trunk/src/SharpReportCore/Printing/AbstractDataRenderer.cs
trunk/src/SharpReportCore/Printing/AbstractRenderer.cs
trunk/src/SharpReportCore/Printing/Graphics/BaseLine.cs
trunk/src/SharpReportCore/Printing/Graphics/BaseShape.cs
trunk/src/SharpReportCore/Printing/Graphics/Border.cs
trunk/src/SharpReportCore/Printing/Graphics/EllipseShape.cs
trunk/src/SharpReportCore/Printing/Graphics/FillPatterns.cs
trunk/src/SharpReportCore/Printing/Graphics/LineShape.cs
trunk/src/SharpReportCore/Printing/Graphics/RectangleShape.cs
trunk/src/SharpReportCore/Printing/MeasurementService.cs
trunk/src/SharpReportCore/Printing/RenderDataReport.cs
trunk/src/SharpReportCore/Printing/RenderFormSheetReport.cs
trunk/src/SharpReportCore/Printing/ReportDocument.cs
trunk/src/SharpReportCore/Printing/SectionBounds.cs
trunk/src/SharpReportCore/Printing/Text/StandardFormatter.cs
trunk/src/SharpReportCore/Printing/Text/TextDrawer.cs
trunk/src/SharpReportCore/ReportModel.cs
trunk/src/SharpReportCore/ReportSettings.cs
trunk/src/SharpReportCore/ReportViewer/IReportViewerMessages.cs
trunk/src/SharpReportCore/ReportViewer/NumericToolStripTextBox.cs
trunk/src/SharpReportCore/ReportViewer/PageNavigationEventArgs.cs
trunk/src/SharpReportCore/ReportViewer/ReportViewer.cs
trunk/src/SharpReportCore/SharpReportEngine.cs
trunk/src/SharpReportCore/Visitors/IVisitor.cs
trunk/src/SharpReportWizard/Configuration/AssemblyInfo.cs
trunk/src/SharpReportWizard/GeneratorCommands.cs
trunk/src/SharpReportWizard/Generators/GenerateFormSheetReport.cs
trunk/src/SharpReportWizard/Generators/IReportGenerator.cs
trunk/src/SharpReportWizard/SqlParameterConverter.cs
trunk/src/SharpReportWizard/WizardPanels/BaseSettingsPanel.cs
trunk/src/SharpReportWizard/WizardPanels/PullModelPanel.cs
trunk/src/SharpReportWizard/WizardPanels/PushModelPanel.cs
trunk/src/SharpReportWizard/WizardPanels/ResultPanel.cs
-- SvnPostCommitHook 1.8.0.51014 --=20
|