- 31 Eki, 2012 19 kayıt (commit)
-
-
Cédric Bosdonnat yazdı
Change-Id: Ibe11358794a3ff714d2e1fafd900cc3262ca266d
-
Cédric Bosdonnat yazdı
Change-Id: I5f003556065cff34cec38148bc3bb4da20692e54
-
Cédric Bosdonnat yazdı
Change-Id: I7761e0b06e151822a63a7273a4e61d5cdc648311
-
Cédric Bosdonnat yazdı
Change-Id: I38d5cb95e1c45e1c57b11ec81523d4cca7568d34
-
Cédric Bosdonnat yazdı
Change-Id: I0962f466cd46bcabbdb70100bcebb4ef940923b3
-
Cédric Bosdonnat yazdı
Change-Id: Id067932355607d3d60994862201b531f9844506d
-
Cédric Bosdonnat yazdı
Change-Id: I9ae0704f1e5203778e97de5843efe777ba717271
-
Cédric Bosdonnat yazdı
Change-Id: I026e26fda195ddf4b14e250040358ddf31fda21f
-
Cédric Bosdonnat yazdı
Change-Id: I3ba70be099bc4364d8f6d2d0700add83353f2900
-
Cédric Bosdonnat yazdı
Change-Id: Iad2c4b57b28cf06260b7890dfc9309df60fb5184
-
Noel Power yazdı
Change-Id: Ie1804a3790aee23a8fdf86e27085de81f5e50c11
-
Stephan Bergmann yazdı
...which effectively is just a glorious wrapper around comphelper::getProcessServiceFactory. In turn gets also rid of ImplSVAppData's mxMSF and mpMSFTempFileName and the rSMgr parameter to InitVCL. All the VCL users "soffice", "spadmin", and "unopkg gui" appear to still work fine. Change-Id: I797d48f7d0d8c35bb82124c9ab0ee63850c4d863
-
Ricardo Montania yazdı
Change-Id: I2e0189135d5f30b20e625b849cedbef2eb639ed9 Reviewed-on: https://gerrit.libreoffice.org/929Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Ricardo Montania yazdı
Change-Id: Id9cde5559165c61da825938153e92df999233a59 Reviewed-on: https://gerrit.libreoffice.org/928Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Kohei Yoshida yazdı
Else you'll get the wrong answer in isRowActive(), which always search flag via tree. Change-Id: Ic764b08c3fa3e2e24ea656bb03cc9d393e06fb13
-
Kohei Yoshida yazdı
Change-Id: Ic6d11b8660048dfc074c6e0bfe6b367aca6baef2
-
Kohei Yoshida yazdı
Change-Id: I3d4a4dd5efa64d1506562f976d88599c084b25ab
-
Kohei Yoshida yazdı
It was using a 3-space indentation as opposed to 4. Change-Id: Idfb0e455c5d0afcad0a8b943dee9fd2679e6209d
-
Kohei Yoshida yazdı
Change-Id: Ibbf3ac3174d609feabc4cac590cf86b07ebbbab8
-
- 30 Eki, 2012 21 kayıt (commit)
-
-
jailletc36 yazdı
Kill unused class member and struct definition in desktop/source/splash/splash.cxx Change-Id: I06a901a5442cacf0f7fa2b0c775fc89709968601 Signed-off-by:
jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/943Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
jailletc36 yazdı
Change-Id: Ib819c1664dc1643b0d8bf9f516fc0b328f201bff Signed-off-by:
jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/944Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Michael Stahl yazdı
Turns out nobody calls that, so the boolean parameter to insert method was not just ugly but entirely pointless. Change-Id: Icb928747d51487d6884a16dcc1f4e22b00c7c22b
-
Michael Stahl yazdı
Rumor has it that MSVC 2010 has problems choosing the right overload in PropertyMap::insert call, which is no surprise as that is a ridiculous piece of garbage. Special bonus points for having another class TablePropsRef that must have a call compatible method because it's used as parameter to the same templates, and for the call with a pointer converted to boolean implicitly in StyleSheetTable.cxx:163. Also remove the silly boolean parameter while at it, just have 2 methods instead. Change-Id: I022d5dd7008f3e6c510d94e19fbacbf04bcf1986
-
Matúš Kukan yazdı
Change-Id: I3ce3906662ff6ce5855e4c20c3d2f927288bec9f
-
Matúš Kukan yazdı
Rationale: - it is advised to use max-jobs and num-cpus with the same value in wiki - max-jobs was used only for lcms2 and few gbuild modules outside of tail_build anyway. Also fixes: - really use CHECK_PARALLELISM when meant to - EXTMAXPROCESS is not defined in gbuild; use parent's jobservers in sub-make where possible Change-Id: I501de732d223ce0c935081bd1d73da611d16ee88 Reviewed-on: https://gerrit.libreoffice.org/930Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Kohei Yoshida yazdı
Let's remove it. Change-Id: Idbc6c58fb6ce71c80534396111c4d5b17a9764c7
-
Kohei Yoshida yazdı
The tree list entries are now stored in ptr_vector. We no longer have to manually call delete on it whenever it gets removed from the list. Change-Id: Id183aadbdc3b1565d1c702dc0fc099df9dcb6e2c
-
Caolán McNamara yazdı
Project: help d8b9fe2b21d1a3e0fdd7ca0ce41b7c136d7fcf76 typo sw->swriter
-
Kohei Yoshida yazdı
Column 1 only consisted of static values prior to this. Inserting a formula cell will break the range-based formula sharing and dependency tracking but it should still continue to work. Change-Id: I5187ccf15ec1dffe4b6b10086f815b18c21e17c1
-
Kohei Yoshida yazdı
We will later handle this use case using shared formulas. Change-Id: I6403ae4adddc865d0418290e1549a91ef4eeb318
-
Kohei Yoshida yazdı
Change-Id: I5dad87cd67f8644509087394faa7c4880deb8ee6
-
Michael Stahl yazdı
Lubos has apparently a case of xmlCleanupParser run as an atexit handler, from KDE's Strigi library; hopefully this should help to avoid the abort then. Change-Id: I50d2e92e5078016943f71a62070743ab8d6628bb
-
Miklos Vajna yazdı
Change-Id: If11bff5804770976f069a49a1c508744d6e1987b
-
jailletc36 yazdı
These iterators are already assigned with the same value a few lines above. Change-Id: I4051db7599824cf407af9ec91ef8f6633467ea36 Signed-off-by:
jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/938Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Miklos Vajna yazdı
Change-Id: Ib075209a2b61041ed40685093bc277243a0bef04
-
Miklos Vajna yazdı
The trick here is that we can't just fall back to Hebrew encoding for the whole document, as that would mirror shapes as well. Instead, check where \rtlch is used, and there fall back to the default encoding. Change-Id: Iaf155912fab6a559ed165870b8524c23cabcb86d
-
Miklos Vajna yazdı
That's how this worked prior to stlification. Change-Id: I4b1a9735c92efc181a2d1f47cafb04d2855fdfe2
-
Stephan Bergmann yazdı
...the same way it is done in soffice.bin. framework's Desktop::dispose() requires the solar mutex to be still alive, which is destroyed in DeInitVCL, so if the component context/service manager is only disposed afterwards, the solar mutex is already gone. This required moving disposeBridges() around, but it allowed to get rid of DisposeGuard. Change-Id: Ibec3d19040fdae23f492cd1e29084e673403e00b
-
Caolán McNamara yazdı
Project: help c532aed5026dbdef6992b3aa1e2714de02781b4a update endnote and footnote help ids for .ui format
-
Caolán McNamara yazdı
Change-Id: I5a8dc6ddc620bf4a4bdccfb17ffbf1155fa53987
-