| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/ |
| H A D | configuration.properties | 27 …s.resourceloader.factory.modules.com.sun.star.report.pentaho.model.OfficeDocument.star=com.sun.sta… 28 …sourceloader.factory.modules.com.sun.star.report.pentaho.model.OfficeStylesCollection.star=com.sun… 29 …es.resourceloader.factory.modules.com.sun.star.report.pentaho.styles.StyleMapper.star=com.sun.star… 34 org.jfree.report.namespaces.star-rpt.Uri=http://openoffice.org/2005/report 35 org.jfree.report.namespaces.star-rpt.Default-Style=res://com/sun/star/report/pentaho/star-rpt.css 36 org.jfree.report.namespaces.star-rpt.Prefix=rpt 37 org.jfree.report.namespaces.star-rpt.ClassAttr=style-name 39 org.jfree.report.namespaces.star-office.Uri=http://openoffice.org/2004/office 40 org.jfree.report.namespaces.star-office.Default-Style=res://com/sun/star/report/pentaho/star-office… 41 org.jfree.report.namespaces.star-office.Prefix=office [all …]
|
| H A D | PentahoReportJob.java | 23 package com.sun.star.report.pentaho; 25 import com.sun.star.report.DataSourceFactory; 26 import com.sun.star.report.ImageService; 27 import com.sun.star.report.InputRepository; 28 import com.sun.star.report.JobDefinitionException; 29 import com.sun.star.report.JobProgressIndicator; 30 import com.sun.star.report.JobProperties; 31 import com.sun.star.report.OutputRepository; 32 import com.sun.star.report.ParameterMap; 33 import com.sun.star.report.ReportEngineParameterNames; [all …]
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
| H A D | OfficeTableTemplateLayoutController.java | 23 package com.sun.star.report.pentaho.layoutprocessor; 25 import com.sun.star.report.pentaho.OfficeNamespaces; 26 import com.sun.star.report.pentaho.model.OfficeGroup; 27 import com.sun.star.report.pentaho.model.OfficeReport; 32 import org.jfree.report.DataSourceException; 33 import org.jfree.report.JFreeReportInfo; 34 import org.jfree.report.ReportDataFactoryException; 35 import org.jfree.report.ReportProcessingException; 36 import org.jfree.report.flow.FlowController; 37 import org.jfree.report.flow.layoutprocessor.LayoutController; [all …]
|
| H A D | OfficeGroupInstanceSectionLayoutController.java | 21 package com.sun.star.report.pentaho.layoutprocessor; 23 import com.sun.star.report.pentaho.model.OfficeGroupSection; 24 import com.sun.star.report.pentaho.model.VariablesDeclarationSection; 27 import org.jfree.report.DataSourceException; 28 import org.jfree.report.JFreeReportInfo; 29 import org.jfree.report.ReportDataFactoryException; 30 import org.jfree.report.ReportProcessingException; 31 import org.jfree.report.expressions.Expression; 32 import org.jfree.report.flow.FlowController; 33 import org.jfree.report.flow.ReportContext; [all …]
|
| H A D | AbstractReportElementLayoutController.java | 23 package com.sun.star.report.pentaho.layoutprocessor; 25 import com.sun.star.report.pentaho.model.OfficeGroupSection; 26 import com.sun.star.report.pentaho.model.ReportElement; 28 import org.jfree.report.DataFlags; 29 import org.jfree.report.DataRow; 30 import org.jfree.report.DataSourceException; 31 import org.jfree.report.ReportDataFactoryException; 32 import org.jfree.report.ReportProcessingException; 33 import org.jfree.report.expressions.Expression; 34 import org.jfree.report.flow.FlowController; [all …]
|
| H A D | ImageElementLayoutController.java | 23 package com.sun.star.report.pentaho.layoutprocessor; 25 import com.sun.star.report.OfficeToken; 26 import com.sun.star.report.pentaho.OfficeNamespaces; 27 import com.sun.star.report.pentaho.model.ImageElement; 33 import org.jfree.report.DataSourceException; 34 import org.jfree.report.JFreeReportInfo; 35 import org.jfree.report.ReportDataFactoryException; 36 import org.jfree.report.ReportProcessingException; 37 import org.jfree.report.data.GlobalMasterRow; 38 import org.jfree.report.data.ReportDataRow; [all …]
|
| H A D | TableCellLayoutController.java | 23 package com.sun.star.report.pentaho.layoutprocessor; 25 import com.sun.star.report.OfficeToken; 26 import com.sun.star.report.pentaho.OfficeNamespaces; 27 import com.sun.star.report.pentaho.model.FormatCondition; 28 import com.sun.star.report.pentaho.model.FormattedTextElement; 29 import com.sun.star.report.pentaho.model.ReportElement; 32 import org.jfree.report.DataFlags; 33 import org.jfree.report.DataSourceException; 34 import org.jfree.report.expressions.Expression; 35 import org.jfree.report.flow.FlowController; [all …]
|
| H A D | FixedTextLayoutController.java | 23 package com.sun.star.report.pentaho.layoutprocessor; 25 import com.sun.star.report.pentaho.model.FixedTextElement; 27 import org.jfree.report.DataSourceException; 28 import org.jfree.report.ReportDataFactoryException; 29 import org.jfree.report.ReportProcessingException; 30 import org.jfree.report.data.GlobalMasterRow; 31 import org.jfree.report.data.ReportDataRow; 32 import org.jfree.report.flow.FlowController; 33 import org.jfree.report.flow.ReportContext; 34 import org.jfree.report.flow.ReportTarget; [all …]
|
| H A D | OfficeGroupSectionLayoutController.java | 23 package com.sun.star.report.pentaho.layoutprocessor; 25 import com.sun.star.report.OfficeToken; 26 import com.sun.star.report.pentaho.model.OfficeGroupSection; 29 import org.jfree.report.DataSourceException; 30 import org.jfree.report.JFreeReportInfo; 31 import org.jfree.report.ReportDataFactoryException; 32 import org.jfree.report.ReportProcessingException; 33 import org.jfree.report.flow.FlowController; 34 import org.jfree.report.flow.ReportTarget; 35 import org.jfree.report.flow.layoutprocessor.ElementLayoutController; [all …]
|
| H A D | VariablesDeclarationLayoutController.java | 23 package com.sun.star.report.pentaho.layoutprocessor; 25 import com.sun.star.report.pentaho.OfficeNamespaces; 26 import com.sun.star.report.pentaho.model.FormattedTextElement; 33 import org.jfree.report.DataSourceException; 34 import org.jfree.report.JFreeReportInfo; 35 import org.jfree.report.ReportDataFactoryException; 36 import org.jfree.report.ReportProcessingException; 37 import org.jfree.report.expressions.FormulaExpression; 38 import org.jfree.report.flow.FlowController; 39 import org.jfree.report.flow.ReportTarget; [all …]
|
| H A D | FormattedTextLayoutController.java | 23 package com.sun.star.report.pentaho.layoutprocessor; 25 import com.sun.star.report.OfficeToken; 26 import com.sun.star.report.pentaho.OfficeNamespaces; 27 import com.sun.star.report.pentaho.model.FormattedTextElement; 28 import com.sun.star.report.pentaho.model.OfficeDocument; 29 import com.sun.star.report.pentaho.model.OfficeStyle; 35 import org.jfree.report.DataFlags; 36 import org.jfree.report.DataSourceException; 37 import org.jfree.report.JFreeReportInfo; 38 import org.jfree.report.ReportDataFactoryException; [all …]
|
| /AOO41X/main/reportdesign/source/ui/dlg/ |
| H A D | Navigator.cxx | 72 sal_uInt16 lcl_getImageId(const uno::Reference< report::XReportComponent>& _xElement) in lcl_getImageId() 75 uno::Reference< report::XFixedLine> xFixedLine(_xElement,uno::UNO_QUERY); in lcl_getImageId() 76 if ( uno::Reference< report::XFixedText>(_xElement,uno::UNO_QUERY).is() ) in lcl_getImageId() 80 else if ( uno::Reference< report::XFormattedField>(_xElement,uno::UNO_QUERY).is() ) in lcl_getImageId() 82 else if ( uno::Reference< report::XImageControl>(_xElement,uno::UNO_QUERY).is() ) in lcl_getImageId() 84 else if ( uno::Reference< report::XShape>(_xElement,uno::UNO_QUERY).is() ) in lcl_getImageId() 95 uno::Reference< report::XFixedText> xFixedText(_xElement,uno::UNO_QUERY); in lcl_getName() 96 uno::Reference< report::XReportControlModel> xReportModel(_xElement,uno::UNO_QUERY); in lcl_getName() 163 …void traverseSection(const uno::Reference< report::XSection>& _xSection,SvLBoxEntry* _pParent,sal_… 164 …void traverseFunctions(const uno::Reference< report::XFunctions>& _xFunctions,SvLBoxEntry* _pParen… [all …]
|
| /AOO41X/main/reportdesign/inc/ |
| H A D | UndoActions.hxx | 78 ::com::sun::star::uno::Reference< ::com::sun::star::report::XGroup > m_xGroup; 82 … OGroupHelper(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XGroup >& _xGroup) in OGroupHelper() 86 …inline ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > getHeader() { retu… in getHeader() 87 …inline ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > getFooter() { retu… in getFooter() 88 …inline ::com::sun::star::uno::Reference< ::com::sun::star::report::XGroup > getGroup() { retur… in getGroup() 93 …::com::sun::star::report::XSection> , OGroupHelper> getMemberFunction(const ::com::sun::star::uno:… 96 typedef com::sun::star::uno::Reference< ::com::sun::star::report::XSection > TSection; 102 ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition > m_xReport; 104 …OReportHelper(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition … in OReportHelper() 108 …inline ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > getReportHeader() { … in getReportHeader() [all …]
|
| H A D | ReportVisitor.hxx | 35 …traverseReport(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition… 36 …eportFunctions(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XFunctions>& _xFu… 37 …seReportHeader(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSect… 38 …seReportFooter(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSect… 39 …ersePageHeader(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSect… 40 …ersePageFooter(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSect… 42 …traverseGroups(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XGroups>& _xGroup… 43 …virtual void traverseGroup(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XGrou… 44 …GroupFunctions(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XFunctions>& _xFu… 45 …rseGroupHeader(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSect… [all …]
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/ |
| H A D | SpreadsheetRawReportProcessor.java | 23 package com.sun.star.report.pentaho.output.spreadsheet; 25 import com.sun.star.report.DataSourceFactory; 26 import com.sun.star.report.ImageService; 27 import com.sun.star.report.InputRepository; 28 import com.sun.star.report.OutputRepository; 29 import com.sun.star.report.pentaho.PentahoFormulaContext; 31 import org.jfree.report.DataSourceException; 32 import org.jfree.report.ReportDataFactoryException; 33 import org.jfree.report.ReportProcessingException; 34 import org.jfree.report.data.ReportContextImpl; [all …]
|
| H A D | SpreadsheetRawReportTarget.java | 23 package com.sun.star.report.pentaho.output.spreadsheet; 25 import com.sun.star.report.DataSourceFactory; 26 import com.sun.star.report.ImageService; 27 import com.sun.star.report.InputRepository; 28 import com.sun.star.report.OfficeToken; 29 import com.sun.star.report.OutputRepository; 30 import com.sun.star.report.pentaho.OfficeNamespaces; 31 import com.sun.star.report.pentaho.PentahoReportEngineMetaData; 32 import com.sun.star.report.pentaho.model.OfficeMasterPage; 33 import com.sun.star.report.pentaho.model.OfficeMasterStyles; [all …]
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/parser/ |
| H A D | selectors.properties | 36 namespaces.rpt=http://openoffice.org/2005/report 45 style-family.report-element=rpt 73 # OpenOffice report format into the internal LibLayout format 86 attr.style.graphic-properties.draw.textarea-vertical-align=com.sun.star.report.pentaho.parser.style… 87 attr.style.section-properties.fo.background-color=com.sun.star.report.pentaho.parser.stylemapper.fo… 88 attr.style.paragraph-properties.fo.text-align=com.sun.star.report.pentaho.parser.stylemapper.fo.Tex… 89 attr.style.paragraph-properties.style.vertical-align=com.sun.star.report.pentaho.parser.stylemapper… 90 attr.style.text-properties.fo.color=com.sun.star.report.pentaho.parser.stylemapper.fo.ColorMapper 91 attr.style.text-properties.style.font-name=com.sun.star.report.pentaho.parser.stylemapper.style.Fon… 92 attr.style.text-properties.fo.font-family=com.sun.star.report.pentaho.parser.stylemapper.style.Font… [all …]
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
| H A D | TextRawReportProcessor.java | 23 package com.sun.star.report.pentaho.output.text; 25 import com.sun.star.report.DataSourceFactory; 26 import com.sun.star.report.ImageService; 27 import com.sun.star.report.InputRepository; 28 import com.sun.star.report.OutputRepository; 29 import com.sun.star.report.pentaho.PentahoFormulaContext; 31 import org.jfree.report.ReportProcessingException; 32 import org.jfree.report.data.ReportContextImpl; 33 import org.jfree.report.flow.ReportContext; 34 import org.jfree.report.flow.ReportJob; [all …]
|
| /AOO41X/main/offapi/com/sun/star/report/ |
| H A D | XReportEngine.idl | 27 #include <com/sun/star/report/XReportDefinition.idl> 61 module com { module sun { module star { module report { 64 <p>The following events are supported by the report engine. 66 OnReportStarted Is fired when a new report started. 69 OnReportEnded Is fired when the report ended. 77 /** allows life-time control of report engine. 85 /** creates a report document. 87 If the report engine is already disposed. 89 If the report definition was not set or is <NULL/>. 96 /** creates a report document. [all …]
|
| H A D | XReportDefinition.idl | 27 #include <com/sun/star/report/XReportComponent.idl> 30 #include <com/sun/star/report/XFunctionsSupplier.idl> 89 module com { module sun { module star { module report { 95 /** identifies a <type>XReportComponent</type> as being a (sub-) report. 98 runtime identification of report components.</p> 100 <p>A report fulfills several tasks, like storing the structure of its 101 report components and it provides the 116 /** represents common visualisation functionality for the embedded report. 160 /** gives access to functions defined in the report definition. 182 …resents the output format (media (mime) type) of the resulting document when executing this report. [all …]
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/chart/ |
| H A D | ChartRawReportProcessor.java | 23 package com.sun.star.report.pentaho.output.chart; 25 import com.sun.star.report.DataSourceFactory; 26 import com.sun.star.report.ImageService; 27 import com.sun.star.report.InputRepository; 28 import com.sun.star.report.OutputRepository; 30 import org.jfree.report.DataSourceException; 31 import org.jfree.report.ReportDataFactoryException; 32 import org.jfree.report.ReportProcessingException; 33 import org.jfree.report.flow.ReportJob; 34 import org.jfree.report.flow.ReportStructureRoot; [all …]
|
| H A D | ChartRawReportTarget.java | 23 package com.sun.star.report.pentaho.output.chart; 25 import com.sun.star.report.DataSourceFactory; 26 import com.sun.star.report.ImageService; 27 import com.sun.star.report.InputRepository; 28 import com.sun.star.report.OfficeToken; 29 import com.sun.star.report.OutputRepository; 30 import com.sun.star.report.pentaho.OfficeNamespaces; 31 import com.sun.star.report.pentaho.PentahoReportEngineMetaData; 32 import com.sun.star.report.pentaho.output.OfficeDocumentReportTarget; 39 import org.jfree.report.DataFlags; [all …]
|
| /AOO41X/main/reportdesign/source/ui/misc/ |
| H A D | UITools.cxx | 163 void adjustSectionName(const uno::Reference< report::XGroup >& _xGroup,sal_Int32 _nPos) in adjustSectionName() 181 …lper::OPropertyChangeMultiplexer> addStyleListener(const uno::Reference< report::XReportDefinition… in addStyleListener() 203 …Font lcl_getReportControlFont( const uno::Reference<report::XReportControlFormat >& _rxReportContr… in lcl_getReportControlFont() 227 …Font lcl_getReportControlFont( const uno::Reference<report::XReportControlFormat >& _rxReportContr… in lcl_getReportControlFont() 233 …const Font lcl_setFont(const uno::Reference<report::XReportControlFormat >& _rxReportControlFormat, in lcl_setFont() 266 … void lcl_fillShapeToItems( const uno::Reference<report::XShape >& _xShape,SfxItemSet& _rItemSet ) in lcl_fillShapeToItems() 289 …void lcl_fillItemsToShape( const uno::Reference<report::XShape >& _xShape,const SfxItemSet& _rItem… in lcl_fillItemsToShape() 322 …void lcl_CharPropertiesToItems( const uno::Reference<report::XReportControlFormat >& _rxReportCont… in lcl_CharPropertiesToItems() 364 uno::Reference< report::XShape> xShape(_rxReportControlFormat,uno::UNO_QUERY); in lcl_CharPropertiesToItems() 570 const uno::Reference<report::XReportControlFormat >& _rxReportControlFormat, in lcl_applyFontAttribute() [all …]
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/parser/office/ |
| H A D | DocumentContentReadHandler.java | 23 package com.sun.star.report.pentaho.parser.office; 25 import com.sun.star.report.pentaho.OfficeNamespaces; 26 import com.sun.star.report.pentaho.model.OfficeDocument; 27 import com.sun.star.report.pentaho.model.OfficeStylesCollection; 28 import com.sun.star.report.pentaho.parser.style.OfficeStylesReadHandler; 33 import org.jfree.report.JFreeReport; 58 private OfficeDocument report; field in DocumentContentReadHandler 80 this.report = parseContentXml(); in startParsing() 81 this.report.setVirtual(true); in startParsing() 82 this.report.setType("document-content"); in startParsing() [all …]
|
| /AOO41X/main/reportdesign/source/core/sdr/ |
| H A D | UndoActions.cxx | 65 using namespace report; 67 ::std::mem_fun_t<uno::Reference<report::XSection> , OGroupHelper> OGroupHelper::getMemberFunction(c… in getMemberFunction() 69 …::std::mem_fun_t<uno::Reference<report::XSection> , OGroupHelper> pMemFunSection = ::std::mem_fun(… in getMemberFunction() 70 uno::Reference< report::XGroup> xGroup = _xSection->getGroup(); in getMemberFunction() 76 ::std::mem_fun_t<uno::Reference<report::XSection> , OReportHelper> OReportHelper::getMemberFunction… in getMemberFunction() 78 uno::Reference< report::XReportDefinition> xReportDefinition(_xSection->getReportDefinition()); in getMemberFunction() 79 …::std::mem_fun_t<uno::Reference<report::XSection> , OReportHelper> pMemFunSection = ::std::mem_fun… in getMemberFunction() 263 ,::std::mem_fun_t< uno::Reference< report::XSection > in OUndoGroupSectionAction() 265 ,const uno::Reference< report::XGroup >& _xGroup in OUndoGroupSectionAction() 280 uno::Reference< report::XSection> xSection = m_pMemberFunction(&m_aGroupHelper); in implReInsert() [all …]
|