index
:
external/orcus
148-import-styles-interface
155-debug-state-output-format
156-separate-import-shared-strings
feature/138-xml-misplaced-elements
feature/14-add-yaml-output-to-json
feature/151-odf-v1.3
gitlab-ci-test
master
orcus-0.11
orcus-0.12
orcus-0.13
orcus-0.14
orcus-0.15
orcus-0.3
orcus-0.5
orcus-0.7
orcus-0.9
sax-parser-value-check
staging/libreoffice-build
table-style
table-styles
LibreOffice使用的外部库liborcus
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-06-09
Rename number_formatting_context to just number_format_context
HEAD
master
Kohei Yoshida
2022-06-09
Let's use switch statement here in lieu of chained if statements
Kohei Yoshida
2022-06-08
Rename number_formatting_code to odf_number_format
Kohei Yoshida
2022-06-08
Remove m_styles as unused
Kohei Yoshida
2022-06-08
Add view types
148-import-styles-interface
Kohei Yoshida
2022-06-08
Add some content to the API doc
Kohei Yoshida
2022-06-08
Remove the old interface
Kohei Yoshida
2022-06-08
Use import_cell_style in odf styles import
Kohei Yoshida
2022-06-08
Don't forget to ensure the xf interface exists
Kohei Yoshida
2022-06-08
Use import_cell_style in xlsx
Kohei Yoshida
2022-06-08
Add import_cell_style sub-interface and use it in xls-xml
Kohei Yoshida
2022-06-07
Clarify (for the n-th time) what this style-xf is used for
Kohei Yoshida
2022-06-07
Remove the old interface and fix a few more places I overlooked
Kohei Yoshida
2022-06-07
No 'using namespace std'
Kohei Yoshida
2022-06-07
One more place that uses the old xf interface
Kohei Yoshida
2022-06-07
Use std::variant to replace union
Kohei Yoshida
2022-06-07
Add debug symbol when debug-utils is enabled
Kohei Yoshida
2022-06-07
Let's have start_paragraph_properties() method just to be consistent
Kohei Yoshida
2022-06-07
Simplify the hor and ver alignment extraction function implementations
Kohei Yoshida
2022-06-07
More opportunity to use range-based for loops over for_each
Kohei Yoshida
2022-06-07
Let's use insert_or_assign from C++17
Kohei Yoshida
2022-06-07
Use import_xf in odf styles import
Kohei Yoshida
2022-06-07
Use range-based for loop over for_each with function object
Kohei Yoshida
2022-06-07
Prefer std::make_unique over reset & reduce indentation by early bailout
Kohei Yoshida
2022-06-07
Use import_xf in gnumeric
Kohei Yoshida
2022-06-06
Use import_xf in xls-xml
Kohei Yoshida
2022-06-06
Add import_xf sub-interface and use it in xlsx
Kohei Yoshida
2022-06-06
Introduce xf_category_t and combine some of the interfaces
Kohei Yoshida
2022-06-06
These are no longer used
Kohei Yoshida
2022-06-06
Remove the old interface for number format import
Kohei Yoshida
2022-06-06
Use import_number_format on ods styles import
Kohei Yoshida
2022-06-02
Use import_number_format in gnumeric
Kohei Yoshida
2022-06-02
Use import_number_format in xlsx
Kohei Yoshida
2022-06-02
Add import_number_format interface and use it in xls-xml
Kohei Yoshida
2022-06-02
Remove the old interface methods
Kohei Yoshida
2022-06-02
Add ENSURE_INTERFACE macro to remove repetitive interface checks
Kohei Yoshida
2022-06-02
Use import_cell_protection in odf styles import
Kohei Yoshida
2022-06-02
Use import_cell_protection in gnumeric
Kohei Yoshida
2022-06-02
Use range-based for loop in start_style()
Kohei Yoshida
2022-06-02
Use import_cell_protection in xlsx
Kohei Yoshida
2022-06-02
Add import_cell_protection interface & impl and use it in xls-xml
Kohei Yoshida
2022-06-02
A bit of cleanup to switch to ranged-for loop etc.
Kohei Yoshida
2022-06-01
Remove the old interface
Kohei Yoshida
2022-06-01
Use import_border_style in odf styles import
Kohei Yoshida
2022-06-01
Use import_border_style in xlsx
Kohei Yoshida
2022-06-01
Implement import_border_style and use it in xls-xml
Kohei Yoshida
2022-05-31
Remove the old interface for fill style
Kohei Yoshida
2022-05-31
Use import_fill_style in gnumeric
Kohei Yoshida
2022-05-31
Use import_fill_style in odf styles import
Kohei Yoshida
2022-05-31
Use import_fill_style in xlsx
Kohei Yoshida
[next]