Home
last modified time | relevance | path

Searched refs:ReportBaseElement (Results 1 – 25 of 37) sorted by relevance

12

/webtrees/app/Report/
H A DReportBaseLine.php27 class ReportBaseLine extends ReportBaseElement
30 public float $x1 = ReportBaseElement::CURRENT_POSITION;
33 public float $y1 = ReportBaseElement::CURRENT_POSITION;
36 public float $x2 = ReportBaseElement::CURRENT_POSITION;
39 public float $y2 = ReportBaseElement::CURRENT_POSITION;
H A DReportParserGenerate.php145 /** @var ReportBaseElement The currently processed element */
148 /** @var ReportBaseElement The currently processed element */
199 $this->current_element = new ReportBaseElement();
568 $left = ReportBaseElement::CURRENT_POSITION;
571 $left = ReportBaseElement::CURRENT_POSITION;
579 $top = ReportBaseElement::CURRENT_POSITION;
582 $top = ReportBaseElement::CURRENT_POSITION;
804 $left = ReportBaseElement::CURRENT_POSITION;
807 $left = ReportBaseElement::CURRENT_POSITION;
815 $top = ReportBaseElement::CURRENT_POSITION;
[all …]
H A DReportPdfLine.php36 if ($this->x1 === ReportBaseElement::CURRENT_POSITION) {
39 if ($this->y1 === ReportBaseElement::CURRENT_POSITION) {
42 if ($this->x2 === ReportBaseElement::CURRENT_POSITION) {
45 if ($this->y2 === ReportBaseElement::CURRENT_POSITION) {
H A DReportHtmlLine.php36 if ($this->x1 === ReportBaseElement::CURRENT_POSITION) {
39 if ($this->y1 === ReportBaseElement::CURRENT_POSITION) {
42 if ($this->x2 === ReportBaseElement::CURRENT_POSITION) {
45 if ($this->y2 === ReportBaseElement::CURRENT_POSITION) {
H A DReportHtmlTextbox.php52 if ($element instanceof ReportBaseElement) {
128 if ($this->left === ReportBaseElement::CURRENT_POSITION) {
135 if ($this->top === ReportBaseElement::CURRENT_POSITION) {
259 } elseif ($element instanceof ReportBaseElement) {
H A DPdfRenderer.php78 if ($element instanceof ReportBaseElement) {
98 if ($element instanceof ReportBaseElement) {
136 if ($element instanceof ReportBaseElement) {
384 …eportPdfCell(0.0, 10.0, '', 'C', '', 'genby', 1, ReportBaseElement::CURRENT_POSITION, ReportBaseEl…
H A DAbstractRenderer.php127 * @param ReportBaseElement|string $element
143 * @param ReportBaseElement|string $element
153 * @param ReportBaseElement|string $element
163 * @param ReportBaseElement|string $element
H A DHtmlRenderer.php114 …portHtmlCell(0.0, 10.0, '', 'C', '', 'genby', 1, ReportBaseElement::CURRENT_POSITION, ReportBaseEl…
174 if ($element instanceof ReportBaseElement) {
189 if ($element instanceof ReportBaseElement) {
206 if ($element instanceof ReportBaseElement) {
H A DReportPdfTextBox.php53 if ($element instanceof ReportBaseElement) {
125 if ($this->left === ReportBaseElement::CURRENT_POSITION) {
133 if ($this->top === ReportBaseElement::CURRENT_POSITION) {
299 if ($element instanceof ReportBaseElement) {
H A DReportBaseTextbox.php25 class ReportBaseTextbox extends ReportBaseElement
121 * @param ReportBaseElement|string $element
H A DReportHtmlImage.php39 if ($this->x === ReportBaseElement::CURRENT_POSITION) {
42 if ($this->y === ReportBaseElement::CURRENT_POSITION) {
H A DReportPdfImage.php46 if ($this->x === ReportBaseElement::CURRENT_POSITION) {
53 if ($this->y === ReportBaseElement::CURRENT_POSITION) {
H A DReportHtmlCell.php61 if ($this->left === ReportBaseElement::CURRENT_POSITION) {
67 if ($this->top === ReportBaseElement::CURRENT_POSITION) {
H A DReportPdfCell.php94 if ($this->left === ReportBaseElement::CURRENT_POSITION) {
106 if ($this->top === ReportBaseElement::CURRENT_POSITION) {
H A DReportBaseText.php27 class ReportBaseText extends ReportBaseElement
H A DReportBaseFootnote.php27 class ReportBaseFootnote extends ReportBaseElement
H A DReportBaseElement.php28 class ReportBaseElement class
H A DReportBaseImage.php25 class ReportBaseImage extends ReportBaseElement
H A DReportBaseCell.php25 class ReportBaseCell extends ReportBaseElement
/webtrees/tests/app/Report/
H A DReportBaseElementTest.php30 self::assertTrue(class_exists(ReportBaseElement::class));
/webtrees/tests/app/Module/
H A DBirthDeathMarriageReportModuleTest.php26 use Fisharebest\Webtrees\Report\ReportBaseElement; alias
H A DFamilyGroupReportModuleTest.php28 use Fisharebest\Webtrees\Report\ReportBaseElement; alias
H A DBirthReportModuleTest.php28 use Fisharebest\Webtrees\Report\ReportBaseElement; alias
H A DMissingFactsReportModuleTest.php28 use Fisharebest\Webtrees\Report\ReportBaseElement; alias
H A DOccupationReportModuleTest.php28 use Fisharebest\Webtrees\Report\ReportBaseElement; alias

12