aboutsummaryrefslogtreecommitdiff
path: root/source/et/fpicker/messages.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/et/fpicker/messages.po')
-rw-r--r--source/et/fpicker/messages.po20
1 files changed, 10 insertions, 10 deletions
diff --git a/source/et/fpicker/messages.po b/source/et/fpicker/messages.po
index 3f37a79df75..13f88e14878 100644
--- a/source/et/fpicker/messages.po
+++ b/source/et/fpicker/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-10-27 12:31+0100\n"
+"POT-Creation-Date: 2020-11-16 13:42+0100\n"
"PO-Revision-Date: 2020-03-08 23:16+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://weblate.documentfoundation.org/projects/libo_ui-master/fpickermessages/et/>\n"
@@ -151,43 +151,43 @@ msgid "Date modified"
msgstr "Viimati muudetud"
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:583
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:586
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "Faili nimi:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:609
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:612
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "Failitüüp:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:671
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:675
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "_Kirjutuskaitstud"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:694
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:699
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "Salvestatakse parooliga"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:708
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:713
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "Automaatne failinime laiend"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:722
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:727
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "Filtri sätete redigeerimine"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:751
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:756
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "Krüpteeritakse GPG-võtmega"
@@ -289,13 +289,13 @@ msgid "Date modified"
msgstr "Viimati muudetud"
#. cGNWD
-#: fpicker/uiconfig/ui/remotefilesdialog.ui:507
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:508
msgctxt "remotefilesdialog|filterLabel"
msgid "Filter"
msgstr "Filter"
#. rCVer
-#: fpicker/uiconfig/ui/remotefilesdialog.ui:521
+#: fpicker/uiconfig/ui/remotefilesdialog.ui:522
msgctxt "remotefilesdialog|nameLabel"
msgid "File name"
msgstr "Faili nimi"
ibreoffice-3-6-7 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive2d/bitmapprimitive2d.cxx
AgeCommit message (Collapse)Author
2022-11-16Use BitmapEx in BitmapPrimitive2DNoel Grandin
we no longer need to wrap it in the framework XBitmap implemenation Change-Id: I0dc56ad63364e2c5a4cedd5e70d4ae7ea7eae563 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142746 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-06-15clang-tidy modernize-pass-by-value in drawinglayerNoel Grandin
Change-Id: I8a3245c6a4d687edbc95cf28b2932d80c86a7b65 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135828 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-12-23Split BasePrimitive2D UNO interface into separate objectNoel Grandin
Rather than make all the BasePrimitive2D classes bear the cost of being an UNO object, we just wrap the top level BasePrimitive2D in this class when we need to pass them over UNO. This reduces the locking overhead when doing normal drawinglayer operations, and reduces the size of drawinglayer objects and the cost of initialising them, which shaves 5% off the load/display time of a large barchart. Add new drawinglayer::convertPrimitive2DContainerToBitmapEx utility method to avoid needing to convert to Sequence<XPrimitive2D> Change-Id: I553eaa4c16ba016b098cb21f6c55f5008f0d9b53 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126487 Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin
Change-Id: I95918275653714577e2d6728dd3947c7fbb66d8f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121360 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-06-20drawinglayer: remove ImplPrimitive2DIDBlock macroTomaž Vajngerl
We can just implement the simple getPrimitive2DID method in all primitives. The ImplPrimitive2DIDBlock macro doesn't save us anything. Change-Id: I02f44d4891d7b340220890bf52a7ebfc8e41850a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117509 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-04-10Make BitmapPrimitive2D vcl-independentArmin Le Grand
as preparation to have drawinglayer module independent from vcl in the future Change-Id: Iaa01370f27b51cba5114a54f37d1ec73d0719918 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92048 Tested-by: Jenkins Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
2020-02-03remove bitmapprimitive2d.{cxx,hxx} from clang-format blacklistTomaž Vajngerl
Change-Id: I9d9d7cd8bba489c71a5c1ac0b23755d572696e10 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87904 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-01-20clang-tidy modernize-concat-nested-namespace in drawinglayerNoel Grandin
Change-Id: If2644743ab0d9b78d42d1d2fe6fa22c83472d2c1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87065 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-11-22tdf#42949 Fix IWYU warnings in drawinglayer/Gabor Kelemen
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I0968cfd6a94c20e6b0d324f068ca658d7d5c0296 Reviewed-on: https://gerrit.libreoffice.org/83294 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
Reduce potential confusion with the global tools namespace. Will hopefully make it possible to remove the annoying initial :: when referring to the global tools namespace. Unless we have even more tools subnamespaces somewhere. Thorsten said it was OK. Change-Id: Id088dfe8f4244cb79df9aa988995b31a1758c996 Reviewed-on: https://gerrit.libreoffice.org/42644 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com>
2017-01-26Remove dynamic exception specificationsStephan Bergmann
...(for now, from LIBO_INTERNAL_CODE only). See the mail thread starting at <https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html> "Dynamic Exception Specifications" for details. Most changes have been done automatically by the rewriting loplugin:dynexcspec (after enabling the rewriting mode, to be committed shortly). The way it only removes exception specs from declarations if it also sees a definition, it identified some dead declarations-w/o-definitions (that have been removed manually) and some cases where a definition appeared in multiple include files (which have also been cleaned up manually). There's also been cases of macro paramters (that were used to abstract over exception specs) that have become unused now (and been removed). Furthermore, some code needed to be cleaned up manually (avmedia/source/quicktime/ and connectivity/source/drivers/kab/), as I had no configurations available that would actually build that code. Missing @throws documentation has not been applied in such manual clean-up. Change-Id: I3408691256c9b0c12bc5332de976743626e13960 Reviewed-on: https://gerrit.libreoffice.org/33574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-11-07vcl: improve accounting of SVG images in graphics cacheMichael Stahl
The problem is that the graphics cache only counts the size of the SVG text, which is stored in SvgData::maSvgDataArray. However the SvgData::maSequence may use a lot more memory, as it may contain de-compressed bitmaps that are stored as base64-encoded PNGs in the SVG text. For example icon-themes/galaxy/brand/flat_logo.svg is 812 Ko but contains 60 Mo of bitmaps. This may cause excessive memory usage and failure to export documents due to OOM; according to valgrind massif, the bitmap buffers use 90% of the heap. Add a new interface com::sun::star::util::XAccounting, and implement it in drawinglayer BasePrimitive2D. VCL SvgData can't access drawinglayer via C++ directly so this looks like the best approach. Change-Id: I5a7c3147733e23473c1decabed24c1f79d951c7d Reviewed-on: https://gerrit.libreoffice.org/30669 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>