Lines Matching refs:size
42 protected $size = 0; variable in ODTState
50 $this->stack [$this->size] = new ODTElementRoot();
51 $this->size++;
138 $previous = $this->stack [$this->size-1];
141 $this->stack [$this->size] = $element;
142 $this->size++;
160 return $this->stack [$this->size-1];
169 if ($this->size > 1) {
170 unset ($this->stack [$this->size-1]);
171 $this->size--;
182 for ($reset = 1 ; $reset < $this->size ; $reset++) {
185 $this->size = 1;
195 for ($search = $this->size-1 ; $search > 0 ; $search--) {
213 for ($search = $this->size-1 ; $search > 0 ; $search--) {
231 for ($search = 0 ; $search < $this->size ; $search++) {
246 for ($search = $this->size-1 ; $search > 0 ; $search--) {
261 for ($search = $this->size-1 ; $search > 0 ; $search--) {
330 if ($this->size > 0) {
331 return $this->stack [$this->size-1]->getInParagraph();
348 if ($this->size > 0) {
349 return $this->stack [$this->size-1]->getHTMLElement();