Home
last modified time | relevance | path

Searched refs:styleAttributes (Results 1 – 25 of 75) sorted by relevance

123

/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Gnumeric/
H A DStyles.php108 $styleAttributes = $style->attributes();
109 …if ($styleAttributes !== null && ($styleAttributes['startRow'] <= $maxRow) && ($styleAttributes['s…
112 $styleAttributes = $style->Style->attributes();
117 $formatCode = (string) $styleAttributes['Format'];
155 $rotation = (int) $styleAttributes->Rotation;
207 $shade = (string) $styleAttributes['Shade'];
224 $startRow = $styleAttributes['startRow'] + 1;
226 … $endColumn = ($styleAttributes['endCol'] > $maxCol) ? $maxCol : (int) $styleAttributes['endCol'];
229 …$endRow = 1 + (($styleAttributes['endRow'] > $maxRow) ? $maxRow : (int) $styleAttributes['endRow']…
242 …$styleArray['alignment']['indent'] = ((int) ($styleAttributes['Indent']) > 0) ? $styleAttributes['…
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/
H A DGnumeric.php536 $styleAttributes = $styleRegion->attributes();
538 ($styleAttributes['startRow'] <= $maxRow) &&
539 ($styleAttributes['startCol'] <= $maxCol)
542 $startRow = $styleAttributes['startRow'] + 1;
544 … $endColumn = ($styleAttributes['endCol'] > $maxCol) ? $maxCol : (int) $styleAttributes['endCol'];
547 …$endRow = 1 + (($styleAttributes['endRow'] > $maxRow) ? $maxRow : (int) $styleAttributes['endRow']…
567 …$styleArray['alignment']['indent'] = ((int) ($styleAttributes['Indent']) > 0) ? $styleAttributes['…
760 $rotation = (int) $styleAttributes->Rotation;
815 $RGB = self::parseGnumericColour($styleAttributes['Fore']);
817 $RGB = self::parseGnumericColour($styleAttributes['Back']);
[all …]
H A DXml.php669 $styleAttributes = $styleData->attributes($namespaces['ss']);
672 $this->parseStyleAlignment($styleID, $styleAttributes);
680 $this->parseStyleFont($styleID, $styleAttributes);
684 $this->parseStyleInterior($styleID, $styleAttributes);
688 $this->parseStyleNumberFormat($styleID, $styleAttributes);
699 private function parseStyleAlignment($styleID, SimpleXMLElement $styleAttributes): void argument
716 foreach ($styleAttributes as $styleAttributeKey => $styleAttributeValue) {
817 foreach ($styleAttributes as $styleAttributeKey => $styleAttributeValue) {
855 private function parseStyleInterior($styleID, SimpleXMLElement $styleAttributes): void argument
857 foreach ($styleAttributes as $styleAttributeKey => $styleAttributeValue) {
[all …]
/dports/www/moodle311/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/
H A DGnumeric.php536 $styleAttributes = $styleRegion->attributes();
538 ($styleAttributes['startRow'] <= $maxRow) &&
539 ($styleAttributes['startCol'] <= $maxCol)
542 $startRow = $styleAttributes['startRow'] + 1;
544 … $endColumn = ($styleAttributes['endCol'] > $maxCol) ? $maxCol : (int) $styleAttributes['endCol'];
547 …$endRow = 1 + (($styleAttributes['endRow'] > $maxRow) ? $maxRow : (int) $styleAttributes['endRow']…
567 …$styleArray['alignment']['indent'] = ((int) ($styleAttributes['Indent']) > 0) ? $styleAttributes['…
760 $rotation = (int) $styleAttributes->Rotation;
815 $RGB = self::parseGnumericColour($styleAttributes['Fore']);
817 $RGB = self::parseGnumericColour($styleAttributes['Back']);
[all …]
H A DXml.php669 $styleAttributes = $styleData->attributes($namespaces['ss']);
672 $this->parseStyleAlignment($styleID, $styleAttributes);
680 $this->parseStyleFont($styleID, $styleAttributes);
684 $this->parseStyleInterior($styleID, $styleAttributes);
688 $this->parseStyleNumberFormat($styleID, $styleAttributes);
699 private function parseStyleAlignment($styleID, SimpleXMLElement $styleAttributes): void argument
716 foreach ($styleAttributes as $styleAttributeKey => $styleAttributeValue) {
817 foreach ($styleAttributes as $styleAttributeKey => $styleAttributeValue) {
855 private function parseStyleInterior($styleID, SimpleXMLElement $styleAttributes): void argument
857 foreach ($styleAttributes as $styleAttributeKey => $styleAttributeValue) {
[all …]
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/
H A DGnumeric.php473 $styleAttributes = $styleRegion->attributes();
474 if (($styleAttributes['startRow'] <= $maxRow) &&
475 ($styleAttributes['startCol'] <= $maxCol)) {
477 $startRow = $styleAttributes['startRow'] + 1;
479 … $endColumn = ($styleAttributes['endCol'] > $maxCol) ? $maxCol : (int) $styleAttributes['endCol'];
481 … $endRow = ($styleAttributes['endRow'] > $maxRow) ? $maxRow : $styleAttributes['endRow'];
485 $styleAttributes = $styleRegion->Style->attributes();
494 switch ($styleAttributes['HAlign']) {
522 switch ($styleAttributes['VAlign']) {
543 …$styleArray['alignment']['indent'] = ((int) ($styleAttributes['Indent']) > 0) ? $styleAttributes['…
[all …]
H A DXml.php683 $styleAttributes = $styleData->attributes($namespaces['ss']);
686 $this->parseStyleAlignment($styleID, $styleAttributes);
694 $this->parseStyleFont($styleID, $styleAttributes);
698 $this->parseStyleInterior($styleID, $styleAttributes);
702 $this->parseStyleNumberFormat($styleID, $styleAttributes);
712 * @param SimpleXMLElement $styleAttributes
731 foreach ($styleAttributes as $styleAttributeKey => $styleAttributeValue) {
793 * @param SimpleXMLElement $styleAttributes
795 private function parseStyleFont($styleID, SimpleXMLElement $styleAttributes) argument
840 * @param SimpleXMLElement $styleAttributes
[all …]
/dports/finance/weberp/webERP/Classes/PHPExcel/Reader/
H A DGnumeric.php494 $styleAttributes = $styleRegion->attributes();
495 if (($styleAttributes['startRow'] <= $maxRow) &&
496 ($styleAttributes['startCol'] <= $maxCol)) {
499 $startRow = $styleAttributes['startRow'] + 1;
501 … $endColumn = ($styleAttributes['endCol'] > $maxCol) ? $maxCol : (int) $styleAttributes['endCol'];
503 $endRow = ($styleAttributes['endRow'] > $maxRow) ? $maxRow : $styleAttributes['endRow'];
508 $styleAttributes = $styleRegion->Style->attributes();
519 switch($styleAttributes['HAlign']) {
541 switch($styleAttributes['VAlign']) {
558 …$styleArray['alignment']['indent'] = (intval($styleAttributes["Indent"]) > 0) ? $styleAttributes["…
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Reader/
H A DGnumeric.php473 $styleAttributes = $styleRegion->attributes();
474 if (($styleAttributes['startRow'] <= $maxRow) &&
475 ($styleAttributes['startCol'] <= $maxCol)) {
477 $startRow = $styleAttributes['startRow'] + 1;
479 … $endColumn = ($styleAttributes['endCol'] > $maxCol) ? $maxCol : (int) $styleAttributes['endCol'];
481 … $endRow = ($styleAttributes['endRow'] > $maxRow) ? $maxRow : $styleAttributes['endRow'];
485 $styleAttributes = $styleRegion->Style->attributes();
494 switch ($styleAttributes['HAlign']) {
522 switch ($styleAttributes['VAlign']) {
543 …$styleArray['alignment']['indent'] = ((int) ($styleAttributes['Indent']) > 0) ? $styleAttributes['…
[all …]
H A DXml.php684 $styleAttributes = $styleData->attributes($namespaces['ss']);
687 $this->parseStyleAlignment($styleID, $styleAttributes);
695 $this->parseStyleFont($styleID, $styleAttributes);
699 $this->parseStyleInterior($styleID, $styleAttributes);
703 $this->parseStyleNumberFormat($styleID, $styleAttributes);
713 * @param SimpleXMLElement $styleAttributes
732 foreach ($styleAttributes as $styleAttributeKey => $styleAttributeValue) {
794 * @param SimpleXMLElement $styleAttributes
796 private function parseStyleFont($styleID, SimpleXMLElement $styleAttributes) argument
841 * @param SimpleXMLElement $styleAttributes
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/
H A DGnumeric.php473 $styleAttributes = $styleRegion->attributes();
474 if (($styleAttributes['startRow'] <= $maxRow) &&
475 ($styleAttributes['startCol'] <= $maxCol)) {
477 $startRow = $styleAttributes['startRow'] + 1;
479 … $endColumn = ($styleAttributes['endCol'] > $maxCol) ? $maxCol : (int) $styleAttributes['endCol'];
481 … $endRow = ($styleAttributes['endRow'] > $maxRow) ? $maxRow : $styleAttributes['endRow'];
485 $styleAttributes = $styleRegion->Style->attributes();
494 switch ($styleAttributes['HAlign']) {
522 switch ($styleAttributes['VAlign']) {
543 …$styleArray['alignment']['indent'] = ((int) ($styleAttributes['Indent']) > 0) ? $styleAttributes['…
[all …]
H A DXml.php684 $styleAttributes = $styleData->attributes($namespaces['ss']);
687 $this->parseStyleAlignment($styleID, $styleAttributes);
695 $this->parseStyleFont($styleID, $styleAttributes);
699 $this->parseStyleInterior($styleID, $styleAttributes);
703 $this->parseStyleNumberFormat($styleID, $styleAttributes);
713 * @param SimpleXMLElement $styleAttributes
732 foreach ($styleAttributes as $styleAttributeKey => $styleAttributeValue) {
794 * @param SimpleXMLElement $styleAttributes
796 private function parseStyleFont($styleID, SimpleXMLElement $styleAttributes) argument
841 * @param SimpleXMLElement $styleAttributes
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/
H A DGnumeric.php480 $styleAttributes = $styleRegion->attributes();
481 if (($styleAttributes['startRow'] <= $maxRow) &&
482 ($styleAttributes['startCol'] <= $maxCol)) {
484 $startRow = $styleAttributes['startRow'] + 1;
486 … $endColumn = ($styleAttributes['endCol'] > $maxCol) ? $maxCol : (int) $styleAttributes['endCol'];
488 … $endRow = ($styleAttributes['endRow'] > $maxRow) ? $maxRow : $styleAttributes['endRow'];
493 $styleAttributes = $styleRegion->Style->attributes();
504 switch ($styleAttributes['HAlign']) {
526 switch ($styleAttributes['VAlign']) {
543 …$styleArray['alignment']['indent'] = (intval($styleAttributes["Indent"]) > 0) ? $styleAttributes["…
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/
H A DGnumeric.php480 $styleAttributes = $styleRegion->attributes();
481 if (($styleAttributes['startRow'] <= $maxRow) &&
482 ($styleAttributes['startCol'] <= $maxCol)) {
484 $startRow = $styleAttributes['startRow'] + 1;
486 … $endColumn = ($styleAttributes['endCol'] > $maxCol) ? $maxCol : (int) $styleAttributes['endCol'];
488 … $endRow = ($styleAttributes['endRow'] > $maxRow) ? $maxRow : $styleAttributes['endRow'];
493 $styleAttributes = $styleRegion->Style->attributes();
504 switch ($styleAttributes['HAlign']) {
526 switch ($styleAttributes['VAlign']) {
543 …$styleArray['alignment']['indent'] = (intval($styleAttributes["Indent"]) > 0) ? $styleAttributes["…
[all …]
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/
H A DGnumeric.php473 $styleAttributes = $styleRegion->attributes();
474 if (($styleAttributes['startRow'] <= $maxRow) &&
475 ($styleAttributes['startCol'] <= $maxCol)) {
477 $startRow = $styleAttributes['startRow'] + 1;
479 … $endColumn = ($styleAttributes['endCol'] > $maxCol) ? $maxCol : (int) $styleAttributes['endCol'];
481 … $endRow = ($styleAttributes['endRow'] > $maxRow) ? $maxRow : $styleAttributes['endRow'];
485 $styleAttributes = $styleRegion->Style->attributes();
494 switch ($styleAttributes['HAlign']) {
522 switch ($styleAttributes['VAlign']) {
543 …$styleArray['alignment']['indent'] = ((int) ($styleAttributes['Indent']) > 0) ? $styleAttributes['…
[all …]
H A DXml.php683 $styleAttributes = $styleData->attributes($namespaces['ss']);
686 $this->parseStyleAlignment($styleID, $styleAttributes);
694 $this->parseStyleFont($styleID, $styleAttributes);
698 $this->parseStyleInterior($styleID, $styleAttributes);
702 $this->parseStyleNumberFormat($styleID, $styleAttributes);
712 * @param SimpleXMLElement $styleAttributes
731 foreach ($styleAttributes as $styleAttributeKey => $styleAttributeValue) {
793 * @param SimpleXMLElement $styleAttributes
795 private function parseStyleFont($styleID, SimpleXMLElement $styleAttributes) argument
840 * @param SimpleXMLElement $styleAttributes
[all …]
/dports/www/moodle39/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/
H A DGnumeric.php473 $styleAttributes = $styleRegion->attributes();
474 if (($styleAttributes['startRow'] <= $maxRow) &&
475 ($styleAttributes['startCol'] <= $maxCol)) {
477 $startRow = $styleAttributes['startRow'] + 1;
479 … $endColumn = ($styleAttributes['endCol'] > $maxCol) ? $maxCol : (int) $styleAttributes['endCol'];
481 … $endRow = ($styleAttributes['endRow'] > $maxRow) ? $maxRow : $styleAttributes['endRow'];
485 $styleAttributes = $styleRegion->Style->attributes();
494 switch ($styleAttributes['HAlign']) {
522 switch ($styleAttributes['VAlign']) {
543 …$styleArray['alignment']['indent'] = ((int) ($styleAttributes['Indent']) > 0) ? $styleAttributes['…
[all …]
H A DXml.php683 $styleAttributes = $styleData->attributes($namespaces['ss']);
686 $this->parseStyleAlignment($styleID, $styleAttributes);
694 $this->parseStyleFont($styleID, $styleAttributes);
698 $this->parseStyleInterior($styleID, $styleAttributes);
702 $this->parseStyleNumberFormat($styleID, $styleAttributes);
712 * @param SimpleXMLElement $styleAttributes
731 foreach ($styleAttributes as $styleAttributeKey => $styleAttributeValue) {
793 * @param SimpleXMLElement $styleAttributes
795 private function parseStyleFont($styleID, SimpleXMLElement $styleAttributes) argument
840 * @param SimpleXMLElement $styleAttributes
[all …]
/dports/www/moodle310/moodle/lib/spout/src/Spout/Reader/XLSX/Manager/
H A DStyleManager.php100 $styleAttributes = $stylesAttributes[$styleId];
102 return $this->doesStyleIndicateDate($styleAttributes);
206 …* @param array $styleAttributes Array containing the style attributes (2 keys: "applyNumberFormat"…
209 protected function doesStyleIndicateDate($styleAttributes) argument
211 $applyNumberFormat = $styleAttributes[self::XML_ATTRIBUTE_APPLY_NUMBER_FORMAT];
212 $numFmtId = $styleAttributes[self::XML_ATTRIBUTE_NUM_FMT_ID];
322 $styleAttributes = $stylesAttributes[$styleId];
323 $numFmtId = $styleAttributes[self::XML_ATTRIBUTE_NUM_FMT_ID];
/dports/www/moodle39/moodle/lib/spout/src/Spout/Reader/XLSX/Manager/
H A DStyleManager.php100 $styleAttributes = $stylesAttributes[$styleId];
102 return $this->doesStyleIndicateDate($styleAttributes);
206 …* @param array $styleAttributes Array containing the style attributes (2 keys: "applyNumberFormat"…
209 protected function doesStyleIndicateDate($styleAttributes) argument
211 $applyNumberFormat = $styleAttributes[self::XML_ATTRIBUTE_APPLY_NUMBER_FORMAT];
212 $numFmtId = $styleAttributes[self::XML_ATTRIBUTE_NUM_FMT_ID];
322 $styleAttributes = $stylesAttributes[$styleId];
323 $numFmtId = $styleAttributes[self::XML_ATTRIBUTE_NUM_FMT_ID];
/dports/www/moodle311/moodle/lib/spout/src/Spout/Reader/XLSX/Manager/
H A DStyleManager.php110 $styleAttributes = $stylesAttributes[$styleId];
112 return $this->doesStyleIndicateDate($styleAttributes);
216 …* @param array $styleAttributes Array containing the style attributes (2 keys: "applyNumberFormat"…
219 protected function doesStyleIndicateDate($styleAttributes) argument
221 $applyNumberFormat = $styleAttributes[self::XML_ATTRIBUTE_APPLY_NUMBER_FORMAT];
222 $numFmtId = $styleAttributes[self::XML_ATTRIBUTE_NUM_FMT_ID];
332 $styleAttributes = $stylesAttributes[$styleId];
333 $numFmtId = $styleAttributes[self::XML_ATTRIBUTE_NUM_FMT_ID];
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml/
H A DStyle.php37 $styleAttributes = $styleData->attributes($namespaces['ss']);
40 $alignment = $alignmentStyleParser->parseStyle($styleAttributes);
48 $font = $fontStyleParser->parseStyle($styleAttributes);
52 $fill = $fillStyleParser->parseStyle($styleAttributes);
56 $numberFormat = $numberFormatStyleParser->parseStyle($styleAttributes);
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/html/
H A DHtmlWriter.java618 Properties styleAttributes = null; in write() local
687 styleAttributes = new Properties(); in write()
694 write(phrase.getFont(), styleAttributes); in write() local
710 styleAttributes = new Properties(); in write()
723 write(anchor.getFont(), styleAttributes); in write() local
739 styleAttributes = new Properties(); in write()
749 write(paragraph.getFont(), styleAttributes); in write() local
799 styleAttributes = new Properties(); in write()
806 write(listItem.getFont(), styleAttributes); in write() local
1022 Properties styleAttributes = new Properties(); in writeSection() local
[all …]
/dports/math/rocs/rocs-21.12.3/libgraphtheory/fileformats/tikz/
H A Dtikzfileformat.cpp86 QString styleAttributes = QString("draw,thick"); in writeFile() local
90 styleAttributes.append(",->"); in writeFile()
92 styleAttributes.append(",-"); in writeFile()
96 … QString pointerTypeStyle = QString("\\tikzstyle{edgetype%1} = [%2]").arg(i).arg(styleAttributes); in writeFile()
/dports/java/jgraph/jgraph-java-5.13.0.4/src/com/jgraph/io/svg/
H A DSVGEdgeWriter.java73 String styleAttributes = new String(""); in createNode() local
76 styleAttributes += "marker-start: url(#endMarker);"; in createNode()
86 styleAttributes += "marker-end: url(#startMarker);"; in createNode()
90 styleAttributes += " stroke: " + hexLineColor + ";"; in createNode()
91 path.setAttribute("style", styleAttributes); in createNode()

123