ladybird/Userland/Applications/Spreadsheet
Andreas Kling a2baab38fd Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
I hereby declare these to be full nouns that we don't split,
neither by space, nor by underscore:

- Breadcrumbbar
- Coolbar
- Menubar
- Progressbar
- Scrollbar
- Statusbar
- Taskbar
- Toolbar

This patch makes everything consistent by replacing every other variant
of these with the proper one. :^)
2021-04-13 16:58:15 +02:00
..
CellType Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Readers Spreadsheet: Ignore extra empty lines after the rows 2021-03-28 11:46:47 +02:00
Writers Spreadsheet/XSV: Make the writer respect QuoteAll 2021-03-22 07:43:58 +01:00
Cell.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Cell.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CellSyntaxHighlighter.cpp LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference 2021-02-11 23:52:39 +01:00
CellSyntaxHighlighter.h LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference 2021-02-11 23:52:39 +01:00
CellTypeDialog.cpp Everywhere: Change font properties to be described in GML 2021-03-29 09:10:23 +02:00
CellTypeDialog.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CMakeLists.txt Spreadsheet: Add an export wizard, and support for custom CSV exports 2021-03-22 07:43:58 +01:00
CondFormatting.gml Everywhere: Remove empty {} from GML objects 2021-03-29 09:10:23 +02:00
ConditionalFormatting.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CondView.gml Everywhere: Change font properties to be described in GML 2021-03-29 09:10:23 +02:00
csv_export.gml Spreadsheet: Add an export wizard, and support for custom CSV exports 2021-03-22 07:43:58 +01:00
csv_import.gml Spreadsheet: Show the error (if any) in csv import dialog's preview 2021-03-28 11:46:47 +02:00
ExportDialog.cpp Spreadsheet: Declare the extern GML variable as an array, not a pointer 2021-04-04 00:38:02 +02:00
ExportDialog.h Spreadsheet: Show the error (if any) in csv import dialog's preview 2021-03-28 11:46:47 +02:00
Forward.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
HelpWindow.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
HelpWindow.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ImportDialog.cpp Spreadsheet: Make the CSV reader more lenient 2021-03-28 11:46:47 +02:00
ImportDialog.h Spreadsheet: Show the error (if any) in csv import dialog's preview 2021-03-28 11:46:47 +02:00
JSIntegration.cpp LibJS: Make Errors fully spec compliant 2021-04-12 09:38:57 +02:00
JSIntegration.h LibJS: Make Errors fully spec compliant 2021-04-12 09:38:57 +02:00
main.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
Position.h Spreadsheet: Fix cell identifier label 2021-02-25 23:32:22 +01:00
select_format_page.gml Spreadsheet: Add an import wizard, and add support for custom CSV files 2021-03-22 07:43:58 +01:00
Spreadsheet.cpp Spreadsheet: Save the cells under the correct name 2021-03-22 17:46:17 +01:00
Spreadsheet.h Spreadsheet: Implement the cut operation for cells 2021-03-01 11:37:02 +01:00
SpreadsheetModel.cpp Spreadsheet: Store the column index in a Position instead of its name 2021-02-24 21:02:02 +01:00
SpreadsheetModel.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
SpreadsheetView.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
SpreadsheetView.h Spreadsheet: Do not assume that a worksheet always exists 2021-03-22 17:46:17 +01:00
SpreadsheetWidget.cpp Spreadsheet: Do not assume that a worksheet always exists 2021-03-22 17:46:17 +01:00
SpreadsheetWidget.h Spreadsheet: Do not assume that a worksheet always exists 2021-03-22 17:46:17 +01:00
Workbook.cpp Spreadsheet: Add an export wizard, and support for custom CSV exports 2021-03-22 07:43:58 +01:00
Workbook.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00