Home
last modified time | relevance | path

Searched refs:Gnumeric (Results 1 – 25 of 834) sorted by relevance

12345678910>>...34

/dports/math/gnumeric/gnumeric-1.12.50/tools/win32/
H A Dgnumeric.nsi.in7 !define GNM_NAME "Gnumeric"
8 !define GNM_LONGNAME "Gnumeric Spreadsheet"
9 !define GNM_APPNAME "Gnumeric Spreadsheet"
48 !define MUI_STARTMENUPAGE_DEFAULTFOLDER "Gnumeric"
84 Section "Gnumeric (required)" SEC01
136 WriteRegStr HKCR "GNOME.Gnumeric" "" "Gnumeric Spreadsheet"
146 Section "Gnumeric (.gnumeric)"
154 WriteRegStr HKCR ".xls" "" "GNOME.Gnumeric"
157 WriteRegStr HKCR ".xlw" "" "GNOME.Gnumeric"
194 WriteRegStr HKCR ".as" "" "GNOME.Gnumeric"
[all …]
/dports/editors/calligra/calligra-3.2.1/filters/sheets/gnumeric/
H A Dcalligra_filter_gnumeric2sheets.desktop4 Name[af]=Gnumeric In voer Filter vir Kspread
10 Name[cs]=Gnumeric importní filtr pro KSpread
15 Name[en_GB]=Gnumeric Import Filter for KSpread
19 Name[eu]=Gnumeric inportazio-iragazkia KSpread-erako
21 Name[fi]=KSpreadin Gnumeric-tuontisuodatin
30 Name[hu]=Gnumeric importszűrő a KSpreadhez
45 Name[pt_BR]=Filtro de importação de Gnumeric para KSpread
49 Name[sk]=Filter pre import Gnumeric pre KSpread
51 Name[sv]=Gnumeric-importfilter för Kspread
H A Dcalligra_filter_sheets2gnumeric.desktop4 Name[af]=Gnumeric Voer uit Filter vir Kspread
10 Name[cs]=Gnumeric exportní filtr pro KSpread
15 Name[en_GB]=Gnumeric Export Filter for KSpread
21 Name[fi]=KSpreadin Gnumeric-vientisuodatin
30 Name[hu]=Gnumeric exportszűrő a KSpreadhez
45 Name[pt_BR]=Filtro de exportação de Gnumeric para KSpread
49 Name[sk]=Gnumeric filter pre export z KSpread
51 Name[sv]=Gnumeric-exportfilter för Kspread
/dports/math/gnumeric/gnumeric-1.12.50/
H A DAUTHORS14 Gergo Erdi, Gnumeric hacker.
16 Andreas J. Guelzow, Gnumeric hacker.
17 Jon K. Hellan, Gnumeric hacker.
20 Jakub Jelinek, Gnumeric hacker.
34 Almer S. Tigelaar, Gnumeric hacker.
38 Morten Welinder, Gnumeric hacker and leak plugging demi-god.
H A Dgnumeric-features.h.in23 /* Define to 1 if Gnumeric supplies the `lgamma' function. */
26 /* Define to 1 if Gnumeric supplies the `lgamma' function. */
29 /* Define to 1 if Gnumeric supplies the `erfl' function. */
32 /* Define to 1 if Gnumeric supplies the `erfcl' function. */
35 /* Define to 1 if Gnumeric reduces the argument range of sin/cos/tan */
H A DHACKING1 Working on Gnumeric
4 When writing Gnumeric our priorities are
21 - Please follow the coding style used by Gnumeric.
23 The Gnumeric coding style.
26 The coding style of Gnumeric is a mix of various styles, make
50 default strong warnings that Gnumeric compiles with) before
77 Gnumeric and will be dropped.
79 - Follow the Gnumeric commenting style, which is not the Gtk
85 - Gnumeric is intended to be run in various countries with
91 All of this is to ensure the Gnumeric code will be kept within
[all …]
H A DNEWS1 Gnumeric 1.12.50
17 Gnumeric 1.12.49
59 Gnumeric 1.12.48
96 Gnumeric 1.12.47
120 Gnumeric 1.12.46
146 Gnumeric 1.12.45
165 Gnumeric 1.12.44
185 Gnumeric 1.12.43
192 Gnumeric 1.12.42
209 Gnumeric 1.12.41
[all …]
H A DREADME1 Gnumeric -- The GNOME spreadsheet
8 To report Gnumeric bugs, please visit https://gitlab.gnome.org/GNOME/gnumeric/issues
10 Gnumeric is licensed under the terms of the GNU GPL included in the
42 There is a mailing list used to discuss Gnumeric, to subscribe
57 This is a partial list of Features implemented in Gnumeric, we need
150 - Gnumeric distinguishes regular text from formulas by preceding
181 o Auto-convert-on-input features: When you enter text in Gnumeric
182 it is now matched against the known formats of Gnumeric and if
H A Dgnumeric.desktop.in3 _Name=Gnumeric
5 _X-GNOME-FullName=Gnumeric Spreadsheet
15 X-GNOME-Bugzilla-Product=Gnumeric
H A Dgnumeric-config.h.in12 /* Define if Gnumeric reduces the argument range of sin/cos/tan */
15 /* Define if Gnumeric supplies the erfcl function */
18 /* Define if Gnumeric supplies the erfl function */
21 /* Define if Gnumeric supplies the lgamma function */
24 /* Define if Gnumeric supplies the lgamma_r function */
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Gnumeric/
H A DProperties.php3 namespace PhpOffice\PhpSpreadsheet\Reader\Gnumeric;
5 use PhpOffice\PhpSpreadsheet\Reader\Gnumeric; alias
98 $attributes = $propertyValue->attributes(Gnumeric::NAMESPACE_META);
146 $officeXML = $xml->children(Gnumeric::NAMESPACE_OFFICE);
152 $officePropertyDC = $officePropertyData->children(Gnumeric::NAMESPACE_DC);
155 $officePropertyMeta = $officePropertyData->children(Gnumeric::NAMESPACE_META);
H A DPageSetup.php3 namespace PhpOffice\PhpSpreadsheet\Reader\Gnumeric;
5 use PhpOffice\PhpSpreadsheet\Reader\Gnumeric; alias
66 …foreach ($sheet->PrintInformation->Margins->children(Gnumeric::NAMESPACE_GNM) as $key => $margin) {
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dgnumeric.rc21 VALUE "CompanyName", "The Gnumeric Team"
22 VALUE "FileDescription", "Gnumeric"
24 VALUE "LegalCopyright", "Copyright 2010-2017 by The Gnumeric Team and others"
25 VALUE "ProductName", "Gnumeric"
H A DREADME.gnm_float1 For floating point operations, Gnumeric uses the C type gnm_float.
3 Gnumeric was configured with --with-long-double.
/dports/sysutils/file/file-5.39/magic/Magdir/
H A Dgnumeric4 # gnumeric: file(1) magic for Gnumeric spreadsheet
5 # This entry is only semi-helpful, as Gnumeric compresses its files, so
7 39 string =<gmr:Workbook Gnumeric spreadsheet
H A Dsylk17 # https://reposcope.com/mimetype/application/x-sylk by Gnumeric
21 # Gnumeric, pmw~PlanMaker, CALCOOO32~LibreOffice OpenOffice, SCALC3~StarOffice
23 >>>4 string Gnumeric Gnumeric
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/modules/c_FileTypeSigModule/file-5.08/magic/Magdir/
H A Dgnumeric4 # gnumeric: file(1) magic for Gnumeric spreadsheet
5 # This entry is only semi-helpful, as Gnumeric compresses its files, so
7 39 string =<gmr:Workbook Gnumeric spreadsheet
H A Dgnu31 # Gnumeric spreadsheet
32 # This entry is only semi-helpful, as Gnumeric compresses its files, so
34 39 string =<gmr:Workbook Gnumeric spreadsheet
/dports/devel/py-magic/file-5.40/magic/Magdir/
H A Dgnumeric4 # gnumeric: file(1) magic for Gnumeric spreadsheet
5 # This entry is only semi-helpful, as Gnumeric compresses its files, so
7 39 string =<gmr:Workbook Gnumeric spreadsheet
H A Dsylk17 # https://reposcope.com/mimetype/application/x-sylk by Gnumeric
21 # Gnumeric, pmw~PlanMaker, CALCOOO32~LibreOffice OpenOffice, SCALC3~StarOffice
23 >>>4 string Gnumeric Gnumeric
/dports/print/lyx/lyx-2.3.4.2/lib/examples/
H A Dspreadsheet.lyx100 Spreadsheets (created with Gnumeric, LibreOffice, OpenOffice.org, or Excel)
105 program that is distributed together with Gnumeric.
153 a spreadsheet created with Gnumeric:
235 that is distributed with Gnumeric.
236 It is therefore necessary to install Gnumeric, even if other software is
280 to the Gnumeric developers.
/dports/devel/goffice/goffice-0.10.50/
H A DAUTHORS4 Morten Welinder, Gnumeric hacker and leak plugging demi-god.
5 Andreas J. Guelzow, Gnumeric hacker
/dports/math/gnumeric/gnumeric-1.12.50/schemas/
H A Dorg.gnome.gnumeric.gschema.xml.in.in74 …e number of rows in each sheet. This setting will be used only in a new Gnumeric session.</_descri…
79 …umber of columns in each sheet. This setting will be used only in a new Gnumeric session.</_descri…
178Gnumeric recalculates all auto expressions immediately after every change. Non-zero values of `la…
206 <_summary>Default Compression Level For Gnumeric Files</_summary>
207 …eger (between 0 and 9) specifies the amount of compression performed by Gnumeric when saving files…
222 …<_description>Before an existing file is being overwritten, Gnumeric will present a warning dialog…
262 …<_description>When TRUE, Gnumeric will prefer the modern CLIPBOARD selection over the legacy PRIMA…
/dports/math/octave-forge-io/io-2.6.4/inst/
H A Dxlsfinfo.m44 ## spreadsheets, "Gnumeric spreadsheet" for Gnumeric spreeadsheets, or
48 ## Gnumeric spreadsheet file, optional return argument @var{sh_names}
77 ## files use "com" (windows only), "jxl", "oxs" or "uno". Gnumeric and
143 filetype = "Gnumeric spreadsheet";
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/
H A DGnumeric.php8 use PhpOffice\PhpSpreadsheet\Reader\Gnumeric\PageSetup;
9 use PhpOffice\PhpSpreadsheet\Reader\Gnumeric\Properties;
10 use PhpOffice\PhpSpreadsheet\Reader\Gnumeric\Styles;
21 class Gnumeric extends BaseReader class

12345678910>>...34