Home
last modified time | relevance | path

Searched refs:CURRENT_POSITION (Results 1 – 13 of 13) sorted by relevance

/webtrees/app/Report/
H A DReportBaseLine.php30 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 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 DReportParserGenerate.php568 $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;
818 $top = ReportBaseElement::CURRENT_POSITION;
1698 $top = (float) ($attrs['top'] ?? ReportBaseElement::CURRENT_POSITION);
1701 $left = (float) ($attrs['left'] ?? ReportBaseElement::CURRENT_POSITION);
[all …]
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 DReportHtmlTextbox.php128 if ($this->left === ReportBaseElement::CURRENT_POSITION) {
135 if ($this->top === ReportBaseElement::CURRENT_POSITION) {
H A DReportPdfTextBox.php125 if ($this->left === ReportBaseElement::CURRENT_POSITION) {
133 if ($this->top === ReportBaseElement::CURRENT_POSITION) {
H A DPdfRenderer.php384 …10.0, '', 'C', '', 'genby', 1, ReportBaseElement::CURRENT_POSITION, ReportBaseElement::CURRENT_POS…
H A DHtmlRenderer.php114 …10.0, '', 'C', '', 'genby', 1, ReportBaseElement::CURRENT_POSITION, ReportBaseElement::CURRENT_POS…
H A DReportBaseElement.php31 public const float CURRENT_POSITION = -1.0;