- 13 Eki, 2015 40 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Iecf7d7de7693432d99dd7d38ad2034a7dbfd4e48
-
Eike Rathke yazdı
... needed since we accept A:A entire column notation without the need of a row number being specified. Change-Id: I84f6a39e213a4b554e0188e73b4acb34c7a98460
-
Stephan Bergmann yazdı
Change-Id: If934445fc597015198486445c9d33ad2994d6fee
-
Stephan Bergmann yazdı
...and reduction of variable scope Change-Id: I1fa14c04646bf9faf35de9e54969589be64ea006
-
Stephan Bergmann yazdı
...ever since cc316b39 "Port of Lotus Word Pro filter, by Fong Lin and Noel Power" Change-Id: Ia060ac0fb631d076fefb168ee96d8d2054634fca
-
Stephan Bergmann yazdı
...since previous commit Change-Id: I439c8d66a826624a3131b56d96ff3fdd030abb28
-
Stephan Bergmann yazdı
...ever since cc316b39 "Port of Lotus Word Pro filter, by Fong Lin and Noel Power" Change-Id: Ia7eb16a63c53a43f6c57e26aa629f7c9cf7ef089
-
Justin Luth yazdı
Although $include <i18nutils/unicode.hxx> compiles on Linux, it doesn't compile on the Mac without this. Change-Id: I56eae77b1c293b2348ca1fd7b38b543ea713557d Reviewed-on: https://gerrit.libreoffice.org/19355Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Justin Luth <justin_luth@sil.org> Tested-by:
Justin Luth <justin_luth@sil.org>
-
Stephan Bergmann yazdı
...where the "bOk = false" from the leading "if" is always overwritten in the following check of "bOk = sTableRange == _sUpdateTableName". The code had been effectively like that ever since it got introduced with 4ae41a46 "INTEGRATION: CWS dba30," but it looks broken. I assume the two checks of "sTableRange == _sUpdateTableName" for pNode->GetChild(0) and pNode->GetChild(2) shall only be done if the leading "if" is not hit. (And one remaining uncertainty is if really only one of those "sTableRange == _sUpdateTableName" checks needs to be true or if both should be true for bOk to be true.) Change-Id: I453690d65326ed67d7a074d4e4783a743a60d454
-
Stephan Bergmann yazdı
In 8b9e4e39 "initial import" the assignment to bCheck was in a for loop that used bCheck in its condition, sal_Int32 nPos = m_nStartPos+1; for(; aIter != m_pMatrix->end() && bCheck;) { if(!aIter->isValid()) ... m_pCacheSet->fillValueRow(*aIter++,nPos++); bCheck = m_pCacheSet->next(); } that loop was then replaced with sal_Int32 nPos = m_nStartPos; bCheck = fill(aIter,m_pMatrix->end(),nPos,bCheck); (without further use of bCheck) in 2facbebb "MWS_SRX644: migrate branch mws_srx644 -> HEAD" (and the braces around { ORowSetMatrix::iterator aIter(aEnd); sal_Int32 nPos = m_nStartPos + 1; bCheck = fill(aIter, m_pMatrix->end(), nPos, bCheck); } introduced in 1234d599 "ORowSetCache: overhaul internals," presumably to limit the scope of that aIter introduced there). Change-Id: I1cf4a22fbd1b76d524251a82c3ab4e6ca7a9eca1
-
Samuel Mehrbrodt yazdı
Change-Id: I5e28e76a084ecdbd60d1599114bb75d7775865d3
-
Miklos Vajna yazdı
Change-Id: I8a2fcaad5806ef204cdac0f6eaac615d50d6d9e8
-
Miklos Vajna yazdı
Given that sd doesn't support find-all yet, this works for normal find only at the moment (so it may report multiple rectangles, but always a single match). Change-Id: I47bd0d0161b9d1dc843bb503f5521f311fc158c4
-
Miklos Vajna yazdı
This gives sd access to the selection rectangles as well (as opposed only to the document model positions of selections). Change-Id: Icb903e91f9e868573403b360bbe839705ddf2916
-
Yousuf Philips yazdı
Change-Id: I53ee3002db38cc7d79cd431fc6254fde5427b751 Reviewed-on: https://gerrit.libreoffice.org/19136Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Samuel Mehrbrodt yazdı
Change-Id: Ie0e8aa9928f59f97cdee5c082694f9af474e1473
-
Caolán McNamara yazdı
Change-Id: I75e12841ad6cbf6e15529a3ce2fc75472c846cd2
-
Stephan Bergmann yazdı
...so remove these remnants from a time when developers got away with ignoring warnings and tools/solar.h was considered the center of the universe Change-Id: I526c6b44fafb98e8400f2ab122dbb7e2bfbb3480
-
Stephan Bergmann yazdı
Change-Id: Ic5befe71c9cb4ffa37b3298b269bcd7ef713b937
-
Eike Rathke yazdı
... setting a control's background color has no effect (until input field text is changed?) Could be observed in the pivot table dialog's source range edit when an invalid range was entered. Change-Id: Iafb2a9016ac6bd4c020273911d62dd7423ee0458
-
Jan Holesovsky yazdı
Change-Id: I0549579f49eb6de8b8460fcf8c70c399294e507d
-
Caolán McNamara yazdı
use case is a desire to enable viewing and setting rounded rectangle radiuses to an exact known value Change-Id: I7e6a4db0699076950adf5869a61825159766c46a
-
Stephan Bergmann yazdı
Change-Id: I7460e993851335db108a02afe2c147ee57736b0a
-
Yousuf Philips yazdı
Change-Id: I7bede0cb520f446582d01bc0e5f583ddf4655ce0 Reviewed-on: https://gerrit.libreoffice.org/19178Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com>
-
Stephan Bergmann yazdı
...from b630f9a3 "tdf#94386: Unit test stub - emulates the steps to trigger the bug." Change-Id: Id845ed86920614c592f891d85e6ee3d1673056f8
-
Stephan Bergmann yazdı
(found by clang-analyzer-deadcode.DeadStores) Change-Id: I27ff1222295a151a7616ed380439b87d27866899
-
Stephan Bergmann yazdı
Change-Id: I07745fc47f5d7908c35045e83cb230d4e91a813a
-
Stephan Bergmann yazdı
ever since 68e756de "n#657896 - Gradient Transparencies and Muticolor Gradient fills" moved the use of nDmlANgle (to set aGradient.Angle) from after the if/else to inside the else branch. According to vmiklos: "i guess it's just an oversight that the 'nDmlAngle = nShapeRotation;' is not removed in the 'if' branch." Change-Id: I63e449e01a83415d988d6616388d724449997f39
-
Stephan Bergmann yazdı
Change-Id: Ifa8cf3fcb7b33ffb03ef89d2f88cf4ab8287e43f
-
Stephan Bergmann yazdı
Change-Id: Id55865a539c90ef7e1fa1a2da2cc614e71115e6c
-
Stephan Bergmann yazdı
since 1cbec9cd "Resolves: #i119480# Fixed import of curves from PPT" Change-Id: I90107e4163503fd83676c4e104d1c7db08f12a18
-
Stephan Bergmann yazdı
Change-Id: I8082afe49a568b1cba9ce25dde9cad5e283244e4
-
Stephan Bergmann yazdı
...for consistency with 0fad62c2 "-fsanitize=enum" Change-Id: I96e2a791811b5f45735d2ccb0686bcc12fe9a5a2
-
Christian Lohmaier yazdı
Change-Id: I987262e4e9ae99c889285658fc9f840655d29191
-
Norbert Thiebaud yazdı
upstream seems to be working on it, for now just turn it off when building with SDK 10.11 Change-Id: I07efbf7fb363f4ea09ad42f9f6a1d7303c60da56
-
kerem yazdı
Change-Id: I1002a25e0349263f286d3e3752579660a1ee5728 Reviewed-on: https://gerrit.libreoffice.org/19328Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Samuel Mehrbrodt yazdı
Change-Id: I52cff17d4d909135e40be53cd5c22a1565953762
-
Yousuf Philips yazdı
Change-Id: I1124445280ef8cd80d24c4fbd78578630a157f69 Reviewed-on: https://gerrit.libreoffice.org/19293Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com>
-
Jan Holesovsky yazdı
[But does not assert the result yet.] Change-Id: I7a9c64057339538f80d57c21fce83f4b23cdf396
-
Samuel Mehrbrodt yazdı
See https://github.com/emscripten-ports/zlib Change-Id: I0af6e2f1f1908838f940ab11706637e3407263fd
-