summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-18Updated coreEike Rathke
Project: dictionaries eece7b1bc8579d7bdcbebeac67dcdc676617996e
2013-11-18curl: try to use Mac OS X native SSL/TLS implementationMichael Stahl
This should give better OS integration for things like adding CAs. Change-Id: I9578f7194f920a9ebc6c18696e12c8c2e2bb2d80
2013-11-18Handle external reference bits too. This is the last missing piece.Kohei Yoshida
Change-Id: Ib1dd18bb5a8d70c53722ac91e2340d05bbc7798a
2013-11-18Avoid passing the external ref manager pointer to make it re-entrant.Kohei Yoshida
Change-Id: I67a0df1dcd0635ea82bfc397041a9c43dedbe75d
2013-11-18Don't forget to generate RPN tokens here.Kohei Yoshida
Change-Id: I03a0e0d9f82e9c8881b0ff225ba0b476a693afb1
2013-11-18Try not to pass ScCompiler as a parameter.Kohei Yoshida
Change-Id: I7ef58f0455f11a3eb2ac88ec76e9436fb48a74e2
2013-11-18EncodeUrlMode always set to "by grammer". Remove it.Kohei Yoshida
Change-Id: I7de308bbdaacc1fc60a142497acc2301c080e5dc
2013-11-18Handle matrix.Kohei Yoshida
Change-Id: I084b2348b5c52151b0d0ea36d082ec2f2603e0d4
2013-11-18Fix indentation.Kohei Yoshida
Change-Id: I260649aca445e03c52423d8f0a63eb4681d2a876
2013-11-18Handle external functions (add-ins).Kohei Yoshida
Unfortunately we can't test this piece easily just yet. Enabling add-in functions would mess up the function list which is unit-tested and thus fail if we enable add-ins in unit test. Change-Id: Ieda5e5560d4c7e68d7c6272c5d85f2ac63bd4ee4
2013-11-18Let's have makeRefStr() take individual parameters again.Kohei Yoshida
And remove use of TokenStringContext from ScCompiler. Change-Id: Ib0636e2437a64edd372623a7176dab462eed831b
2013-11-18Handle sheet-local range names too.Kohei Yoshida
Change-Id: Ib1503c3b69d77946b4437bdc0e1bfa5ebacbb602
2013-11-18Handle named database ranges in CreateString().Kohei Yoshida
Change-Id: I6904b9de0f7d711252797bb2e33ba4c462476b2d
2013-11-18Pre-quote sheet names to avoid doing it every single time.Kohei Yoshida
Change-Id: Ib103ca22bf59c334945c0462588610899a0acfaa
2013-11-18We don't need this any more.Kohei Yoshida
This was used when external references used hidden sheets as a cheesy workaround. Change-Id: I7e4bf3a2235a0c2e80d0aa71a81f22a10b8d0fd5
2013-11-18Have makeRefStr() accept a context object rather than individual params.Kohei Yoshida
Change-Id: Id52e02aa29d85d207420c80a95ada2f8487f165f
2013-11-18Make FormulaCompiler explicitly non-copyable.Kohei Yoshida
Change-Id: Ie0618c7e6e3854d54f117c3fe957925f3f81ac46
2013-11-18Handle global range names and use CreateString() during xlsx import.Kohei Yoshida
This makes the load speed slightly faster. Change-Id: I64e4d4b8c42a68577350539f3812cafdc0433f96
2013-11-18Test correct quoting of sheet names.Kohei Yoshida
Change-Id: I4e0c55b286a476aff5cf9198b2527ec068003a8c
2013-11-18Use filelist in curlMarcos Paulo de Souza
Change-Id: I6a5fa0f7c0c9184ff013e2630f8edcb6ba2aa942 Reviewed-on: https://gerrit.libreoffice.org/6713 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-11-18fixed out-of-bounds string accessEike Rathke
Change-Id: I89e005f6f2d35e3343077b3b28e9fbb5135f9fff
2013-11-18GPU Calc: turn on parallel sumifs and parallel sum reduceI-Jui (Ray) Sung
Change-Id: Id615ea0f5f16a4dfc517aacb30715c2df84553e3
2013-11-18GPU Calc: testcases for horizontal rangesI-Jui (Ray) Sung
AMLOEXT-242 BUG Change-Id: I4b87bdf6183ed81ad767550f5cd49aab51531cf2
2013-11-18GPU Calc: implement horizontal ranges as multiple VectorRefsI-Jui (Ray) Sung
AMLOEXT-242 Fix Change-Id: Ia3deb221528230554b7c431e926b10428441666a
2013-11-18renamed ku* to kmr-Latn*, fdo#63460Eike Rathke
Change-Id: I8069657d8829a0315c704e884a1cf15b26e02eb8
2013-11-18nitpickEike Rathke
Change-Id: I69d1498e527c3e9de200e46b6cc6b0b137ea5f9c
2013-11-18Updated coreEike Rathke
Project: help aada8cbd4eb6e04bcf3df4282392f312073c2285
2013-11-18Updated coreEike Rathke
Project: dictionaries d626d8b18cbb14825632900a02c7291912855f73
2013-11-18Updated coreEike Rathke
Project: translations 7c6025ab17562741ebfd8d8ae2a8c9207b3f000a
2013-11-18Fix some wrong copy pasteJulien Nabet
Change-Id: I3ad6f62393cb22b350d6b50086963ebc7d2a8f5e
2013-11-18it's mnOverrideEike Rathke
Change-Id: I9ad21610eb0f6059ff6e8475124e49b34e3e5df8
2013-11-18Updated coreAndras Timar
Project: translations 1e5e319682945255f7e519000c4a00fcefb5910f
2013-11-18fdo#69025 Remove unused textXisco Fauli
Change-Id: I9fc60d52e1bc4b38b79e3e29ed1b04b3e8a777a1
2013-11-18pyagenda: Use for instead of while, same logicXisco
Change-Id: I9a18e2178f89f887a1243db77297cee0dd9c2310
2013-11-18curl: upgrade to version 7.33.0Michael Stahl
- from curl-7.26.0.patch: * drop ADDCFLAGS stuff, must be some dmake relic * drop wspiapi.h, presumably for backward compat with NT 5.0/Win2000 which is unsupported (and ws2_32.lib is linked anyway...) * split out curl-freebsd.patch.1 - curl-7.26.0_win.patch: * drop the library renaming stuff - can be handled in Package and RepositoryExternal.mk without patch * rename the rest to curl-msvc.patch.1 - drop curl-aix.patch: presumably don't need special check for V7BETA since it's released now - drop curl-7.26.0_strlcat.patch (obsolete) Change-Id: Ie8c1d9e72f82ada95f42c49d22d90e43b1a6c3c0 Reviewed-on: https://gerrit.libreoffice.org/6642 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-11-18cleaned up ISO code usage for Kurdish, fdo#63460Eike Rathke
* instead of the 'ku' macrolanguage code use proper ISO 639-3 codes and use 'Latn' script with 'kmr' * use MS-LCID 0x0492 for Central Kurdish (Iraq) [ckb-IQ] * added Southern Kurdish (Iraq) [sdh-IQ] Change-Id: Iaee8be98d0659a0e7bbf041e60025dd1f771066f
2013-11-18fdo#65124 define HAVE_FMERGENEUTRALITEMS for MSVC buildMaxim Monastirsky
It has been added because mingw headers are missing fMergeNeutralItems in SCRIPT_CONTROL struct (see commit f6deda85ef4f28426c09fab7205f274922af3d96), so there is no apparent reason to disable it for MSVC. It also resolves fdo#65124. Change-Id: I4b7381f076c213f12f32cf03e2c0f321ccb1c4ce Reviewed-on: https://gerrit.libreoffice.org/6711 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-11-18DOCX drawingML shape import: handle positionMiklos Vajna
Change-Id: I9a0cb95d875328dab21950ead06d56c4dac8305d
2013-11-18Elide some trivial avmedia::MediaWindowImpl private member functionsStephan Bergmann
Change-Id: I272acbfc9ea158af1d6d6d117451a444c1585e19
2013-11-18Simplify avmedia::MediaItem::setURLStephan Bergmann
Change-Id: I9835b96813c6bf3d8690cdaa5de66ca07afdc801
2013-11-18Fix debug outputStephan Bergmann
Change-Id: I785a3f223bd8897466f9402125df2da07615cd50
2013-11-18Simplify MediaWindow::mpImplStephan Bergmann
Change-Id: Ia466a08a8135a7f2e43278354c767be3a063550a
2013-11-18Remove bogus commentStephan Bergmann
Change-Id: I236e5f3797750f78047957c3dd9984c687ffa0ab
2013-11-18Fold MediaWindowBaseImpl into MediaWindowImplStephan Bergmann
Change-Id: Ie6366d8b1facb39a5f44279f0c49a229b019bcaa
2013-11-18avmedia::getMediaFloater clean-upStephan Bergmann
Change-Id: I76dcf42267cbb1f028d0501471b569fa6b7b91d5
2013-11-18Updated coreCaolán McNamara
Project: help bd79eebd63807c29ef7509516291635efecd246a
2013-11-18missing resourceCaolán McNamara
this is missing since abad15bc31e99d554a68c6806a3ebb5f592dabbd "small improvement of Insert -> Hyperlink -> Internet dialog". I can only assume that removing the target button was intentional. Change-Id: I71147394bcab348ed1d9e1e19e32b5ebdddc8c0e
2013-11-18convert alien dialog to .uiCaolán McNamara
Change-Id: I5b4a17eb83d61f7f95d7b71024ba035c957adf2c
2013-11-18want to be able to support non homogeneous buttons in buttonboxesCaolán McNamara
Change-Id: I7ea4c093d6318a24106542f851cfd58230bc3ea3
2013-11-18scaling the width gives huge spaces at the end of long buttonsCaolán McNamara
e.g. in the alien warn dialog Change-Id: I2e3acddb67b480d4d63a3f4cc77252886e0c9a1c