Home
last modified time | relevance | path

Searched refs:_fit_width (Results 1 – 9 of 9) sorted by relevance

/dports/textproc/p5-Spreadsheet-WriteExcelXML/Spreadsheet-WriteExcelXML-0.15/lib/Spreadsheet/WriteExcelXML/
H A DWorksheet.pm98 $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
/dports/sysutils/py-ranger/ranger-1.9.3/ranger/ext/
H A Dimg_display.py296 image_width = self._fit_width(
313 def _fit_width(self, width, height, max_cols, max_rows): member in ITerm2ImageDisplayer
/dports/www/tikiwiki/tiki-21.2/lib/sheet/excel/writer/
H A Dworksheet.php317 var $_fit_width; variable in Spreadsheet_Excel_Writer_Worksheet
427 $this->_fit_width = 0;
1039 $this->_fit_width = $width;
2536 $iFitWidth = $this->_fit_width; // Fit to number of pages wide
/dports/net-mgmt/phpipam/phpipam-a14bc06/functions/PEAR/Spreadsheet/Excel/Writer/
H A DWorksheet.php320 var $_fit_width; variable in Spreadsheet_Excel_Writer_Worksheet
439 $this->_fit_width = 0;
1089 $this->_fit_width = $width;
2579 $iFitWidth = $this->_fit_width; // Fit to number of pages wide
/dports/www/limesurvey/limesurvey/application/third_party/pear/Spreadsheet/Excel/Writer/
H A DWorksheet.php328 public $_fit_width; variable in Spreadsheet_Excel_Writer_Worksheet
464 $this->_fit_width = 0;
1150 $this->_fit_width = $width;
2657 $iFitWidth = $this->_fit_width; // Fit to number of pages wide
/dports/textproc/pear-Spreadsheet_Excel_Writer/Spreadsheet_Excel_Writer-0.9.4/Spreadsheet/Excel/Writer/
H A DWorksheet.php328 public $_fit_width; variable in Spreadsheet_Excel_Writer_Worksheet
464 $this->_fit_width = 0;
1148 $this->_fit_width = $width;
2655 $iFitWidth = $this->_fit_width; // Fit to number of pages wide
/dports/finance/frontaccounting/frontaccounting/reporting/includes/
H A DWorkbook.php3685 var $_fit_width; variable in Spreadsheet_Excel_Writer_Worksheet
3802 $this->_fit_width = 0;
4422 $this->_fit_width = $width;
5912 $iFitWidth = $this->_fit_width; // Fit to number of pages wide
/dports/textproc/p5-Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.40/lib/Spreadsheet/WriteExcel/
H A DWorksheet.pm126 $self->{_fit_width} = 0;
1340 $self->{_fit_width} = $_[0] || 0;
3976 my $iFitWidth = $self->{_fit_width}; # Fit to number of pages wide
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/lib/Excel/Writer/XLSX/
H A DWorksheet.pm134 $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} );