Searched refs:CURRENT_POSITION (Results 1 – 13 of 13) sorted by relevance
/webtrees/app/Report/ |
H A D | ReportBaseLine.php | 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 | 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 | ReportParserGenerate.php | 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; 818 $top = ReportBaseElement::CURRENT_POSITION; 1698 $top = (float) ($attrs['top'] ?? ReportBaseElement::CURRENT_POSITION); 1701 $left = (float) ($attrs['left'] ?? ReportBaseElement::CURRENT_POSITION); [all …]
|
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 | ReportHtmlTextbox.php | 128 if ($this->left === ReportBaseElement::CURRENT_POSITION) { 135 if ($this->top === ReportBaseElement::CURRENT_POSITION) {
|
H A D | ReportPdfTextBox.php | 125 if ($this->left === ReportBaseElement::CURRENT_POSITION) { 133 if ($this->top === ReportBaseElement::CURRENT_POSITION) {
|
H A D | PdfRenderer.php | 384 …10.0, '', 'C', '', 'genby', 1, ReportBaseElement::CURRENT_POSITION, ReportBaseElement::CURRENT_POS…
|
H A D | HtmlRenderer.php | 114 …10.0, '', 'C', '', 'genby', 1, ReportBaseElement::CURRENT_POSITION, ReportBaseElement::CURRENT_POS…
|
H A D | ReportBaseElement.php | 31 public const float CURRENT_POSITION = -1.0;
|