summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-04Consistency around SdrMetricItem in svx/sdtditm.hxxStephan Bergmann
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: Ib0234883d441be668700df5ccd0e855973dc5426
2014-08-04Presumably no point in automatically disabling avmedia for iOS either thenTor Lillqvist
(Re: 7f36e996a07ed7f39a33fffb2d2c523adf00eefc) Change-Id: I115bb35cd4c469661b5a8e3af378618b718f2a29
2014-08-04fdo#80986: disable highlight DOCX importZolnai Tamás
Highlight support is not implemented fully, so it seems better to disable DOCX import of it until it is finished. Highlight can't be modified on the UI and is not saved to ODT/DOC (regression). Regression from: 8b949134441056a1455d67ddfdd7e0bc5f2ee682 Change-Id: I94891769766ae90017e8afa70e65d080d5270202
2014-08-04fdo#78301 : Size of word-arts change during import.Umesh Kadam
- Do not resize the fallback geometry for Word-Arts(VML), since the overlay geometry is constructed using the properties of the fallback geometry. - The resize autoshape to fit text attr of FontWork/Word-Art should always be false for the fallback geometry(the SdrObject). Change-Id: If8badb382c525875a07a0a9e6268cec036739001 Reviewed-on: https://gerrit.libreoffice.org/10486 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-08-03cosmetic clean-upMarkus Mohrhard
Change-Id: I7b34e021c9f193643c89f20dc1ba42aad8e065d6 Reviewed-on: https://gerrit.libreoffice.org/10715 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-08-03LOAndroid3: set part 0 by default, log document sizeTomaž Vajngerl
Change-Id: I5517ff43c17637730639351f84df15a719aeb0a3
2014-08-03LOAndroid3: include in native-code.py some more needed librariesTomaž Vajngerl
Change-Id: I74a2ff491c9328acd59a05ec3f83ed037847a1d6
2014-08-03LOAndroid3: correctly calculate which tiles to drawTomaž Vajngerl
Change-Id: I195a318c8ce86cfcb12f724e04c115e0de444345
2014-08-03LOAndroid3: add draw to native-codeTomaž Vajngerl
Change-Id: I215d99c0161a9b9c9df3f8ef362514e161b31acf
2014-08-03put ReadThroughComponent to anon. namespace to avoid redefinitionTomaž Vajngerl
Change-Id: Idcc97e067b0f389a5d9e01013ab2fc20d2dd4ccd
2014-08-03build avmedia for AndroidTomaž Vajngerl
Change-Id: I0137bb7ce6337ca852af513565cc19dad3c8dc8b
2014-08-03LOAndroid3: add calc to native-code to include the necessary libsTomaž Vajngerl
Change-Id: I59eeadfe5417d2a574d672ff3f039bc125abbdbe
2014-08-03LOAndroid3: Fix mTileWidth / mTileHeight initializationTomaž Vajngerl
Change-Id: If2af5afa3abff6da45e726dd8c28216e6f939caf
2014-08-03LOAndroid3: don't update viewport if scrolled by (0,0)Tomaž Vajngerl
Change-Id: I299ebf08d77c7f2a35ed551dfcdf17fa8d0a8d79
2014-08-03LOAndroid3: log and handle error after document loadTomaž Vajngerl
Change-Id: I0486a6530565919588dae8411e10d7e8e27020be
2014-08-03LOAndroid3: extract some repeated access to local variablesTomaž Vajngerl
Change-Id: I1bf6f23247da73eeccde569f220095d0e1716d0a
2014-08-03LOAndroid3: add additional mime types that open LO viewerTomaž Vajngerl
Change-Id: Ia2a41f0f483fe15ae3938140b63f3215b692014a
2014-08-03JNI: getErrorNative should be getError nowTomaž Vajngerl
Change-Id: If448e748f40cd8a41977129c576f6c5eac7b5727
2014-08-03LODroid3: move GeckoSoftwareLayerClient into GeckoLayerClientTomaž Vajngerl
Change-Id: Ic0186be09fcca52f10ab67957db54efc9c72267c
2014-08-03LOAndroid3: clean-up codeTomaž Vajngerl
Change-Id: I18aa63baff99e29ed343ce9092cc5ea73cc097d7
2014-08-03LOAndroid3: change MockTileProvider to accept filenameTomaž Vajngerl
Change-Id: I48a4739d67c2951ddb7966f0ad10e2f4fd2a76ca
2014-08-03LOAndroid3: use LinkedBlockingQueue - block until there are eventTomaž Vajngerl
Change-Id: Ia375c28d5adde5a6b2927e9b46105cfccd0b0f10
2014-08-03writerfilter: Switch according to first letter in getListValue().Jan Holesovsky
This hopefully makes it more bearable for MSVC, and also breaks down the large data nicely. Change-Id: Ic3028eb78a5dcca4393738d428b6cf03a3ddbaeb
2014-08-03writerfilter: Kill ListValueMap(s) & their construction.Jan Holesovsky
ListValueMaps were completely useless; it is always just few values that used to be in the unordered_map, so doing just a normal comparison couldn't be too much worse than all the hash construction etc. This saves >300k of the libwriterfilter.so size (striped). If this proves to be less performing than what we used to have (which I doubt), now when we generate the code using Python, it would be a piece of cake to construct some deterministic finite automaton in each switch's case to accept the value names, and return the values. Change-Id: I95d0470b73ade1fbf5c9de2299c4adcc59286bc3
2014-08-03Access2Base - addition of OrderBy and OrderByOnJean-Pierre Ledure
The properties OrderBy and OrderByOn have been added to the Form and SubForm objects. The ordering sequence defined by OrderBy is effectively applied when OrderByOn is set to True. Change-Id: I7780e4761f3825f1c678d6ffb38149c5973146e7 Reviewed-on: https://gerrit.libreoffice.org/10697 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2014-08-03mark numbers as untranslatableStanislav Horacek
Change-Id: I644f0df042dcf414b85514d5edb05cecc8f1537a Reviewed-on: https://gerrit.libreoffice.org/10711 Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org> Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
2014-08-03Fix showing calc/draw types in some file pickersMaxim Monastirsky
Having the same UIName for several filters, causes some file pickers (gtk & generic) to drop the whole group. Change-Id: I6d18a751cb77a6a83e8e2a46338e41b7c72180ff
2014-08-03Avoid possible memory leaks in case of exceptionsTakeshi Abe
Change-Id: I9d8d7aabc111d3700fc121277c49eb0f48dc7e44
2014-08-03redundant <list> around <choice>Miklos Vajna
<list> would mean that multiple values from <choice> would be allowed as value (separated with whitespace), but this isn't actually true here. Not to mention that our parser completely ignores <list>. Change-Id: I43275c588d885429f5ea53c2f950a0011c2bb1bc
2014-08-03Fix calc_MS_Works_Document extensionsMaxim Monastirsky
Change-Id: Icbf087464997561b09c7b43c2269eea2c8c603bb
2014-08-03Revert "writerfilter: Kill ListValueMap(s) & their construction."David Tardon
Apparently there can be much more than "just a few values" in some cases (186 in OOXMLFactory_dml_shapeGeometry::getListValue) and MSVC compiler cannot handle if statement that deeply nested. This reverts commit 7aa7047eb48e81bc0b32448ff0487c993fe9a4db. Change-Id: I2b4d166e73ce1e616fea81fcfcfc9915c5784d30
2014-08-03avmedia/gstreamer: use GST_SECONDSimon Danner
use GST_SECOND instead of magic value Change-Id: I992ecbab458f113a75658b1ff69df60068324509 Reviewed-on: https://gerrit.libreoffice.org/10705 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-03odk/unoapploader/win: fix cppcheck errorSimon Danner
Common realloc mistake: 'buf' nulled but not freed upon failure Change-Id: I8a793e0267c1bb7086bb4f13aabb374faa94f7a4 Reviewed-on: https://gerrit.libreoffice.org/10702 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-03Converted RID_XMLSECTP_DETAILS to Widget Layout.Rachit Gupta
Change-Id: Ie284f5902879093f882a1f69b481df4a1a319a35 Reviewed-on: https://gerrit.libreoffice.org/10693 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-03writerfilter: Kill ListValueMap(s) & their construction.Jan Holesovsky
ListValueMaps were completely useless; it is always just few values that used to be in the unordered_map, so doing just a normal comparison couldn't be too much worse than all the hash construction etc. This saves >300k of the libwriterfilter.so size (striped). If this proves to be less performing than what we used to have (which I doubt), now when we generate the code using Python, it would be a piece of cake to construct some deterministic finite automaton in each switch's case to accept the value names, and return the values. Change-Id: I95d0470b73ade1fbf5c9de2299c4adcc59286bc3
2014-08-02linguistic/workben/sspellimp.cxx fix cppcheck errorSimon Danner
Change-Id: I5727b254126b23d98fb94068a6254c9ee0e13eba Reviewed-on: https://gerrit.libreoffice.org/10701 Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org> Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
2014-08-02Change RectWithStylesByGroup to be same as other style testsTomaž Vajngerl
Change-Id: Ib7b0d2e8160a938821940645ea6e6471188bcc16
2014-08-02scp2: remove unused STD_LIB_FILE etc. macrosMichael Stahl
Change-Id: Ib6cf165019d72ba64b5111186ea3fdba076c69ba
2014-08-02scp2: move winexplorerext libs to AutoInstallMichael Stahl
Change-Id: I93d08ab46e401a2f37c9ad6e425e8014c7e05db1
2014-08-02Repository.mk: remove obsolete librariesMichael Stahl
These were removed by commits 5142e628b563a9876e8884c5dd4914eff4a2f307, a5783fe922b2419b5b662eb5f544a1f401341dbf and eb6fa6be7500b9110913174552c156b0504ece07. Change-Id: If8b5b5d2241bf66dea4a8376a5303f585559ebdc
2014-08-02setup_native, scp2: remove "regpatchactivex" MSI custom-action and libMichael Stahl
This was effectively omitted from the installation set since commit 26c142ca5f2b405b02ab5701dfaeab7bf281a727, and is apparently related to the obsolete StarOffice patch mechanism. Change-Id: I9a4c113e19e5b2b751e3da64b4dde53320132a35
2014-08-02scp2: move activex libs to AutoInstallMichael Stahl
Change-Id: I08fac26859d97e3d7a60d3ba443c2d2ca039789b
2014-08-02indentation fixesMiklos Vajna
Change-Id: Iacdaf8bcae8df6ba380a9fb6d78db22f51a4d6f9
2014-08-02writerfilter: PEP 8 fixesMiklos Vajna
Change-Id: I82c14013c906d4e6d16f69dbebe419d0c56673c2
2014-08-02fdo#80742 RTF filter: import RTF_OUTLINELEVELMiklos Vajna
Change-Id: I49d94bd72af610e88128cd405e4786d2e9ba65ed
2014-08-02HIG improvements for data sampling .uiOlivier Hallot
Change-Id: I84d5f6818e1cc729b87b606de00ea342061a10a2 Reviewed-on: https://gerrit.libreoffice.org/10696 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2014-08-02Stop bothering translatorsOlivier Hallot
restore widget id's to the previously translated Change-Id: Iaf5787447d14fdc4e0f5dac951834d32e729d156 Reviewed-on: https://gerrit.libreoffice.org/10700 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2014-08-02Improve HIG for moving average .uiOlivier Hallot
Change-Id: I768e409629ac0cf410163b0d3941c873be0afa85 Reviewed-on: https://gerrit.libreoffice.org/10695 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2014-08-02Improve HIG for Calc Expon. Smoothing .uiOlivier Hallot
Change-Id: Ia935724c95c0ef3c5738c03ddc19f75f1838a753 Reviewed-on: https://gerrit.libreoffice.org/10694 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2014-08-02gbuild: more deps for services testDavid Tardon
Change-Id: I1d409024be6774b84434e629207ada2b05eb05ea