Home
last modified time | relevance | path

Searched refs:_text_wrap (Results 1 – 11 of 11) sorted by relevance

/dports/www/tikiwiki/tiki-21.2/lib/sheet/excel/writer/
H A Dformat.php157 var $_text_wrap; variable in Spreadsheet_Excel_Writer_Format
274 $this->_text_wrap = 0;
328 $atr_alc = ($this->_text_wrap)?1:0;
368 $align |= $this->_text_wrap << 3;
402 $align |= $this->_text_wrap << 3;
912 $this->_text_wrap = 1;
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/lib/Excel/Writer/XLSX/
H A DFormat.pm71 _text_wrap => 0,
171 || $self->{_text_wrap} != 0
191 $self->{_shrink} = 0 if $self->{_text_wrap};
220 push @align, 'wrapText', 1 if $self->{_text_wrap};
366 $self->{_text_wrap},
/dports/net-mgmt/phpipam/phpipam-a14bc06/functions/PEAR/Spreadsheet/Excel/Writer/
H A DFormat.php159 var $_text_wrap; variable in Spreadsheet_Excel_Writer_Format
276 $this->_text_wrap = 0;
332 $atr_alc = ($this->_text_wrap)?1:0;
371 $align |= $this->_text_wrap << 3;
403 $align |= $this->_text_wrap << 3;
985 $this->_text_wrap = 1;
/dports/www/limesurvey/limesurvey/application/third_party/pear/Spreadsheet/Excel/Writer/
H A DFormat.php161 public $_text_wrap; variable in Spreadsheet_Excel_Writer_Format
278 $this->_text_wrap = 0;
330 $atr_alc = ($this->_text_wrap)?1:0;
369 $align |= $this->_text_wrap << 3;
401 $align |= $this->_text_wrap << 3;
978 $this->_text_wrap = 1;
/dports/textproc/pear-Spreadsheet_Excel_Writer/Spreadsheet_Excel_Writer-0.9.4/Spreadsheet/Excel/Writer/
H A DFormat.php161 public $_text_wrap; variable in Spreadsheet_Excel_Writer_Format
278 $this->_text_wrap = 0;
330 $atr_alc = ($this->_text_wrap)?1:0;
369 $align |= $this->_text_wrap << 3;
401 $align |= $this->_text_wrap << 3;
978 $this->_text_wrap = 1;
/dports/textproc/p5-Spreadsheet-WriteExcelXML/Spreadsheet-WriteExcelXML-0.15/lib/Spreadsheet/WriteExcelXML/
H A DFormat.pm64 _text_wrap => 0,
179 $self->{_text_wrap} != 0 ||
192 $self->{_shrink} = 0 if $self->{_text_wrap};
218 push @align, 'ss:WrapText', 1 if $self->{_text_wrap};
/dports/textproc/p5-Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.40/lib/Spreadsheet/WriteExcel/
H A DFormat.pm65 _text_wrap => 0,
182 $self->{_text_wrap} != 0 ||
278 $align |= $self->{_text_wrap} << 3;
/dports/finance/frontaccounting/frontaccounting/reporting/includes/
H A DWorkbook.php967 var $_text_wrap; variable in Spreadsheet_Excel_Writer_Format
1084 $this->_text_wrap = 0;
1136 $atr_alc = ($this->_text_wrap)?1:0;
1175 $align |= $this->_text_wrap << 3;
1207 $align |= $this->_text_wrap << 3;
1789 $this->_text_wrap = 1;
/dports/devel/autoconf/autoconf-2.69/tests/
H A Dm4sugar.at1173 AT_SETUP([m4@&t@_text_wrap])
H A Dm4sh.at1056 AT_KEYWORDS([m4sh m4@&t@_text_wrap m4@&t@_expand])
/dports/devel/autoconf/autoconf-2.69/
H A DChangeLog.32552 (m4@&t@_text_wrap, recursion): Likewise.
2795 * tests/m4sugar.at (m4@&t@_text_wrap): Test it.
7600 * tests/m4sugar.at (m4@&t@_text_wrap): Test this.