- 10 Kas, 2014 1 kayıt (commit)
-
-
Takeshi Abe yazdı
By the way an item of the following page suggests the same snipet: <http://www.faqs.org/faqs/ui-builders/TeleUSE/> while I am not sure if it was the case. Change-Id: I9fb0ea0e872cb1697aa953a406527472f0cbccde Reviewed-on: https://gerrit.libreoffice.org/12330Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
- 09 Kas, 2014 37 kayıt (commit)
-
-
Julien Nabet yazdı
Regression from http://cgit.freedesktop.org/libreoffice/core/commit/?id=be88126e80b1f6b9a3090ba4617d9a87dfb0a0bd Change-Id: I4f03fbf4e6e6a0f6a901cadb87494baa92d66895
-
Luboš Luňák yazdı
Change-Id: Ib67b804423b521407710f8319cb89977e44494cc
-
Luboš Luňák yazdı
Now that it's possible to quickly find anchored objects for a node, it's actually faster to check the node hiearchy rather than layout. Change-Id: I5f93d5af32c744f1773535e5ec8537334d1ff58a
-
Mark Hung yazdı
Reviewed on: https://gerrit.libreoffice.org/12319 Change-Id: I8c23aa97a16feae32071cb2f71f1b63d771c467c
-
Tor Lillqvist yazdı
Change-Id: I96dcaeb1b0d01b8b7b21cafce7fed4261c1060a7
-
Tor Lillqvist yazdı
Change-Id: I0386d6ee091288ae0913d31ee0ddddee4d3cbb6f
-
Maxim Monastirsky yazdı
Even if the new one is empty. That's the most simple solution for a case of retro-password protecting of an existing file. Change-Id: I7752970c1dee9ec7bf61d390b8b1618a44370e16
-
Luboš Luňák yazdı
Broken by cc6f4327. Change-Id: Ie870dea874327639460349b239525e4ce77dd8fe
-
Luboš Luňák yazdı
The SwFrmFmtAnchorMap class provides reverse mapping to SwFrmFmt::GetAnchor().GetCntntAnchor(), so that when code somewhere needs to update SwFrmFmt's anchored at a position, it's not necessary to iterate over all of them (which can be a large number e.g. with mail merge). One special catch with the multimap of SwNodeIndex keys is that the values of those keys change (whenever the node structure of the document changes, indexes of nodes change as a result). This makes it impossible to use any hashing container, as the hashes would change without the container noticing, but multimap should work fine, as it just requires that the keys remain sorted, and that is the case. Nevertheless, the old code in the two converted places is intentionally left there in debug mode to verify the reverse mapping is updated correctly. I intentionally went with SwNodeIndex rather than SwPosition, as SwIndex (the other component of SwPosition) was causing some trouble (see e.g. the SwPosition comparison operator< , where two same positions are different if one is registered and the other not) and it doesn't appear to be actually necessary. Change-Id: I7f1768558f60155d4ba83c84aa7f9e34dc65ebf9
-
Luboš Luňák yazdı
Change-Id: I0a320eb990f9a3b6800447a97a84c118239bae96
-
Luboš Luňák yazdı
Change-Id: Ie2f4c5059a4160287690cf7a4e99472d9a575102
-
Luboš Luňák yazdı
And covariant return type while I'm at it. Change-Id: Iab8459e73fa6743eae17094d9826c83b0f53c3f5
-
Luboš Luňák yazdı
When using a single document for all the generating MM documents, there can be a significant number of sections/etc. , enough to make searching them all in order to find a next nice unique name take a noticeable time. Since it's very unlikely anybody will ever care about nice names after mailmerge, just get some unique name in a fast way. Change-Id: Id6b8d39a67529984cb93bb369f2c6eab401f1799
-
Luboš Luňák yazdı
Change-Id: I6d9ae98e900e5e42c5253ee9b2f71bec351b54d1
-
Luboš Luňák yazdı
3f987218 introduced new API for fast finding of marks to a specific text node, so use that (code itself based on cb46aaf2). This makes mailmerge faster (since it can create a huge document, and especially with the change to use UNO bookmarks to mark starts of MM documents inside the larger single document there can be a large number of marks). Change-Id: I30ec69acf423e9a62fae5f5492ed8744cb727a56
-
Samuel Mehrbrodt yazdı
Change-Id: I225ef5b01625e8260b751e5255161ae51456fbf1
-
Miklos Vajna yazdı
Change-Id: I91b9b2ffd19b2412ac01dd12429d6460b4c4812c
-
Miklos Vajna yazdı
Change-Id: I95101bed2e2d0f87027f2d80e5e7e23f59b3e159
-
Miklos Vajna yazdı
Change-Id: I493bad18ed3f728bcf42049377d7f4c6039264c8
-
Samuel Mehrbrodt yazdı
Use single click for primary action, right click for context menu Change-Id: Ia707a88b48f4af144588c45d37acea547e77773e
-
Yousuf Philips yazdı
Change-Id: Ia08e4a88b7b37e3056e8357f5f79721cc6297503 Reviewed-on: https://gerrit.libreoffice.org/12320Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Adolfo Jayme Barrientos yazdı
Change-Id: I0d70e69909f6e58784aa4bc7cf03ae9f4219c992 Reviewed-on: https://gerrit.libreoffice.org/12312Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Adolfo Jayme Barrientos yazdı
Change-Id: I1a930a413c071d4d0c8855315dc85339e01b7d9b Reviewed-on: https://gerrit.libreoffice.org/12322Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Matthias Freund yazdı
Add new sifr versions of the sidebar icons, add new custom animation and more button for the sidepanel. Change-Id: I3d10f6d674d20dc63ec307a3efb68e6b172dd9b8 Reviewed-on: https://gerrit.libreoffice.org/12318Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Yousuf Philips yazdı
Change-Id: I52a6092e701a4af211c98f2f46bdb2bef1bee9d2 Reviewed-on: https://gerrit.libreoffice.org/12323Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Yousuf Philips yazdı
Change-Id: Ifb948e90ad4980ce40cfcb270e52d23e696d8b6b Reviewed-on: https://gerrit.libreoffice.org/12316Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Yousuf Philips yazdı
Change-Id: I4c61d9c5facdc0af8bb73b6839deca72f6049936 Reviewed-on: https://gerrit.libreoffice.org/12317Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Yousuf Philips yazdı
Change-Id: I5eee027d2cb1dd3528a274556568110da5609223 Reviewed-on: https://gerrit.libreoffice.org/12306Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Maxim Monastirsky yazdı
The default bullets list is defined in two more places: svx/source/dialog/svxbmpnumvalueset.cxx cui/source/tabpages/numpages.cxx in both cases there is no separate RTL list. (And since we're using SvxNumValueSet also for the popup, we must sync it, so the shown bullet would be always the applied one.) There is lots of code similarity/duplication in this area (primarily introduced by the sidebar), and I hope to clean this at some point. Change-Id: Ifcc216101ed2f105a40fb483aa1b96a9e93d00e0
-
Maxim Monastirsky yazdı
It seems needed in Impress, when applying a bullet using the popup after a numbering with prefix/suffix was applied. Change-Id: I0faf8149b3564de9b08fb8107d7a639ae41d2133
-
Julien Nabet yazdı
Change-Id: I78108d596d0fb12641e4c7fd2c80b1120839e549
-
Markus Mohrhard yazdı
Change-Id: I623babba561dc0a126c6884a70a33ad4a78ef63f Reviewed-on: https://gerrit.libreoffice.org/12187Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Maxim Monastirsky yazdı
Change-Id: I064c58608914f3f179695bf6ec5f7e311162a2fa
-
Maxim Monastirsky yazdı
Change-Id: I1f900029cb6a0fb389617c153dd187cf63ed2c7b
-
Maxim Monastirsky yazdı
Change-Id: Ib4767eeef1dc6c404bb36068f806c42ccc1086b6
-
Maxim Monastirsky yazdı
Change-Id: I39ea402a3ce3296f55ea127b0139e89954e41252
-
Kohei Yoshida yazdı
Change-Id: I98b5a0b91c92e58bae3caa69a4ed35c72dc839dd
-
- 08 Kas, 2014 2 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: I5b141d35ab05e1a3f225a980aad1280102a80ee0
-
Samuel Mehrbrodt yazdı
Change-Id: If07037e8d313c966c2db572716bf958c89c2fd79 Reviewed-on: https://gerrit.libreoffice.org/12313Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-