/webtrees/app/Report/ |
H A D | ReportBaseLine.php | 27 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 D | ReportParserGenerate.php | 145 /** @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 D | ReportPdfLine.php | 36 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 D | ReportHtmlLine.php | 36 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 D | ReportHtmlTextbox.php | 52 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 D | PdfRenderer.php | 78 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 D | AbstractRenderer.php | 127 * @param ReportBaseElement|string $element 143 * @param ReportBaseElement|string $element 153 * @param ReportBaseElement|string $element 163 * @param ReportBaseElement|string $element
|
H A D | HtmlRenderer.php | 114 …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 D | ReportPdfTextBox.php | 53 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 D | ReportBaseTextbox.php | 25 class ReportBaseTextbox extends ReportBaseElement 121 * @param ReportBaseElement|string $element
|
H A D | ReportHtmlImage.php | 39 if ($this->x === ReportBaseElement::CURRENT_POSITION) { 42 if ($this->y === ReportBaseElement::CURRENT_POSITION) {
|
H A D | ReportPdfImage.php | 46 if ($this->x === ReportBaseElement::CURRENT_POSITION) { 53 if ($this->y === ReportBaseElement::CURRENT_POSITION) {
|
H A D | ReportHtmlCell.php | 61 if ($this->left === ReportBaseElement::CURRENT_POSITION) { 67 if ($this->top === ReportBaseElement::CURRENT_POSITION) {
|
H A D | ReportPdfCell.php | 94 if ($this->left === ReportBaseElement::CURRENT_POSITION) { 106 if ($this->top === ReportBaseElement::CURRENT_POSITION) {
|
H A D | ReportBaseText.php | 27 class ReportBaseText extends ReportBaseElement
|
H A D | ReportBaseFootnote.php | 27 class ReportBaseFootnote extends ReportBaseElement
|
H A D | ReportBaseElement.php | 28 class ReportBaseElement class
|
H A D | ReportBaseImage.php | 25 class ReportBaseImage extends ReportBaseElement
|
H A D | ReportBaseCell.php | 25 class ReportBaseCell extends ReportBaseElement
|
/webtrees/tests/app/Report/ |
H A D | ReportBaseElementTest.php | 30 self::assertTrue(class_exists(ReportBaseElement::class));
|
/webtrees/tests/app/Module/ |
H A D | BirthDeathMarriageReportModuleTest.php | 26 use Fisharebest\Webtrees\Report\ReportBaseElement; alias
|
H A D | FamilyGroupReportModuleTest.php | 28 use Fisharebest\Webtrees\Report\ReportBaseElement; alias
|
H A D | BirthReportModuleTest.php | 28 use Fisharebest\Webtrees\Report\ReportBaseElement; alias
|
H A D | MissingFactsReportModuleTest.php | 28 use Fisharebest\Webtrees\Report\ReportBaseElement; alias
|
H A D | OccupationReportModuleTest.php | 28 use Fisharebest\Webtrees\Report\ReportBaseElement; alias
|