From 9ae5a91f7955e44d3b24a3f7741f9bca02ac7f24 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 18 Sep 2000 16:07:07 +0000 Subject: initial import --- sc/xml/ScAnnotationObj.xml | 217 +++++++++++++++++++++++ sc/xml/ScAnnotationsObj.xml | 309 ++++++++++++++++++++++++++++++++ sc/xml/ScAreaLinkObj.xml | 122 +++++++++++++ sc/xml/ScAreaLinksObj.xml | 122 +++++++++++++ sc/xml/ScAutoFormatFieldObj.xml | 149 ++++++++++++++++ sc/xml/ScAutoFormatObj.xml | 149 ++++++++++++++++ sc/xml/ScAutoFormatsObj.xml | 149 ++++++++++++++++ sc/xml/ScCellCursorObj.xml | 214 ++++++++++++++++++++++ sc/xml/ScCellFieldObj.xml | 219 +++++++++++++++++++++++ sc/xml/ScCellFormatsObj.xml | 331 +++++++++++++++++++++++++++++++++++ sc/xml/ScCellObj.xml | 331 +++++++++++++++++++++++++++++++++++ sc/xml/ScCellRangeObj.xml | 331 +++++++++++++++++++++++++++++++++++ sc/xml/ScCellRangesObj.xml | 331 +++++++++++++++++++++++++++++++++++ sc/xml/ScCellSearchObj.xml | 117 +++++++++++++ sc/xml/ScCellTextCursor.xml | 135 ++++++++++++++ sc/xml/ScCellsEnumeration.xml | 331 +++++++++++++++++++++++++++++++++++ sc/xml/ScCellsObj.xml | 331 +++++++++++++++++++++++++++++++++++ sc/xml/ScChartObj.xml | 125 +++++++++++++ sc/xml/ScChartsObj.xml | 125 +++++++++++++ sc/xml/ScConsolidationDescriptor.xml | 233 ++++++++++++++++++++++++ sc/xml/ScDDELinkObj.xml | 122 +++++++++++++ sc/xml/ScDDELinksObj.xml | 122 +++++++++++++ sc/xml/ScDataPilotFieldObj.xml | 137 +++++++++++++++ sc/xml/ScDataPilotFieldsObj.xml | 137 +++++++++++++++ sc/xml/ScDataPilotTableObj.xml | 137 +++++++++++++++ sc/xml/ScDataPilotTablesObj.xml | 137 +++++++++++++++ sc/xml/ScDatabaseRangeObj.xml | 233 ++++++++++++++++++++++++ sc/xml/ScDatabaseRangesObj.xml | 233 ++++++++++++++++++++++++ sc/xml/ScDrawPagesObj.xml | 309 ++++++++++++++++++++++++++++++++ sc/xml/ScFilterDescriptorBase.xml | 233 ++++++++++++++++++++++++ sc/xml/ScFunctionListObj.xml | 128 ++++++++++++++ sc/xml/ScHeaderFieldObj.xml | 219 +++++++++++++++++++++++ sc/xml/ScHeaderFooterContentObj.xml | 135 ++++++++++++++ sc/xml/ScHeaderFooterTextCursor.xml | 135 ++++++++++++++ sc/xml/ScHeaderFooterTextObj.xml | 135 ++++++++++++++ sc/xml/ScLabelRangeObj.xml | 231 ++++++++++++++++++++++++ sc/xml/ScLabelRangesObj.xml | 231 ++++++++++++++++++++++++ sc/xml/ScModelObj.xml | 309 ++++++++++++++++++++++++++++++++ sc/xml/ScNamedRangeObj.xml | 231 ++++++++++++++++++++++++ sc/xml/ScNamedRangesObj.xml | 231 ++++++++++++++++++++++++ sc/xml/ScRecentFunctionsObj.xml | 128 ++++++++++++++ sc/xml/ScScenariosObj.xml | 309 ++++++++++++++++++++++++++++++++ sc/xml/ScSheetLinkObj.xml | 122 +++++++++++++ sc/xml/ScSheetLinksObj.xml | 122 +++++++++++++ sc/xml/ScSpreadsheetSettings.xml | 128 ++++++++++++++ sc/xml/ScSpreadsheetSettingsObj.xml | 309 ++++++++++++++++++++++++++++++++ sc/xml/ScStyleFamiliesObj.xml | 148 ++++++++++++++++ sc/xml/ScStyleFamilyObj.xml | 148 ++++++++++++++++ sc/xml/ScStyleObj.xml | 148 ++++++++++++++++ sc/xml/ScSubTotalDescriptorBase.xml | 233 ++++++++++++++++++++++++ sc/xml/ScSubTotalFieldObj.xml | 233 ++++++++++++++++++++++++ sc/xml/ScTabViewObj.xml | 264 ++++++++++++++++++++++++++++ sc/xml/ScTableColumnObj.xml | 331 +++++++++++++++++++++++++++++++++++ sc/xml/ScTableColumnsObj.xml | 309 ++++++++++++++++++++++++++++++++ sc/xml/ScTableConditionalEntry.xml | 86 +++++++++ sc/xml/ScTableConditionalFormat.xml | 86 +++++++++ sc/xml/ScTableRowObj.xml | 331 +++++++++++++++++++++++++++++++++++ sc/xml/ScTableRowsObj.xml | 309 ++++++++++++++++++++++++++++++++ sc/xml/ScTableSheetObj.xml | 331 +++++++++++++++++++++++++++++++++++ sc/xml/ScTableSheetsObj.xml | 309 ++++++++++++++++++++++++++++++++ sc/xml/ScTableValidationObj.xml | 86 +++++++++ sc/xml/ScViewPaneObj.xml | 264 ++++++++++++++++++++++++++++ 62 files changed, 12890 insertions(+) create mode 100644 sc/xml/ScAnnotationObj.xml create mode 100644 sc/xml/ScAnnotationsObj.xml create mode 100644 sc/xml/ScAreaLinkObj.xml create mode 100644 sc/xml/ScAreaLinksObj.xml create mode 100644 sc/xml/ScAutoFormatFieldObj.xml create mode 100644 sc/xml/ScAutoFormatObj.xml create mode 100644 sc/xml/ScAutoFormatsObj.xml create mode 100644 sc/xml/ScCellCursorObj.xml create mode 100644 sc/xml/ScCellFieldObj.xml create mode 100644 sc/xml/ScCellFormatsObj.xml create mode 100644 sc/xml/ScCellObj.xml create mode 100644 sc/xml/ScCellRangeObj.xml create mode 100644 sc/xml/ScCellRangesObj.xml create mode 100644 sc/xml/ScCellSearchObj.xml create mode 100644 sc/xml/ScCellTextCursor.xml create mode 100644 sc/xml/ScCellsEnumeration.xml create mode 100644 sc/xml/ScCellsObj.xml create mode 100644 sc/xml/ScChartObj.xml create mode 100644 sc/xml/ScChartsObj.xml create mode 100644 sc/xml/ScConsolidationDescriptor.xml create mode 100644 sc/xml/ScDDELinkObj.xml create mode 100644 sc/xml/ScDDELinksObj.xml create mode 100644 sc/xml/ScDataPilotFieldObj.xml create mode 100644 sc/xml/ScDataPilotFieldsObj.xml create mode 100644 sc/xml/ScDataPilotTableObj.xml create mode 100644 sc/xml/ScDataPilotTablesObj.xml create mode 100644 sc/xml/ScDatabaseRangeObj.xml create mode 100644 sc/xml/ScDatabaseRangesObj.xml create mode 100644 sc/xml/ScDrawPagesObj.xml create mode 100644 sc/xml/ScFilterDescriptorBase.xml create mode 100644 sc/xml/ScFunctionListObj.xml create mode 100644 sc/xml/ScHeaderFieldObj.xml create mode 100644 sc/xml/ScHeaderFooterContentObj.xml create mode 100644 sc/xml/ScHeaderFooterTextCursor.xml create mode 100644 sc/xml/ScHeaderFooterTextObj.xml create mode 100644 sc/xml/ScLabelRangeObj.xml create mode 100644 sc/xml/ScLabelRangesObj.xml create mode 100644 sc/xml/ScModelObj.xml create mode 100644 sc/xml/ScNamedRangeObj.xml create mode 100644 sc/xml/ScNamedRangesObj.xml create mode 100644 sc/xml/ScRecentFunctionsObj.xml create mode 100644 sc/xml/ScScenariosObj.xml create mode 100644 sc/xml/ScSheetLinkObj.xml create mode 100644 sc/xml/ScSheetLinksObj.xml create mode 100644 sc/xml/ScSpreadsheetSettings.xml create mode 100644 sc/xml/ScSpreadsheetSettingsObj.xml create mode 100644 sc/xml/ScStyleFamiliesObj.xml create mode 100644 sc/xml/ScStyleFamilyObj.xml create mode 100644 sc/xml/ScStyleObj.xml create mode 100644 sc/xml/ScSubTotalDescriptorBase.xml create mode 100644 sc/xml/ScSubTotalFieldObj.xml create mode 100644 sc/xml/ScTabViewObj.xml create mode 100644 sc/xml/ScTableColumnObj.xml create mode 100644 sc/xml/ScTableColumnsObj.xml create mode 100644 sc/xml/ScTableConditionalEntry.xml create mode 100644 sc/xml/ScTableConditionalFormat.xml create mode 100644 sc/xml/ScTableRowObj.xml create mode 100644 sc/xml/ScTableRowsObj.xml create mode 100644 sc/xml/ScTableSheetObj.xml create mode 100644 sc/xml/ScTableSheetsObj.xml create mode 100644 sc/xml/ScTableValidationObj.xml create mode 100644 sc/xml/ScViewPaneObj.xml (limited to 'sc/xml') diff --git a/sc/xml/ScAnnotationObj.xml b/sc/xml/ScAnnotationObj.xml new file mode 100644 index 000000000000..e1bf33a93f78 --- /dev/null +++ b/sc/xml/ScAnnotationObj.xml @@ -0,0 +1,217 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScAnnotationObj + + This component provides ... + + +com.sun.star.sheet.CellAnnotation + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.Rectangle +com.sun.star.awt.Size +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XChild +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XIndexReplace +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapes +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.NoSupportException +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XHeaderFooterContent +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.style.LineSpacing +com.sun.star.style.TabAlign +com.sun.star.style.TabStop +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.text.XTextRangeMover +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XProtectable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable + + diff --git a/sc/xml/ScAnnotationsObj.xml b/sc/xml/ScAnnotationsObj.xml new file mode 100644 index 000000000000..529662d3b44f --- /dev/null +++ b/sc/xml/ScAnnotationsObj.xml @@ -0,0 +1,309 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScAnnotationsObj + + This component provides ... + + +com.sun.star.sheet.CellAnnotations + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.DeviceInfo +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.Gradient +com.sun.star.awt.GradientStyle +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.RasterOperation +com.sun.star.awt.Rectangle +com.sun.star.awt.SimpleFontMetric +com.sun.star.awt.Size +com.sun.star.awt.WindowClass +com.sun.star.awt.WindowDescriptor +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XControl +com.sun.star.awt.XControlContainer +com.sun.star.awt.XControlModel +com.sun.star.awt.XDevice +com.sun.star.awt.XDisplayBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XFont +com.sun.star.awt.XGraphics +com.sun.star.awt.XImageConsumer +com.sun.star.awt.XImageProducer +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XPointer +com.sun.star.awt.XRegion +com.sun.star.awt.XTabController +com.sun.star.awt.XTabControllerModel +com.sun.star.awt.XToolkit +com.sun.star.awt.XView +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.awt.XWindowPeer +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XChild +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XActionLockable +com.sun.star.document.XDocumentInfo +com.sun.star.document.XDocumentInfoSupplier +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XDrawPages +com.sun.star.drawing.XDrawPagesSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeBinder +com.sun.star.drawing.XShapeCombiner +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapeGroup +com.sun.star.drawing.XShapeGrouper +com.sun.star.drawing.XShapes +com.sun.star.form.XForm +com.sun.star.form.XFormComponent +com.sun.star.form.XFormController +com.sun.star.form.XFormControllerListener +com.sun.star.form.XFormsSupplier +com.sun.star.form.XImageProducerSupplier +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.frame.XStorable +com.sun.star.io.IOException +com.sun.star.lang.ArrayIndexOutOfBoundsException +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.KCharacterType +com.sun.star.lang.KParseTokens +com.sun.star.lang.KParseType +com.sun.star.lang.Locale +com.sun.star.lang.NoSupportException +com.sun.star.lang.ParseResult +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XCharacterClassification +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.Border +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.GoalResult +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XAreaLink +com.sun.star.sheet.XAreaLinks +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCalculatable +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XConsolidatable +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDDELink +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XDocumentAuditing +com.sun.star.sheet.XFillAcrossSheet +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XGoalSeek +com.sun.star.sheet.XLabelRange +com.sun.star.sheet.XLabelRanges +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XNamedRange +com.sun.star.sheet.XNamedRanges +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSpreadsheetDocument +com.sun.star.sheet.XSpreadsheets +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.sheet.XUsedAreaCursor +com.sun.star.style.XStyle +com.sun.star.style.XStyleFamiliesSupplier +com.sun.star.style.XStyleLoader +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.Date +com.sun.star.util.MalformedNumberFormatException +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XModifiable +com.sun.star.util.XModifyBroadcaster +com.sun.star.util.XModifyListener +com.sun.star.util.XNumberFormats +com.sun.star.util.XNumberFormatsSupplier +com.sun.star.util.XProtectable +com.sun.star.util.XRefreshListener +com.sun.star.util.XRefreshable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable +com.sun.star.view.XPrintable + + diff --git a/sc/xml/ScAreaLinkObj.xml b/sc/xml/ScAreaLinkObj.xml new file mode 100644 index 000000000000..e1fa431fce3b --- /dev/null +++ b/sc/xml/ScAreaLinkObj.xml @@ -0,0 +1,122 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScAreaLinkObj + + This component provides ... + + +com.sun.star.sheet.CellAreaLink + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.NoSuchElementException +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNamed +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.XAreaLink +com.sun.star.sheet.XAreaLinks +com.sun.star.sheet.XDDELink +com.sun.star.table.CellAddress +com.sun.star.table.CellRangeAddress +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL +com.sun.star.util.XRefreshListener +com.sun.star.util.XRefreshable + + diff --git a/sc/xml/ScAreaLinksObj.xml b/sc/xml/ScAreaLinksObj.xml new file mode 100644 index 000000000000..12ade85bdfaa --- /dev/null +++ b/sc/xml/ScAreaLinksObj.xml @@ -0,0 +1,122 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScAreaLinksObj + + This component provides ... + + +com.sun.star.sheet.CellAreaLinks + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.NoSuchElementException +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNamed +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.XAreaLink +com.sun.star.sheet.XAreaLinks +com.sun.star.sheet.XDDELink +com.sun.star.table.CellAddress +com.sun.star.table.CellRangeAddress +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL +com.sun.star.util.XRefreshListener +com.sun.star.util.XRefreshable + + diff --git a/sc/xml/ScAutoFormatFieldObj.xml b/sc/xml/ScAutoFormatFieldObj.xml new file mode 100644 index 000000000000..70b9328986a5 --- /dev/null +++ b/sc/xml/ScAutoFormatFieldObj.xml @@ -0,0 +1,149 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScAutoFormatFieldObj + + This component provides ... + + +com.sun.star.sheet.TableAutoFormatField + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +vcl +vos + +com.sun.star.awt.CharSet +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontFamily +com.sun.star.awt.FontPitch +com.sun.star.awt.FontSlant +com.sun.star.awt.FontStrikeout +com.sun.star.awt.FontType +com.sun.star.awt.FontUnderline +com.sun.star.awt.FontWeight +com.sun.star.awt.FontWidth +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.SimpleFontMetric +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XFont +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.ContainerEvent +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XContainer +com.sun.star.container.XContainerListener +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XIndexContainer +com.sun.star.container.XIndexReplace +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.container.XSet +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.table.BorderLine +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellHoriJustify +com.sun.star.table.CellOrientation +com.sun.star.table.CellRangeAddress +com.sun.star.table.CellVertJustify +com.sun.star.table.ShadowFormat +com.sun.star.table.ShadowLocation +com.sun.star.table.TableBorder +com.sun.star.table.TableOrientation +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.SortField +com.sun.star.util.SortFieldType +com.sun.star.util.URL + + diff --git a/sc/xml/ScAutoFormatObj.xml b/sc/xml/ScAutoFormatObj.xml new file mode 100644 index 000000000000..63b6eb07f848 --- /dev/null +++ b/sc/xml/ScAutoFormatObj.xml @@ -0,0 +1,149 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScAutoFormatObj + + This component provides ... + + +com.sun.star.sheet.TableAutoFormat + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +vcl +vos + +com.sun.star.awt.CharSet +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontFamily +com.sun.star.awt.FontPitch +com.sun.star.awt.FontSlant +com.sun.star.awt.FontStrikeout +com.sun.star.awt.FontType +com.sun.star.awt.FontUnderline +com.sun.star.awt.FontWeight +com.sun.star.awt.FontWidth +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.SimpleFontMetric +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XFont +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.ContainerEvent +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XContainer +com.sun.star.container.XContainerListener +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XIndexContainer +com.sun.star.container.XIndexReplace +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.container.XSet +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.table.BorderLine +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellHoriJustify +com.sun.star.table.CellOrientation +com.sun.star.table.CellRangeAddress +com.sun.star.table.CellVertJustify +com.sun.star.table.ShadowFormat +com.sun.star.table.ShadowLocation +com.sun.star.table.TableBorder +com.sun.star.table.TableOrientation +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.SortField +com.sun.star.util.SortFieldType +com.sun.star.util.URL + + diff --git a/sc/xml/ScAutoFormatsObj.xml b/sc/xml/ScAutoFormatsObj.xml new file mode 100644 index 000000000000..dda3dbd5d3e3 --- /dev/null +++ b/sc/xml/ScAutoFormatsObj.xml @@ -0,0 +1,149 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScAutoFormatsObj + + This component provides ... + + +com.sun.star.sheet.TableAutoFormats + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +vcl +vos + +com.sun.star.awt.CharSet +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontFamily +com.sun.star.awt.FontPitch +com.sun.star.awt.FontSlant +com.sun.star.awt.FontStrikeout +com.sun.star.awt.FontType +com.sun.star.awt.FontUnderline +com.sun.star.awt.FontWeight +com.sun.star.awt.FontWidth +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.SimpleFontMetric +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XFont +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.ContainerEvent +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XContainer +com.sun.star.container.XContainerListener +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XIndexContainer +com.sun.star.container.XIndexReplace +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.container.XSet +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.table.BorderLine +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellHoriJustify +com.sun.star.table.CellOrientation +com.sun.star.table.CellRangeAddress +com.sun.star.table.CellVertJustify +com.sun.star.table.ShadowFormat +com.sun.star.table.ShadowLocation +com.sun.star.table.TableBorder +com.sun.star.table.TableOrientation +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.SortField +com.sun.star.util.SortFieldType +com.sun.star.util.URL + + diff --git a/sc/xml/ScCellCursorObj.xml b/sc/xml/ScCellCursorObj.xml new file mode 100644 index 000000000000..f37df31f011a --- /dev/null +++ b/sc/xml/ScCellCursorObj.xml @@ -0,0 +1,214 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScCellCursorObj + + This component provides ... + + +com.sun.star.sheet.SheetCellCursor + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.Rectangle +com.sun.star.awt.Size +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapes +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.KCharacterType +com.sun.star.lang.KParseTokens +com.sun.star.lang.KParseType +com.sun.star.lang.Locale +com.sun.star.lang.ParseResult +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XCharacterClassification +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XUsedAreaCursor +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellCursor +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XProtectable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable + + diff --git a/sc/xml/ScCellFieldObj.xml b/sc/xml/ScCellFieldObj.xml new file mode 100644 index 000000000000..ebdc2fe73d52 --- /dev/null +++ b/sc/xml/ScCellFieldObj.xml @@ -0,0 +1,219 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScCellFieldObj + + This component provides ... + + +com.sun.star.text.TextField + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.Rectangle +com.sun.star.awt.Size +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ContainerEvent +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XContainer +com.sun.star.container.XContainerListener +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XIndexReplace +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapes +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XHeaderFooterContent +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.style.LineSpacing +com.sun.star.style.TabAlign +com.sun.star.style.TabStop +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextField +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.text.XTextRangeMover +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XProtectable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable + + diff --git a/sc/xml/ScCellFormatsObj.xml b/sc/xml/ScCellFormatsObj.xml new file mode 100644 index 000000000000..bced18145840 --- /dev/null +++ b/sc/xml/ScCellFormatsObj.xml @@ -0,0 +1,331 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScCellFormatsObj + + This component provides ... + + +com.sun.star.sheet.CellFormatRanges + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sch +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.DeviceInfo +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.Gradient +com.sun.star.awt.GradientStyle +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.RasterOperation +com.sun.star.awt.Rectangle +com.sun.star.awt.SimpleFontMetric +com.sun.star.awt.Size +com.sun.star.awt.WindowClass +com.sun.star.awt.WindowDescriptor +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XControl +com.sun.star.awt.XControlContainer +com.sun.star.awt.XControlModel +com.sun.star.awt.XDevice +com.sun.star.awt.XDisplayBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XFont +com.sun.star.awt.XGraphics +com.sun.star.awt.XImageConsumer +com.sun.star.awt.XImageProducer +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XPointer +com.sun.star.awt.XRegion +com.sun.star.awt.XTabController +com.sun.star.awt.XTabControllerModel +com.sun.star.awt.XToolkit +com.sun.star.awt.XView +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.awt.XWindowPeer +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.ChartSeriesAddress +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ContainerEvent +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XChild +com.sun.star.container.XContainer +com.sun.star.container.XContainerListener +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XIndexReplace +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XActionLockable +com.sun.star.document.XDocumentInfo +com.sun.star.document.XDocumentInfoSupplier +com.sun.star.document.XEmbeddedObjectSupplier +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XDrawPages +com.sun.star.drawing.XDrawPagesSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeBinder +com.sun.star.drawing.XShapeCombiner +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapeGroup +com.sun.star.drawing.XShapeGrouper +com.sun.star.drawing.XShapes +com.sun.star.form.XForm +com.sun.star.form.XFormComponent +com.sun.star.form.XFormController +com.sun.star.form.XFormControllerListener +com.sun.star.form.XFormsSupplier +com.sun.star.form.XImageProducerSupplier +com.sun.star.frame.DispatchDescriptor +com.sun.star.frame.FeatureStateEvent +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XDispatch +com.sun.star.frame.XDispatchProvider +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.frame.XStatusListener +com.sun.star.frame.XStorable +com.sun.star.io.IOException +com.sun.star.lang.ArrayIndexOutOfBoundsException +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.KCharacterType +com.sun.star.lang.KParseTokens +com.sun.star.lang.KParseType +com.sun.star.lang.Locale +com.sun.star.lang.NoSupportException +com.sun.star.lang.ParseResult +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XCharacterClassification +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellFlags +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.ConditionOperator +com.sun.star.sheet.DataPilotFieldOrientation +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.FormulaResult +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.GoalResult +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCalculatable +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XConsolidatable +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTable +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XDocumentAuditing +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XGoalSeek +com.sun.star.sheet.XHeaderFooterContent +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetCondition +com.sun.star.sheet.XSheetConditionalEntries +com.sun.star.sheet.XSheetConditionalEntry +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSpreadsheetDocument +com.sun.star.sheet.XSpreadsheets +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.sheet.XUsedAreaCursor +com.sun.star.style.LineSpacing +com.sun.star.style.TabAlign +com.sun.star.style.TabStop +com.sun.star.style.XStyle +com.sun.star.style.XStyleFamiliesSupplier +com.sun.star.style.XStyleLoader +com.sun.star.table.BorderLine +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellHoriJustify +com.sun.star.table.CellOrientation +com.sun.star.table.CellRangeAddress +com.sun.star.table.CellVertJustify +com.sun.star.table.ShadowFormat +com.sun.star.table.ShadowLocation +com.sun.star.table.TableBorder +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellCursor +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableChart +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.ControlCharacter +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextField +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.text.XTextRangeMover +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.CellProtection +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XModifiable +com.sun.star.util.XModifyBroadcaster +com.sun.star.util.XModifyListener +com.sun.star.util.XProtectable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable +com.sun.star.view.XPrintable + + diff --git a/sc/xml/ScCellObj.xml b/sc/xml/ScCellObj.xml new file mode 100644 index 000000000000..d5c5de52df4a --- /dev/null +++ b/sc/xml/ScCellObj.xml @@ -0,0 +1,331 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScCellObj + + This component provides ... + + +com.sun.star.sheet.SheetCell + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sch +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.DeviceInfo +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.Gradient +com.sun.star.awt.GradientStyle +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.RasterOperation +com.sun.star.awt.Rectangle +com.sun.star.awt.SimpleFontMetric +com.sun.star.awt.Size +com.sun.star.awt.WindowClass +com.sun.star.awt.WindowDescriptor +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XControl +com.sun.star.awt.XControlContainer +com.sun.star.awt.XControlModel +com.sun.star.awt.XDevice +com.sun.star.awt.XDisplayBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XFont +com.sun.star.awt.XGraphics +com.sun.star.awt.XImageConsumer +com.sun.star.awt.XImageProducer +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XPointer +com.sun.star.awt.XRegion +com.sun.star.awt.XTabController +com.sun.star.awt.XTabControllerModel +com.sun.star.awt.XToolkit +com.sun.star.awt.XView +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.awt.XWindowPeer +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.ChartSeriesAddress +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ContainerEvent +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XChild +com.sun.star.container.XContainer +com.sun.star.container.XContainerListener +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XIndexReplace +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XActionLockable +com.sun.star.document.XDocumentInfo +com.sun.star.document.XDocumentInfoSupplier +com.sun.star.document.XEmbeddedObjectSupplier +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XDrawPages +com.sun.star.drawing.XDrawPagesSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeBinder +com.sun.star.drawing.XShapeCombiner +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapeGroup +com.sun.star.drawing.XShapeGrouper +com.sun.star.drawing.XShapes +com.sun.star.form.XForm +com.sun.star.form.XFormComponent +com.sun.star.form.XFormController +com.sun.star.form.XFormControllerListener +com.sun.star.form.XFormsSupplier +com.sun.star.form.XImageProducerSupplier +com.sun.star.frame.DispatchDescriptor +com.sun.star.frame.FeatureStateEvent +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XDispatch +com.sun.star.frame.XDispatchProvider +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.frame.XStatusListener +com.sun.star.frame.XStorable +com.sun.star.io.IOException +com.sun.star.lang.ArrayIndexOutOfBoundsException +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.KCharacterType +com.sun.star.lang.KParseTokens +com.sun.star.lang.KParseType +com.sun.star.lang.Locale +com.sun.star.lang.NoSupportException +com.sun.star.lang.ParseResult +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XCharacterClassification +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellFlags +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.ConditionOperator +com.sun.star.sheet.DataPilotFieldOrientation +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.FormulaResult +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.GoalResult +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCalculatable +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XConsolidatable +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTable +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XDocumentAuditing +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XGoalSeek +com.sun.star.sheet.XHeaderFooterContent +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetCondition +com.sun.star.sheet.XSheetConditionalEntries +com.sun.star.sheet.XSheetConditionalEntry +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSpreadsheetDocument +com.sun.star.sheet.XSpreadsheets +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.sheet.XUsedAreaCursor +com.sun.star.style.LineSpacing +com.sun.star.style.TabAlign +com.sun.star.style.TabStop +com.sun.star.style.XStyle +com.sun.star.style.XStyleFamiliesSupplier +com.sun.star.style.XStyleLoader +com.sun.star.table.BorderLine +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellHoriJustify +com.sun.star.table.CellOrientation +com.sun.star.table.CellRangeAddress +com.sun.star.table.CellVertJustify +com.sun.star.table.ShadowFormat +com.sun.star.table.ShadowLocation +com.sun.star.table.TableBorder +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellCursor +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableChart +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.ControlCharacter +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextField +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.text.XTextRangeMover +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.CellProtection +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XModifiable +com.sun.star.util.XModifyBroadcaster +com.sun.star.util.XModifyListener +com.sun.star.util.XProtectable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable +com.sun.star.view.XPrintable + + diff --git a/sc/xml/ScCellRangeObj.xml b/sc/xml/ScCellRangeObj.xml new file mode 100644 index 000000000000..cf042239790d --- /dev/null +++ b/sc/xml/ScCellRangeObj.xml @@ -0,0 +1,331 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScCellRangeObj + + This component provides ... + + +com.sun.star.sheet.SheetCellRange + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sch +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.DeviceInfo +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.Gradient +com.sun.star.awt.GradientStyle +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.RasterOperation +com.sun.star.awt.Rectangle +com.sun.star.awt.SimpleFontMetric +com.sun.star.awt.Size +com.sun.star.awt.WindowClass +com.sun.star.awt.WindowDescriptor +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XControl +com.sun.star.awt.XControlContainer +com.sun.star.awt.XControlModel +com.sun.star.awt.XDevice +com.sun.star.awt.XDisplayBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XFont +com.sun.star.awt.XGraphics +com.sun.star.awt.XImageConsumer +com.sun.star.awt.XImageProducer +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XPointer +com.sun.star.awt.XRegion +com.sun.star.awt.XTabController +com.sun.star.awt.XTabControllerModel +com.sun.star.awt.XToolkit +com.sun.star.awt.XView +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.awt.XWindowPeer +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.ChartSeriesAddress +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ContainerEvent +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XChild +com.sun.star.container.XContainer +com.sun.star.container.XContainerListener +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XIndexReplace +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XActionLockable +com.sun.star.document.XDocumentInfo +com.sun.star.document.XDocumentInfoSupplier +com.sun.star.document.XEmbeddedObjectSupplier +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XDrawPages +com.sun.star.drawing.XDrawPagesSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeBinder +com.sun.star.drawing.XShapeCombiner +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapeGroup +com.sun.star.drawing.XShapeGrouper +com.sun.star.drawing.XShapes +com.sun.star.form.XForm +com.sun.star.form.XFormComponent +com.sun.star.form.XFormController +com.sun.star.form.XFormControllerListener +com.sun.star.form.XFormsSupplier +com.sun.star.form.XImageProducerSupplier +com.sun.star.frame.DispatchDescriptor +com.sun.star.frame.FeatureStateEvent +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XDispatch +com.sun.star.frame.XDispatchProvider +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.frame.XStatusListener +com.sun.star.frame.XStorable +com.sun.star.io.IOException +com.sun.star.lang.ArrayIndexOutOfBoundsException +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.KCharacterType +com.sun.star.lang.KParseTokens +com.sun.star.lang.KParseType +com.sun.star.lang.Locale +com.sun.star.lang.NoSupportException +com.sun.star.lang.ParseResult +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XCharacterClassification +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellFlags +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.ConditionOperator +com.sun.star.sheet.DataPilotFieldOrientation +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.FormulaResult +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.GoalResult +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCalculatable +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XConsolidatable +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTable +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XDocumentAuditing +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XGoalSeek +com.sun.star.sheet.XHeaderFooterContent +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetCondition +com.sun.star.sheet.XSheetConditionalEntries +com.sun.star.sheet.XSheetConditionalEntry +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSpreadsheetDocument +com.sun.star.sheet.XSpreadsheets +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.sheet.XUsedAreaCursor +com.sun.star.style.LineSpacing +com.sun.star.style.TabAlign +com.sun.star.style.TabStop +com.sun.star.style.XStyle +com.sun.star.style.XStyleFamiliesSupplier +com.sun.star.style.XStyleLoader +com.sun.star.table.BorderLine +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellHoriJustify +com.sun.star.table.CellOrientation +com.sun.star.table.CellRangeAddress +com.sun.star.table.CellVertJustify +com.sun.star.table.ShadowFormat +com.sun.star.table.ShadowLocation +com.sun.star.table.TableBorder +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellCursor +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableChart +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.ControlCharacter +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextField +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.text.XTextRangeMover +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.CellProtection +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XModifiable +com.sun.star.util.XModifyBroadcaster +com.sun.star.util.XModifyListener +com.sun.star.util.XProtectable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable +com.sun.star.view.XPrintable + + diff --git a/sc/xml/ScCellRangesObj.xml b/sc/xml/ScCellRangesObj.xml new file mode 100644 index 000000000000..38e248a4be80 --- /dev/null +++ b/sc/xml/ScCellRangesObj.xml @@ -0,0 +1,331 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScCellRangesObj + + This component provides ... + + +com.sun.star.sheet.SheetCellRanges + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sch +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.DeviceInfo +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.Gradient +com.sun.star.awt.GradientStyle +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.RasterOperation +com.sun.star.awt.Rectangle +com.sun.star.awt.SimpleFontMetric +com.sun.star.awt.Size +com.sun.star.awt.WindowClass +com.sun.star.awt.WindowDescriptor +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XControl +com.sun.star.awt.XControlContainer +com.sun.star.awt.XControlModel +com.sun.star.awt.XDevice +com.sun.star.awt.XDisplayBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XFont +com.sun.star.awt.XGraphics +com.sun.star.awt.XImageConsumer +com.sun.star.awt.XImageProducer +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XPointer +com.sun.star.awt.XRegion +com.sun.star.awt.XTabController +com.sun.star.awt.XTabControllerModel +com.sun.star.awt.XToolkit +com.sun.star.awt.XView +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.awt.XWindowPeer +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.ChartSeriesAddress +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ContainerEvent +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XChild +com.sun.star.container.XContainer +com.sun.star.container.XContainerListener +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XIndexReplace +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XActionLockable +com.sun.star.document.XDocumentInfo +com.sun.star.document.XDocumentInfoSupplier +com.sun.star.document.XEmbeddedObjectSupplier +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XDrawPages +com.sun.star.drawing.XDrawPagesSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeBinder +com.sun.star.drawing.XShapeCombiner +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapeGroup +com.sun.star.drawing.XShapeGrouper +com.sun.star.drawing.XShapes +com.sun.star.form.XForm +com.sun.star.form.XFormComponent +com.sun.star.form.XFormController +com.sun.star.form.XFormControllerListener +com.sun.star.form.XFormsSupplier +com.sun.star.form.XImageProducerSupplier +com.sun.star.frame.DispatchDescriptor +com.sun.star.frame.FeatureStateEvent +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XDispatch +com.sun.star.frame.XDispatchProvider +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.frame.XStatusListener +com.sun.star.frame.XStorable +com.sun.star.io.IOException +com.sun.star.lang.ArrayIndexOutOfBoundsException +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.KCharacterType +com.sun.star.lang.KParseTokens +com.sun.star.lang.KParseType +com.sun.star.lang.Locale +com.sun.star.lang.NoSupportException +com.sun.star.lang.ParseResult +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XCharacterClassification +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellFlags +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.ConditionOperator +com.sun.star.sheet.DataPilotFieldOrientation +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.FormulaResult +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.GoalResult +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCalculatable +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XConsolidatable +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTable +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XDocumentAuditing +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XGoalSeek +com.sun.star.sheet.XHeaderFooterContent +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetCondition +com.sun.star.sheet.XSheetConditionalEntries +com.sun.star.sheet.XSheetConditionalEntry +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSpreadsheetDocument +com.sun.star.sheet.XSpreadsheets +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.sheet.XUsedAreaCursor +com.sun.star.style.LineSpacing +com.sun.star.style.TabAlign +com.sun.star.style.TabStop +com.sun.star.style.XStyle +com.sun.star.style.XStyleFamiliesSupplier +com.sun.star.style.XStyleLoader +com.sun.star.table.BorderLine +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellHoriJustify +com.sun.star.table.CellOrientation +com.sun.star.table.CellRangeAddress +com.sun.star.table.CellVertJustify +com.sun.star.table.ShadowFormat +com.sun.star.table.ShadowLocation +com.sun.star.table.TableBorder +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellCursor +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableChart +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.ControlCharacter +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextField +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.text.XTextRangeMover +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.CellProtection +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XModifiable +com.sun.star.util.XModifyBroadcaster +com.sun.star.util.XModifyListener +com.sun.star.util.XProtectable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable +com.sun.star.view.XPrintable + + diff --git a/sc/xml/ScCellSearchObj.xml b/sc/xml/ScCellSearchObj.xml new file mode 100644 index 000000000000..94bfb534d68b --- /dev/null +++ b/sc/xml/ScCellSearchObj.xml @@ -0,0 +1,117 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScCellSearchObj + + This component provides ... + + +com.sun.star.util.ReplaceDescriptor + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.NoSuchElementException +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XSearchDescriptor + + diff --git a/sc/xml/ScCellTextCursor.xml b/sc/xml/ScCellTextCursor.xml new file mode 100644 index 000000000000..d9e2a8bbaab3 --- /dev/null +++ b/sc/xml/ScCellTextCursor.xml @@ -0,0 +1,135 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScCellTextCursor + + This component provides ... + + +com.sun.star.text.TextCursor + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.ContainerEvent +com.sun.star.container.NoSuchElementException +com.sun.star.container.XContainer +com.sun.star.container.XContainerListener +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XIndexReplace +com.sun.star.container.XNameAccess +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.XHeaderFooterContent +com.sun.star.style.LineSpacing +com.sun.star.style.TabAlign +com.sun.star.style.TabStop +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextField +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.text.XTextRangeMover +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL + + diff --git a/sc/xml/ScCellsEnumeration.xml b/sc/xml/ScCellsEnumeration.xml new file mode 100644 index 000000000000..9a929d822f30 --- /dev/null +++ b/sc/xml/ScCellsEnumeration.xml @@ -0,0 +1,331 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScCellsEnumeration + + This component provides ... + + +com.sun.star.sheet.CellsEnumeration + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sch +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.DeviceInfo +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.Gradient +com.sun.star.awt.GradientStyle +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.RasterOperation +com.sun.star.awt.Rectangle +com.sun.star.awt.SimpleFontMetric +com.sun.star.awt.Size +com.sun.star.awt.WindowClass +com.sun.star.awt.WindowDescriptor +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XControl +com.sun.star.awt.XControlContainer +com.sun.star.awt.XControlModel +com.sun.star.awt.XDevice +com.sun.star.awt.XDisplayBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XFont +com.sun.star.awt.XGraphics +com.sun.star.awt.XImageConsumer +com.sun.star.awt.XImageProducer +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XPointer +com.sun.star.awt.XRegion +com.sun.star.awt.XTabController +com.sun.star.awt.XTabControllerModel +com.sun.star.awt.XToolkit +com.sun.star.awt.XView +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.awt.XWindowPeer +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.ChartSeriesAddress +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ContainerEvent +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XChild +com.sun.star.container.XContainer +com.sun.star.container.XContainerListener +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XIndexReplace +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XActionLockable +com.sun.star.document.XDocumentInfo +com.sun.star.document.XDocumentInfoSupplier +com.sun.star.document.XEmbeddedObjectSupplier +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XDrawPages +com.sun.star.drawing.XDrawPagesSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeBinder +com.sun.star.drawing.XShapeCombiner +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapeGroup +com.sun.star.drawing.XShapeGrouper +com.sun.star.drawing.XShapes +com.sun.star.form.XForm +com.sun.star.form.XFormComponent +com.sun.star.form.XFormController +com.sun.star.form.XFormControllerListener +com.sun.star.form.XFormsSupplier +com.sun.star.form.XImageProducerSupplier +com.sun.star.frame.DispatchDescriptor +com.sun.star.frame.FeatureStateEvent +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XDispatch +com.sun.star.frame.XDispatchProvider +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.frame.XStatusListener +com.sun.star.frame.XStorable +com.sun.star.io.IOException +com.sun.star.lang.ArrayIndexOutOfBoundsException +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.KCharacterType +com.sun.star.lang.KParseTokens +com.sun.star.lang.KParseType +com.sun.star.lang.Locale +com.sun.star.lang.NoSupportException +com.sun.star.lang.ParseResult +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XCharacterClassification +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellFlags +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.ConditionOperator +com.sun.star.sheet.DataPilotFieldOrientation +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.FormulaResult +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.GoalResult +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCalculatable +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XConsolidatable +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTable +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XDocumentAuditing +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XGoalSeek +com.sun.star.sheet.XHeaderFooterContent +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetCondition +com.sun.star.sheet.XSheetConditionalEntries +com.sun.star.sheet.XSheetConditionalEntry +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSpreadsheetDocument +com.sun.star.sheet.XSpreadsheets +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.sheet.XUsedAreaCursor +com.sun.star.style.LineSpacing +com.sun.star.style.TabAlign +com.sun.star.style.TabStop +com.sun.star.style.XStyle +com.sun.star.style.XStyleFamiliesSupplier +com.sun.star.style.XStyleLoader +com.sun.star.table.BorderLine +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellHoriJustify +com.sun.star.table.CellOrientation +com.sun.star.table.CellRangeAddress +com.sun.star.table.CellVertJustify +com.sun.star.table.ShadowFormat +com.sun.star.table.ShadowLocation +com.sun.star.table.TableBorder +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellCursor +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableChart +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.ControlCharacter +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextField +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.text.XTextRangeMover +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.CellProtection +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XModifiable +com.sun.star.util.XModifyBroadcaster +com.sun.star.util.XModifyListener +com.sun.star.util.XProtectable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable +com.sun.star.view.XPrintable + + diff --git a/sc/xml/ScCellsObj.xml b/sc/xml/ScCellsObj.xml new file mode 100644 index 000000000000..4a32dfc4cce6 --- /dev/null +++ b/sc/xml/ScCellsObj.xml @@ -0,0 +1,331 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScCellsObj + + This component provides ... + + +com.sun.star.sheet.Cells + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sch +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.DeviceInfo +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.Gradient +com.sun.star.awt.GradientStyle +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.RasterOperation +com.sun.star.awt.Rectangle +com.sun.star.awt.SimpleFontMetric +com.sun.star.awt.Size +com.sun.star.awt.WindowClass +com.sun.star.awt.WindowDescriptor +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XControl +com.sun.star.awt.XControlContainer +com.sun.star.awt.XControlModel +com.sun.star.awt.XDevice +com.sun.star.awt.XDisplayBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XFont +com.sun.star.awt.XGraphics +com.sun.star.awt.XImageConsumer +com.sun.star.awt.XImageProducer +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XPointer +com.sun.star.awt.XRegion +com.sun.star.awt.XTabController +com.sun.star.awt.XTabControllerModel +com.sun.star.awt.XToolkit +com.sun.star.awt.XView +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.awt.XWindowPeer +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.ChartSeriesAddress +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ContainerEvent +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XChild +com.sun.star.container.XContainer +com.sun.star.container.XContainerListener +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XIndexReplace +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XActionLockable +com.sun.star.document.XDocumentInfo +com.sun.star.document.XDocumentInfoSupplier +com.sun.star.document.XEmbeddedObjectSupplier +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XDrawPages +com.sun.star.drawing.XDrawPagesSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeBinder +com.sun.star.drawing.XShapeCombiner +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapeGroup +com.sun.star.drawing.XShapeGrouper +com.sun.star.drawing.XShapes +com.sun.star.form.XForm +com.sun.star.form.XFormComponent +com.sun.star.form.XFormController +com.sun.star.form.XFormControllerListener +com.sun.star.form.XFormsSupplier +com.sun.star.form.XImageProducerSupplier +com.sun.star.frame.DispatchDescriptor +com.sun.star.frame.FeatureStateEvent +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XDispatch +com.sun.star.frame.XDispatchProvider +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.frame.XStatusListener +com.sun.star.frame.XStorable +com.sun.star.io.IOException +com.sun.star.lang.ArrayIndexOutOfBoundsException +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.KCharacterType +com.sun.star.lang.KParseTokens +com.sun.star.lang.KParseType +com.sun.star.lang.Locale +com.sun.star.lang.NoSupportException +com.sun.star.lang.ParseResult +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XCharacterClassification +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellFlags +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.ConditionOperator +com.sun.star.sheet.DataPilotFieldOrientation +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.FormulaResult +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.GoalResult +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCalculatable +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XConsolidatable +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTable +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XDocumentAuditing +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XGoalSeek +com.sun.star.sheet.XHeaderFooterContent +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetCondition +com.sun.star.sheet.XSheetConditionalEntries +com.sun.star.sheet.XSheetConditionalEntry +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSpreadsheetDocument +com.sun.star.sheet.XSpreadsheets +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.sheet.XUsedAreaCursor +com.sun.star.style.LineSpacing +com.sun.star.style.TabAlign +com.sun.star.style.TabStop +com.sun.star.style.XStyle +com.sun.star.style.XStyleFamiliesSupplier +com.sun.star.style.XStyleLoader +com.sun.star.table.BorderLine +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellHoriJustify +com.sun.star.table.CellOrientation +com.sun.star.table.CellRangeAddress +com.sun.star.table.CellVertJustify +com.sun.star.table.ShadowFormat +com.sun.star.table.ShadowLocation +com.sun.star.table.TableBorder +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellCursor +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableChart +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.ControlCharacter +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextField +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.text.XTextRangeMover +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.CellProtection +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XModifiable +com.sun.star.util.XModifyBroadcaster +com.sun.star.util.XModifyListener +com.sun.star.util.XProtectable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable +com.sun.star.view.XPrintable + + diff --git a/sc/xml/ScChartObj.xml b/sc/xml/ScChartObj.xml new file mode 100644 index 000000000000..eea90ed6bfe9 --- /dev/null +++ b/sc/xml/ScChartObj.xml @@ -0,0 +1,125 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScChartObj + + This component provides ... + + +com.sun.star.sheet.SheetChart + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +goodies +osl +rsc +rtl +sal +sch +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.ChartSeriesAddress +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.NoSuchElementException +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.document.XEmbeddedObjectSupplier +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.table.CellRangeAddress +com.sun.star.table.XTableChart +com.sun.star.table.XTableCharts +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL + + diff --git a/sc/xml/ScChartsObj.xml b/sc/xml/ScChartsObj.xml new file mode 100644 index 000000000000..7475219b50ff --- /dev/null +++ b/sc/xml/ScChartsObj.xml @@ -0,0 +1,125 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScChartsObj + + This component provides ... + + +com.sun.star.sheet.SheetCharts + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +goodies +osl +rsc +rtl +sal +sch +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.ChartSeriesAddress +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.NoSuchElementException +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.document.XEmbeddedObjectSupplier +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.table.CellRangeAddress +com.sun.star.table.XTableChart +com.sun.star.table.XTableCharts +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL + + diff --git a/sc/xml/ScConsolidationDescriptor.xml b/sc/xml/ScConsolidationDescriptor.xml new file mode 100644 index 000000000000..9ab04e08ea64 --- /dev/null +++ b/sc/xml/ScConsolidationDescriptor.xml @@ -0,0 +1,233 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScConsolidationDescriptor + + This component provides ... + + +com.sun.star.sheet.ConsolidationDescriptor + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sdb +sfx2 +so3 +sot +stl +svtools +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.Rectangle +com.sun.star.awt.Size +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapes +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.DataImportMode +com.sun.star.sheet.DataPilotFieldOrientation +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTable +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.SortField +com.sun.star.util.SortFieldType +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XProtectable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable + + diff --git a/sc/xml/ScDDELinkObj.xml b/sc/xml/ScDDELinkObj.xml new file mode 100644 index 000000000000..aee3682a3d7c --- /dev/null +++ b/sc/xml/ScDDELinkObj.xml @@ -0,0 +1,122 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScDDELinkObj + + This component provides ... + + +com.sun.star.sheet.DDELink + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.NoSuchElementException +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNamed +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.XAreaLink +com.sun.star.sheet.XAreaLinks +com.sun.star.sheet.XDDELink +com.sun.star.table.CellAddress +com.sun.star.table.CellRangeAddress +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL +com.sun.star.util.XRefreshListener +com.sun.star.util.XRefreshable + + diff --git a/sc/xml/ScDDELinksObj.xml b/sc/xml/ScDDELinksObj.xml new file mode 100644 index 000000000000..d0d018150abe --- /dev/null +++ b/sc/xml/ScDDELinksObj.xml @@ -0,0 +1,122 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScDDELinksObj + + This component provides ... + + +com.sun.star.sheet.DDELinks + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.NoSuchElementException +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNamed +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.XAreaLink +com.sun.star.sheet.XAreaLinks +com.sun.star.sheet.XDDELink +com.sun.star.table.CellAddress +com.sun.star.table.CellRangeAddress +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL +com.sun.star.util.XRefreshListener +com.sun.star.util.XRefreshable + + diff --git a/sc/xml/ScDataPilotFieldObj.xml b/sc/xml/ScDataPilotFieldObj.xml new file mode 100644 index 000000000000..c66aa4bfabc4 --- /dev/null +++ b/sc/xml/ScDataPilotFieldObj.xml @@ -0,0 +1,137 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScDataPilotFieldObj + + This component provides ... + + +com.sun.star.sheet.DataPilotField + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.NoSuchElementException +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNamed +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.DataPilotFieldOrientation +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTable +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XDimensionsSupplier +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL + + diff --git a/sc/xml/ScDataPilotFieldsObj.xml b/sc/xml/ScDataPilotFieldsObj.xml new file mode 100644 index 000000000000..f92daff00b21 --- /dev/null +++ b/sc/xml/ScDataPilotFieldsObj.xml @@ -0,0 +1,137 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScDataPilotFieldsObj + + This component provides ... + + +com.sun.star.sheet.DataPilotFields + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.NoSuchElementException +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNamed +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.DataPilotFieldOrientation +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTable +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XDimensionsSupplier +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL + + diff --git a/sc/xml/ScDataPilotTableObj.xml b/sc/xml/ScDataPilotTableObj.xml new file mode 100644 index 000000000000..76e24741ef04 --- /dev/null +++ b/sc/xml/ScDataPilotTableObj.xml @@ -0,0 +1,137 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScDataPilotTableObj + + This component provides ... + + +com.sun.star.sheet.DataPilotTable + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.NoSuchElementException +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNamed +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.DataPilotFieldOrientation +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTable +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XDimensionsSupplier +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL + + diff --git a/sc/xml/ScDataPilotTablesObj.xml b/sc/xml/ScDataPilotTablesObj.xml new file mode 100644 index 000000000000..493ad19b5d37 --- /dev/null +++ b/sc/xml/ScDataPilotTablesObj.xml @@ -0,0 +1,137 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScDataPilotTablesObj + + This component provides ... + + +com.sun.star.sheet.DataPilotTables + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.NoSuchElementException +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNamed +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.DataPilotFieldOrientation +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTable +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XDimensionsSupplier +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL + + diff --git a/sc/xml/ScDatabaseRangeObj.xml b/sc/xml/ScDatabaseRangeObj.xml new file mode 100644 index 000000000000..3ce48a1c7bde --- /dev/null +++ b/sc/xml/ScDatabaseRangeObj.xml @@ -0,0 +1,233 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScDatabaseRangeObj + + This component provides ... + + +com.sun.star.sheet.DatabaseRange + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sdb +sfx2 +so3 +sot +stl +svtools +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.Rectangle +com.sun.star.awt.Size +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapes +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.DataImportMode +com.sun.star.sheet.DataPilotFieldOrientation +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTable +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.SortField +com.sun.star.util.SortFieldType +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XProtectable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable + + diff --git a/sc/xml/ScDatabaseRangesObj.xml b/sc/xml/ScDatabaseRangesObj.xml new file mode 100644 index 000000000000..e3020c843725 --- /dev/null +++ b/sc/xml/ScDatabaseRangesObj.xml @@ -0,0 +1,233 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScDatabaseRangesObj + + This component provides ... + + +com.sun.star.sheet.DatabaseRanges + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sdb +sfx2 +so3 +sot +stl +svtools +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.Rectangle +com.sun.star.awt.Size +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapes +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.DataImportMode +com.sun.star.sheet.DataPilotFieldOrientation +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTable +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.SortField +com.sun.star.util.SortFieldType +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XProtectable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable + + diff --git a/sc/xml/ScDrawPagesObj.xml b/sc/xml/ScDrawPagesObj.xml new file mode 100644 index 000000000000..4eb46c7d911d --- /dev/null +++ b/sc/xml/ScDrawPagesObj.xml @@ -0,0 +1,309 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScDrawPagesObj + + This component provides ... + + +com.sun.star.drawing.DrawPages + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.DeviceInfo +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.Gradient +com.sun.star.awt.GradientStyle +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.RasterOperation +com.sun.star.awt.Rectangle +com.sun.star.awt.SimpleFontMetric +com.sun.star.awt.Size +com.sun.star.awt.WindowClass +com.sun.star.awt.WindowDescriptor +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XControl +com.sun.star.awt.XControlContainer +com.sun.star.awt.XControlModel +com.sun.star.awt.XDevice +com.sun.star.awt.XDisplayBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XFont +com.sun.star.awt.XGraphics +com.sun.star.awt.XImageConsumer +com.sun.star.awt.XImageProducer +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XPointer +com.sun.star.awt.XRegion +com.sun.star.awt.XTabController +com.sun.star.awt.XTabControllerModel +com.sun.star.awt.XToolkit +com.sun.star.awt.XView +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.awt.XWindowPeer +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XChild +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XActionLockable +com.sun.star.document.XDocumentInfo +com.sun.star.document.XDocumentInfoSupplier +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XDrawPages +com.sun.star.drawing.XDrawPagesSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeBinder +com.sun.star.drawing.XShapeCombiner +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapeGroup +com.sun.star.drawing.XShapeGrouper +com.sun.star.drawing.XShapes +com.sun.star.form.XForm +com.sun.star.form.XFormComponent +com.sun.star.form.XFormController +com.sun.star.form.XFormControllerListener +com.sun.star.form.XFormsSupplier +com.sun.star.form.XImageProducerSupplier +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.frame.XStorable +com.sun.star.io.IOException +com.sun.star.lang.ArrayIndexOutOfBoundsException +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.KCharacterType +com.sun.star.lang.KParseTokens +com.sun.star.lang.KParseType +com.sun.star.lang.Locale +com.sun.star.lang.NoSupportException +com.sun.star.lang.ParseResult +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XCharacterClassification +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.Border +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.GoalResult +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XAreaLink +com.sun.star.sheet.XAreaLinks +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCalculatable +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XConsolidatable +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDDELink +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XDocumentAuditing +com.sun.star.sheet.XFillAcrossSheet +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XGoalSeek +com.sun.star.sheet.XLabelRange +com.sun.star.sheet.XLabelRanges +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XNamedRange +com.sun.star.sheet.XNamedRanges +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSpreadsheetDocument +com.sun.star.sheet.XSpreadsheets +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.sheet.XUsedAreaCursor +com.sun.star.style.XStyle +com.sun.star.style.XStyleFamiliesSupplier +com.sun.star.style.XStyleLoader +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.Date +com.sun.star.util.MalformedNumberFormatException +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XModifiable +com.sun.star.util.XModifyBroadcaster +com.sun.star.util.XModifyListener +com.sun.star.util.XNumberFormats +com.sun.star.util.XNumberFormatsSupplier +com.sun.star.util.XProtectable +com.sun.star.util.XRefreshListener +com.sun.star.util.XRefreshable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable +com.sun.star.view.XPrintable + + diff --git a/sc/xml/ScFilterDescriptorBase.xml b/sc/xml/ScFilterDescriptorBase.xml new file mode 100644 index 000000000000..bb77e75c263b --- /dev/null +++ b/sc/xml/ScFilterDescriptorBase.xml @@ -0,0 +1,233 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScFilterDescriptorBase + + This component provides ... + + +com.sun.star.sheet.SheetFilterDescriptor + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sdb +sfx2 +so3 +sot +stl +svtools +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.Rectangle +com.sun.star.awt.Size +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapes +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.DataImportMode +com.sun.star.sheet.DataPilotFieldOrientation +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTable +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.SortField +com.sun.star.util.SortFieldType +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XProtectable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable + + diff --git a/sc/xml/ScFunctionListObj.xml b/sc/xml/ScFunctionListObj.xml new file mode 100644 index 000000000000..c943f3ceec49 --- /dev/null +++ b/sc/xml/ScFunctionListObj.xml @@ -0,0 +1,128 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScFunctionListObj + + This component provides ... + + +com.sun.star.sheet.FunctionDescriptions + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.ContainerEvent +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XContainer +com.sun.star.container.XContainerListener +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XIndexContainer +com.sun.star.container.XIndexReplace +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.container.XSet +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.FunctionArgument +com.sun.star.sheet.XFunctionDescriptions +com.sun.star.sheet.XRecentFunctions +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL + + diff --git a/sc/xml/ScHeaderFieldObj.xml b/sc/xml/ScHeaderFieldObj.xml new file mode 100644 index 000000000000..e02795357a88 --- /dev/null +++ b/sc/xml/ScHeaderFieldObj.xml @@ -0,0 +1,219 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScHeaderFieldObj + + This component provides ... + + +com.sun.star.text.TextField + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.Rectangle +com.sun.star.awt.Size +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ContainerEvent +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XContainer +com.sun.star.container.XContainerListener +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XIndexReplace +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapes +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XHeaderFooterContent +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.style.LineSpacing +com.sun.star.style.TabAlign +com.sun.star.style.TabStop +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextField +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.text.XTextRangeMover +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XProtectable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable + + diff --git a/sc/xml/ScHeaderFooterContentObj.xml b/sc/xml/ScHeaderFooterContentObj.xml new file mode 100644 index 000000000000..4e59023a3f42 --- /dev/null +++ b/sc/xml/ScHeaderFooterContentObj.xml @@ -0,0 +1,135 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScHeaderFooterContentObj + + This component provides ... + + +com.sun.star.sheet.HeaderFooterContent + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.ContainerEvent +com.sun.star.container.NoSuchElementException +com.sun.star.container.XContainer +com.sun.star.container.XContainerListener +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XIndexReplace +com.sun.star.container.XNameAccess +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.XHeaderFooterContent +com.sun.star.style.LineSpacing +com.sun.star.style.TabAlign +com.sun.star.style.TabStop +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextField +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.text.XTextRangeMover +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL + + diff --git a/sc/xml/ScHeaderFooterTextCursor.xml b/sc/xml/ScHeaderFooterTextCursor.xml new file mode 100644 index 000000000000..4b90e2657c5c --- /dev/null +++ b/sc/xml/ScHeaderFooterTextCursor.xml @@ -0,0 +1,135 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScHeaderFooterTextCursor + + This component provides ... + + +com.sun.star.text.TextCursor + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.ContainerEvent +com.sun.star.container.NoSuchElementException +com.sun.star.container.XContainer +com.sun.star.container.XContainerListener +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XIndexReplace +com.sun.star.container.XNameAccess +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.XHeaderFooterContent +com.sun.star.style.LineSpacing +com.sun.star.style.TabAlign +com.sun.star.style.TabStop +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextField +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.text.XTextRangeMover +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL + + diff --git a/sc/xml/ScHeaderFooterTextObj.xml b/sc/xml/ScHeaderFooterTextObj.xml new file mode 100644 index 000000000000..9ea098df7ad6 --- /dev/null +++ b/sc/xml/ScHeaderFooterTextObj.xml @@ -0,0 +1,135 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScHeaderFooterTextObj + + This component provides ... + + +com.sun.star.text.Text + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.ContainerEvent +com.sun.star.container.NoSuchElementException +com.sun.star.container.XContainer +com.sun.star.container.XContainerListener +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XIndexReplace +com.sun.star.container.XNameAccess +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.XHeaderFooterContent +com.sun.star.style.LineSpacing +com.sun.star.style.TabAlign +com.sun.star.style.TabStop +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextField +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.text.XTextRangeMover +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL + + diff --git a/sc/xml/ScLabelRangeObj.xml b/sc/xml/ScLabelRangeObj.xml new file mode 100644 index 000000000000..b6e2bdb89b39 --- /dev/null +++ b/sc/xml/ScLabelRangeObj.xml @@ -0,0 +1,231 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScLabelRangeObj + + This component provides ... + + +com.sun.star.sheet.LabelRange + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.Rectangle +com.sun.star.awt.Size +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapes +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.Border +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.NamedRangeFlag +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XFillAcrossSheet +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XLabelRange +com.sun.star.sheet.XLabelRanges +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XNamedRange +com.sun.star.sheet.XNamedRanges +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XUsedAreaCursor +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XProtectable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable + + diff --git a/sc/xml/ScLabelRangesObj.xml b/sc/xml/ScLabelRangesObj.xml new file mode 100644 index 000000000000..84c503c050ab --- /dev/null +++ b/sc/xml/ScLabelRangesObj.xml @@ -0,0 +1,231 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScLabelRangesObj + + This component provides ... + + +com.sun.star.sheet.LabelRanges + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.Rectangle +com.sun.star.awt.Size +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapes +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.Border +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.NamedRangeFlag +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XFillAcrossSheet +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XLabelRange +com.sun.star.sheet.XLabelRanges +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XNamedRange +com.sun.star.sheet.XNamedRanges +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XUsedAreaCursor +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XProtectable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable + + diff --git a/sc/xml/ScModelObj.xml b/sc/xml/ScModelObj.xml new file mode 100644 index 000000000000..c1e348808108 --- /dev/null +++ b/sc/xml/ScModelObj.xml @@ -0,0 +1,309 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScModelObj + + This component provides ... + + +com.sun.star.sheet.SpreadsheetDocument + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.DeviceInfo +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.Gradient +com.sun.star.awt.GradientStyle +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.RasterOperation +com.sun.star.awt.Rectangle +com.sun.star.awt.SimpleFontMetric +com.sun.star.awt.Size +com.sun.star.awt.WindowClass +com.sun.star.awt.WindowDescriptor +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XControl +com.sun.star.awt.XControlContainer +com.sun.star.awt.XControlModel +com.sun.star.awt.XDevice +com.sun.star.awt.XDisplayBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XFont +com.sun.star.awt.XGraphics +com.sun.star.awt.XImageConsumer +com.sun.star.awt.XImageProducer +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XPointer +com.sun.star.awt.XRegion +com.sun.star.awt.XTabController +com.sun.star.awt.XTabControllerModel +com.sun.star.awt.XToolkit +com.sun.star.awt.XView +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.awt.XWindowPeer +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XChild +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XActionLockable +com.sun.star.document.XDocumentInfo +com.sun.star.document.XDocumentInfoSupplier +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XDrawPages +com.sun.star.drawing.XDrawPagesSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeBinder +com.sun.star.drawing.XShapeCombiner +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapeGroup +com.sun.star.drawing.XShapeGrouper +com.sun.star.drawing.XShapes +com.sun.star.form.XForm +com.sun.star.form.XFormComponent +com.sun.star.form.XFormController +com.sun.star.form.XFormControllerListener +com.sun.star.form.XFormsSupplier +com.sun.star.form.XImageProducerSupplier +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.frame.XStorable +com.sun.star.io.IOException +com.sun.star.lang.ArrayIndexOutOfBoundsException +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.KCharacterType +com.sun.star.lang.KParseTokens +com.sun.star.lang.KParseType +com.sun.star.lang.Locale +com.sun.star.lang.NoSupportException +com.sun.star.lang.ParseResult +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XCharacterClassification +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.Border +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.GoalResult +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XAreaLink +com.sun.star.sheet.XAreaLinks +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCalculatable +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XConsolidatable +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDDELink +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XDocumentAuditing +com.sun.star.sheet.XFillAcrossSheet +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XGoalSeek +com.sun.star.sheet.XLabelRange +com.sun.star.sheet.XLabelRanges +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XNamedRange +com.sun.star.sheet.XNamedRanges +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSpreadsheetDocument +com.sun.star.sheet.XSpreadsheets +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.sheet.XUsedAreaCursor +com.sun.star.style.XStyle +com.sun.star.style.XStyleFamiliesSupplier +com.sun.star.style.XStyleLoader +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.Date +com.sun.star.util.MalformedNumberFormatException +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XModifiable +com.sun.star.util.XModifyBroadcaster +com.sun.star.util.XModifyListener +com.sun.star.util.XNumberFormats +com.sun.star.util.XNumberFormatsSupplier +com.sun.star.util.XProtectable +com.sun.star.util.XRefreshListener +com.sun.star.util.XRefreshable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable +com.sun.star.view.XPrintable + + diff --git a/sc/xml/ScNamedRangeObj.xml b/sc/xml/ScNamedRangeObj.xml new file mode 100644 index 000000000000..2bfb8c075f1c --- /dev/null +++ b/sc/xml/ScNamedRangeObj.xml @@ -0,0 +1,231 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScNamedRangeObj + + This component provides ... + + +com.sun.star.sheet.NamedRange + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.Rectangle +com.sun.star.awt.Size +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapes +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.Border +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.NamedRangeFlag +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XFillAcrossSheet +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XLabelRange +com.sun.star.sheet.XLabelRanges +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XNamedRange +com.sun.star.sheet.XNamedRanges +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XUsedAreaCursor +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XProtectable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable + + diff --git a/sc/xml/ScNamedRangesObj.xml b/sc/xml/ScNamedRangesObj.xml new file mode 100644 index 000000000000..30af6524971c --- /dev/null +++ b/sc/xml/ScNamedRangesObj.xml @@ -0,0 +1,231 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScNamedRangesObj + + This component provides ... + + +com.sun.star.sheet.NamedRanges + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.Rectangle +com.sun.star.awt.Size +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapes +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.Border +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.NamedRangeFlag +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XFillAcrossSheet +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XLabelRange +com.sun.star.sheet.XLabelRanges +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XNamedRange +com.sun.star.sheet.XNamedRanges +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XUsedAreaCursor +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XProtectable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable + + diff --git a/sc/xml/ScRecentFunctionsObj.xml b/sc/xml/ScRecentFunctionsObj.xml new file mode 100644 index 000000000000..dd099b2bb0ed --- /dev/null +++ b/sc/xml/ScRecentFunctionsObj.xml @@ -0,0 +1,128 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScRecentFunctionsObj + + This component provides ... + + +com.sun.star.sheet.RecentFunctions + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.ContainerEvent +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XContainer +com.sun.star.container.XContainerListener +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XIndexContainer +com.sun.star.container.XIndexReplace +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.container.XSet +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.FunctionArgument +com.sun.star.sheet.XFunctionDescriptions +com.sun.star.sheet.XRecentFunctions +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL + + diff --git a/sc/xml/ScScenariosObj.xml b/sc/xml/ScScenariosObj.xml new file mode 100644 index 000000000000..f5c8e8334617 --- /dev/null +++ b/sc/xml/ScScenariosObj.xml @@ -0,0 +1,309 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScScenariosObj + + This component provides ... + + +com.sun.star.sheet.Scenarios + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.DeviceInfo +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.Gradient +com.sun.star.awt.GradientStyle +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.RasterOperation +com.sun.star.awt.Rectangle +com.sun.star.awt.SimpleFontMetric +com.sun.star.awt.Size +com.sun.star.awt.WindowClass +com.sun.star.awt.WindowDescriptor +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XControl +com.sun.star.awt.XControlContainer +com.sun.star.awt.XControlModel +com.sun.star.awt.XDevice +com.sun.star.awt.XDisplayBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XFont +com.sun.star.awt.XGraphics +com.sun.star.awt.XImageConsumer +com.sun.star.awt.XImageProducer +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XPointer +com.sun.star.awt.XRegion +com.sun.star.awt.XTabController +com.sun.star.awt.XTabControllerModel +com.sun.star.awt.XToolkit +com.sun.star.awt.XView +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.awt.XWindowPeer +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XChild +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XActionLockable +com.sun.star.document.XDocumentInfo +com.sun.star.document.XDocumentInfoSupplier +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XDrawPages +com.sun.star.drawing.XDrawPagesSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeBinder +com.sun.star.drawing.XShapeCombiner +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapeGroup +com.sun.star.drawing.XShapeGrouper +com.sun.star.drawing.XShapes +com.sun.star.form.XForm +com.sun.star.form.XFormComponent +com.sun.star.form.XFormController +com.sun.star.form.XFormControllerListener +com.sun.star.form.XFormsSupplier +com.sun.star.form.XImageProducerSupplier +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.frame.XStorable +com.sun.star.io.IOException +com.sun.star.lang.ArrayIndexOutOfBoundsException +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.KCharacterType +com.sun.star.lang.KParseTokens +com.sun.star.lang.KParseType +com.sun.star.lang.Locale +com.sun.star.lang.NoSupportException +com.sun.star.lang.ParseResult +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XCharacterClassification +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.Border +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.GoalResult +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XAreaLink +com.sun.star.sheet.XAreaLinks +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCalculatable +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XConsolidatable +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDDELink +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XDocumentAuditing +com.sun.star.sheet.XFillAcrossSheet +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XGoalSeek +com.sun.star.sheet.XLabelRange +com.sun.star.sheet.XLabelRanges +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XNamedRange +com.sun.star.sheet.XNamedRanges +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSpreadsheetDocument +com.sun.star.sheet.XSpreadsheets +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.sheet.XUsedAreaCursor +com.sun.star.style.XStyle +com.sun.star.style.XStyleFamiliesSupplier +com.sun.star.style.XStyleLoader +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.Date +com.sun.star.util.MalformedNumberFormatException +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XModifiable +com.sun.star.util.XModifyBroadcaster +com.sun.star.util.XModifyListener +com.sun.star.util.XNumberFormats +com.sun.star.util.XNumberFormatsSupplier +com.sun.star.util.XProtectable +com.sun.star.util.XRefreshListener +com.sun.star.util.XRefreshable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable +com.sun.star.view.XPrintable + + diff --git a/sc/xml/ScSheetLinkObj.xml b/sc/xml/ScSheetLinkObj.xml new file mode 100644 index 000000000000..7113491ecd03 --- /dev/null +++ b/sc/xml/ScSheetLinkObj.xml @@ -0,0 +1,122 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScSheetLinkObj + + This component provides ... + + +com.sun.star.sheet.SheetLink + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.NoSuchElementException +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNamed +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.XAreaLink +com.sun.star.sheet.XAreaLinks +com.sun.star.sheet.XDDELink +com.sun.star.table.CellAddress +com.sun.star.table.CellRangeAddress +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL +com.sun.star.util.XRefreshListener +com.sun.star.util.XRefreshable + + diff --git a/sc/xml/ScSheetLinksObj.xml b/sc/xml/ScSheetLinksObj.xml new file mode 100644 index 000000000000..ff5e082e0fec --- /dev/null +++ b/sc/xml/ScSheetLinksObj.xml @@ -0,0 +1,122 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScSheetLinksObj + + This component provides ... + + +com.sun.star.sheet.SheetLinks + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.NoSuchElementException +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNamed +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.XAreaLink +com.sun.star.sheet.XAreaLinks +com.sun.star.sheet.XDDELink +com.sun.star.table.CellAddress +com.sun.star.table.CellRangeAddress +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL +com.sun.star.util.XRefreshListener +com.sun.star.util.XRefreshable + + diff --git a/sc/xml/ScSpreadsheetSettings.xml b/sc/xml/ScSpreadsheetSettings.xml new file mode 100644 index 000000000000..5770443dedb1 --- /dev/null +++ b/sc/xml/ScSpreadsheetSettings.xml @@ -0,0 +1,128 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScSpreadsheetSettings + + This component provides ... + + +com.sun.star.sheet.GlobalSheetSettings + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.ContainerEvent +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XContainer +com.sun.star.container.XContainerListener +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XIndexContainer +com.sun.star.container.XIndexReplace +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.container.XSet +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.FunctionArgument +com.sun.star.sheet.XFunctionDescriptions +com.sun.star.sheet.XRecentFunctions +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL + + diff --git a/sc/xml/ScSpreadsheetSettingsObj.xml b/sc/xml/ScSpreadsheetSettingsObj.xml new file mode 100644 index 000000000000..ed6cb3cbb724 --- /dev/null +++ b/sc/xml/ScSpreadsheetSettingsObj.xml @@ -0,0 +1,309 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScSpreadsheetSettingsObj + + This component provides ... + + +com.sun.star.sheet.SpreadsheetDocumentSettings + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.DeviceInfo +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.Gradient +com.sun.star.awt.GradientStyle +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.RasterOperation +com.sun.star.awt.Rectangle +com.sun.star.awt.SimpleFontMetric +com.sun.star.awt.Size +com.sun.star.awt.WindowClass +com.sun.star.awt.WindowDescriptor +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XControl +com.sun.star.awt.XControlContainer +com.sun.star.awt.XControlModel +com.sun.star.awt.XDevice +com.sun.star.awt.XDisplayBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XFont +com.sun.star.awt.XGraphics +com.sun.star.awt.XImageConsumer +com.sun.star.awt.XImageProducer +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XPointer +com.sun.star.awt.XRegion +com.sun.star.awt.XTabController +com.sun.star.awt.XTabControllerModel +com.sun.star.awt.XToolkit +com.sun.star.awt.XView +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.awt.XWindowPeer +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XChild +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XActionLockable +com.sun.star.document.XDocumentInfo +com.sun.star.document.XDocumentInfoSupplier +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XDrawPages +com.sun.star.drawing.XDrawPagesSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeBinder +com.sun.star.drawing.XShapeCombiner +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapeGroup +com.sun.star.drawing.XShapeGrouper +com.sun.star.drawing.XShapes +com.sun.star.form.XForm +com.sun.star.form.XFormComponent +com.sun.star.form.XFormController +com.sun.star.form.XFormControllerListener +com.sun.star.form.XFormsSupplier +com.sun.star.form.XImageProducerSupplier +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.frame.XStorable +com.sun.star.io.IOException +com.sun.star.lang.ArrayIndexOutOfBoundsException +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.KCharacterType +com.sun.star.lang.KParseTokens +com.sun.star.lang.KParseType +com.sun.star.lang.Locale +com.sun.star.lang.NoSupportException +com.sun.star.lang.ParseResult +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XCharacterClassification +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.Border +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.GoalResult +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XAreaLink +com.sun.star.sheet.XAreaLinks +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCalculatable +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XConsolidatable +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDDELink +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XDocumentAuditing +com.sun.star.sheet.XFillAcrossSheet +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XGoalSeek +com.sun.star.sheet.XLabelRange +com.sun.star.sheet.XLabelRanges +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XNamedRange +com.sun.star.sheet.XNamedRanges +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSpreadsheetDocument +com.sun.star.sheet.XSpreadsheets +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.sheet.XUsedAreaCursor +com.sun.star.style.XStyle +com.sun.star.style.XStyleFamiliesSupplier +com.sun.star.style.XStyleLoader +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.Date +com.sun.star.util.MalformedNumberFormatException +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XModifiable +com.sun.star.util.XModifyBroadcaster +com.sun.star.util.XModifyListener +com.sun.star.util.XNumberFormats +com.sun.star.util.XNumberFormatsSupplier +com.sun.star.util.XProtectable +com.sun.star.util.XRefreshListener +com.sun.star.util.XRefreshable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable +com.sun.star.view.XPrintable + + diff --git a/sc/xml/ScStyleFamiliesObj.xml b/sc/xml/ScStyleFamiliesObj.xml new file mode 100644 index 000000000000..f5bba0107c6a --- /dev/null +++ b/sc/xml/ScStyleFamiliesObj.xml @@ -0,0 +1,148 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScStyleFamiliesObj + + This component provides ... + + +com.sun.star.style.StyleFamilies + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontSlant +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.Size +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.frame.DispatchDescriptor +com.sun.star.frame.FeatureStateEvent +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XDispatch +com.sun.star.frame.XDispatchProvider +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.frame.XStatusListener +com.sun.star.io.IOException +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.XHeaderFooterContent +com.sun.star.style.GraphicLocation +com.sun.star.style.PageStyleLayout +com.sun.star.style.XStyle +com.sun.star.style.XStyleLoader +com.sun.star.table.BorderLine +com.sun.star.table.CellHoriJustify +com.sun.star.table.CellOrientation +com.sun.star.table.CellRangeAddress +com.sun.star.table.CellVertJustify +com.sun.star.table.ShadowFormat +com.sun.star.table.ShadowLocation +com.sun.star.table.TableBorder +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.CellProtection +com.sun.star.util.URL + + diff --git a/sc/xml/ScStyleFamilyObj.xml b/sc/xml/ScStyleFamilyObj.xml new file mode 100644 index 000000000000..5254105e00ad --- /dev/null +++ b/sc/xml/ScStyleFamilyObj.xml @@ -0,0 +1,148 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScStyleFamilyObj + + This component provides ... + + +com.sun.star.style.StyleFamily + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontSlant +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.Size +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.frame.DispatchDescriptor +com.sun.star.frame.FeatureStateEvent +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XDispatch +com.sun.star.frame.XDispatchProvider +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.frame.XStatusListener +com.sun.star.io.IOException +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.XHeaderFooterContent +com.sun.star.style.GraphicLocation +com.sun.star.style.PageStyleLayout +com.sun.star.style.XStyle +com.sun.star.style.XStyleLoader +com.sun.star.table.BorderLine +com.sun.star.table.CellHoriJustify +com.sun.star.table.CellOrientation +com.sun.star.table.CellRangeAddress +com.sun.star.table.CellVertJustify +com.sun.star.table.ShadowFormat +com.sun.star.table.ShadowLocation +com.sun.star.table.TableBorder +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.CellProtection +com.sun.star.util.URL + + diff --git a/sc/xml/ScStyleObj.xml b/sc/xml/ScStyleObj.xml new file mode 100644 index 000000000000..24c7ef979057 --- /dev/null +++ b/sc/xml/ScStyleObj.xml @@ -0,0 +1,148 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScStyleObj + + This component provides ... + + +com.sun.star.style.Style + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontSlant +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Rectangle +com.sun.star.awt.Size +com.sun.star.awt.WindowEvent +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.frame.DispatchDescriptor +com.sun.star.frame.FeatureStateEvent +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XDispatch +com.sun.star.frame.XDispatchProvider +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.frame.XStatusListener +com.sun.star.io.IOException +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.XHeaderFooterContent +com.sun.star.style.GraphicLocation +com.sun.star.style.PageStyleLayout +com.sun.star.style.XStyle +com.sun.star.style.XStyleLoader +com.sun.star.table.BorderLine +com.sun.star.table.CellHoriJustify +com.sun.star.table.CellOrientation +com.sun.star.table.CellRangeAddress +com.sun.star.table.CellVertJustify +com.sun.star.table.ShadowFormat +com.sun.star.table.ShadowLocation +com.sun.star.table.TableBorder +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.CellProtection +com.sun.star.util.URL + + diff --git a/sc/xml/ScSubTotalDescriptorBase.xml b/sc/xml/ScSubTotalDescriptorBase.xml new file mode 100644 index 000000000000..adec6c17d57b --- /dev/null +++ b/sc/xml/ScSubTotalDescriptorBase.xml @@ -0,0 +1,233 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScSubTotalDescriptorBase + + This component provides ... + + +com.sun.star.sheet.SubTotalDescriptor + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sdb +sfx2 +so3 +sot +stl +svtools +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.Rectangle +com.sun.star.awt.Size +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapes +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.DataImportMode +com.sun.star.sheet.DataPilotFieldOrientation +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTable +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.SortField +com.sun.star.util.SortFieldType +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XProtectable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable + + diff --git a/sc/xml/ScSubTotalFieldObj.xml b/sc/xml/ScSubTotalFieldObj.xml new file mode 100644 index 000000000000..e74dfaab944d --- /dev/null +++ b/sc/xml/ScSubTotalFieldObj.xml @@ -0,0 +1,233 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScSubTotalFieldObj + + This component provides ... + + +com.sun.star.sheet.SubTotalField + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sdb +sfx2 +so3 +sot +stl +svtools +tools +typelib +uno +vcl +vos + +com.sun.star.awt.FocusEvent +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.Rectangle +com.sun.star.awt.Size +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapes +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.DataImportMode +com.sun.star.sheet.DataPilotFieldOrientation +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTable +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.SortField +com.sun.star.util.SortFieldType +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XProtectable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable + + diff --git a/sc/xml/ScTabViewObj.xml b/sc/xml/ScTabViewObj.xml new file mode 100644 index 000000000000..10eef7063229 --- /dev/null +++ b/sc/xml/ScTabViewObj.xml @@ -0,0 +1,264 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScTabViewObj + + This component provides ... + + +com.sun.star.sheet.SpreadsheetView + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +goodies +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.DeviceInfo +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.Gradient +com.sun.star.awt.GradientStyle +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.RasterOperation +com.sun.star.awt.Rectangle +com.sun.star.awt.SimpleFontMetric +com.sun.star.awt.Size +com.sun.star.awt.WindowClass +com.sun.star.awt.WindowDescriptor +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XControl +com.sun.star.awt.XControlContainer +com.sun.star.awt.XControlModel +com.sun.star.awt.XDevice +com.sun.star.awt.XDisplayBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XFont +com.sun.star.awt.XGraphics +com.sun.star.awt.XImageConsumer +com.sun.star.awt.XImageProducer +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XPointer +com.sun.star.awt.XRegion +com.sun.star.awt.XTabController +com.sun.star.awt.XTabControllerModel +com.sun.star.awt.XToolkit +com.sun.star.awt.XView +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.awt.XWindowPeer +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XChild +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.drawing.ConnectionType +com.sun.star.drawing.PolygonKind +com.sun.star.drawing.XConnectableShape +com.sun.star.drawing.XConnectorShape +com.sun.star.drawing.XControlShape +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeBinder +com.sun.star.drawing.XShapeCombiner +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapeGroup +com.sun.star.drawing.XShapeGrouper +com.sun.star.drawing.XShapes +com.sun.star.form.XForm +com.sun.star.form.XFormComponent +com.sun.star.form.XFormController +com.sun.star.form.XFormControllerListener +com.sun.star.form.XFormsSupplier +com.sun.star.form.XImageProducerSupplier +com.sun.star.frame.DispatchDescriptor +com.sun.star.frame.FeatureStateEvent +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XDispatch +com.sun.star.frame.XDispatchProvider +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.frame.XStatusListener +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.NoSupportException +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSpreadsheetView +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XViewFreezable +com.sun.star.sheet.XViewPane +com.sun.star.sheet.XViewSplitable +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XProtectable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable +com.sun.star.view.XControlAccess +com.sun.star.view.XSelectionChangeListener +com.sun.star.view.XSelectionSupplier + + diff --git a/sc/xml/ScTableColumnObj.xml b/sc/xml/ScTableColumnObj.xml new file mode 100644 index 000000000000..f1959d8cae63 --- /dev/null +++ b/sc/xml/ScTableColumnObj.xml @@ -0,0 +1,331 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScTableColumnObj + + This component provides ... + + +com.sun.star.table.TableColumn + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sch +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.DeviceInfo +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.Gradient +com.sun.star.awt.GradientStyle +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.RasterOperation +com.sun.star.awt.Rectangle +com.sun.star.awt.SimpleFontMetric +com.sun.star.awt.Size +com.sun.star.awt.WindowClass +com.sun.star.awt.WindowDescriptor +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XControl +com.sun.star.awt.XControlContainer +com.sun.star.awt.XControlModel +com.sun.star.awt.XDevice +com.sun.star.awt.XDisplayBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XFont +com.sun.star.awt.XGraphics +com.sun.star.awt.XImageConsumer +com.sun.star.awt.XImageProducer +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XPointer +com.sun.star.awt.XRegion +com.sun.star.awt.XTabController +com.sun.star.awt.XTabControllerModel +com.sun.star.awt.XToolkit +com.sun.star.awt.XView +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.awt.XWindowPeer +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.ChartSeriesAddress +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ContainerEvent +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XChild +com.sun.star.container.XContainer +com.sun.star.container.XContainerListener +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XIndexReplace +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XActionLockable +com.sun.star.document.XDocumentInfo +com.sun.star.document.XDocumentInfoSupplier +com.sun.star.document.XEmbeddedObjectSupplier +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XDrawPages +com.sun.star.drawing.XDrawPagesSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeBinder +com.sun.star.drawing.XShapeCombiner +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapeGroup +com.sun.star.drawing.XShapeGrouper +com.sun.star.drawing.XShapes +com.sun.star.form.XForm +com.sun.star.form.XFormComponent +com.sun.star.form.XFormController +com.sun.star.form.XFormControllerListener +com.sun.star.form.XFormsSupplier +com.sun.star.form.XImageProducerSupplier +com.sun.star.frame.DispatchDescriptor +com.sun.star.frame.FeatureStateEvent +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XDispatch +com.sun.star.frame.XDispatchProvider +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.frame.XStatusListener +com.sun.star.frame.XStorable +com.sun.star.io.IOException +com.sun.star.lang.ArrayIndexOutOfBoundsException +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.KCharacterType +com.sun.star.lang.KParseTokens +com.sun.star.lang.KParseType +com.sun.star.lang.Locale +com.sun.star.lang.NoSupportException +com.sun.star.lang.ParseResult +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XCharacterClassification +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellFlags +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.ConditionOperator +com.sun.star.sheet.DataPilotFieldOrientation +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.FormulaResult +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.GoalResult +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCalculatable +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XConsolidatable +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTable +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XDocumentAuditing +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XGoalSeek +com.sun.star.sheet.XHeaderFooterContent +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetCondition +com.sun.star.sheet.XSheetConditionalEntries +com.sun.star.sheet.XSheetConditionalEntry +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSpreadsheetDocument +com.sun.star.sheet.XSpreadsheets +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.sheet.XUsedAreaCursor +com.sun.star.style.LineSpacing +com.sun.star.style.TabAlign +com.sun.star.style.TabStop +com.sun.star.style.XStyle +com.sun.star.style.XStyleFamiliesSupplier +com.sun.star.style.XStyleLoader +com.sun.star.table.BorderLine +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellHoriJustify +com.sun.star.table.CellOrientation +com.sun.star.table.CellRangeAddress +com.sun.star.table.CellVertJustify +com.sun.star.table.ShadowFormat +com.sun.star.table.ShadowLocation +com.sun.star.table.TableBorder +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellCursor +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableChart +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.ControlCharacter +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextField +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.text.XTextRangeMover +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.CellProtection +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XModifiable +com.sun.star.util.XModifyBroadcaster +com.sun.star.util.XModifyListener +com.sun.star.util.XProtectable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable +com.sun.star.view.XPrintable + + diff --git a/sc/xml/ScTableColumnsObj.xml b/sc/xml/ScTableColumnsObj.xml new file mode 100644 index 000000000000..6d79307c84d2 --- /dev/null +++ b/sc/xml/ScTableColumnsObj.xml @@ -0,0 +1,309 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScTableColumnsObj + + This component provides ... + + +com.sun.star.table.TableColumns + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.DeviceInfo +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.Gradient +com.sun.star.awt.GradientStyle +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.RasterOperation +com.sun.star.awt.Rectangle +com.sun.star.awt.SimpleFontMetric +com.sun.star.awt.Size +com.sun.star.awt.WindowClass +com.sun.star.awt.WindowDescriptor +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XControl +com.sun.star.awt.XControlContainer +com.sun.star.awt.XControlModel +com.sun.star.awt.XDevice +com.sun.star.awt.XDisplayBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XFont +com.sun.star.awt.XGraphics +com.sun.star.awt.XImageConsumer +com.sun.star.awt.XImageProducer +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XPointer +com.sun.star.awt.XRegion +com.sun.star.awt.XTabController +com.sun.star.awt.XTabControllerModel +com.sun.star.awt.XToolkit +com.sun.star.awt.XView +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.awt.XWindowPeer +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XChild +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XActionLockable +com.sun.star.document.XDocumentInfo +com.sun.star.document.XDocumentInfoSupplier +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XDrawPages +com.sun.star.drawing.XDrawPagesSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeBinder +com.sun.star.drawing.XShapeCombiner +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapeGroup +com.sun.star.drawing.XShapeGrouper +com.sun.star.drawing.XShapes +com.sun.star.form.XForm +com.sun.star.form.XFormComponent +com.sun.star.form.XFormController +com.sun.star.form.XFormControllerListener +com.sun.star.form.XFormsSupplier +com.sun.star.form.XImageProducerSupplier +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.frame.XStorable +com.sun.star.io.IOException +com.sun.star.lang.ArrayIndexOutOfBoundsException +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.KCharacterType +com.sun.star.lang.KParseTokens +com.sun.star.lang.KParseType +com.sun.star.lang.Locale +com.sun.star.lang.NoSupportException +com.sun.star.lang.ParseResult +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XCharacterClassification +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.Border +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.GoalResult +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XAreaLink +com.sun.star.sheet.XAreaLinks +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCalculatable +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XConsolidatable +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDDELink +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XDocumentAuditing +com.sun.star.sheet.XFillAcrossSheet +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XGoalSeek +com.sun.star.sheet.XLabelRange +com.sun.star.sheet.XLabelRanges +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XNamedRange +com.sun.star.sheet.XNamedRanges +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSpreadsheetDocument +com.sun.star.sheet.XSpreadsheets +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.sheet.XUsedAreaCursor +com.sun.star.style.XStyle +com.sun.star.style.XStyleFamiliesSupplier +com.sun.star.style.XStyleLoader +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.Date +com.sun.star.util.MalformedNumberFormatException +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XModifiable +com.sun.star.util.XModifyBroadcaster +com.sun.star.util.XModifyListener +com.sun.star.util.XNumberFormats +com.sun.star.util.XNumberFormatsSupplier +com.sun.star.util.XProtectable +com.sun.star.util.XRefreshListener +com.sun.star.util.XRefreshable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable +com.sun.star.view.XPrintable + + diff --git a/sc/xml/ScTableConditionalEntry.xml b/sc/xml/ScTableConditionalEntry.xml new file mode 100644 index 000000000000..83d187510305 --- /dev/null +++ b/sc/xml/ScTableConditionalEntry.xml @@ -0,0 +1,86 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScTableConditionalEntry + + This component provides ... + + +com.sun.star.sheet.TableConditionalEntry + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rtl +sal +stl +svtools +tools +typelib +uno +vcl +vos + +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.NoSuchElementException +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.sheet.ConditionOperator +com.sun.star.sheet.ValidationAlertStyle +com.sun.star.sheet.ValidationType +com.sun.star.sheet.XSheetCondition +com.sun.star.sheet.XSheetConditionalEntries +com.sun.star.sheet.XSheetConditionalEntry +com.sun.star.table.CellAddress +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc + + diff --git a/sc/xml/ScTableConditionalFormat.xml b/sc/xml/ScTableConditionalFormat.xml new file mode 100644 index 000000000000..0a998bcf23b9 --- /dev/null +++ b/sc/xml/ScTableConditionalFormat.xml @@ -0,0 +1,86 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScTableConditionalFormat + + This component provides ... + + +com.sun.star.sheet.TableConditionalFormat + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rtl +sal +stl +svtools +tools +typelib +uno +vcl +vos + +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.NoSuchElementException +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.sheet.ConditionOperator +com.sun.star.sheet.ValidationAlertStyle +com.sun.star.sheet.ValidationType +com.sun.star.sheet.XSheetCondition +com.sun.star.sheet.XSheetConditionalEntries +com.sun.star.sheet.XSheetConditionalEntry +com.sun.star.table.CellAddress +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc + + diff --git a/sc/xml/ScTableRowObj.xml b/sc/xml/ScTableRowObj.xml new file mode 100644 index 000000000000..eff25dc4d626 --- /dev/null +++ b/sc/xml/ScTableRowObj.xml @@ -0,0 +1,331 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScTableRowObj + + This component provides ... + + +com.sun.star.table.TableRow + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sch +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.DeviceInfo +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.Gradient +com.sun.star.awt.GradientStyle +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.RasterOperation +com.sun.star.awt.Rectangle +com.sun.star.awt.SimpleFontMetric +com.sun.star.awt.Size +com.sun.star.awt.WindowClass +com.sun.star.awt.WindowDescriptor +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XControl +com.sun.star.awt.XControlContainer +com.sun.star.awt.XControlModel +com.sun.star.awt.XDevice +com.sun.star.awt.XDisplayBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XFont +com.sun.star.awt.XGraphics +com.sun.star.awt.XImageConsumer +com.sun.star.awt.XImageProducer +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XPointer +com.sun.star.awt.XRegion +com.sun.star.awt.XTabController +com.sun.star.awt.XTabControllerModel +com.sun.star.awt.XToolkit +com.sun.star.awt.XView +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.awt.XWindowPeer +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.ChartSeriesAddress +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ContainerEvent +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XChild +com.sun.star.container.XContainer +com.sun.star.container.XContainerListener +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XIndexReplace +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XActionLockable +com.sun.star.document.XDocumentInfo +com.sun.star.document.XDocumentInfoSupplier +com.sun.star.document.XEmbeddedObjectSupplier +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XDrawPages +com.sun.star.drawing.XDrawPagesSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeBinder +com.sun.star.drawing.XShapeCombiner +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapeGroup +com.sun.star.drawing.XShapeGrouper +com.sun.star.drawing.XShapes +com.sun.star.form.XForm +com.sun.star.form.XFormComponent +com.sun.star.form.XFormController +com.sun.star.form.XFormControllerListener +com.sun.star.form.XFormsSupplier +com.sun.star.form.XImageProducerSupplier +com.sun.star.frame.DispatchDescriptor +com.sun.star.frame.FeatureStateEvent +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XDispatch +com.sun.star.frame.XDispatchProvider +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.frame.XStatusListener +com.sun.star.frame.XStorable +com.sun.star.io.IOException +com.sun.star.lang.ArrayIndexOutOfBoundsException +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.KCharacterType +com.sun.star.lang.KParseTokens +com.sun.star.lang.KParseType +com.sun.star.lang.Locale +com.sun.star.lang.NoSupportException +com.sun.star.lang.ParseResult +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XCharacterClassification +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellFlags +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.ConditionOperator +com.sun.star.sheet.DataPilotFieldOrientation +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.FormulaResult +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.GoalResult +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCalculatable +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XConsolidatable +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTable +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XDocumentAuditing +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XGoalSeek +com.sun.star.sheet.XHeaderFooterContent +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetCondition +com.sun.star.sheet.XSheetConditionalEntries +com.sun.star.sheet.XSheetConditionalEntry +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSpreadsheetDocument +com.sun.star.sheet.XSpreadsheets +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.sheet.XUsedAreaCursor +com.sun.star.style.LineSpacing +com.sun.star.style.TabAlign +com.sun.star.style.TabStop +com.sun.star.style.XStyle +com.sun.star.style.XStyleFamiliesSupplier +com.sun.star.style.XStyleLoader +com.sun.star.table.BorderLine +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellHoriJustify +com.sun.star.table.CellOrientation +com.sun.star.table.CellRangeAddress +com.sun.star.table.CellVertJustify +com.sun.star.table.ShadowFormat +com.sun.star.table.ShadowLocation +com.sun.star.table.TableBorder +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellCursor +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableChart +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.ControlCharacter +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextField +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.text.XTextRangeMover +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.CellProtection +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XModifiable +com.sun.star.util.XModifyBroadcaster +com.sun.star.util.XModifyListener +com.sun.star.util.XProtectable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable +com.sun.star.view.XPrintable + + diff --git a/sc/xml/ScTableRowsObj.xml b/sc/xml/ScTableRowsObj.xml new file mode 100644 index 000000000000..6bca5cce74e7 --- /dev/null +++ b/sc/xml/ScTableRowsObj.xml @@ -0,0 +1,309 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScTableRowsObj + + This component provides ... + + +com.sun.star.table.TableRows + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.DeviceInfo +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.Gradient +com.sun.star.awt.GradientStyle +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.RasterOperation +com.sun.star.awt.Rectangle +com.sun.star.awt.SimpleFontMetric +com.sun.star.awt.Size +com.sun.star.awt.WindowClass +com.sun.star.awt.WindowDescriptor +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XControl +com.sun.star.awt.XControlContainer +com.sun.star.awt.XControlModel +com.sun.star.awt.XDevice +com.sun.star.awt.XDisplayBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XFont +com.sun.star.awt.XGraphics +com.sun.star.awt.XImageConsumer +com.sun.star.awt.XImageProducer +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XPointer +com.sun.star.awt.XRegion +com.sun.star.awt.XTabController +com.sun.star.awt.XTabControllerModel +com.sun.star.awt.XToolkit +com.sun.star.awt.XView +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.awt.XWindowPeer +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XChild +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XActionLockable +com.sun.star.document.XDocumentInfo +com.sun.star.document.XDocumentInfoSupplier +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XDrawPages +com.sun.star.drawing.XDrawPagesSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeBinder +com.sun.star.drawing.XShapeCombiner +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapeGroup +com.sun.star.drawing.XShapeGrouper +com.sun.star.drawing.XShapes +com.sun.star.form.XForm +com.sun.star.form.XFormComponent +com.sun.star.form.XFormController +com.sun.star.form.XFormControllerListener +com.sun.star.form.XFormsSupplier +com.sun.star.form.XImageProducerSupplier +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.frame.XStorable +com.sun.star.io.IOException +com.sun.star.lang.ArrayIndexOutOfBoundsException +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.KCharacterType +com.sun.star.lang.KParseTokens +com.sun.star.lang.KParseType +com.sun.star.lang.Locale +com.sun.star.lang.NoSupportException +com.sun.star.lang.ParseResult +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XCharacterClassification +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.Border +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.GoalResult +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XAreaLink +com.sun.star.sheet.XAreaLinks +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCalculatable +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XConsolidatable +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDDELink +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XDocumentAuditing +com.sun.star.sheet.XFillAcrossSheet +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XGoalSeek +com.sun.star.sheet.XLabelRange +com.sun.star.sheet.XLabelRanges +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XNamedRange +com.sun.star.sheet.XNamedRanges +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSpreadsheetDocument +com.sun.star.sheet.XSpreadsheets +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.sheet.XUsedAreaCursor +com.sun.star.style.XStyle +com.sun.star.style.XStyleFamiliesSupplier +com.sun.star.style.XStyleLoader +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.Date +com.sun.star.util.MalformedNumberFormatException +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XModifiable +com.sun.star.util.XModifyBroadcaster +com.sun.star.util.XModifyListener +com.sun.star.util.XNumberFormats +com.sun.star.util.XNumberFormatsSupplier +com.sun.star.util.XProtectable +com.sun.star.util.XRefreshListener +com.sun.star.util.XRefreshable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable +com.sun.star.view.XPrintable + + diff --git a/sc/xml/ScTableSheetObj.xml b/sc/xml/ScTableSheetObj.xml new file mode 100644 index 000000000000..a7dfe9ace3b3 --- /dev/null +++ b/sc/xml/ScTableSheetObj.xml @@ -0,0 +1,331 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScTableSheetObj + + This component provides ... + + +com.sun.star.sheet.Spreadsheet + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sch +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.DeviceInfo +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.Gradient +com.sun.star.awt.GradientStyle +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.RasterOperation +com.sun.star.awt.Rectangle +com.sun.star.awt.SimpleFontMetric +com.sun.star.awt.Size +com.sun.star.awt.WindowClass +com.sun.star.awt.WindowDescriptor +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XControl +com.sun.star.awt.XControlContainer +com.sun.star.awt.XControlModel +com.sun.star.awt.XDevice +com.sun.star.awt.XDisplayBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XFont +com.sun.star.awt.XGraphics +com.sun.star.awt.XImageConsumer +com.sun.star.awt.XImageProducer +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XPointer +com.sun.star.awt.XRegion +com.sun.star.awt.XTabController +com.sun.star.awt.XTabControllerModel +com.sun.star.awt.XToolkit +com.sun.star.awt.XView +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.awt.XWindowPeer +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.ChartSeriesAddress +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ContainerEvent +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XChild +com.sun.star.container.XContainer +com.sun.star.container.XContainerListener +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XIndexReplace +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XActionLockable +com.sun.star.document.XDocumentInfo +com.sun.star.document.XDocumentInfoSupplier +com.sun.star.document.XEmbeddedObjectSupplier +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XDrawPages +com.sun.star.drawing.XDrawPagesSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeBinder +com.sun.star.drawing.XShapeCombiner +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapeGroup +com.sun.star.drawing.XShapeGrouper +com.sun.star.drawing.XShapes +com.sun.star.form.XForm +com.sun.star.form.XFormComponent +com.sun.star.form.XFormController +com.sun.star.form.XFormControllerListener +com.sun.star.form.XFormsSupplier +com.sun.star.form.XImageProducerSupplier +com.sun.star.frame.DispatchDescriptor +com.sun.star.frame.FeatureStateEvent +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XDispatch +com.sun.star.frame.XDispatchProvider +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.frame.XStatusListener +com.sun.star.frame.XStorable +com.sun.star.io.IOException +com.sun.star.lang.ArrayIndexOutOfBoundsException +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.KCharacterType +com.sun.star.lang.KParseTokens +com.sun.star.lang.KParseType +com.sun.star.lang.Locale +com.sun.star.lang.NoSupportException +com.sun.star.lang.ParseResult +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XCharacterClassification +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellFlags +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.ConditionOperator +com.sun.star.sheet.DataPilotFieldOrientation +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.FormulaResult +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.GoalResult +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCalculatable +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XConsolidatable +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTable +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XDocumentAuditing +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XGoalSeek +com.sun.star.sheet.XHeaderFooterContent +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetCondition +com.sun.star.sheet.XSheetConditionalEntries +com.sun.star.sheet.XSheetConditionalEntry +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSpreadsheetDocument +com.sun.star.sheet.XSpreadsheets +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.sheet.XUsedAreaCursor +com.sun.star.style.LineSpacing +com.sun.star.style.TabAlign +com.sun.star.style.TabStop +com.sun.star.style.XStyle +com.sun.star.style.XStyleFamiliesSupplier +com.sun.star.style.XStyleLoader +com.sun.star.table.BorderLine +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellHoriJustify +com.sun.star.table.CellOrientation +com.sun.star.table.CellRangeAddress +com.sun.star.table.CellVertJustify +com.sun.star.table.ShadowFormat +com.sun.star.table.ShadowLocation +com.sun.star.table.TableBorder +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellCursor +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableChart +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.ControlCharacter +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextField +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.text.XTextRangeMover +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.CellProtection +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XModifiable +com.sun.star.util.XModifyBroadcaster +com.sun.star.util.XModifyListener +com.sun.star.util.XProtectable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable +com.sun.star.view.XPrintable + + diff --git a/sc/xml/ScTableSheetsObj.xml b/sc/xml/ScTableSheetsObj.xml new file mode 100644 index 000000000000..4f0e5a34038c --- /dev/null +++ b/sc/xml/ScTableSheetsObj.xml @@ -0,0 +1,309 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScTableSheetsObj + + This component provides ... + + +com.sun.star.sheet.Spreadsheets + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.DeviceInfo +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.Gradient +com.sun.star.awt.GradientStyle +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.RasterOperation +com.sun.star.awt.Rectangle +com.sun.star.awt.SimpleFontMetric +com.sun.star.awt.Size +com.sun.star.awt.WindowClass +com.sun.star.awt.WindowDescriptor +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XControl +com.sun.star.awt.XControlContainer +com.sun.star.awt.XControlModel +com.sun.star.awt.XDevice +com.sun.star.awt.XDisplayBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XFont +com.sun.star.awt.XGraphics +com.sun.star.awt.XImageConsumer +com.sun.star.awt.XImageProducer +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XPointer +com.sun.star.awt.XRegion +com.sun.star.awt.XTabController +com.sun.star.awt.XTabControllerModel +com.sun.star.awt.XToolkit +com.sun.star.awt.XView +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.awt.XWindowPeer +com.sun.star.beans.IllegalTypeException +com.sun.star.beans.NotRemoveableException +com.sun.star.beans.Property +com.sun.star.beans.PropertyAttribute +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyExistException +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyStateChangeEvent +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyValues +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XFastPropertySet +com.sun.star.beans.XMultiPropertySet +com.sun.star.beans.XPropertiesChangeListener +com.sun.star.beans.XPropertyAccess +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertyContainer +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XPropertyStateChangeListener +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XChild +com.sun.star.container.XContentEnumerationAccess +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XHierarchicalNameAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.document.XActionLockable +com.sun.star.document.XDocumentInfo +com.sun.star.document.XDocumentInfoSupplier +com.sun.star.document.XLinkTargetSupplier +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XDrawPages +com.sun.star.drawing.XDrawPagesSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeBinder +com.sun.star.drawing.XShapeCombiner +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapeGroup +com.sun.star.drawing.XShapeGrouper +com.sun.star.drawing.XShapes +com.sun.star.form.XForm +com.sun.star.form.XFormComponent +com.sun.star.form.XFormController +com.sun.star.form.XFormControllerListener +com.sun.star.form.XFormsSupplier +com.sun.star.form.XImageProducerSupplier +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.frame.XStorable +com.sun.star.io.IOException +com.sun.star.lang.ArrayIndexOutOfBoundsException +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.KCharacterType +com.sun.star.lang.KParseTokens +com.sun.star.lang.KParseType +com.sun.star.lang.Locale +com.sun.star.lang.NoSupportException +com.sun.star.lang.ParseResult +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XCharacterClassification +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XServiceName +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.Border +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.GoalResult +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XAreaLink +com.sun.star.sheet.XAreaLinks +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCalculatable +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XConsolidatable +com.sun.star.sheet.XConsolidationDescriptor +com.sun.star.sheet.XDDELink +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XDatabaseRange +com.sun.star.sheet.XDatabaseRanges +com.sun.star.sheet.XDocumentAuditing +com.sun.star.sheet.XFillAcrossSheet +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XGoalSeek +com.sun.star.sheet.XLabelRange +com.sun.star.sheet.XLabelRanges +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XNamedRange +com.sun.star.sheet.XNamedRanges +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSpreadsheetDocument +com.sun.star.sheet.XSpreadsheets +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XSubTotalField +com.sun.star.sheet.XUsedAreaCursor +com.sun.star.style.XStyle +com.sun.star.style.XStyleFamiliesSupplier +com.sun.star.style.XStyleLoader +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.Date +com.sun.star.util.MalformedNumberFormatException +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XModifiable +com.sun.star.util.XModifyBroadcaster +com.sun.star.util.XModifyListener +com.sun.star.util.XNumberFormats +com.sun.star.util.XNumberFormatsSupplier +com.sun.star.util.XProtectable +com.sun.star.util.XRefreshListener +com.sun.star.util.XRefreshable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable +com.sun.star.view.XPrintable + + diff --git a/sc/xml/ScTableValidationObj.xml b/sc/xml/ScTableValidationObj.xml new file mode 100644 index 000000000000..4fea9b6e5c69 --- /dev/null +++ b/sc/xml/ScTableValidationObj.xml @@ -0,0 +1,86 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScTableValidationObj + + This component provides ... + + +com.sun.star.sheet.TableValidation + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +osl +rtl +sal +stl +svtools +tools +typelib +uno +vcl +vos + +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XVetoableChangeListener +com.sun.star.container.NoSuchElementException +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.sheet.ConditionOperator +com.sun.star.sheet.ValidationAlertStyle +com.sun.star.sheet.ValidationType +com.sun.star.sheet.XSheetCondition +com.sun.star.sheet.XSheetConditionalEntries +com.sun.star.sheet.XSheetConditionalEntry +com.sun.star.table.CellAddress +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc + + diff --git a/sc/xml/ScViewPaneObj.xml b/sc/xml/ScViewPaneObj.xml new file mode 100644 index 000000000000..87a265ce9529 --- /dev/null +++ b/sc/xml/ScViewPaneObj.xml @@ -0,0 +1,264 @@ + + + + +Niklas Nebel +com.sun.star.comp.office.ScViewPaneObj + + This component provides ... + + +com.sun.star.sheet.SpreadsheetViewPane + +c++ + + + +sc + +com.sun.star.loader.SharedLibrary + + + +cppu +cppuhelper +goodies +osl +rsc +rtl +sal +sfx2 +so3 +sot +stl +svtools +svx +tools +typelib +uno +unotools +vcl +vos + +com.sun.star.awt.DeviceInfo +com.sun.star.awt.FocusEvent +com.sun.star.awt.FontDescriptor +com.sun.star.awt.FontSlant +com.sun.star.awt.Gradient +com.sun.star.awt.GradientStyle +com.sun.star.awt.InputEvent +com.sun.star.awt.KeyEvent +com.sun.star.awt.MouseEvent +com.sun.star.awt.PaintEvent +com.sun.star.awt.Point +com.sun.star.awt.RasterOperation +com.sun.star.awt.Rectangle +com.sun.star.awt.SimpleFontMetric +com.sun.star.awt.Size +com.sun.star.awt.WindowClass +com.sun.star.awt.WindowDescriptor +com.sun.star.awt.WindowEvent +com.sun.star.awt.XBitmap +com.sun.star.awt.XControl +com.sun.star.awt.XControlContainer +com.sun.star.awt.XControlModel +com.sun.star.awt.XDevice +com.sun.star.awt.XDisplayBitmap +com.sun.star.awt.XFocusListener +com.sun.star.awt.XFont +com.sun.star.awt.XGraphics +com.sun.star.awt.XImageConsumer +com.sun.star.awt.XImageProducer +com.sun.star.awt.XKeyListener +com.sun.star.awt.XMouseListener +com.sun.star.awt.XMouseMotionListener +com.sun.star.awt.XPaintListener +com.sun.star.awt.XPointer +com.sun.star.awt.XRegion +com.sun.star.awt.XTabController +com.sun.star.awt.XTabControllerModel +com.sun.star.awt.XToolkit +com.sun.star.awt.XView +com.sun.star.awt.XWindow +com.sun.star.awt.XWindowListener +com.sun.star.awt.XWindowPeer +com.sun.star.beans.Property +com.sun.star.beans.PropertyChangeEvent +com.sun.star.beans.PropertyState +com.sun.star.beans.PropertyValue +com.sun.star.beans.PropertyVetoException +com.sun.star.beans.UnknownPropertyException +com.sun.star.beans.XPropertyChangeListener +com.sun.star.beans.XPropertySet +com.sun.star.beans.XPropertySetInfo +com.sun.star.beans.XPropertyState +com.sun.star.beans.XVetoableChangeListener +com.sun.star.chart.ChartDataChangeEvent +com.sun.star.chart.ChartDataChangeType +com.sun.star.chart.XChartData +com.sun.star.chart.XChartDataArray +com.sun.star.chart.XChartDataChangeEventListener +com.sun.star.container.ElementExistException +com.sun.star.container.NoSuchElementException +com.sun.star.container.XChild +com.sun.star.container.XElementAccess +com.sun.star.container.XEnumeration +com.sun.star.container.XEnumerationAccess +com.sun.star.container.XIndexAccess +com.sun.star.container.XNameAccess +com.sun.star.container.XNameContainer +com.sun.star.container.XNameReplace +com.sun.star.container.XNamed +com.sun.star.drawing.ConnectionType +com.sun.star.drawing.PolygonKind +com.sun.star.drawing.XConnectableShape +com.sun.star.drawing.XConnectorShape +com.sun.star.drawing.XControlShape +com.sun.star.drawing.XDrawPage +com.sun.star.drawing.XDrawPageSupplier +com.sun.star.drawing.XShape +com.sun.star.drawing.XShapeBinder +com.sun.star.drawing.XShapeCombiner +com.sun.star.drawing.XShapeDescriptor +com.sun.star.drawing.XShapeGroup +com.sun.star.drawing.XShapeGrouper +com.sun.star.drawing.XShapes +com.sun.star.form.XForm +com.sun.star.form.XFormComponent +com.sun.star.form.XFormController +com.sun.star.form.XFormControllerListener +com.sun.star.form.XFormsSupplier +com.sun.star.form.XImageProducerSupplier +com.sun.star.frame.DispatchDescriptor +com.sun.star.frame.FeatureStateEvent +com.sun.star.frame.FrameAction +com.sun.star.frame.FrameActionEvent +com.sun.star.frame.XController +com.sun.star.frame.XDispatch +com.sun.star.frame.XDispatchProvider +com.sun.star.frame.XFrame +com.sun.star.frame.XFrameActionListener +com.sun.star.frame.XFrames +com.sun.star.frame.XFramesSupplier +com.sun.star.frame.XModel +com.sun.star.frame.XStatusListener +com.sun.star.lang.EventObject +com.sun.star.lang.IllegalArgumentException +com.sun.star.lang.IndexOutOfBoundsException +com.sun.star.lang.Locale +com.sun.star.lang.NoSupportException +com.sun.star.lang.WrappedTargetException +com.sun.star.lang.XComponent +com.sun.star.lang.XEventListener +com.sun.star.lang.XMultiServiceFactory +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XSingleServiceFactory +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XUnoTunnel +com.sun.star.registry.InvalidRegistryException +com.sun.star.registry.InvalidValueException +com.sun.star.registry.RegistryKeyType +com.sun.star.registry.RegistryValueType +com.sun.star.registry.XRegistryKey +com.sun.star.sheet.CellDeleteMode +com.sun.star.sheet.CellInsertMode +com.sun.star.sheet.FillDateMode +com.sun.star.sheet.FillDirection +com.sun.star.sheet.FillMode +com.sun.star.sheet.FilterConnection +com.sun.star.sheet.FilterOperator +com.sun.star.sheet.GeneralFunction +com.sun.star.sheet.SheetLinkMode +com.sun.star.sheet.SubTotalColumn +com.sun.star.sheet.TableFilterField +com.sun.star.sheet.TableOperationMode +com.sun.star.sheet.TablePageBreakData +com.sun.star.sheet.XArrayFormulaRange +com.sun.star.sheet.XCellAddressable +com.sun.star.sheet.XCellFormatRangesSupplier +com.sun.star.sheet.XCellRangeAddressable +com.sun.star.sheet.XCellRangeMovement +com.sun.star.sheet.XCellRangeReferrer +com.sun.star.sheet.XCellRangesQuery +com.sun.star.sheet.XCellSeries +com.sun.star.sheet.XDataPilotDescriptor +com.sun.star.sheet.XDataPilotTables +com.sun.star.sheet.XDataPilotTablesSupplier +com.sun.star.sheet.XFormulaQuery +com.sun.star.sheet.XMultipleOperation +com.sun.star.sheet.XPrintAreas +com.sun.star.sheet.XScenario +com.sun.star.sheet.XScenarios +com.sun.star.sheet.XScenariosSupplier +com.sun.star.sheet.XSheetAnnotation +com.sun.star.sheet.XSheetAnnotationAnchor +com.sun.star.sheet.XSheetAnnotations +com.sun.star.sheet.XSheetAnnotationsSupplier +com.sun.star.sheet.XSheetAuditing +com.sun.star.sheet.XSheetCellCursor +com.sun.star.sheet.XSheetCellRange +com.sun.star.sheet.XSheetCellRanges +com.sun.star.sheet.XSheetFilterDescriptor +com.sun.star.sheet.XSheetFilterable +com.sun.star.sheet.XSheetFilterableEx +com.sun.star.sheet.XSheetLinkable +com.sun.star.sheet.XSheetOperation +com.sun.star.sheet.XSheetOutline +com.sun.star.sheet.XSheetPageBreak +com.sun.star.sheet.XSpreadsheet +com.sun.star.sheet.XSpreadsheetView +com.sun.star.sheet.XSubTotalCalculatable +com.sun.star.sheet.XSubTotalDescriptor +com.sun.star.sheet.XViewFreezable +com.sun.star.sheet.XViewPane +com.sun.star.sheet.XViewSplitable +com.sun.star.table.CellAddress +com.sun.star.table.CellContentType +com.sun.star.table.CellRangeAddress +com.sun.star.table.TableOrientation +com.sun.star.table.XAutoFormattable +com.sun.star.table.XCell +com.sun.star.table.XCellRange +com.sun.star.table.XColumnRowRange +com.sun.star.table.XTableCharts +com.sun.star.table.XTableChartsSupplier +com.sun.star.table.XTableColumns +com.sun.star.table.XTableRows +com.sun.star.text.XSimpleText +com.sun.star.text.XText +com.sun.star.text.XTextContent +com.sun.star.text.XTextCursor +com.sun.star.text.XTextFieldsSupplier +com.sun.star.text.XTextRange +com.sun.star.uno.Any +com.sun.star.uno.Exception +com.sun.star.uno.Reference +com.sun.star.uno.RuntimeException +com.sun.star.uno.Sequence +com.sun.star.uno.Type +com.sun.star.uno.TypeClass +com.sun.star.uno.XAdapter +com.sun.star.uno.XAggregation +com.sun.star.uno.XInterface +com.sun.star.uno.XReference +com.sun.star.uno.XWeak +com.sun.star.uno.genfunc +com.sun.star.util.URL +com.sun.star.util.XImportable +com.sun.star.util.XIndent +com.sun.star.util.XMergeable +com.sun.star.util.XProtectable +com.sun.star.util.XReplaceDescriptor +com.sun.star.util.XReplaceable +com.sun.star.util.XSearchDescriptor +com.sun.star.util.XSearchable +com.sun.star.util.XSortable +com.sun.star.view.XControlAccess +com.sun.star.view.XSelectionChangeListener +com.sun.star.view.XSelectionSupplier + + -- cgit