- 02 May, 2013 20 kayıt (commit)
-
-
Tor Lillqvist yazdı
Surely *any* line of code that frees memory could have a comment "[avoid] memory leak", lol. Such comments are pointless. Change-Id: I4394db9423fa1470bbe7912519b6fd99ca91101c
-
Michael Meeks yazdı
Change-Id: Ibe6e0b9fa55bab7a7d02e55560c1db4c8ed84132
-
Zolnai Tamás yazdı
1. get rid of some unefficiency The "old" executables used to parse items which has other language than en-US. To this items executables search MergeEntrys(read from po) and change the content if possible. This mixed localization method not need any longer. -cfgex: cfgmerge:WorkOnText() -xrmex: xrmmerge:WorkOnText() -transex3: export:PrepareTextToMerge() 2. Change the container of MergeData to get a bit efficiency. The new MergeDataHashMap is exploit that in most case the insertion and search happen in the same order.(similar to fifo) So add an iterator-chain to define an insertion order in the original hashmap. Every call of find it is a hint that the next element, to the last found one, is the searched one. If not than search such like in a HasMap. 3. Set up some order in helpex Helpex is the only one, which was not used to merge strings in the same order as export, so change it to work effective with the new HashMap. Helpex works with all file of a specific directory and po files contain the strings of these files in lexical order so use the same order for merge.(HelpTarget.mk) 4. Make export use MergeDataHashMap a bit more effective -The same MergeData contains strings to all language, so it need to get only once. -Just text entrys have MergeData, others not need to search for it. (e.g. bitmap) Plus delete some unused code. Change-Id: I6ec80cd2323ffea8f783d0b59dc89ca7eac3c205
-
Miklos Vajna yazdı
Also factor out the w:sdt-related methods to a helper class to avoid DomainMapper_Impl become a God object. Change-Id: Ic1a388940bce89688e8558818f92ce9ac997609c
-
Andre Fischer yazdı
Patch by: ChaoHuang Review and minor changes by: Andre Fischer (cherry picked from commit aee07d48) Change-Id: If3735c82dc2d02965fa0403c3adf549e4e6e8c26
-
Andres Gomez yazdı
Tango icons are in its own tango.soc palette. No need to add them to the standard palette. This reverts commit b9c98414. Change-Id: Id19d869ce8744cf55e64f4d003b8011f9df0023f Reviewed-on: https://gerrit.libreoffice.org/3738Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Caolán McNamara yazdı
move related statics into classes and the make safe static singleton instances of those clases. We still have to have the additional mutex (now per singleton) on the methods that return the buffered data, as it may be modified per call Change-Id: I5873ae8271f48a0ebf4b584c1734688b77cd1d42
-
Caolán McNamara yazdı
Change-Id: Iebff2bc517e3b6422a6b410f44d78cee1b6d971d
-
Armin Le Grand yazdı
remember and destroy the used stream. Found by: Chao Huang Patch by: Chao Huang Review by: alg (cherry picked from commit 9914b317) Conflicts: sw/source/filter/ww8/wrtww8.cxx Change-Id: I5bccdd71312f32f861291fc600396dc111fc11c7
-
Fridrich Štrba yazdı
Change-Id: I5fdd0cbc70dec1119b1b6a76cb3c5805f11c11ed
-
Ádám Csaba Király yazdı
Refactor Save a Copy, basing it on Export functionality. SID_SAVEACOPY takes its parameters, and sends a SID_EXPORTDOC request with them, using SID_SAVEACOPYITEM to differentiate Save a Copy from regular Export. Fix storing docx to url, by preventing finalizeFilter method, in filterbase.cxx, from writing back to the original file's MediaDescriptor. Change-Id: I876dbe17e43b26a43f29e797fdb157e31889ee1e Reviewed-on: https://gerrit.libreoffice.org/3355Reviewed-by:
Thorsten Behrens <tbehrens@suse.com> Tested-by:
Thorsten Behrens <tbehrens@suse.com>
-
Aurimas Fišeras yazdı
Change-Id: Ia400389ca7c4fbe752e19ca2d38f2fee00f6ee7d Reviewed-on: https://gerrit.libreoffice.org/3736Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Samuel Mehrbrodt yazdı
As discussed here: http://nabble.documentfoundation.org/Libreoffice-ux-advise-Recent-files-dropdown-td4052945.html#a4052996 The changes are (inspired by Gedit): * Display only the filename, not the (abbreviated) path * Show the protocol name before the file, if not local (e.g. "ftp: myfile.odt") * After the keyboard shortcut (a number from 1 to 10) display a '.' instead of a ':' (because the protocol has a ':') * FIX: Display whitespace as whitespace, not "%20" Change-Id: I47472c901aa866adb76c7c7ab36bc871f82ad8df Reviewed-on: https://gerrit.libreoffice.org/3700Reviewed-by:
Jan Holesovsky <kendy@suse.cz> Tested-by:
Jan Holesovsky <kendy@suse.cz>
-
Tor Lillqvist yazdı
Change-Id: I6da1f38c5a9693c13ef841442cbef017d388416a
-
Miklos Vajna yazdı
Change-Id: I4893e2b3297adadf4e19ab22b298aaef4044b52e
-
navin patidar yazdı
According to cell writing direction, set alignment for justified align text. Change-Id: I91e1c52f1aa13a806e2a91dc7120960a4cc3f5c1 Reviewed-on: https://gerrit.libreoffice.org/3704Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Chris Sherlock yazdı
* Change to SAL_INFO instead of EMFP_DEBUG in implrenderer.cxx * Add new log area cppcanvas.emf * Update comment in log.hxx to reference the new location of log-areas.dox Change-Id: I5d710725339f58a111a2f3494c3a72f685624322 Reviewed-on: https://gerrit.libreoffice.org/3726Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Joel Madero yazdı
RMI and SND files were already supported but were missing from the list of movie & sound menu. Added these in alpha order modified: avmedia/source/viewer/mediawindow.cxx Change-Id: I3241f1cdd8972fb3da85e8e2bdd26b25f61a53ec Reviewed-on: https://gerrit.libreoffice.org/3727Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Khaled Hosny yazdı
The 3rd parameter of hb_buffer_add_utf() should be the length of the whole text not the current run, so that HarfBuzz can take the context into account when shaping. Change-Id: I369deb27176cbb136de12872b8a70453d5721bea
-
Khaled Hosny yazdı
This reverts commit ca0b580e.
-
- 01 May, 2013 20 kayıt (commit)
-
-
Markus Mohrhard yazdı
Excel does not like our data label export and removes the charts during import. I could not figure out what is wrong as the files are valid. Change-Id: I92458803a48bff1436e7c47ca29d27e487c0642b
-
Markus Mohrhard yazdı
Change-Id: I87f99c8d47770181c3f29c70f1f91a1f3dd421b5
-
Markus Mohrhard yazdı
Change-Id: I176f7967d37f3032057758d9aaa5f39c46d29c3d
-
Khaled Hosny yazdı
Change-Id: I48c11fad175fe40f48baaa47238f6087b91e6a37
-
David Tardon yazdı
Change-Id: I0fe3663166bc80c3bc224d276e9da37015a0b75a
-
Tor Lillqvist yazdı
Change-Id: I764702510b612da478959f457f95e6040c22f998
-
Tor Lillqvist yazdı
Change-Id: I344d64212aa1d42171f18dae7659ab7f56fecbcb
-
Tor Lillqvist yazdı
Change-Id: I37ad1595613f20a8f7c8694b560bb6678c214c62
-
David Tardon yazdı
Change-Id: Ib2578b765fb5e8e843d8275e96beaa206814ea82
-
Caolán McNamara yazdı
Is seems very bizarre that in Button::ImplDrawAlignedImage if there is no image, that we still add padding for the image separator to the text position. Why we have the concept of an Image *and* a Symbol escapes me. Anyway, setting the "Image" align to the right to match the "Symbol" align stops the button text getting displaced downwards. Change-Id: I67b80b2ff5cc960f5394cb7d69cab7a4c14513bf
-
Caolán McNamara yazdı
Change-Id: Ie45cc82af0e232b7b523d30552cc14317fc479b5
-
Caolán McNamara yazdı
Change-Id: I27d96030aed3866c0d384a28598e292cb4ab3a04
-
David Tardon yazdı
Change-Id: I05594cd52332e863ac23a8255cd291b16b9b034c
-
David Tardon yazdı
Change-Id: I940a5dbf68b9480479095ea447ff125e4a42d211
-
David Tardon yazdı
I have not removed them from sources, because I have no idea if they might be useful to someone. Change-Id: I66becb723ae5f4be008c58edc99936788a67238e
-
David Tardon yazdı
Change-Id: Ib4501e1171f3940a6909ce4f0c05a669d708b93a
-
David Tardon yazdı
Change-Id: Id84765285b1ace19442ec13d7212e4121f77dabd
-
David Tardon yazdı
Change-Id: I8a370e14751ff1720b27f9c1787d8411bebb17ff
-
David Tardon yazdı
This is mainly to avoid polluting instdir because these jars are only used during build. Change-Id: Ia5bab3155787b690bd915f3e83e6b6144715948b
-
David Tardon yazdı
Change-Id: I46793895764e720534a3e8f713054d92e220f36e
-