summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-17writerfilter: Kill unused XPathLogger.Jan Holesovsky
Change-Id: I41f3f176316232e63a3f59717beafcb4094fc35a
2014-06-17add codes for calling the 3.0 shadersweigao
Change-Id: I0e95879c04047ccb836543d801bda6a01ae469ef
2014-06-17add codes for compile the 3.0 shadersweigao
Conflicts: chart2/source/view/inc/GL3DRenderer.hxx Change-Id: Idc58635cc1604208317319bfa399a1574979a909
2014-06-17add shaders for 3.0 glsl versionweigao
Change-Id: I52dd49132a9b625e8be51b4d5feb7e567ffa0a6e
2014-06-17GPU Calc:Support nested formulae expansion for simple nestedhaochen
Change-Id: If1ae42a5481cf76942ff1ac5e0ee31a94159badd
2014-06-17modify the mouse drag functionweigao
Change-Id: I9639b2a29522ba0765f4442c2f78de56388fe754
2014-06-17add move to default processweigao
Change-Id: I8d562b3e2d1bb83a6e07ed089a3006a109beeece
2014-06-17modify the click view angleweigao
Change-Id: I8717745d2f503f8ad3c21673a07aed867b5681f9
2014-06-17modify the default view angleweigao
Change-Id: Ic7c901108a290a9d9c5a8564b6eefa7ed32a9e1f
2014-06-17modify the perspective view angle to 30weigao
Change-Id: I07b39f8b372368f82137feec3a6d12921fc1ec9f
2014-06-17document must be set modified when range name is defined, fdo#79451Markus Mohrhard
Change-Id: I382bef9b95d40a1abac993795e8da540b5aa5d18
2014-06-17Avoid possible memory leaks in case of exceptionsTakeshi Abe
Change-Id: I22d22a924d33b91ba6894857ce56b0d920102b4b
2014-06-17VML export: handle textbox textMiklos Vajna
Previously, we always exported the text of the shape itself. Bring the VML export in sync with the drawingML export, where we only do that if the shape doesn't have an associated textbox -- if that's the case, then export the textbox's text instead. CppunitTest_sw_ooxmlsdrexport's testFdo69636 is a reproducer for this problem, the VML assert failed because of the lack of this. Change-Id: Icb236579da4e3b74e983a95aa5675fed7862d1e1
2014-06-17svx: fix VML export of rectangles imported from drawingMLMiklos Vajna
This wasn't a problem before, as EnhancedCustomShapeTypeNames wasn't involved for the export of rectangles, as those were handled in sw directly. CppunitTest_sw_ooxmlsdrexport's testFdo69636 is a reproducer for this problem, the VML fallback part was empty due to this. Change-Id: Ib2622fe05ddaa66bb3231977e30a8a1ca8748001
2014-06-17oox: drawingML import/export of <wps:bodyPr vert="vert270"> for textboxesMiklos Vajna
As in, for shapes which have textboxes. CppunitTest_sw_ooxmlsdrexport's testFdo69636 is a reproducer for this problem. Change-Id: I6575d21b0802ada7f334ca9fbbea796605708ddd
2014-06-16janitorial: update function name in SAL_INFO outputLionel Elie Mamane
Change-Id: Ie01599c8f3ae465998113dd8bfd2a33b27d0a39d
2014-06-16dbaccess::ORowSet: separate impl_rebuild_throwLionel Elie Mamane
Used by two different callers that wanted different things. Also, freeResources now always positions on BeforeFirst. It is only called with _bComplete==false by execute()-related code. Change-Id: I3e34f77ce37c239d8d3d6a8cd7514b125b049de6
2014-06-16clean up fdo#79427 fix: force BeforeFirst only at execute(), not updateRow()Lionel Elie Mamane
Change-Id: Iaa881d055923702acbb96862d187af41a6ded730
2014-06-16update usage instructions of pocheck toolAndras Timar
Change-Id: Ibc1c5051a601a83a6616e6a22c45b05394c54e88
2014-06-16Revert "Make glTF support an experimental feature"Zolnai Tamás
Actually make it experimental mode was unecessary on master. This reverts commit 653bac184f579524bc25a9f40281763a736ae6fd. Conflicts: sd/qa/unit/import-tests.cxx xmloff/source/draw/ximpshap.cxx Change-Id: Ie8747745a9a89ce4d6500a35d15a98e28bda840a
2014-06-16and now we can remove SwRestrictedComboBox as wellCaolán McNamara
Change-Id: I69aa440ed4ef13e60251bf1aa019208b79b317d2
2014-06-16missing SetForbiddenChars callCaolán McNamara
Change-Id: I03a26d49210c3dfe89abd31e5c754fafe2b7acee
2014-06-16Related: fdo#47427 disallow pasting spaces into category boxCaolán McNamara
Change-Id: I4caf4b2ac028629c6ecbd42084346623192df09e
2014-06-16turn the no-space edit widgets into a editwidget featureCaolán McNamara
especially because most of them don't handle intercepting text getting *pasted* into them right, so start with the one which does that right. Change-Id: If6770798872ed3c72c469656ebf0d4fd76d2171d
2014-06-16we can shrink the NoSpaceEdit down furtherCaolán McNamara
Change-Id: I0ebb18a8ad2fec70ced535200139e5cd34822c84
2014-06-16coverity#983629 Uncaught exceptionCaolán McNamara
Change-Id: Ie3f8a0a04c136a5ed68486aa5e31284556805510
2014-06-16fdo#74681: quick help may be used as accessible textJacobo Aragunde Pérez
In case a tool box item does not contain some text to be used as the accessible item name, use the quick help text. Change-Id: I9caadb0989729787d8572f4007652bcab02b0412
2014-06-16Cache table entry may be null. Let's not assume it's always non-null.Kohei Yoshida
This is done intentionally because we do need correct table index when resolving external reference. This requires we do need to allocate array with the same sheet size as the remote document. But we don't allocate Table instances for remote sheets that we don't reference, to save memory. Change-Id: I27fb6228f0e4558327aa4a04a6bccce8d2f1085f
2014-06-16fdo#79915:Text Data Lost after exporting through LORavindra Vidhate
In the OutputTextNode, the text data is postponed when the in case of NOT_PROCESSED state of fly frame. This text data is never been processed later. When the text data is postponed we should write this before processing the next text node. Change-Id: Ib8d5fdcf8dcfb9ff394d32103502150e08bbd521 Reviewed-on: https://gerrit.libreoffice.org/9737 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-06-16rtl::Reference fits just fine hereStephan Bergmann
Change-Id: If06465ebad4083b8cdcd102ed0bbc6f61e78410f
2014-06-16convert Save Progress Dialog to .uiCaolán McNamara
Change-Id: I833e6e9c78620443325b5ef9efa403a5eef497cc
2014-06-16Updated coreCaolán McNamara
Project: help d7fa2742152697b5651b65176e12768430a0ea18
2014-06-16fix keyboard input on OS X < 10.6Douglas Mencken
Since commit e4dc93f5, LibreOffice just beeps on any key press: it's impossible to add symbols by using keyboard. This patch fixes that. conditionally reverts e4dc93f5d8d0df50f1a8b4594220d0c57703e03d Change-ID: Id30e30775c0d0224954b8a1f05fd0d8d5f39cd4e Reviewed-on: https://gerrit.libreoffice.org/9793 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-16xmlChildElementCount is only available in libxml2 >= 2.7.3Douglas Mencken
fixes build error Undefined symbols: _xmlChildElementCount Change-Id: I9687971912b4d0ae55bf1d9ad987fd339fcbec7e Reviewed-on: https://gerrit.libreoffice.org/9788 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-16Resolves: #i125055# follow-up of fix for #i124338#Oliver-Rainer Wittmann
adjust condition to trigger sort of bookmarks in order to avoid serious performance decrease Kudos to Ariel for his analysis (cherry picked from commit 6895a55d74fe6a3b70ba15f77050652d3afee821) Change-Id: Ic72b0a07556ec85a6ee2568f814b8bcfaaabe42e
2014-06-16Reduce test doc size, use a simpler gltf modelZolnai Tamás
Change-Id: I5bd78343728f8a4d68610397a7be328826a0334c
2014-06-16CppunitTest_sw_ooxmlsdrexport: port testTableFloatingMargins to textboxesMiklos Vajna
Change-Id: I62f0159bec97c6c7a2285509b0662125f46ed480
2014-06-16remove 'basis-link' from READMECaolán McNamara
Change-Id: I5923b09b5fbacb64007cb3f6cf96b08c366d22c2
2014-06-16Fix gltf export: close plugin element before export fallbackZolnai Tamás
Change-Id: I2e1f27e535ee45259f7bdf783ea5224b2ad559ef
2014-06-16glTF import/export: fallback must be the second one inside the frameZolnai Tamás
The previous solution was good because older LO versions import the fallback image without changing their code, but it came out it does not fit to ODF standard so export fallback image as the second object after the glTF model. Change-Id: Ib9b2044b1f36b32d980cb79f6dac8dcf94d6209b
2014-06-16glTF export: Use plural folder namesZolnai Tamás
Change-Id: If17628395ede512c00b666efc5511d9711edfb5a
2014-06-16Resolve fdo#79913 by checking index boundsArnaud Versini
Change-Id: I023a625d73724332245d612a61cb786acefc4cf2 Reviewed-on: https://gerrit.libreoffice.org/9791 Reviewed-by: Jean-Baptiste Faure <jbfaure@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-16rework to use a SvSimpleTableContainerCaolán McNamara
Change-Id: I6737d75c70c36b19c5bec075f6f82f159ef00d2d
2014-06-16Updated coreCaolán McNamara
Project: help e7a1c4616c4c5487191a047d155cf841d75cd530
2014-06-16SwModelTestBase: add a getShapeByName() methodMiklos Vajna
Change-Id: Ie3b7099aea1d473cca88c4904683234408920100
2014-06-16translatable="yes" in .ui filesAndras Timar
Change-Id: I2f15875aaba4d960e7b66d38286ef08e091532e1
2014-06-16Clean up SdrModel::MigrateItemSetStephan Bergmann
* No need to support null pNewModel argument (the one call site that did pass in null explicitly in sd/source/ui/func/fupate.cxx can just as well pass in mpDoc, and all existing call sites are guaranteed to pass in a non-null value). * With that changed, SdrModel::MigrateItemSet can be static. (At least in JunitTest_forms_unoapi it could happen that the call from svx/source/sdr/properties/attributeproperites.cxx called MigrateItemSet on a null GetSdrObject.GetModel(), which was undefined behavior even though it was harmless.) Change-Id: Idface48da7e889c6e5768d0e49bc67c88b4c3ec4
2014-06-16DLG_MM_SELECTDBTABLEDDIALOG conversion to .uisk94
Change-Id: Iaaa32bd5723ae45099d0fb670b207fc64c46d306 Reviewed-on: https://gerrit.libreoffice.org/9780 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-16Use proper name also when libmerged is used.Matúš Kukan
gb_Library__get_name was forgotten in 1817366cb5f61337b34b5284615d3d4e0a8aa68a Change-Id: I42592d70455b9c695879d7fa20881c77a1ca2066
2014-06-16Sidebar: fix some typos in function naming.Pedro Giffuni
Mostly found by: Noel Grandin Reviewed by: Andre Fischer (cherry picked from commit 1ad216c0b831fc10ff4e73392dbcc9832463a7bc) Conflicts: svx/source/sidebar/line/LineWidthControl.cxx svx/source/sidebar/line/LineWidthControl.hxx Change-Id: I662a262d2cd920b54338c16bf688181b95e2f863