Lines Matching full:if

15  * along with this program. If not, see <https://www.gnu.org/licenses/>.
52 if ($element instanceof ReportBaseElement) {
53 if ($element instanceof ReportBaseText) {
54 if (!empty($footnote_element)) {
61 if (empty($lastelement)) {
64 // Checking if the Text has the same style
71 // Check if the Footnote has been set with it’s link number
73 // Save first the last element if any
74 if (!empty($lastelement)) {
82 if (!empty($footnote_element)) {
89 if (!empty($lastelement)) {
96 if (!empty($lastelement)) {
100 if (!empty($footnote_element)) {
110 if (!empty($lastelement)) {
113 if (!empty($footnote_element)) {
127 // If current position (left)
128 if ($this->left === ReportBaseElement::CURRENT_POSITION) {
134 // If current position (top)
135 if ($this->top === ReportBaseElement::CURRENT_POSITION) {
141 // Check the width if set to page wide OR set by xml to larger then page width (margin)
142 if ($this->width === 0.0 || $this->width > $renderer->getRemainingWidth()) {
146 if ($this->padding) {
163 // 1 => 1 if text was wrapped, 0 if text did not wrap
169 if (is_object($this->elements[$i])) {
171 if ($ew === $cW) {
177 if ($lw[1] === 1) {
184 if ($w > $cW) {
196 // If any element exist
197 if ($cE > 0) {
198 // Check if this is text or some other element, like images
199 if ($eH === 0.0) {
204 if ($cH < $cHT) {
209 if ($cH < $eH) {
220 if ($cH < $renderer->lastCellHeight) {
232 if ($this->fill && $this->bgcolor !== '') {
236 if ($this->padding) {
241 if ($this->border) {
257 if ($element instanceof ReportHtmlText) {
272 if ($this->reseth) {
276 if (!$this->newline) {