- 17 Şub, 2015 12 kayıt (commit)
-
-
Chris Sherlock yazdı
Change-Id: I8f1588cbd338e2f8b5bc6047d84b17c697a7d2d3
-
Andras Timar yazdı
Change-Id: I89fe5532b5a8305f94b4c70aac2df7737e691ab5
-
Tor Lillqvist yazdı
Change-Id: I3d5218b4777f7a1f486b5d4faec1959ade39d123
-
Tor Lillqvist yazdı
Work in progress. If a TSA is selected, pass it along to the signature generation in vcl. Change-Id: Ibe105b6d02ab9241b93dd66ab3cb1fa8c6d10093
-
Tor Lillqvist yazdı
Work in progress. The selection not used for anything yet. Change-Id: Ia86fa0f59dcfee8e9d332a028a3fad37f4019fe0
-
Tor Lillqvist yazdı
It is just a simple list of entered URLs, accessed from the Security page. No sanity checks for now. No selection of a "default" one for now. Implementation is much simpler this way. The actual selection of one TSA (or none) is done when exporting to PDF. Change-Id: I0392eabc9b9629a6f0a767d1b2337622a61c120f
-
Tor Lillqvist yazdı
Change-Id: I237c90c6451ff0bd0e7a691516ec8ebe70437e4b
-
LeMoyne Castle yazdı
Initialize java class member objects exposed as XSolver properties: no default construction in java. Fixes issue for both DEPS and SCO solvers. Also removed info level console prints. Change-Id: I6762c5cca978072ce20b1f69a6b523f53364107d Reviewed-on: https://gerrit.libreoffice.org/14499Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Radu Ioan yazdı
Fixed some cppcheck defects Change-Id: I25fd6aba9d76df98d20b9a1bb4c9d3c1bf6f84bb Reviewed-on: https://gerrit.libreoffice.org/14487Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Markus Mohrhard yazdı
Change-Id: I2de5ec5e705a7c2cbd3ccd5d494dafc5c939448a Reviewed-on: https://gerrit.libreoffice.org/14515Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Markus Mohrhard yazdı
Change-Id: I499595df25f9a36eb1326cb5374db0541bd42ee4 Reviewed-on: https://gerrit.libreoffice.org/14514Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Markus Mohrhard yazdı
Change-Id: Ifab81cb6e54e177aaf31aceeddc1b6cd3c0cc888 Reviewed-on: https://gerrit.libreoffice.org/14513Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
- 16 Şub, 2015 28 kayıt (commit)
-
-
Caolán McNamara yazdı
at least not to ensure that they are singletons anyway Change-Id: I08176afa67ac5f8e4f479b70ca5d71c52d0bb9af
-
Caolán McNamara yazdı
Change-Id: Ia997e243d28a54d2e3cc9714fe3e7e86d198797c
-
Michael Stahl yazdı
Change-Id: Iad2a1c7796812e09c408868d7fa60705a1cc91be
-
Thorsten Behrens yazdı
This fixes up 3d403f2a, by not removing public API. Change-Id: I60a4b7284661238bdf32a1600f27a7e507c5374a
-
Michael Stahl yazdı
A build with gcc (GCC) 4.9.2 20141101 (Red Hat 4.9.2-1) for 32-bit x86 fails because of these undefined symbols: > nm --demangle workdir/CxxObject/svx/source/fmcomp/fmgridif.o | grep \\bWindowListenerMultiplexer::acquire U non-virtual thunk to WindowListenerMultiplexer::acquire() They should probably be generated inline. Work around by out-lining the definition of the methods. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64812 Change-Id: I318f7c39bdf1243be385bc6dc0a47862b22e92c5
-
Michael Stahl yazdı
In a regex searching for "$" to remove the paragraph break, sw_JoinText() may fail to join the nodes because the maximum size is reached; in this case the cursor has to be moved to the next node, otherwise the search will be stuck on that node forever. This would fix the problem in LO 4.2 but it's actually rather harder to trigger in 4.3+ because the 16-bit size limit of SwTxtNodes is gone. (regression from b60ce846) Change-Id: Ie047cad37835adf95afe0d12b94a16ff4aecb17a
-
Michael Stahl yazdı
... b60ce846 Change-Id: Iba1a059b3aeb5b2266398d80e6995f98fd580f14
-
Michael Stahl yazdı
Boost is clearly following the C++ tradition of surprising omissions. Change-Id: I205ef17f87b176da938ebfa3e1a0748e94605daf
-
Michael Stahl yazdı
... if the parameter is currently in the same list. The "boost::intrusive::circular_list_algorithms::transfer" has a precondition that the 2 parameters must not be in the same list. This causes an infinite loop in SwFindParaText::Find(), which is hiding the infinite loop that i'm trying to debug... While at it, remove some unnecessary complexity. Change-Id: Ib41f52c6d5c44ecc358c6170ee1e6e98729e1302
-
Michael Stahl yazdı
The function would un-merge them in that case, which is just a little bit surprising. Change-Id: Ife1d572635b812d3ff5b9f93c1ddf1954e12aca5
-
Jan-Marek Glogowski yazdı
Adds a KDE4 specific URL processing script. Change-Id: I0116fa95f076a5772e88c616e93de542fe4fe4e4
-
Jan-Marek Glogowski yazdı
Currently we fill the SwCalc dict twice via lcl_GetColumnCnt and GetMergeColumnCnt. This also drops the unused nFmt argument from GetMergeColumnCnt. Change-Id: I2f7fd1578353e919209002c0c3040adc14b08528
-
Joel yazdı
Moved ISEVEN and ISODD functions from mathematical to information Change-Id: Ib40e877c9809338031e4b3047fd7ef3f12b392a2 Reviewed-on: https://gerrit.libreoffice.org/14501Tested-by:
Jenkins <ci@libreoffice.org> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Albert Thuswaldner yazdı
Change-Id: I637c592aeb53830be2f32153462df7d9a189e844 Reviewed-on: https://gerrit.libreoffice.org/14370Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Tor Lillqvist yazdı
Change-Id: I1892d6c0c0466eea266b653f0b5907236cb84624
-
Caolán McNamara yazdı
Change-Id: I8652e7fb41bce932afa418cedfab308f03379040
-
Deena Francis yazdı
Change-Id: I955d0a3c99aa516677cac9c38b81aff41b616dc3 Reviewed-on: https://gerrit.libreoffice.org/13573Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I03c3bf1f920e77871383ab52e2c729154860b15d
-
Caolán McNamara yazdı
Change-Id: I331a3a358c5275b770aa1319f43af21b9bb3fd83
-
Caolán McNamara yazdı
Change-Id: I74b8e08d17b411daa1466c261f4797ee43cdcf67
-
Caolán McNamara yazdı
Change-Id: I87740d4d035bc4e430d566f4672bfd338511d3a8
-
Caolán McNamara yazdı
Change-Id: I0f0ce96ee8209f711739952422d642a012252d1f
-
Caolán McNamara yazdı
Change-Id: I20645122bc80d729093dff8d1a8094c6fbf7d68a
-
Caolán McNamara yazdı
Change-Id: I44b208a2c5c5bf73ac025462c9f7bd499ed0a49b
-
Caolán McNamara yazdı
Change-Id: I45857f694bb1906c2169058b9b09333a472da3fc
-
Caolán McNamara yazdı
Change-Id: I95659b790f356d6eaf495120fb8ac2c9eba854db
-
Caolán McNamara yazdı
Change-Id: If0f898a1e912fcd2095d8ba88b2b8046596e16ea
-
Caolán McNamara yazdı
Change-Id: I9219619b538b6530a89f5932ac51eb3b62eb396a
-