aboutsummaryrefslogtreecommitdiff
path: root/source/ky/sw
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-04-15 18:39:22 +0200
committerAndras Timar <atimar@suse.com>2013-05-07 10:21:27 -0700
commit5dbaba00a3810696ef240ff5adacf0073e403351 (patch)
treea11272e6ee1ee231819c52938eac70f8d0663f87 /source/ky/sw
parenteae8e2dc4358c21873a2472bcaa4fbbcea9ffaa5 (diff)
update translations for LibreOffice 4.0.3 rc1
Change-Id: I4a1d49dbef58c048aa57a29bec7623d4ad31920d
Diffstat (limited to 'source/ky/sw')
-rw-r--r--source/ky/sw/uiconfig/swriter/ui.po2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ky/sw/uiconfig/swriter/ui.po b/source/ky/sw/uiconfig/swriter/ui.po
index 92c2e0f280b..52a59a5fd59 100644
--- a/source/ky/sw/uiconfig/swriter/ui.po
+++ b/source/ky/sw/uiconfig/swriter/ui.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-01-18 13:18+0100\n"
+"POT-Creation-Date: 2013-02-12 12:57+0100\n"
"PO-Revision-Date: 2012-11-17 19:03+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
/xtiledrenderable LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/inc/documentimport.hxx
AgeCommit message (Collapse)Author
2022-03-11load ods/xlsx with full row attributes without allocating all columnsLuboš Luňák
If there's e.g. an entire row bold, it's enough to set default attribute for unallocated columns. This also reverts the workaround from commit 297ab561c6754, as it's no longer necessary. Change-Id: I0b208709aeaff1c0d59da2410926876715cfe642 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131320 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2022-03-06make CellTextAttr half the sizeLuboš Luňák
It's set for every cell with value. Change-Id: Ie46617a621e6eb16b5f67d92e85bf2155e650fb1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131072 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2022-02-18clear ScDocumentImport position cache if iterators are invalidCaolán McNamara
SheetDataBuffer::finalizeArrayFormula calls ScCellRangeObj::setArrayTokens ScDocFunc::EnterMatrix ScDocument::InsertMatrixFormula and InsertMatrixFormula calls the variant of ScColumn::SetFormulaCell which doesn't take a sc::ColumnBlockPosition& param when SetFormulaCell adds a cell to the column so any iterators belonging to ScDocumentImport are invalid. Change-Id: Ic2814ecbeafdeb99632d2a255ed6c1dedf7376b1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129991 Reviewed-by: Luboš Luňák <l.lunak@collabora.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2021-05-02tdf#79049 speed up OOXML workbook load (5)Noel Grandin
Sc::NumUtil::isLatinScript is pretty hot, so add a small cache to ScDocumentImport. This takes my load time from 27s to 18s. Change-Id: I51fa891836d678f0d8700653e3a3a095297aeae7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114987 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
sc, scaddins, sccomp, scripting Change-Id: Ia99fec9e238033821cb784810edd4762c09bd5db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112049 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>