Home
last modified time | relevance | path

Searched refs:dxf_index (Results 1 – 18 of 18) sorted by relevance

/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/t/regression/
H A Dtable13.t37 my $format1 = $workbook->add_format( num_format => 2, dxf_index => 2 );
38 my $format2 = $workbook->add_format( num_format => 2, dxf_index => 1 );
39 my $format3 = $workbook->add_format( num_format => 2, dxf_index => 0 );
H A Dtable14.t37 my $format1 = $workbook->add_format( num_format => '0.00;[Red]0.00', dxf_index => 2 );
38 my $format2 = $workbook->add_format( num_format => '0.00_ ;\-0.00\ ', dxf_index => 1 );
39 my $format3 = $workbook->add_format( num_format => '0.00_ ;[Red]\-0.00\ ', dxf_index => 0 );
H A Dcond_format03.t39 my $format1 = $workbook->add_format( font_strikeout => 1, dxf_index => 1 );
40 my $format2 = $workbook->add_format( underline => 1, dxf_index => 0 );
H A Dcond_format07.t39 my $format1 = $workbook->add_format( bg_color => '#FF0000', dxf_index => 1 );
40 my $format2 = $workbook->add_format( bg_color => '#92D050', dxf_index => 0 );
H A Dcond_format04.t39 my $format1 = $workbook->add_format( num_format => 2, dxf_index => 1 );
40 my $format2 = $workbook->add_format( num_format => '0.000', dxf_index => 0 );
H A Dcond_format13.t39 my $format1 = $workbook->add_format( num_format => 2, dxf_index => 1 );
40 my $format2 = $workbook->add_format( num_format => '0.000', dxf_index => 0 );
/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/xlsxwriter/
H A Dformat.py39 self.dxf_index = None
667 def set_dxf_index(self, dxf_index): argument
669 self.dxf_index = dxf_index
942 if self.dxf_index is not None:
944 return self.dxf_index
956 self.dxf_index = index
H A Dworkbook.py869 if xf_format.dxf_index is not None:
882 index = dxf_format.dxf_index
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dformat.c33 format->dxf_index = LXW_PROPERTY_UNSET; in lxw_format_new()
309 if (self->dxf_index != LXW_PROPERTY_UNSET) { in lxw_format_get_dxf_index()
310 return self->dxf_index; in lxw_format_get_dxf_index()
331 return existing_format->dxf_index; in lxw_format_get_dxf_index()
336 self->dxf_index = index; in lxw_format_get_dxf_index()
H A Dworksheet.c6320 if (cond_format->dxf_index != LXW_PROPERTY_UNSET) in _worksheet_write_cf_rule_formula()
6321 LXW_PUSH_ATTRIBUTES_INT("dxfId", cond_format->dxf_index); in _worksheet_write_cf_rule_formula()
6351 if (cond_format->dxf_index != LXW_PROPERTY_UNSET) in _worksheet_write_cf_rule_top()
6392 if (cond_format->dxf_index != LXW_PROPERTY_UNSET) in _worksheet_write_cf_rule_duplicate()
6417 if (cond_format->dxf_index != LXW_PROPERTY_UNSET) in _worksheet_write_cf_rule_average()
6483 if (cond_format->dxf_index != LXW_PROPERTY_UNSET) in _worksheet_write_cf_rule_time_period()
6580 if (cond_format->dxf_index != LXW_PROPERTY_UNSET) in _worksheet_write_cf_rule_blanks()
6646 if (cond_format->dxf_index != LXW_PROPERTY_UNSET) in _worksheet_write_cf_rule_text()
6720 if (cond_format->dxf_index != LXW_PROPERTY_UNSET) in _worksheet_write_cf_rule_cell()
11001 cond_format->dxf_index = in worksheet_conditional_format_range()
[all …]
/dports/astro/stellarium/stellarium-0.21.3/src/external/qxlsx/
H A Dxlsxformat.cpp20 , is_dxf_fomat(false), dxf_index(-1), dxf_indexValid(false) in FormatPrivate()
32 …, is_dxf_fomat(other.is_dxf_fomat), dxf_index(other.dxf_index), dxf_indexValid(other.dxf_indexVali… in FormatPrivate()
1230 d->dxf_index = index; in setDxfIndex()
1242 return d->dxf_index; in dxfIndex()
H A Dxlsxformat_p.h119 int dxf_index; variable
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/lib/Excel/Writer/XLSX/
H A DFormat.pm136 my $dxf_index = $self->{_dxf_index};
146 $self->{_dxf_index} = $dxf_index;
H A DWorkbook.pm1322 my $dxf_index = $format->{_dxf_index};
1328 if ( defined $dxf_index ) {
1329 $self->{_dxf_formats}->[$dxf_index] = $format;
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/t/package/table/
H A Dtable12.t27 my $format = Excel::Writer::XLSX::Format->new( {}, {}, dxf_index => 0 );
H A Dtable11.t27 my $format = Excel::Writer::XLSX::Format->new( {}, {}, dxf_index => 0 );
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/include/xlsxwriter/
H A Dformat.h368 int32_t dxf_index; member
H A Dworksheet.h1365 int32_t dxf_index; member