- 19 May, 2014 40 kayıt (commit)
-
-
Chris Sherlock yazdı
Change-Id: I7ab6fe8592845040f9e87f3667c11200735d7d63
-
Chris Sherlock yazdı
Change-Id: I050cb975dfa6ba20a6a840f24d30745fbafbfaef
-
Stephan Bergmann yazdı
Change-Id: Iaa06237d3e554d3a3d9c87f6c5dba715343afa25
-
Stephan Bergmann yazdı
Change-Id: I6eb46f1ffccc1d98b1a1485486cbc355ce296cd3
-
Michael Stahl yazdı
It looks like commit dda842be wanted to #ifdef this Execute_Impl() call but somehow duplicated it. Change-Id: I745e16cb0be19cf38eb70dd261204c879aa6986e
-
Michael Stahl yazdı
In the fine tradition of our enterprise-grade code base, this lets the check in SfxCommonTemplateDialog_Impl::Execute_Impl() do an early return if the "this" instance has signalled its untimely demise even if there are multiple calls of Execute_Impl() on the stack; extending the scheme with further epicycles to make it work if the Execute_Impl() calls happen on 2 different threads is left as an exercise for the interested reader. (regression from bcc52fb2ebdf77a1cc089857775fd742085b45b6) Change-Id: I1d9f0d82bf6d9f5da8f9bd2be57d01937d71fd26
-
Kohei Yoshida yazdı
Change-Id: I6fdce232ef41079f20a983dc72da032196078858
-
Eike Rathke yazdı
Change-Id: I4de41e5b66f1a856a786c521ca4ef2eec14c7499
-
Thomas Arnhold yazdı
Change-Id: Ibbb234a15de9ddb71552ef083ade72d2ac724ee0
-
Thomas Arnhold yazdı
Change-Id: I61bd6e7f104f23e5480350a9b1bd6ba31b95a9cb
-
Thomas Arnhold yazdı
Change-Id: I360d2124ece10ca939a45b9307daf760aaefc557
-
Thomas Arnhold yazdı
Change-Id: I62da508151614277d59e831c7506c3ec715348f4
-
Thomas Arnhold yazdı
Change-Id: Ie3dd8674e1fa927d15eeb6a64a0cad24b8825262
-
Thomas Arnhold yazdı
Change-Id: I3624890c9b8a69b2ab1efbb3554c99076eb75bb1
-
Thomas Arnhold yazdı
Change-Id: Icd95ef188aa04ce25a1c251701aa27a5516b5077
-
Thomas Arnhold yazdı
Change-Id: Iad30f8d988e9541a896d9b1702c7a3e8afd8d8fd
-
Thomas Arnhold yazdı
Change-Id: I918733eb5f78b40ae990975035d11e396274c5cc
-
Thomas Arnhold yazdı
Change-Id: Iaf33c536c86a372aed2a719b6f87a8e03a5481ea
-
Thomas Arnhold yazdı
Change-Id: I57439b09e95bf385436501921ca8db1469758105
-
Thomas Arnhold yazdı
Change-Id: I0461ef7af824e1fda04135154682fc4dba8a8693
-
Thomas Arnhold yazdı
Change-Id: I821560e86a45ac53f4886bedd957e5d2dd30e3cd
-
Thomas Arnhold yazdı
Change-Id: Ia35011b115ca9a6dbcc6f0a047d876d9ad132dcb
-
Thomas Arnhold yazdı
Change-Id: Ia03ee551f3694a77f70325168998e4e02517e318
-
Thomas Arnhold yazdı
Change-Id: I634c6412ed4be5611913887b5dd51837405e2250
-
Thomas Arnhold yazdı
Change-Id: Ied5806a1706473ac0fe4e1baebb71256cf56681d
-
Thomas Arnhold yazdı
Change-Id: Ifcfd08984df883a06a133b407ac90ddf259b3bef
-
Thomas Arnhold yazdı
Change-Id: If80632525d88ed889291913b172fa3cb2a3ac956
-
Thomas Arnhold yazdı
Change-Id: Ie353c561ccdcfb3c198ff05943f0ea64a3626735
-
Thomas Arnhold yazdı
Change-Id: Iece721dea1c8cc7601352849ca4fc0398375d320
-
Thomas Arnhold yazdı
Change-Id: I52c7bcaeab874b007f90532d4609afe89d53a5df
-
Thomas Arnhold yazdı
warning: missing initializer for member '_typeobject::tp_finalize' [-Wmissing-field-initializers] Change-Id: I7ab82025fd8c2f0d8fa4943690a217c4a4dc369d
-
Thomas Arnhold yazdı
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
-
Christian Lohmaier yazdı
VS2012 did change return value of fileno function, this results in a crash when run in GUI mode (but not when launching from a shell), as python tries to access the nonexisting stdin/stdout/stderr Also explicitly target Windows XP Change-Id: Ic783713b55453f3c38b2e766a664b7f4678711de
-
Miklos Vajna yazdı
Change-Id: Ie15ff20524e7065323e681945bb5eaf199a2bf3a
-
Chris Sherlock yazdı
Change-Id: I8f617f2c480f8c5c7f5230cc6d6a6e82d8750857
-
Michael Stahl yazdı
sfx2::DocumentInserter::CreateMediumList() creates a SfxFilterMatcher that should match Writer filters only, but actually Calc filters may be returned; check that the document service matches. (regression from 3da8f368) Change-Id: I6208d38c1110355105aa5d1ffa1b57142193a4d7
-
Stephan Bergmann yazdı
... (which happens when the service manager is disposed), so that no bridges can still run during exit. But this is so glaring that I wonder whether I missed the obvious when I originally wrote that code, or whether I rather miss the obvious now. So better let this rest for a while on master before deciding about any backports. Change-Id: I7c9ad6c8a53dfd1a7b702640920dcb0a9a2c3007
-
Stephan Bergmann yazdı
Change-Id: Iaf8e63de6bab25cdac9b037a7223675eed88673a
-
Caolán McNamara yazdı
Change-Id: I73a064a40476f685dbf19097115bd48c5cc0f578
-
Caolán McNamara yazdı
Change-Id: Ica30df49caf79117bbce36ec461ec5ef37bef20c
-