Home
last modified time | relevance | path

Searched refs:OROSection (Results 1 – 25 of 36) sorted by relevance

12

/dports/textproc/kreport/kreport-3.2.0/src/common/
H A DKReportRenderObjects.cpp40 QList<OROSection*> sections;
95 OROSection* ORODocument::section(int pnum) in section()
287 class Q_DECL_HIDDEN OROSection::Private
300 OROSection::Private::Private() in Private()
305 OROSection::Private::~Private() in ~Private()
311 OROSection::OROSection(ORODocument* doc) : d(new Private()) in OROSection() function in OROSection
316 OROSection::~OROSection() in ~OROSection()
343 void OROSection::setHeight(int h) in setHeight()
348 int OROSection::height() const in height()
370 ORODocument * OROSection::document() in document()
[all …]
H A DKReportRenderObjects.h43 class OROSection; variable
121 OROSection* section(int index);
122 const OROSection* section(int index) const;
131 void addSection(OROSection* section);
140 void removeSection(OROSection *section);
147 void takeSection(OROSection *section);
197 class KREPORT_EXPORT OROSection
200 explicit OROSection(ORODocument* doc = nullptr);
201 ~OROSection();
H A DKReportItemBase.h30 class OROSection; variable
77 …virtual int renderSimpleData(OROPage *page, OROSection *section, const QPointF &offset, const QVar…
83 …virtual int renderReportData(OROPage *page, OROSection *section, const QPointF &offset, KReportDat…
H A DKReportAsyncItemBase.h34 …int renderSimpleData(OROPage *page, OROSection *section, const QPointF &offset, const QVariant &da…
H A DKReportItemLine.h42 int renderSimpleData(OROPage *page, OROSection *section, const QPointF &offset,
H A DKReportItemBase.cpp146 int KReportItemBase::renderSimpleData(OROPage *page, OROSection *section, const QPointF &offset, in renderSimpleData()
157 int KReportItemBase::renderReportData(OROPage *page, OROSection *section, const QPointF &offset, in renderReportData()
/dports/textproc/kreport/kreport-3.2.0/src/plugins/maps/
H A DKReportItemMaps.h36 class OROSection; variable
52 …int renderSimpleData(OROPage *page, OROSection *section, const QPointF &offset, const QVariant &da…
75 OROSection *m_sectionId = nullptr;
/dports/textproc/kreport/kreport-3.2.0/src/renderer/odtframe/
H A DKoOdtFrameReportDocument.h35 class OROSection; variable
43 void startTable(OROSection *section);
/dports/textproc/kreport/kreport-3.2.0/src/plugins/web/
H A DKReportItemWeb.h50 …int renderSimpleData(OROPage *page, OROSection *section, const QPointF &offset, const QVariant &da…
58 OROSection *m_targetSection;
H A DKReportItemWeb.cpp111 int KReportItemWeb::renderSimpleData(OROPage *page, OROSection *section, const QPointF &offset, in renderSimpleData()
/dports/textproc/kreport/kreport-3.2.0/src/renderer/
H A DKReportKSpreadRenderer.cpp50 OROSection *section = document->section(s); in render()
51 section->sortPrimitives(OROSection::SortX); in render()
H A DKReportAsyncItemManager_p.cpp32 OROSection* section;
47 void AsyncItemManager::addItem(KReportAsyncItemBase* item, OROPage* page, OROSection* section, QPoi… in addItem()
H A DKReportOdtRenderer_p.cpp52 OROSection *section = document->section(s); in render()
53 section->sortPrimatives(OROSection::SortX); in render()
H A DKReportAsyncItemManager_p.h42 …void addItem(KReportAsyncItemBase *item, OROPage *page, OROSection *section, QPointF offset, QVari…
H A DKReportHTMLTableRenderer_p.cpp97 OROSection *section = document->section(s); in renderTable()
/dports/textproc/kreport/kreport-3.2.0/src/items/check/
H A DKReportItemCheck.h39 …int renderSimpleData(OROPage *page, OROSection *section, const QPointF &offset, const QVariant &da…
H A DKReportItemCheck.cpp115 int KReportItemCheckBox::renderSimpleData(OROPage *page, OROSection *section, const QPointF &offset, in renderSimpleData()
/dports/textproc/kreport/kreport-3.2.0/src/items/image/
H A DKReportItemImage.h39 int renderSimpleData(OROPage *page, OROSection *section, const QPointF &offset,
H A DKReportItemImage.cpp132 int KReportItemImage::renderSimpleData(OROPage *page, OROSection *section, const QPointF &offset, in renderSimpleData()
/dports/textproc/kreport/kreport-3.2.0/src/plugins/barcode/
H A DKReportItemBarcode.h41 …int renderSimpleData(OROPage *page, OROSection *section, const QPointF &offset, const QVariant &da…
/dports/textproc/kreport/kreport-3.2.0/src/items/field/
H A DKReportItemField.h41 …int renderSimpleData(OROPage *page, OROSection *section, const QPointF &offset, const QVariant &da…
/dports/textproc/kreport/kreport-3.2.0/src/items/label/
H A DKReportItemLabel.h43 …int renderSimpleData(OROPage *page, OROSection *section, const QPointF &offset, const QVariant &da…
/dports/textproc/kreport/kreport-3.2.0/src/items/text/
H A DKReportItemText.h43 …int renderSimpleData(OROPage *page, OROSection *section, const QPointF &offset, const QVariant &da…
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/ui/reports/items/text/
H A DPlanReportItemText.h46 …virtual int renderSimpleData(OROPage *page, OROSection *section, const QPointF &offset, const QVar…
/dports/textproc/kreport/kreport-3.2.0/src/plugins/chart/
H A DKReportItemChart.h43 …virtual int renderReportData(OROPage *page, OROSection *section, const QPointF &offset, KReportDat…

12