- 05 Ock, 2017 25 kayıt (commit)
-
-
Eike Rathke yazdı
The ScGlobal::GetErrorString() shortcut produced error constants in the localized UI language, which was wrong anyway when storing ODFF. Use compiler with context instead to generate the proper symbols. However, this currently maps all not defined Err:xxx to #NULL! so to preserve those additional work is needed. Change-Id: I1de7621d6349d5b00a5aac1cedc9f265c78c7db1
-
Michael Stahl yazdı
Change-Id: I55aa17c9c900f927735d530550d5a660b6c2148a
-
Michael Stahl yazdı
Change-Id: Iec89de279adf1c1cea3ecf84380d4b8b820714a4
-
Maxim Monastirsky yazdı
Change-Id: I03a001f5c670e0ca2c6d78fcf726ea5a46a93eab
-
Caolán McNamara yazdı
Change-Id: I7fe47f47f19b93eab5d0cef0afde63e6f61c21b4
-
Lionel Elie Mamane yazdı
Keep firebird_integer_x64le.odb around for a future 3.x firebird that will allow opening Firebird 2.5 databases, so that we can test this capacity in our tests. Change-Id: I05dbef51284bdb25132ff6cb661659430eea6a92
-
Olivier yazdı
Project: help e5fa8a6736f11ccb8c7e87ce7e07cf003be61fa1 Fix 'Insert - Document' menu entry in HC2 Change-Id: I31cfecee94a4f38c4ad1488eed1e555b1daba810 Reviewed-on: https://gerrit.libreoffice.org/32750Reviewed-by:
Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by:
Olivier Hallot <olivier.hallot@edx.srv.br>
-
Caolán McNamara yazdı
Change-Id: I7ce7621254583207b913555614204a3733e74263
-
jan Iversen yazdı
Cleaned some function to ease readability Prepare to add header files to solution. Change-Id: I7d9c5ea18cf74147d0639b6a8dcbf11bd9ad7bc8
-
Stephan Bergmann yazdı
cf. f255c3e9 "[API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always true" Change-Id: I958428881f17703d805873a1fe4854896438eb19
-
Justin Luth yazdı
The hidden cells in a vertical merge retained their numbered list properties. It is possible in LO's UI to create a table similar to this by numbering the cells first, and then merging them. So this behaviour also needs to be prevented in a future patch. Change-Id: I0c3ae50aada3fa03e624b1d4212b2776b7559036 Reviewed-on: https://gerrit.libreoffice.org/32512Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Justin Luth <justin_luth@sil.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Maxim Monastirsky yazdı
Change-Id: I4feb71c9117e13f18e2c5215714fd0170f166b64
-
Szymon Kłos yazdı
Change-Id: I873c49d8c0557eb3702de921fb5d2281acfed526 Reviewed-on: https://gerrit.libreoffice.org/32459Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com>
-
Miklos Vajna yazdı
Change-Id: If996c17dbfee2302a1d0f58428b088a953abcc9f
-
Miklos Vajna yazdı
It's exactly the same as css.drawing.MediaShape in this context. Change-Id: I4be114ef731e85222f0dd1d897f646ad8da3849d
-
jan Iversen yazdı
2 statement changed indention and caused problems Change-Id: I67c1d51fcb9efa447085f8839c450c9741905f08
-
jan Iversen yazdı
Changed target_by_location to an OrderedDict, this makes the modules sorted in the single solutions. Change-Id: I55096638c08610f761844ab66fcaadf6c00ff2c8
-
jan Iversen yazdı
The xcode generator, now generates 1 solution. libreoffice.vcxproj The project contains all targets and all source files (as delivered by gbuildtojson). Lots of work still outstanding. Change-Id: Ibe233dba395aa2f342d865e56053f292f708efa3
-
Stephan Bergmann yazdı
Change-Id: I1b8a3dfa1dc6b351ab0903a74eae19dfa6d0888d
-
Tamás Zolnai yazdı
m_pCurrentMainType->commitToModel creates the same lock. Change-Id: Iaecf6b3392ce7b1371623f962b0fdc58f8ddaa07
-
Tamás Zolnai yazdı
See commits: c613b5db 610bc5aa Instead of adding new conditions or variables, here we need just to initialize nActNumLvl to a new default value. Change-Id: I7b5a559ab5fecdc2a060840a99479312fabbcb4b Reviewed-on: https://gerrit.libreoffice.org/32745Reviewed-by:
Tamás Zolnai <tamas.zolnai@collabora.com> Tested-by:
Tamás Zolnai <tamas.zolnai@collabora.com>
-
Tamás Zolnai yazdı
Change-Id: Icec3a948a92bf54bfc442b34cf806e053a9096f3
-
Markus Mohrhard yazdı
This was never a problem until we started to export the VBA stream instead of just writing back the imported stream. Change-Id: I4e20e717bebd3dc649efcf1b9c18b6e5053303d9 Reviewed-on: https://gerrit.libreoffice.org/32741Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Tamás Zolnai yazdı
Change-Id: I169027a02bd4e0e5c2e0011e6aca4d6063547ca0
-
Tamás Zolnai yazdı
Change-Id: I81caa89fe2ebfb88ce4eb36b8edb9460e9aca9c8
-
- 04 Ock, 2017 15 kayıt (commit)
-
-
Eike Rathke yazdı
Similar to CopyCellsFromClipHandler. Change-Id: I7da8a55c3648c6f04c5f3b11459764fd42f51399
-
Eike Rathke yazdı
This apparently was never implemented, unlike in the block pasting code that handles it fine. Formula cells with error results were always copied as is if numeric was requested, even if formulas weren't requested. Change-Id: Id550c4e757b6bb2c06aa0637328216383cdf3d6b
-
Maxim Monastirsky yazdı
Fixes size and position issues under gtk3/wayland Change-Id: I357a5935e2b44fd3d5effde8cf7d3499e26384db
-
Maxim Monastirsky yazdı
Change-Id: I0cfe88c65cc75757938a9f8004c219fbe39f88dd
-
Maxim Monastirsky yazdı
Change-Id: I0135f084f64b9709688f0f9205940baf193c5d83
-
Maxim Monastirsky yazdı
was unintentionally broken by 64a2dc96 Change-Id: I3358d8104dd1e2200f84019a2c4c41f1e0019399
-
Maxim Monastirsky yazdı
Change-Id: I2f61e25ef4451775320f8fa1761a951ab94af7d5
-
Maxim Monastirsky yazdı
Change-Id: I3d0aad6d2b434866df9110d3b8493fec2d2c94fe Reviewed-on: https://gerrit.libreoffice.org/32465Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com>
-
Zdeněk Crhonek yazdı
Change-Id: I4b3a560b7e0a82f204d16c740836d02ba63d955e Reviewed-on: https://gerrit.libreoffice.org/32734Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Zdeněk Crhonek yazdı
Change-Id: Id853563e39eeb9f31ca5ffd0e72a317989a4791e Reviewed-on: https://gerrit.libreoffice.org/32735Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Caolán McNamara yazdı
Change-Id: I99bb32355bc53e2c870f84e60fc1e35b9dfe8270
-
Caolán McNamara yazdı
Change-Id: I95923685d412145e88b672a50311c767d1425493
-
Caolán McNamara yazdı
Change-Id: I93755ac95c170c457b32adac07557ed48ad8beee
-
Caolán McNamara yazdı
Change-Id: I0ccb4adfec39f8717d5921e04809af65be066d0a
-
Caolán McNamara yazdı
Change-Id: I458036b084645af509d64a78f5389415dfc4115a
-