Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update .gitignore and freeze row or col #352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update .gitignore and freeze row or col #352
Changes from all commits
0d3cc20230af50File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check warning on line 80 in QXlsx/source/xlsxworksheet.cpp
Use the init-statement to declare "it" inside the if statement.
Check failure on line 83 in QXlsx/source/xlsxworksheet.cpp
Refactor this code to not nest more than 3 if|for|do|while|switch statements.
Check failure on line 188 in QXlsx/source/xlsxworksheet.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check warning on line 188 in QXlsx/source/xlsxworksheet.cpp
Replace the redundant type with "auto".
Check warning on line 193 in QXlsx/source/xlsxworksheet.cpp
Avoid explicitly specifying the template arguments by relying on the class template argument deduction.
Check warning on line 197 in QXlsx/source/xlsxworksheet.cpp
Avoid explicitly specifying the template arguments by relying on the class template argument deduction.
Check warning on line 511 in QXlsx/source/xlsxworksheet.cpp
Make the type of this variable a pointer-to-const. The current type of "cell" is "class QXlsx::Cell *".
Check warning on line 1087 in QXlsx/source/xlsxworksheet.cpp
Replace the redundant type with "auto".
Check failure on line 1088 in QXlsx/source/xlsxworksheet.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check warning on line 1121 in QXlsx/source/xlsxworksheet.cpp
Remove the commented out code.
Check warning on line 1177 in QXlsx/source/xlsxworksheet.cpp
Replace the redundant type with "auto".
Check failure on line 1178 in QXlsx/source/xlsxworksheet.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check warning on line 1188 in QXlsx/source/xlsxworksheet.cpp
Replace the redundant type with "auto".
Check warning on line 1349 in QXlsx/source/xlsxworksheet.cpp
Avoid explicitly specifying the template arguments by relying on the class template argument deduction.
Check failure on line 1556 in QXlsx/source/xlsxworksheet.cpp
Refactor this code to not nest more than 3 if|for|do|while|switch statements.
Check warning on line 1671 in QXlsx/source/xlsxworksheet.cpp
Use the init-statement to declare "is1904" inside the if statement.
Check warning on line 1673 in QXlsx/source/xlsxworksheet.cpp
Value stored to 'num' is never read
Check warning on line 1739 in QXlsx/source/xlsxworksheet.cpp
Avoid explicitly specifying the template arguments by relying on the class template argument deduction.
Check warning on line 1744 in QXlsx/source/xlsxworksheet.cpp
Avoid explicitly specifying the template arguments by relying on the class template argument deduction.
Check warning on line 1807 in QXlsx/source/xlsxworksheet.cpp
Avoid explicitly specifying the template arguments by relying on the class template argument deduction.
Check warning on line 1825 in QXlsx/source/xlsxworksheet.cpp
Avoid explicitly specifying the template arguments by relying on the class template argument deduction.
Check warning on line 1983 in QXlsx/source/xlsxworksheet.cpp
Use "isEmpty()" to check whether the container is empty or not.
Check failure on line 2349 in QXlsx/source/xlsxworksheet.cpp
Refactor this code to not nest more than 3 if|for|do|while|switch statements.
Check warning on line 2903 in QXlsx/source/xlsxworksheet.cpp
Avoid explicitly specifying the template arguments by relying on the class template argument deduction.
Check warning on line 2909 in QXlsx/source/xlsxworksheet.cpp
Avoid explicitly specifying the template arguments by relying on the class template argument deduction.