Home
last modified time | relevance | path

Searched defs:symbols_below (Results 1 – 15 of 15) sorted by relevance

/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel5/
H A DWorksheet.php594 …public function setOutline($visible = true, $symbols_below = true, $symbols_right = true, $auto_st…
/dports/finance/weberp/webERP/Classes/PHPExcel/Writer/Excel5/
H A DWorksheet.php623 …function setOutline($visible = true, $symbols_below = true, $symbols_right = true, $auto_style = f…
/dports/www/thirtybees/thirtybees-1.1.0/vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel5/
H A DWorksheet.php594 …public function setOutline($visible = true, $symbols_below = true, $symbols_right = true, $auto_st…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Writer/Xls/
H A DWorksheet.php601 …public function setOutline($visible = true, $symbols_below = true, $symbols_right = true, $auto_st…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/
H A DWorksheet.php601 …public function setOutline($visible = true, $symbols_below = true, $symbols_right = true, $auto_st…
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/
H A DWorksheet.php642 …public function setOutline($visible = true, $symbols_below = true, $symbols_right = true, $auto_st…
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/
H A DWorksheet.php633 …public function setOutline($visible = true, $symbols_below = true, $symbols_right = true, $auto_st…
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/
H A DWorksheet.php637 …public function setOutline($visible = true, $symbols_below = true, $symbols_right = true, $auto_st…
/dports/net-mgmt/phpipam/phpipam-a14bc06/functions/PEAR/Spreadsheet/Excel/Writer/
H A DWorksheet.php1406 …function setOutline($visible = true, $symbols_below = true, $symbols_right = true, $auto_style = f…
/dports/www/limesurvey/limesurvey/application/third_party/pear/Spreadsheet/Excel/Writer/
H A DWorksheet.php1467 …public function setOutline($visible = true, $symbols_below = true, $symbols_right = true, $auto_st…
/dports/www/tikiwiki/tiki-21.2/lib/sheet/excel/writer/
H A Dworksheet.php1373 …function setOutline($visible = true, $symbols_below = true, $symbols_right = true, $auto_style = f…
/dports/textproc/pear-Spreadsheet_Excel_Writer/Spreadsheet_Excel_Writer-0.9.4/Spreadsheet/Excel/Writer/
H A DWorksheet.php1465 …public function setOutline($visible = true, $symbols_below = true, $symbols_right = true, $auto_st…
/dports/finance/frontaccounting/frontaccounting/reporting/includes/
H A DWorkbook.php4740 …function setOutline($visible = true, $symbols_below = true, $symbols_right = true, $auto_style = f…
/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/xlsxwriter/
H A Dworksheet.py3349 def outline_settings(self, visible=1, symbols_below=1, symbols_right=1, argument
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dworksheet.c10179 uint8_t symbols_below, in worksheet_outline_settings()