Home
last modified time | relevance | path

Searched refs:report (Results 76 – 100 of 586) sorted by relevance

12345678910>>...24

/trunk/main/offapi/com/sun/star/report/
H A DXSection.idl45 #include <com/sun/star/report/XReportDefinition.idl>
48 #include <com/sun/star/report/XReportComponent.idl>
52 module com { module sun { module star { module report {
56 /** identifies a <type>XSection</type> inside a report.
58 <p>A section acts like a container of report components. This generic
67 /** allows to navigate to group or report definition.
92 /** Defines if the section should be visible in report.
127 … /** Specifies whether the section is printed in a new row or column within a multi column report.
176 [attribute,readonly] com::sun::star::report::XGroup Group;
180 [attribute,readonly] com::sun::star::report::XReportDefinition ReportDefinition;
H A DReportPrintOption.idl29 module com { module sun { module star { module report {
33 … whether a page header or footer is printed on the same page as the report header or report footer.
43 /** The page header/footer is not printed on the same page as the report header.
47 /** The page header/footer is not printed on the same page as the report footer.
51 /** The page header/footer is not printed on the same page as the report header or footer.
H A DXGroup.idl30 #include <com/sun/star/report/XSection.idl>
33 #include <com/sun/star/report/XGroups.idl>
35 #include <com/sun/star/report/XFunctions.idl>
38 module com { module sun { module star { module report {
43 A group is always a child of the groups collection in the report.
49 /** allows access to the groups collection of the report.
122 [attribute,readonly] com::sun::star::report::XGroups Groups;
/trunk/main/reportdesign/source/ui/inc/
H A DReportController.hxx111 …::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition > m_xReportD…
112 …::com::sun::star::uno::Reference< ::com::sun::star::report::XReportEngine > m_xReportE…
185 …void openPageDialog(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _…
197 …sal_Int32 getGroupPosition(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XGrou…
212 …void groupChange( const ::com::sun::star::uno::Reference< ::com::sun::star::report::XGroup>& _xGro…
229 …void shrinkSectionBottom(::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > _x…
230 …void shrinkSectionTop(::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > _xSec…
233 …_uInt16 _nUndoStrId, ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > _xSect…
362 …,const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportControlFormat>& _xContro…
405 …inline ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition> getReportDef… in getReportDefinition()
[all …]
H A DFunctionHelper.hxx47 ::com::sun::star::uno::Reference< ::com::sun::star::report::meta::XFunctionManager> m_xMgr;
52 …FunctionManager(const ::com::sun::star::uno::Reference< ::com::sun::star::report::meta::XFunctionM…
60 …ion > get(const ::com::sun::star::uno::Reference< ::com::sun::star::report::meta::XFunctionDe…
66 …::com::sun::star::uno::Reference< ::com::sun::star::report::meta::XFunctionDescription> m_xFunctio…
69 …nctionCategory,const ::com::sun::star::uno::Reference< ::com::sun::star::report::meta::XFunctionDe…
90 … ::com::sun::star::uno::Reference< ::com::sun::star::report::meta::XFunctionCategory> m_xCategory;
95 …l_uInt32 _nPos,const ::com::sun::star::uno::Reference< ::com::sun::star::report::meta::XFunctionCa…
/trunk/main/reportdesign/source/ui/report/
H A DDesignView.cxx454 void ODesignView::addSection(const uno::Reference< report::XSection >& _xSection,const ::rtl::OUStr… in addSection()
583 uno::Reference< report::XReportDefinition > xReport(m_xReportComponent,uno::UNO_QUERY); in toggleAddField()
584 … uno::Reference< report::XReportComponent > xReportComponent(m_xReportComponent,uno::UNO_QUERY); in toggleAddField()
595 … uno::Reference< report::XSection > xSection = m_pCurrentView->getReportSection()->getSection(); in toggleAddField()
613 uno::Reference< report::XSection > ODesignView::getCurrentSection() const in getCurrentSection()
615 uno::Reference< report::XSection > xSection; in getCurrentSection()
628 uno::Reference< report::XReportComponent > ODesignView::getCurrentControlModel() const in getCurrentControlModel()
630 uno::Reference< report::XReportComponent > xModel; in getCurrentControlModel()
698 void ODesignView::setMarked(const uno::Reference< report::XSection>& _xSection,sal_Bool _bMark) in setMarked()
707 void ODesignView::setMarked(const uno::Sequence< uno::Reference< report::XReportComponent> >& _aSha… in setMarked()
[all …]
H A DReportSection.cxx83 OReportSection::OReportSection(OSectionWindow* _pParent,const uno::Reference< report::XSection >& _… in DBG_NAME()
228 uno::Reference<report::XReportDefinition> xReportDefinition = m_xSection->getReportDefinition(); in fill()
268 uno::Sequence< uno::Reference<report::XReportComponent> > aCopies; in Paste()
270 … const uno::Reference<report::XReportComponent>* pCopiesIter = aCopies.getConstArray(); in Paste()
271 … const uno::Reference<report::XReportComponent>* pCopiesEnd = pCopiesIter + aCopies.getLength(); in Paste()
362 ::std::vector< uno::Reference<report::XReportComponent> > aCopies; in Copy()
377 …aCopies.push_back(uno::Reference<report::XReportComponent>(pNeuObj->getUnoShape(),uno::UNO_QUERY)); in Copy()
494 …uno::Reference< report::XReportDefinition> xReportDefinition = getSection()->getReportDefinition(); in Command()
531 … uno::Reference<report::XReportDefinition> xReportDefinition = m_xSection->getReportDefinition(); in _propertyChanged()
701 uno::Reference< report::XReportComponent > OReportSection::getCurrentControlModel() const in getCurrentControlModel()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DOfficeGroup.java23 package com.sun.star.report.pentaho.model;
25 import com.sun.star.report.OfficeToken;
26 import com.sun.star.report.pentaho.OfficeNamespaces;
28 import org.jfree.report.JFreeReportInfo;
29 import org.jfree.report.expressions.Expression;
30 import org.jfree.report.structure.Section;
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/office/
H A DBodyReadHandler.java23 package com.sun.star.report.pentaho.parser.office;
25 import com.sun.star.report.pentaho.OfficeNamespaces;
26 import com.sun.star.report.pentaho.parser.ElementReadHandler;
27 import com.sun.star.report.pentaho.parser.rpt.ReportReadHandler;
29 import org.jfree.report.structure.Element;
30 import org.jfree.report.structure.Section;
H A DDocumentStylesReadHandler.java23 package com.sun.star.report.pentaho.parser.office;
25 import com.sun.star.report.pentaho.OfficeNamespaces;
26 import com.sun.star.report.pentaho.model.OfficeStylesCollection;
27 import com.sun.star.report.pentaho.parser.ElementReadHandler;
28 import com.sun.star.report.pentaho.parser.style.OfficeStylesReadHandler;
30 import org.jfree.report.structure.Element;
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/
H A DRootTableReadHandler.java23 package com.sun.star.report.pentaho.parser.rpt;
25 import com.sun.star.report.pentaho.OfficeNamespaces;
26 import com.sun.star.report.pentaho.parser.ElementReadHandler;
27 import com.sun.star.report.pentaho.parser.table.TableReadHandler;
29 import org.jfree.report.structure.Element;
30 import org.jfree.report.structure.Section;
H A DFormattedTextReadHandler.java23 package com.sun.star.report.pentaho.parser.rpt;
25 import com.sun.star.report.pentaho.OfficeNamespaces;
26 import com.sun.star.report.pentaho.model.FormattedTextElement;
27 import com.sun.star.report.pentaho.parser.ElementReadHandler;
29 import org.jfree.report.expressions.FormulaExpression;
30 import org.jfree.report.structure.Element;
H A DFormatConditionReadHandler.java23 package com.sun.star.report.pentaho.parser.rpt;
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.ReportElement;
30 import org.jfree.report.expressions.FormulaExpression;
H A DReportElementReadHandler.java23 package com.sun.star.report.pentaho.parser.rpt;
25 import com.sun.star.report.OfficeToken;
26 import com.sun.star.report.pentaho.OfficeNamespaces;
27 import com.sun.star.report.pentaho.model.ReportElement;
28 import com.sun.star.report.pentaho.parser.ElementReadHandler;
30 import org.jfree.report.structure.Element;
H A DFunctionReadHandler.java23 package com.sun.star.report.pentaho.parser.rpt;
25 import com.sun.star.report.OfficeToken;
26 import com.sun.star.report.pentaho.OfficeNamespaces;
28 import org.jfree.report.expressions.Expression;
29 import org.jfree.report.expressions.FormulaExpression;
30 import org.jfree.report.expressions.FormulaFunction;
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/table/
H A DTableColumnsReadHandler.java23 package com.sun.star.report.pentaho.parser.table;
25 import com.sun.star.report.OfficeToken;
26 import com.sun.star.report.pentaho.OfficeNamespaces;
27 import com.sun.star.report.pentaho.parser.ElementReadHandler;
32 import org.jfree.report.structure.Element;
33 import org.jfree.report.structure.Section;
H A DTableRowsReadHandler.java23 package com.sun.star.report.pentaho.parser.table;
25 import com.sun.star.report.OfficeToken;
26 import com.sun.star.report.pentaho.OfficeNamespaces;
27 import com.sun.star.report.pentaho.parser.ElementReadHandler;
32 import org.jfree.report.structure.Element;
33 import org.jfree.report.structure.Section;
H A DTableRowReadHandler.java23 package com.sun.star.report.pentaho.parser.table;
25 import com.sun.star.report.OfficeToken;
26 import com.sun.star.report.pentaho.OfficeNamespaces;
27 import com.sun.star.report.pentaho.parser.ElementReadHandler;
32 import org.jfree.report.structure.Element;
33 import org.jfree.report.structure.Section;
/trunk/main/reportdesign/inc/
H A DRptPage.hxx43 ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > m_xSection;
61 … ,const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection
74 …sal_uLong getIndexOf(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComp…
79 …void removeSdrObject(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComp…
89 …void insertObject(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportCompone…
91 ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > getSection() const;
H A DRptDef.hxx36 FORWARD_DECLARE_INTERFACE(report,XReportComponent)
37 FORWARD_DECLARE_INTERFACE(report,XReportDefinition)
90 … getObjectType(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent>…
97 …> getUsedStyle(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition…
100 …tStyleProperty(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition… in getStyleProperty()
108 …tStyleProperty(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition… in setStyleProperty()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/data/
H A DDataStyleReadHandler.java23 package com.sun.star.report.pentaho.parser.data;
25 import com.sun.star.report.pentaho.OfficeNamespaces;
26 import com.sun.star.report.pentaho.model.DataStyle;
27 import com.sun.star.report.pentaho.parser.ElementReadHandler;
32 import org.jfree.report.structure.Element;
33 import org.jfree.report.structure.StaticText;
/trunk/main/reportdesign/source/core/inc/
H A DGroups.hxx35 typedef ::cppu::WeakComponentImplHelper1< com::sun::star::report::XGroups> GroupsBase;
43 …typedef ::std::list< ::com::sun::star::uno::Reference< ::com::sun::star::report::XGroup > > TGroup…
46 ::com::sun::star::uno::WeakReference< ::com::sun::star::report::XReportDefinition > m_xParent;
63 …OGroups( const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition >& _x…
66 …void copyGroups(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XGroups >& _xSou…
70 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition > SAL_CALL g…
72 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::report::XGroup > SAL_CALL createGroup(…
/trunk/main/reportbuilder/java/
H A Dloader.properties23 …braries.resourceloader.factory.type.com.sun.star.report.pentaho.model.OfficeDocument=com.sun.star.
24 …ies.resourceloader.factory.type.com.sun.star.report.pentaho.model.OfficeStylesCollection=com.sun.s…
25 …ibraries.resourceloader.factory.type.com.sun.star.report.pentaho.styles.StyleMapper=com.sun.star.r…
/trunk/main/reportdesign/source/ui/misc/
H A DFunctionHelper.cxx35 FunctionManager::FunctionManager(const uno::Reference< report::meta::XFunctionManager>& _xMgr) in FunctionManager()
69 uno::Reference< report::meta::XFunctionCategory> xCategory = m_xMgr->getCategory(_nPos); in getCategory()
98 ::boost::shared_ptr< FunctionDescription > FunctionManager::get(const uno::Reference< report::meta:… in get()
107 …const uno::Reference< report::meta::XFunctionCategory> xCategory = _xFunctionDescription->getCateg… in get()
122 …ory(const FunctionManager* _pFMgr,sal_uInt32 _nPos,const uno::Reference< report::meta::XFunctionCa… in FunctionCategory()
139 …uno::Reference< report::meta::XFunctionDescription> xFunctionDescription = m_xCategory->getFunctio… in getFunction()
161 …nst formula::IFunctionCategory* _pFunctionCategory,const uno::Reference< report::meta::XFunctionDe… in FunctionDescription()
/trunk/main/reportdesign/source/core/api/
H A DFunctions.cxx41 OFunctions::OFunctions(const uno::Reference< report::XFunctionsSupplier >& _xParent,const uno::Refe… in DBG_NAME()
66 …::std::for_each(m_aFunctions.begin(),m_aFunctions.end(),::boost::mem_fn(&com::sun::star::report::X… in disposing()
75 uno::Reference< report::XFunction > SAL_CALL OFunctions::createFunction( ) throw (uno::RuntimeExce… in createFunction()
88 uno::Reference< report::XFunction > xFunction(aElement,uno::UNO_QUERY); in insertByIndex()
110 uno::Reference< report::XFunction > xFunction; in removeByIndex()
131 uno::Reference< report::XFunction > xFunction(Element,uno::UNO_QUERY); in replaceByIndex()
163 return ::getCppuType(static_cast< uno::Reference<report::XFunction>*>(NULL)); in getElementType()

Completed in 72 milliseconds

12345678910>>...24