summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-01coverity#707676 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I546c3f497dc98c88a0d678622c20cced387a4ab2
2014-01-31coverity#707670 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I8815381cc1a9801ff5f5ecfac06ada234d5bc363
2014-01-31coverity#707668 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I3527de5f4a00d2fa2aa3b01a82d7c91a24547b86
2014-01-31coverity#738780-79 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: Ie8a986bb633a7d81f95b81eac5bf2879ccba2cb9
2014-01-31coverity#738781 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I85875bd817a94f7c1b457a85780329cf85a1c71d
2014-01-31coverity#984154 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I6f5b0fe54708a6cb40183dd3857042acdfd84e49
2014-01-31coverity#984155 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I02d2ef35d6d66faf8bc0e7431116ece03e2605fd
2014-01-31coverity#984156 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I03829d3fe431632f3c2ab585d19f812b9c2a94be
2014-01-31coverity#984157 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I301ab920389de23814f8e1ace6daf22a10459b9d
2014-01-31coverity#984164 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I5fa6608861b7049ad3964b695b0622ab583397d1
2014-01-31coverity#984165 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I9571b7f2dfabf1774acbf6b569aa1edc8fb6fda9
2014-01-31coverity#984166 : Uninitialized scalar fieldNorbert Thiebaud
Change-Id: Ibc58fb412cd171193e0a76beb1a45a38b4cb412d
2014-01-31coverity#735370 : signed/unsigned mixupNorbert Thiebaud
Change-Id: I98366335430ba5ede4e46e1e9ec6488739e2099a
2014-01-31coverity#736941 : Arguments in wrong orderNorbert Thiebaud
Change-Id: I94f0232f9e3544d43bf89a0cf728ea48dc7db470
2014-01-31Special case for formula cell fill down for quicker filling.Kohei Yoshida
Change-Id: Ia03aa4c042b22551deacf4d7a58c9492a0a13a66
2014-01-31Move this to its own method.Kohei Yoshida
Change-Id: Ief8356bc8e0d3d791c97849b8b00ece4ede0b803
2014-01-31Bit of a cleanup.Kohei Yoshida
Change-Id: I814ab7e55119a28bd52a8da7f21c03ff44c73e33
2014-01-31Take advantage of segment-based hidden flag storage.Kohei Yoshida
To avoid querying this states for every single column and row. Change-Id: I3e570ae5309c826e809c170ea4635dd37c9b0d43
2014-01-31Extract this code block into its own method.Kohei Yoshida
Change-Id: I43cc4ae350455c104d079e6aaaa28eabbd6c04e7
2014-01-31Resolves: #i12355# Corrected case that...Armin Le Grand
in WinSalGraphics::setClipRegion an empty Polygon is handed over (cherry picked from commit 9957d5854dcc65db37f0631c19e3421df1311089) Change-Id: Id19a708d228d205bb1e14664c04af6eef179a5d4
2014-01-31drop unused resource id argumentCaolán McNamara
it's the wrong resource id anyway Change-Id: Ie1880d2b745f3da6ddf173d98b326aa2d45ce0fd
2014-01-31convert solarize dialog to .uiCaolán McNamara
Change-Id: I1aab18d8e0aa12d39584266a6657436ea100b521
2014-01-31convert smooth dialog to .uiCaolán McNamara
Change-Id: If2894cef70bf6b9848a1338afaa36dc8b0d7d6be
2014-01-31introduce a layout aware GraphicFilterDialogCaolán McNamara
Change-Id: I932e4be6b7f4a2717748de561c424302ef429d63
2014-01-31GraphicFilterDialog->oldGraphicFilterDialogCaolán McNamara
Change-Id: I13eb7c462538520c119391ad54fac2c0e0d052e9
2014-01-31drop unnecessary dtorsCaolán McNamara
Change-Id: I033349bc554bca46a4b1d622cd8fb64d4c1f4866
2014-01-31Updated coreCaolán McNamara
Project: help 8d10ad8bf909f3624f57065f4950fe0e2e171b2b
2014-01-31Speed up simple fill of formula cells. Vertical direction only.Kohei Yoshida
Other cells could be optimized in a similar fashion, but they aren't that slow even with the current code. Change-Id: I0b71bf271fab68c9fba0b39463dfe3ef46dacfb0
2014-01-31Move the code for "fill simple" to its own method.Kohei Yoshida
Change-Id: I317f20eb4e8b6e41f12b7da872d158b859579861
2014-01-31add license headers to glsl filesMarkus Mohrhard
Change-Id: Ib473d7bbb39f50f5fea549e69dcac0e938a1700a
2014-01-31standardize the z oder handling a bit moreMarkus Mohrhard
Change-Id: I2d1eea5ffad071f37ea8475ce5ead5fb05e145c6
2014-01-31better OpenGL debug outputMarkus Mohrhard
Change-Id: I90a3883c0bbead0de02c8d4096eccecc59f1b0e3
2014-01-31extract the Z_STEP value into a defineMarkus Mohrhard
Change-Id: I38ccce4c35f6cdaa2df0dfc250fcea72a8b79049
2014-01-31apparently the OpenGL doc is wrong, we need GLSL 1.20Markus Mohrhard
Change-Id: I00a98b8a564c7d36f30672ba91593096e460ef8c
2014-01-31use fmod and make code simplerMarkus Mohrhard
Change-Id: I09cc4fa8288fafa78083da5bdfb8ddc6fc273da9
2014-01-31CID#1103719: fix memory leakMarkus Mohrhard
2014-01-31Slight optimization by avoiding to query for hidden state unnecessarily.Kohei Yoshida
Also removing static_cast during the loop speeds it up just a bit. Change-Id: I4644046c91da71f4b7305e9063a853d03c5921e0
2014-01-31DiagnosticsEngine::getCustomDiagID isn't const, so don't pass in const engine.Andrzej Hunt
Change-Id: I7e4494b7f1cb62ab27851e34ab4dc6be8e04e1fa Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-01-31Kill one indentation level.Jan Holesovsky
Change-Id: I5a5d98bb2f2d0749fb9113423f5663780ecf3520
2014-01-31fdo#71763: F6 key moves focus on this trip: Menu -> Sidebar -> Thumbnail viewZolnai Tamás
Sidebar and thumbnail View are actually not separate windows but F6 key traversal should simulate it as they would be. Define a new getfocus flag called GETFOCUS_F6 which means focus were grabed as a result of pressing F6 key. Use this and other two (GETFOCUS_FORWARD, GETFOCUS_BACKWARD) flags to indicate the focus were grabbed along subwindow relation (define a new ImplGrabFocusToDocument method with a flag parameter on the analogy of GrabFocus() <-> ImplGrabFocus()). Handle F6, Shift+F6 inside BackingWindow as it would have two subwindow (sidebar and thumbnail view). Plus Ctrl+F6 -> grab focus to the thumbnail view. Change-Id: Ie43d761e7cb0269afb79481a81947a4b96e1dde0 Reviewed-on: https://gerrit.libreoffice.org/7486 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2014-01-31sbergman's typoJesús Corrius
Change-Id: I36dc29659d0d6965c28e5fe0bb03759476de4781
2014-01-31fdo#54938 Convert odk to cppu::supportsServiceAlexandre Vicenzi
Change-Id: Ia5095367be90dd5383e7701ea2587f79a7505a67 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-01-31Silence javadoc 8 errorsStephan Bergmann
Change-Id: Ib0b2286669d797708b30bf0fffdbe14c14d1e30d
2014-01-31sw: hardcoded NS_sprm::LN_CPbiIBulletMiklos Vajna
Change-Id: I51d4638b588da290853422750b90365b454c046f
2014-01-31fdo#73872: File Corruption - Issue with w:footerReference in document.xmlYogeshBharate
Problem Description : - In case if the header/footer had a chart in it then the associated relation Id was getting added to document.xml.rels instead of adding it to the relevent item*.xml.rels file. - Due to this the MS office was unable to read the round tripped file. Implementation : - Added the relation id's to relevant rels files. Change-Id: I412178222400e98ab2ef46d930c1e1fdfebf9799 Reviewed-on: https://gerrit.libreoffice.org/7630 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-01-31cairo canvas: Zero font's width means "the same as height".Jan Holesovsky
Change-Id: I1d24b2039fb3c615e672189d12c77e960cc858ee
2014-01-31[API CHANGE] Remove UNOIDL "array" and "union" vaporware remnants from cppuStephan Bergmann
This leaves only aborting stubs (for SONAME stability) for typelib_static_array_type_init typelib_typedescription_newArray typelib_typedescription_newUnion and completely removes corresponding typelib_ArrayTypeDescription typelib_UnionTypeDescription structs and C++ inline getCppuArrayType* functions. None of this should ever have been called by client code anyway, so while technically an API change it should not matter for practical purposes. Change-Id: I23769d104d545533bf578762b79994e269d78c22
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann
...and deprecate what cannot be removed for compatibility. Change-Id: I1ea335af775b867b468b8285113631167729a92a
2014-01-31clang::DiagnosticsEnginge::getCustomDiagID now needs a literal FormatStringStephan Bergmann
...at least in trunk 200400 towards Clang 3.5. Change-Id: Ibe956a7f28c16510506bd354582b3fe5a72582e5
2014-01-31Clang API function terminology got changedStephan Bergmann
...at least in trunk 200400 towards Clang 3.5. Change-Id: I6e295e3a4cf721fbda9df8e7c5bed3993ee78216