You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2015/11/05 09:56:49 UTC

[Issue 126628] New: [IDL] Some IDL files are not compiled and not registerd in types.rdb

https://bz.apache.org/ooo/show_bug.cgi?id=126628

          Issue ID: 126628
        Issue Type: DEFECT
           Summary: [IDL] Some IDL files are not compiled and not
                    registerd in types.rdb
           Product: App Dev
           Version: 4.1.1
          Hardware: All
                OS: All
            Status: CONFIRMED
          Severity: minor
          Priority: P5
         Component: api
          Assignee: issues@openoffice.apache.org
          Reporter: hanya.runo@gmail.com

The following files are not compiled because they are not in related 
IDLFILES variable in makefile.mk.
They are listed in the IDL documentation because they are differenty parsed by
the autodoc.
If some people want to refere these types from types.rdb file, they are not
found in it.

-- com/sun/star/awt: 
com/sun/star/awt/MenuBar.idl
com/sun/star/awt/PopupMenu.idl
-- com/sun/star/awt/grid: 
com/sun/star/awt/grid/DefaultGridColumnModel.idl
com/sun/star/awt/grid/GridColumn.idl
-- com/sun/star/drawing: 
com/sun/star/drawing/AccessibleImageBullet.idl
-- com/sun/star/chart2: 
com/sun/star/chart2/Axis.idl
com/sun/star/chart2/CandleStickChartType.idl
com/sun/star/chart2/ChartDocument.idl
com/sun/star/chart2/ChartDocumentWrapper.idl
com/sun/star/chart2/ChartType.idl
com/sun/star/chart2/ChartTypeManager.idl
com/sun/star/chart2/ChartTypeTemplate.idl
com/sun/star/chart2/CoordinateSystem.idl
com/sun/star/chart2/CoordinateSystemType.idl
com/sun/star/chart2/DataPoint.idl
com/sun/star/chart2/DataPointProperties.idl
com/sun/star/chart2/DataSeries.idl
com/sun/star/chart2/Diagram.idl
com/sun/star/chart2/ErrorBar.idl
com/sun/star/chart2/ExponentialScaling.idl
com/sun/star/chart2/FormattedString.idl
com/sun/star/chart2/GridProperties.idl
com/sun/star/chart2/Legend.idl
com/sun/star/chart2/LinearScaling.idl
com/sun/star/chart2/LogarithmicScaling.idl
com/sun/star/chart2/LogicTargetModel.idl
com/sun/star/chart2/MutableDataSequence.idl
com/sun/star/chart2/PowerScaling.idl
com/sun/star/chart2/PropertyPool.idl
com/sun/star/chart2/RegressionCurve.idl
com/sun/star/chart2/RegressionCurveEquation.idl
com/sun/star/chart2/Scaling.idl
com/sun/star/chart2/StandardDiagramCreationParameters.idl
com/sun/star/chart2/TextAnchor.idl
com/sun/star/chart2/Title.idl
-- com/sun/star/chart2/data: 
com/sun/star/chart2/data/DataFilter.idl
com/sun/star/chart2/data/DataProvider.idl
com/sun/star/chart2/data/DataSequence.idl
com/sun/star/chart2/data/DataSink.idl
com/sun/star/chart2/data/DataSource.idl
com/sun/star/chart2/data/LabeledDataSequence.idl
com/sun/star/chart2/data/RangeHighlightListener.idl
com/sun/star/chart2/data/RangeHighlighter.idl
com/sun/star/chart2/data/TabularDataProviderArguments.idl
-- com/sun/star/document: 
com/sun/star/document/OOXMLDocumentPropertiesImporter.idl
com/sun/star/document/XMLBasicExporter.idl
com/sun/star/document/XMLBasicImporter.idl
com/sun/star/document/XMLOasisBasicExporter.idl
com/sun/star/document/XMLOasisBasicImporter.idl
-- com/sun/star/report: 
com/sun/star/report/Calculation.idl
com/sun/star/report/SectionPageBreak.idl
-- com/sun/star/auth: 
com/sun/star/auth/SSOExceptions.idl
-- com/sun/star/util: 
com/sun/star/util/EventMultiplexer.idl
-- com/sun/star/frame: 
com/sun/star/frame/GlobalEventBroadcaster.idl
com/sun/star/frame/XToolbarControllerListener.idl
-- com/sun/star/mail: 
com/sun/star/mail/MailServer.idl
com/sun/star/mail/NoMailTransportProviderException.idl
com/sun/star/mail/XMailServer.idl
-- com/sun/star/linguistic2: 
com/sun/star/linguistic2/LanguageGuessing.idl
-- com/sun/star/ui: 
com/sun/star/ui/XContextChangeListener.idl

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 126628] [IDL] Some IDL files are not compiled and not registerd in types.rdb

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=126628

--- Comment #1 from hanya <ha...@gmail.com> ---
Created attachment 85109
  --> https://bz.apache.org/ooo/attachment.cgi?id=85109&action=edit
Patch to add IDL file to be compiled except for chart2 module and others, see
comment

There are tons of problems in IDL file from chart2 module. I could not touch
them now.
And the following IDL files contains some problems to compile: 
- com/sun/star/auth/SSOExceptions.idl
-- Empty definition, no IDL document

- com/sun/star/ui/XContextChangeListener.idl
-- strange content, no IDL document

- com/sun/star/util/EventMultiplexer.idl
-- com/sun/star/util/XEventMultiplexer is not found

The attached patch does not contains chantes for the problems described above.

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 126628] [IDL] Some IDL files are not compiled and not registerd in types.rdb

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=126628

Oliver Brinzing <ol...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oliver.brinzing@gmx.de

--- Comment #2 from Oliver Brinzing <ol...@gmx.de> ---
.

-- 
You are receiving this mail because:
You are the assignee for the issue.