ladybird/Userland/Applications/Spreadsheet
asynts 8465683dcf Everywhere: Debug macros instead of constexpr.
This was done with the following script:

    find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec sed -i -E 's/dbgln<debug_([a-z_]+)>/dbgln<\U\1_DEBUG>/' {} \;

    find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec sed -i -E 's/if constexpr \(debug_([a-z0-9_]+)/if constexpr \(\U\1_DEBUG/' {} \;
2021-01-25 09:47:36 +01:00
..
CellType Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Readers Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Writers Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Cell.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Cell.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CellSyntaxHighlighter.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CellSyntaxHighlighter.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CellTypeDialog.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CellTypeDialog.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CMakeLists.txt Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CondFormatting.gml Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ConditionalFormatting.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CondView.gml Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Forward.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
HelpWindow.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
HelpWindow.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
JSIntegration.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
JSIntegration.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
main.cpp Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Position.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Spreadsheet.cpp Everywhere: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
Spreadsheet.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
SpreadsheetModel.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
SpreadsheetModel.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
SpreadsheetView.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
SpreadsheetView.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
SpreadsheetWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
SpreadsheetWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Workbook.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Workbook.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00