- 11 Mar, 2015 40 kayıt (commit)
-
-
Luboš Luňák yazdı
It should be sufficient for every record to just update the fields and print the document. The printing code apparently rather expects to do the printing in one go, so split the functions up there. Conflicts: include/sfx2/viewsh.hxx include/vcl/print.hxx sfx2/source/view/viewprn.cxx sw/source/uibase/dbui/dbmgr.cxx sw/source/uibase/uno/unomailmerge.cxx vcl/source/gdi/print3.cxx Change-Id: I4d17c703b3220f47609fc4b054ce048b299a0c92
-
Luboš Luňák yazdı
These are public in the base class. Conflicts: sw/source/uibase/inc/view.hxx Change-Id: I839ffe56a835f99c2812cffb60804b74aaa9c5ac
-
Luboš Luňák yazdı
The singlefile mode needs a new copy for every record, because it modifies it (such as changing fields to text), but the non-singlefile mode does not need all that relatively expensive work, because it just updates the fields and nothing else. Conflicts: sw/source/uibase/dbui/dbmgr.cxx Change-Id: If02cf8aca1d0f050ffb63cd85d5a9455afc5a6ea
-
Luboš Luňák yazdı
Conflicts: sw/source/uibase/dbui/dbmgr.cxx Change-Id: I1360e215bff42dd866ab1d94a18a8f2f9ddc7c66
-
Stephan Bergmann yazdı
Change-Id: Ibb7d689bd175959a195d27130db1a29d30f423bf
-
Chris Sherlock yazdı
Change-Id: I997701eb56ca13ff0806f7284e1634c755f06fd5 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I271e045ed2f80e648d620f26cd60215f7f806bd1
-
Caolán McNamara yazdı
Change-Id: I38f0e3d606d80b717b27a105ebe72b96f3eba50b
-
Caolán McNamara yazdı
Change-Id: Iaed1dafbae75fa61b15349aedda50a7b2d895719
-
Caolán McNamara yazdı
Change-Id: Id6b72a1a3133e47a07ee274f4082dde0e7032894
-
Caolán McNamara yazdı
Change-Id: I5da7ec2992f9f0b20aa075ee33d0b882cdf91901
-
Eike Rathke yazdı
Change-Id: I507b6dfc0ce1a7b0f28142b05e15834ad6e6ac80
-
Eike Rathke yazdı
Change-Id: If781e6ab13eb5ad175352e330379776d6ca4fcd8
-
Stephan Bergmann yazdı
Change-Id: Ie64d47123200c23a1aa2c0a81135b265d09c0f63
-
Chris Sherlock yazdı
Change-Id: I673c8daabb6438f833571b0c70df1e73e6b8d273 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Michael Meeks yazdı
We need the default instance created first. Change-Id: I95f51e9ec5d9827f2b1b53bcadb1f43c9e637edd
-
Michael Meeks yazdı
The system timer needs earlier and/or more consistent initialization. Change-Id: I148d98537cc055a091181bd36a654ae35f665aaf
-
Eike Rathke yazdı
... because sFormula1 in such cases usually (?) is not empty. Change-Id: Idc0b71e258018b4728e3d7e7f8942e0c09b22e5c
-
Noel Grandin yazdı
10a1b861 "convert MarkType to enum class" Change-Id: Iad1c294c4836ededea23c5edcb67dea54dd5357a
-
Tor Lillqvist yazdı
One or more pointers into them apparently gets stored into the NSSCMSMessage data structures during the my_NSS_CMSSignerInfo_AddUnauthAttr() call, and thus when the variables go out of scope said data can and will be reused for some arbitrary other thing, and those pointers in the NSSCMSMessage will point to bogus data. Avoids a crash when compiled with gcc. (No crash when compiled with Clang, it apparently allocates nested block stack variables differently.) (The Windows MSVC build uses a different code path entirely here.) Change-Id: Ic941d766904a216cce86ee6bd38864801b9110e8
-
Noel Grandin yazdı
after my commit 5eea85ec "convert SwMoveFlags and SwInsertFlags from enum to enum class" Change-Id: If5af977fdd77b82de447b71e166d81fca5840395
-
Noel Grandin yazdı
Change-Id: I73c23d327104b377834013a0a6bd2de18de2900b
-
Luboš Luňák yazdı
According to the X protocol log in the bugreport, this timed function sometimes does time out, in which case the timestamp becomes 0, which as user timestamp is interpreted by window managers as "do not focus", which is indeed stupid to ask for just because a call timed out. Especially given that this is broken in principle, as the event is bound to come (barring the more than 5 years old libxcb bug, which must have been such a lame bug that it probably shouldn't even have been worked around, and definitely not unconditionally and permanently). Change-Id: I4d122ea038c0c56b1fda590df13bf119d746fd0a
-
Caolán McNamara yazdı
Change-Id: I4a33bd92fc8448638a4bfe1eab7e5041a4c5cc39
-
Stephan Bergmann yazdı
The problem being that any lib later loaded via osl_loadModule (e.g., libgcc3_uno.so) would not bind to the same global (RTTI-related) symbols as libsofficeapp.so and its dependencies (so, e.g., -fsanitize=function would erroneously assume that bridges/source/cpp_uno/shared/component.cxx's uno_initEnvironment is called with a different, non-matching uno_Environment type). Change-Id: I08b0cbc1f9eb74641eb617c46587a0a528a56c31
-
Stephan Bergmann yazdı
...which already takes care of things like increasing stack size under ASan Change-Id: I89f9a25a660aacd41e1125766b23f7be395e7af8
-
Stephan Bergmann yazdı
Change-Id: I3fd9d6447adfa365a823ca6e87f0939670bcb39b
-
Noel Grandin yazdı
Change-Id: I1aca134fcc0384df4797cacafa9fbc1ed88d6617
-
Noel Grandin yazdı
Change-Id: I3cf5670e8cc616e4284c5f4865d244ee4db2c628
-
Noel Grandin yazdı
Change-Id: I2cfc9f2f165f970daa2dc42ec4d733dde968b55a
-
Noel Grandin yazdı
Change-Id: I7fb7b76d0642653efb9f3cfe2b55e3a7c5972c5e
-
Noel Grandin yazdı
Change-Id: I067656a47845c5d3fa143ce400b4ef0f8bf9ac5f
-
Noel Grandin yazdı
Change-Id: If7dd0c49480756afb7d4eaaba597ecc305c35f64
-
Noel Grandin yazdı
Change-Id: Ie54e0699312b6c072d2b162a068cffdf960be4d0
-
Miklos Vajna yazdı
Change-Id: I7da23e7b7d35f2cf46c7dfbc8f251da2205925bb
-
Zolnai Tamás yazdı
Change-Id: Idedcb4a9add451fbdf39cad1429669a12b8c11b9
-
Zolnai Tamás yazdı
Change-Id: I9b9335464c774bca13013576583877895d673592
-
Zolnai Tamás yazdı
Change-Id: Ida97950286bc69154d10cbc9b5ac699e7ad608ad
-
Caolán McNamara yazdı
Change-Id: I7783d96e40de7a8df794f143d2c7830bf3314218
-
Caolán McNamara yazdı
Change-Id: I715d49722ebe4658c108cb9b7bd6fa3934d973f8
-