- 10 Ock, 2013 21 kayıt (commit)
-
-
Gokul yazdı
Change-Id: I019b99e6194458b8b311b0cc3f2e231ef898ece0 Reviewed-on: https://gerrit.libreoffice.org/1511Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Ie7bf21269e11fd1b3982999fa16597ba9caba674
-
Caolán McNamara yazdı
Change-Id: Ic8ed8fa3e883da387e8cf0f2bd953081cf75ebc3
-
Caolán McNamara yazdı
Change-Id: I2226213019077e5882b6e27650f9a673e12710b5
-
Caolán McNamara yazdı
so for widgets that support their own scrolling we throw away the intermediate scrolling widget and for widgets that don't we retain it. Change-Id: I12444bcf1c6c5b51469ef75f0011ce0d965ebc62
-
Caolán McNamara yazdı
Change-Id: I97522b314088d4b5fd1f7b2b46e49d00c155c5c5
-
Caolán McNamara yazdı
Change-Id: Id3e0484175fb62e96bdf6dd9abb95ec35117aebf
-
Stephan Bergmann yazdı
daeed90f "re-base on ALv2 code" had incorporated from <http://svn.apache.org/viewvc?view=revision&revision=1172102> "imported patch extensions_i117681.patch" the parts using BAK_EXTENSIONS in desktop/source/deployment/manager/, but not the parts setting BAK_EXTENSIONS in scp2/source/ooo/. Also, setting the stamp for "bak" in PackageManagerImpl::create needed to be adapted to bee742eb "Fix sense of r/o detection code, and clean up" and 61eeb689 "fix smoketest - need to check read-only-ness of non-existent paths." Change-Id: If7cc363b3cf21fd13fb467f5f672eda5312515c8
-
Petr Mladek yazdı
Project: dictionaries 9cfd4282a7a522bed2dc4f4b9ede2c8ee444c29b
-
Petr Mladek yazdı
Change-Id: I0a425c066726e0364dce414f622106e954aa29d3
-
Matúš Kukan yazdı
Project: translations 620e5cb6954b4fdb1be1cf38b83844ae319600d8 remove unused files, now that we don't build translations module Rule for generating .pot files moved to core repo. Change-Id: I56aca0ad9a469407d1bc8c7b0dd0e34a5395cf26 Reviewed-on: https://gerrit.libreoffice.org/1621Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Cédric Bosdonnat yazdı
Change-Id: Ib74f8f1a79ca04c42db9bd2c35ae6c4729edad69
-
Tomas Chvatal yazdı
This switch just makes possible to configure in ln delivery instead of cp based one. The feature was already in the place, we just make it visible as configure option now. Change-Id: I778ef3b03e6b9a57057e66ff6307e7da46bcd935
-
Tor Lillqvist yazdı
Change-Id: Ide189c5f3ace0a5a7478ae1a70c315fe3e461667
-
Tor Lillqvist yazdı
For Windows, superseded by Windows Installer patching (i.e., creating .msp files), which is something completely different. (And quite hard to get working... but still a saner approach, I think.) For Linux, many distros use delta RPMs or similar, so no home-grown LO-specific patching mechanism is needed. Remove the -patch and -patchinc command-line options to make_installer.pl and all code that was invoked only when using those. Remove the PATCH and PATCH_ONLY flags in scp2. Remove the patchmsi.dll Windows Installer custom action. Change-Id: I09e949e601a969f88eff60067faa2352f4f89537 Reviewed-on: https://gerrit.libreoffice.org/1605Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Matúš Kukan yazdı
Moved from translations' custom makefile. Change-Id: Ife58bfa3ee607b06617d7db80408afb453b9a10c Reviewed-on: https://gerrit.libreoffice.org/1622Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Marcos Paulo de Souza yazdı
Change-Id: I467ad9307536e6cdd32ebcdd40539bd5f8614c85 Conflicts: dbaccess/source/core/dataaccess/documentcontainer.cxx
-
Tor Lillqvist yazdı
The asm code loads values into parameter-passing registers r0-r3. (That is one of the very purposes of the asm snippet.) We need to tell the compiler that. The compiler does not analyze the asm snippet and has no idea by itself what it does. Otherwise the compiler might well put one of the input values to the asm snippet, like the "pmethod" (the value of the pMethod variable) into one of those registers, so that when that value then is used in the asm snippet, *after* r0-r3 have already been modified, it obviously is totally unrelated to pMethod any more, and the result is that the code jumps into hyperspace. Apparently this has worked purely by luck, or thanks to GCC conservatively avoiding using the r0-r3 parameter-passing registers in this way. The problem was noticed when using the same code with Clang. The above analysis tentatively confirmed by Caolán and Jani Monoses, who wrote the code. Change-Id: I3018c2e2ccb83e7a71144425fa404ad28bb955d6
-
Ivan Timofeev yazdı
Change-Id: I2b02b62311c00fc47892ea7e24d8bc01ac4fb149
-
Ivan Timofeev yazdı
Change-Id: Ibd92f5ebe3079dd0b75a0f429efc68842a4305ec
-
Markus Mohrhard yazdı
Change-Id: I00d127dbb6151e3100be931079cbf8907ac69ddd
-
- 09 Ock, 2013 19 kayıt (commit)
-
-
Michael Stahl yazdı
What happens here is that the xCursor->goLeft( 1, true ) selects the entire inserted table, which is then deleted. That causes annoyances, such as an assertion from ~SwIndexReg because as collateral damage the SwTxtNode that SwReader::Read's pUndoPam points to is also deleted, as well as missing tables in the document. DomainMapper_Impl::RemoveLastParagraph() can avoid this by not using setString() but instead disposing the paragraph, like it already does in other cases. But don't do it for new (loaded) documents, because it may kill flys in that case, which i strangely couldn't reproduce when pasting as RTF. Change-Id: I87302b8916e39ca42bc4fedfee40ac38fadd0939
-
Michael Stahl yazdı
These do not occur as such but while a node is being destroyed it is still in the nodes array and may have some base class types; without giving these a value gdb will just stop printing the nodes array then. Change-Id: If78c4f633312cf8bad0048b704fe20bd09c7c28f
-
Luboš Luňák yazdı
My self-built 4.0.1 on Linux handles this fine, but 4.0.1 is not used for LO building except for MacOSX. This specific operand combination is rather unlikely, so this shouldn't actually cause any problem in practice, hopefully, but I'd still like to check this where possible.
-
Miklos Vajna yazdı
-
Luboš Luňák yazdı
On mingw sal_Unicode is not wchar_t (see sal/types.h).
-
Chr. Rossmanith yazdı
::rtl:: prefix removed from OUString as well Change-Id: I4de29a9c487ff2b87fdb5efa8e75aaf5b88402b0
-
Luboš Luňák yazdı
Moreover, according to MSDN, wcscpy() in C++ is a template that doesn't need the length passed, so this shouldn't make actually anything worse.
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Gokul yazdı
Change-Id: Ia49f0c8982e901fdb869d451cc3f272f629afc81 Reviewed-on: https://gerrit.libreoffice.org/1384Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
This appears to be broken at least since bde5b815 "INTEGRATION: CWS jsc21 (1.11.2); FILE MERGED: 2008/05/27 16:59:34 jsc 1.11.2.1: #i88797# adapt for new structure"? Change-Id: I6385ca10cdded13e6d1aaf08d353f5029843d38d
-
Caolán McNamara yazdı
Change-Id: Ife2d92131f7cd758628ae686cde734dab56e4499
-
Kohei Yoshida yazdı
During the import, a cached matrix value only has an empty matrix of correct geometry, plus the token type of the top-left cell. The rest of the elements are imported as hybrid values. For now, this seems to do the trick. In the future we may want to change it to fully populate the matrix cache value during the import, and skip setting the hybrid values for the non-top-left elements. This commit also make several other trivial changes: * Mark pRawToken mutable so that we can mark those IsFoo() methods const. * Move the ScCompiler instance from static instance to member of ScXMLImport. Since we don't need the instance to persist once the import is over, this is more appropriate. Change-Id: I1abde03c0fcd91b02ef4dbf8b5526f7965eaf19c
-
Marcos Paulo de Souza yazdı
Change-Id: I2a4381cbe1e716cd2de1fb596053646d1a74d4b0 Signed-off-by:
Marcos Paulo de Souza <marcos.souza.org@gmai.com> Reviewed-on: https://gerrit.libreoffice.org/1572Reviewed-by:
Luboš Luňák <l.lunak@suse.cz> Tested-by:
Luboš Luňák <l.lunak@suse.cz>
-
Eike Rathke yazdı
Partly reverts d7a5ec62 An empty locale was treated as LANGUAGE_NONE, effectively being interpreted as absence or undetermined or multiple or all depending on context. Restore this behavior as it was an undocumented feature of the API. Change-Id: If4b1641e776d10dea0d3037f7a62725c2b8d612c
-
Abdulelah Alarifi yazdı
Change-Id: I67301dbd5b77cc5439f80b6bf4c241ca953216fd Reviewed-on: https://gerrit.libreoffice.org/1595Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Cédric Bosdonnat yazdı
Change-Id: Iafccfaa572b945d8d75d926ccc1935320b9d70d9
-
Caolán McNamara yazdı
Change-Id: Ib03ec188ba30d122ff687937209b989d418fe7ac
-
Takeshi Abe yazdı
Change-Id: Ib83c02d53fbae6a70781d9d9d7ab015b016c72a8
-