Searched refs:_fit_width (Results 1 – 9 of 9) sorted by relevance
98 $self->{_fit_width} = 0;978 $self->{_fit_width} = $_[0] || 1;2566 if ($self->{_fit_width} > 1) {2568 $self->_write_xml_content ($self->{_fit_width});3589 if ($self->{_fit_width} == 1 and $self->{_fit_height} == 1) {3591 $self->{_fit_width} = 0;3597 $self->{_fit_width} > 1 or
296 image_width = self._fit_width(313 def _fit_width(self, width, height, max_cols, max_rows): member in ITerm2ImageDisplayer
317 var $_fit_width; variable in Spreadsheet_Excel_Writer_Worksheet427 $this->_fit_width = 0;1039 $this->_fit_width = $width;2536 $iFitWidth = $this->_fit_width; // Fit to number of pages wide
320 var $_fit_width; variable in Spreadsheet_Excel_Writer_Worksheet439 $this->_fit_width = 0;1089 $this->_fit_width = $width;2579 $iFitWidth = $this->_fit_width; // Fit to number of pages wide
328 public $_fit_width; variable in Spreadsheet_Excel_Writer_Worksheet464 $this->_fit_width = 0;1150 $this->_fit_width = $width;2657 $iFitWidth = $this->_fit_width; // Fit to number of pages wide
328 public $_fit_width; variable in Spreadsheet_Excel_Writer_Worksheet464 $this->_fit_width = 0;1148 $this->_fit_width = $width;2655 $iFitWidth = $this->_fit_width; // Fit to number of pages wide
3685 var $_fit_width; variable in Spreadsheet_Excel_Writer_Worksheet3802 $this->_fit_width = 0;4422 $this->_fit_width = $width;5912 $iFitWidth = $this->_fit_width; // Fit to number of pages wide
126 $self->{_fit_width} = 0;1340 $self->{_fit_width} = $_[0] || 0;3976 my $iFitWidth = $self->{_fit_width}; # Fit to number of pages wide
134 $self->{_fit_width} = 0;1813 $self->{_fit_width} = defined $_[0] ? $_[0] : 1;8066 if ( $self->{_fit_page} && $self->{_fit_width} != 1 ) {8067 push @attributes, ( 'fitToWidth' => $self->{_fit_width} );