- 09 Ock, 2013 22 kayıt (commit)
-
-
Noel Grandin yazdı
... to XComponentContext. Change-Id: I8f9a811dafc831db59d6a462f8b405d7568e34cf
-
Noel Grandin yazdı
and change it from a class to a simple method, there is no need for it to be a class. Change-Id: Ia8c263682d81371767f43acf1028c815923b4845
-
Noel Grandin yazdı
.. everywhere that was using createWithServiceFactory, and delete the old method. Change-Id: I02cb2bfbcc2390494383579d2f14caa4fc5b8014
-
Noel Grandin yazdı
and use it to replace usage of createWithServiceFactory, and thus replace usage of XMultiServiceFactory. Change-Id: Id2f44066683ce17cf7a22f80916031556ef0e82a
-
Noel Grandin yazdı
The service already existed, it just did not have an IDL file. Change-Id: If24e9d6069bf7454bb0add3be8c4bc5916cc4d1f
-
Noel Grandin yazdı
Change-Id: I60f1d4a6ce0089f828428fa3ae6707a8c086a0ad
-
Noel Grandin yazdı
Change-Id: I18774fabdaf27376898ed661be21a72c6f52410d
-
Noel Grandin yazdı
The service already existed, it just did not have an IDL file. Change-Id: I5839ccbd99d6a9dbc1e4be930caec2c0089adbda
-
Noel Grandin yazdı
The service already existed, it just did not have an IDL file. Change-Id: If00396effd92ed72ea942da5eb1fe60b6380c665
-
David Tardon yazdı
Change-Id: Ib6d1a21fcc2a4dd6dda1e46a99551b38b5035d1f
-
David Tardon yazdı
Change-Id: Idf4a12987295e0454d0330d76f251e3dd00c8403
-
Markus Mohrhard yazdı
Change-Id: I8a5e158eabdbb92eec27a5753004e4f5e826c412
-
Markus Mohrhard yazdı
Change-Id: I5718d22e0c31bd645998bcbb508b31370cf36250
-
Kohei Yoshida yazdı
To keep MacOSX-Intel tinderbox happy. Change-Id: I8dbc8330fd688fc1c1ed005d1603ff52f8b7a16d
-
Kohei Yoshida yazdı
Change-Id: I1227a4e04bc962da96b77947a706293f9a2a3850
-
Kohei Yoshida yazdı
Change-Id: I723a7da307379c6f2e8256fe41023b4b96739f12
-
Kohei Yoshida yazdı
Change-Id: I0f0bba62da60a3397b733253dbc0891c69bd5b9c
-
Kohei Yoshida yazdı
In fact, this value is always EE_FORMAT_BIN, and that's not going to change. Change-Id: I9324bf878b5766ef7a27461ba2bdf17742396f3d
-
Kohei Yoshida yazdı
Change-Id: Ie1e046624e671e87c7b3cf322572a7ed3f98726a
-
Kohei Yoshida yazdı
Change-Id: I44819d66273e22db9f82d095061e3df627b64dae
-
Michael Stahl yazdı
Should hopefully fix the problem, which is essentially that all SwPageNumberFields share a single SwPageNumberFieldType, which is only updated properly in SwTxtFormatter::NewFldPortion, hence all expansions of a SwPageNumberField other than that return wrong values. Does not fix the problem for fields in headers though, which appears much harder... Change-Id: Iecf363c8acbc2aaa418cc0c980e0b62c8e0e7d14
-
Michael Stahl yazdı
Change-Id: I3991d2f40fab9795d7f1754665f2ebfa165c310c
-
- 08 Ock, 2013 18 kayıt (commit)
-
-
Michael Meeks yazdı
Change-Id: Ic64a4e0ed1ad194d94f5451b60e926f13ad85578
-
Michael Meeks yazdı
The domain-mapper calls SwXText::insertTextPortion very extensively accounting for about half of import time for large, lightly formatted text documents. The vast majority of the work is consumed managing char + para properties - so try to batch that, making it 70% faster for my lightly formatted test. Saves around 25% of load time for me. Change-Id: I2582adee1bf35b07b90af810cb0d19dadc1d348f
-
Petr Mladek yazdı
Change-Id: I3241801d49673cac33eb923fb986c6ceb2c39503
-
Petr Mladek yazdı
+ get rid of "install_multi" + move "SDK" and "Test" from the main name to the name suffix; use same position as "helppack" and "langpack" + move the content type identification "arc/deb/rpm" just after the <arch> string + use "archive" instead of the unclear "arc" content identification The new names look like: LibreOffice_<version>_<os>_<arch>_<content> LibreOffice_<version>_<os>_<arch>_<content>_helppack_<lang> LibreOffice_<version>_<os>_<arch>_<content>_langpack_<lang> LibreOffice_<version>_<os>_<arch>_<content>_sdk LibreOffice_<version>_<os>_<arch>_<content>_test , where the string "_<content>" is one of "_archive", "_deb", "_rpm". This string is missing for .msi, and .dmg installers because the content is described by the filename suffix. Conflicts: Makefile.in Change-Id: Ifecf947ba32e3381ef284d433096f7b37a02e9f5
-
Michael Meeks yazdı
Thanks to Jean-Baptiste Faure for digging for these.
-
Olivier Hallot yazdı
Project: dictionaries f310b731bbbaf968b513bea1dd460e5d96b0c61c Update pt-BR spell & grammar checkers Change-Id: I26606dbbcaf90ac6caaaf56f0cdfa3b73364ce18 reference: VERO beta28 Reviewed-on: https://gerrit.libreoffice.org/1598Reviewed-by:
Olivier Hallot <olivier.hallot@alta.org.br> Tested-by:
Olivier Hallot <olivier.hallot@alta.org.br>
-
Stephan Bergmann yazdı
"The original code is broken to begin with, as it ignores the return values from the std::unique calls, so excess elements remain at the end of va and vb." (<http://lists.freedesktop.org/archives/libreoffice/2013-January/043552.html> "[PATCH] Simplify MigrationImpl::subtract in desktop;" see that mail thread also for the inspiration to use std::set_difference.) This fix is not very relevant though, as there are no "ExcludedFiles" lists in officecfg/registry/data/org/openoffice/Setup.xcu, so the second argument is always empty, so the return value is always a (sorted) copy of the first argument, and the "IncludedFiles" lists in Setup.xcu produce no duplicates, so std::unique does not shrink the first argument anyway. Change-Id: Ie9fb64ee40fef6e7bdf0f5d0eca5717fec7b0d50
-
Andras Timar yazdı
Change-Id: Ia6e3acf563a9c04bf9a2ff5f3f755eb4e92e771c
-
Andras Timar yazdı
This reverts commit 9dc3ee9a.
-
Cédric Bosdonnat yazdı
Change-Id: Id13ce13ec222fc10cbfcad7fec5e7eeb5957312c
-
Stephan Bergmann yazdı
Change-Id: I717ff4de7cf406b01383f8f181b81695242a2ca8
-
Andras Timar yazdı
Change-Id: Ida269499d91b4bdc16fe0ed91f202ddeefa4aadd
-
Cédric Bosdonnat yazdı
Change-Id: I7cfbbd3a4f4283b9438a97eb383b460cad1f5a63
-
Kohei Yoshida yazdı
Change-Id: Ic8236b291ed5f318f67378bbc57b7cf027cbb92a
-
Cédric Bosdonnat yazdı
Change-Id: I11ad88b3a69d3e2a00e859ee33cbc22c5d525618
-
Kohei Yoshida yazdı
And let's stick with the one that returns the data pointer. Change-Id: I931be0d73adcf6f3888d05ef58bc0f905f5a6958
-
Cédric Bosdonnat yazdı
Selecting a template in the first row and scrolling down made some items in the toolbar disappear... Fixed this by checking if the item to update is already in the selection. Change-Id: I2ddffae3a1c6092241afcf2acd212fe07b3a65ce
-
Cédric Bosdonnat yazdı
Change-Id: Iafc1650d57d29fbc24921498f18da6c0e510b37a
-