LibreOffice 7.2: Release Notes
Jump to navigation
Jump to search
Outdated translations are marked like this.
이 페이지에 대해
라이터(Writer)
일반 개선
성능
Calc
일반 개선
새 spreadsheet 기능
바뀐 spreadsheet 기능
- CELL() now evaluates the top left cell of a given cell range argument as second parameter instead of the usual intersecting position for scalar parameters, for interoperability and compliance with the ODF OpenFormula standard definition. tdf#66409 (Eike Rathke, Red Hat)
성능
- Improved a pasting time for formulas with VLOOKUP function tdf#92456 (Noel Grandin, Collabora)
Impress 및 Draw
일반 개선
성능
Base
Chart
Math
Core / General
LibreOffice Help
필터
DOCX import/export 필터 개선
XLSX import/export 필터 개선
PPTX import/export 필터 개선
GUI
아이콘 테마
Dialogs
- Templates dialog got a list view. You can sort templates by name, category, date, modules, size, etc. tdf#104154 (Vert D.)
Online
지역화
New languages/locales with locale data
Additional languages in the language list
Available for text attribution.
- Pali Thai {pi-Thai} in the CTL language list. tdf#139607 (Eike Rathke, Red Hat)
- Cabécar {cjp-CR} and Bribri {bzd-CR}. tdf#138839 (Eike Rathke, Red Hat)
Incorporation of other languages
Scripting
BASIC
파이썬
Feature Removal / Deprecation
General
Remove VLC in avmedia: it's been experimental since 2015 and no real patch since 2013. See https://lists.freedesktop.org/archives/libreoffice/2020-December/086522.html
플랫폼 호환
Mac
Windows
- Command line: you can now use wildcards, e.g. when converting documents, this converts all .doc documents in
C:\Docs\In\
to ODF:
soffice.exe --headless --convert-to odf --outdir C:\Docs\Out C:\Docs\In\*.doc
tdf#48413 (Deborah Barkley-Yeung)