summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-05Revert "Added and fixed various vba API"Noel Power13-131/+12
This reverts commit 57b8dcc4323f736f51f9ed8334affeb042efbca4.
2013-04-05Revert "prepend Validation.Formula1 results with '=' for anything not a address"Noel Power3-21/+3
This reverts commit b23f3059af8724cf6c1b19a4835e1bca3522ab2c.
2013-04-05fdo#56098 paste special shift options incorrect/incompleteWinfried Donkers1-20/+54
Change-Id: Ic84ec07f4e0963ad1759036f1d7cbfa295289375 Reviewed-on: https://gerrit.libreoffice.org/1903 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2013-04-05fdo#56098 Paste Special options after cut incorrectWinfried Donkers1-8/+5
Change-Id: Icf6aa698e69a2271cf68f420ceaec4aaffe94ad0 Reviewed-on: https://gerrit.libreoffice.org/1671 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-04-05icon style fixes in local helpAndras Timar3-11/+22
correct icon style in offline help when icon style is Automatic change icon style in offile help when icon style is changed on UI Conflicts: xmlhelp/Library_ucpchelp1.mk Change-Id: I1b56beeaf370cb6b20b9a7c69f158291b4128ab0 Reviewed-on: https://gerrit.libreoffice.org/3201 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-04fix selection change event firingNoel Power3-4/+51
Change-Id: I64e8b684dd5462e1a742ba47b5480951b4e3a4c4
2013-04-04fix 'Visible' property for XControlShape(s) Foreach support for CommandBarsNoel Power2-1/+18
Seems now we need to additionally set 'Visible' property for XControlShapes to ensure correct visibility Also we need allow 'For Each' syntax to with with CommandBar collection. Note: the implementation of the CommandBar enumeration seems wrong, I would have thought that it should match ( and share ) implementation details with normal index access ( it doesn't ) Change-Id: Ia5306b4c976f6dc9a5f82e245ca5440f204f5bab
2013-04-04squash NoSuchElementExceptions when modifying keybindingsNoel Power2-1/+16
Change-Id: I37882845660929e0001a834b6685a4087dfb465f
2013-04-04Added and fixed various vba APINoel Power13-12/+131
Added OLEObject.LinkedCell Added ComboBox.LinkedCell Added Validation.Type provided a 'real' implemenation for AutoSize member ( applicable to various controls ) Change-Id: Id556d4c95a800951803609433e834105a6f20dbe
2013-04-04prepend Validation.Formula1 results with '=' for anything not a addressNoel Power3-3/+21
Change-Id: I6061378788b7299f8a8431d1e8d00a4e6ea3e8fb
2013-04-04fdo#51916 don't try to support nested tables having table styles for nowMiklos Vajna4-5/+345
Also fix an out of bounds substring access, triggered by the same bugdoc. (cherry picked from commits 7a7d77f97b61ae7f602ed403ecfbbcdb03a06c00, 7006ef460bb68d27a74381fab7b8826b786b31c6 and 008275d56f9ac5248f0e94f606671b4c1993ca20) Change-Id: I7db46ef17b8aed443faa7eb0c13b6ba109242cc1 Reviewed-on: https://gerrit.libreoffice.org/3199 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-04-04Updated coreAndras Timar1-0/+0
Project: help b27993adb1aa2aca80ab4f8df055336ff04a7a49 add more languages to WikiHelp Change-Id: I4210f948f464b9f7e4eebe9bf92f9f94ee691d8b Reviewed-on: https://gerrit.libreoffice.org/3200 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-04-04use matching separators and format codes of es_AREike Rathke1-2/+2
Noticed due to the change in es_PE as of bd4b06fcd84c0f7f3ad82c1a3fe7f91740c5c3c5 See also https://ssl.icu-project.org/icu-bin/locexp?d_=en&_=es_AR https://ssl.icu-project.org/icu-bin/locexp?d_=en&_=es_VE Change-Id: I7ecedd9b111ed95dc68f22a0894f32c8a75ffe5d (cherry picked from commit 640b57dd5fcd7aaeeb334d27fd0982bb516129a7) Reviewed-on: https://gerrit.libreoffice.org/3196 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-04use es_AR separators when using es_AR formatsEike Rathke1-1/+1
Noticed due to the change in es_PE as of bd4b06fcd84c0f7f3ad82c1a3fe7f91740c5c3c5 See also https://ssl.icu-project.org/icu-bin/locexp?d_=en&_=es_AR https://ssl.icu-project.org/icu-bin/locexp?d_=en&_=es_PY Change-Id: I60e35a14a515a4e6e0d91aacf2a3540f31928415 (cherry picked from commit 59665f86057557e8cd66ee420df94b4d91a1b2de) Reviewed-on: https://gerrit.libreoffice.org/3195 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-04decimal and group separators were swappedEike Rathke1-18/+18
See also https://ssl.icu-project.org/icu-bin/locexp?d_=en&_=es_PE Change-Id: I67ca6f1a7a721b308092f20eaab238f5a8f45061 (cherry picked from commit bd4b06fcd84c0f7f3ad82c1a3fe7f91740c5c3c5) Reviewed-on: https://gerrit.libreoffice.org/3194 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-04-04Updated coreAndras Timar1-0/+0
Project: help db63c79388f2039dd39b292f0ef037b8fc21cdae
2013-04-04fdo#58807 bring Beep() for basic backThomas Arnhold18-3/+132
The functionality was removed by fdo#48549. This partially reverts 0f6101cfef4c2e45d9f1f1b3a61ef94799e4526b 0bdf6fc7c71c4c49e6d6f83d56ac953272ad16d5 85cb9084533605657aca0394afe4516058a8e4ef I changed the behavior to always beep, because only the basic macro function is using Beep(). Looks like the Beep macro function didn't even work correctly before the removal, because the default was to not beep for most platforms. So I set the volume from disable (0) to 50% for XBell(). Reviewed-on: https://gerrit.libreoffice.org/3124 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com> (cherry picked from commit 47664d3f2e12649d324b031ca6ffd5589fe3d197) Conflicts: vcl/inc/headless/svpframe.hxx Change-Id: I663ffb7af75d2fd6d2c1f94073e4412d9744de4a Reviewed-on: https://gerrit.libreoffice.org/3185 Tested-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-04fdo#32082: Do not reset number format in table cells on edit.Jan Holesovsky1-17/+21
When we changed the default to _not_ to recognize the number formats in table cells (commit 334c34e4ec803c65e43abf20edbc6faf7fa95e76), it caused that any edit of a number formatted cell had reset it to text on edit. This was quite unexpected, because when eg. there was a number that contributed to a sum, and it changed to text, the sum changed as if there was a '0' there. To solve this, try hard to retain the number format regardless of the 'Recognize Number Formats' setting when there was a number formatting assigned to the cell. Change-Id: Ib43e0877420d90cdac7a0357d1ef3a549c866fb7 Reviewed-on: https://gerrit.libreoffice.org/3187 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-03Resolves: fdo#61241 background style dialog too smallCaolán McNamara2-2/+3
(cherry picked from commit 1ccbb620946c7032c57054550b08ad5362fe1c3f) Conflicts: vcl/source/control/tabctrl.cxx vcl/source/window/tabpage.cxx Change-Id: Ie7396b63a64e89bb7aa7c0e284faab7ed380c4c1 Reviewed-on: https://gerrit.libreoffice.org/3188 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-03Keep semantics, but improve readibility.Jan Holesovsky1-27/+24
Change-Id: I32c18cb7b080f4847118a2d7e8d77dcd2bbce308 Reviewed-on: https://gerrit.libreoffice.org/3186 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-04-02SwFrmFmts: MSVC does stupid things with dllexporting templatesMichael Stahl1-1/+4
... so work around that. Was triggered by new use of std::vector<SwFrmFmt*> in 1c22545edf9085b9f2656ca92781158b6b123db3 Change-Id: Ibf2aa521c7561d3973c8293aacdf71353e6d65aa (cherry picked from commit abccbae3d8376d7f8b79d517a758daeac08af003) Reviewed-on: https://gerrit.libreoffice.org/3177 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-02Adapt code to IllegalArgumentException being a RuntimeExceptionStephan Bergmann1-0/+5
...since 31170413ae3786bf44564e813d7291354e939a77 "API CHANGE: com.sun.star.lang.IllegalArgumentException." In this case, with an --enable-dbgutil build, soffice --headless 'AP - ISS de La Pampa - SGTyDD - REQ 06.docx' (as attached to fdo#61305 "improper display" as <https://bugs.freedesktop.org/attachment.cgi?id=75354>) would lead to "terminate called after throwing an instance of 'com::sun::star::lang::IllegalArgumentException'" when the erroneously leaked IllegalArgumentException was unexpected in SvxShape::GetBitmap (svx/source/unodraw/unoshape.cxx). Change-Id: I849b5cf496cc7dff7b3c17d2d4d54f0194553e27 (cherry picked from commit 67d724e46579462d906477f52cf7919338bab834) Reviewed-on: https://gerrit.libreoffice.org/3174 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-04-02.gitignore config/config_version.h (generated)Stephan Bergmann1-0/+1
2013-04-02coverity#441020 Dereference after null checkJulien Nabet1-1/+1
Change-Id: I39c301a98854d19e849a9e06ffac0657408456fe (cherry picked from commit cab7f6476f7d0f17bf2f1400bf93fb1b7fbd1625)
2013-04-02Fix debug buildFridrich Štrba1-1/+4
Change-Id: I1a4db30f4cc33ee99b48a25db6e6fcd600d00ffd Reviewed-on: https://gerrit.libreoffice.org/3168 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-04-02Turn on Neon debug output (if enabled in Neon) when building for debuggingTor Lillqvist1-2/+3
Also add NE_DBG_LOCKS and NE_DBG_SSL to the debugging mask. (cherry picked from commit be2ce85e9539debc7c40680a6616c7dbe461d74c) Change-Id: I6757954ea3ad53df855935930de176c222bff0ed Reviewed-on: https://gerrit.libreoffice.org/3166 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-01fdo#62110: GLU also needs -lGL to linkBenedikt Morbach1-0/+1
Change-Id: Ida9d03564cf003cae282792f0daf5945cff34108 (cherry picked from commit fac49ace812a15ba10d30a3735b61ae30ac287c5) Signed-off-by: Michael Stahl <mstahl@redhat.com> Conflicts: configure.ac
2013-03-31Updated coreAndras Timar1-0/+0
Project: dictionaries ed5335630cc99820e55cf3808b09c7e1458f875f
2013-03-31Updated coreGoran Rakic1-0/+0
Project: dictionaries 590930ea3268158e9c185b24c212fec6fa5291aa
2013-03-29Revert "hacky fix for export of cell anchored flipped custom shapes (fdo#62448)"Luboš Luňák6-117/+1
This fails on at least two tinderboxes. This reverts commit 2058479575e4a3e003eb1917c4f0947db9145623.
2013-03-29fdo#30983 RTF filter: fix handling of RTF_PVPG and RTF_PHPGMiklos Vajna5-6/+78
There were two issues here: 1) The export filter never exported these keywords. 2) The "flymaincnt" RTF extension we inherited from OOo actually never worked (i.e. it's like this since 7b0b5cdf, the initial import...), as RTFVertOrient / RTFHoriOrient's second parameter was stored in 1 bit, so text::RelOrientation::PAGE_FRAME (7) was read back as 1 instead. Note that I want to get rid of this flymaincnt extension in the exporter anyway soon, so killing the RTFVertOrient / RTFHoriOrient duplication is pointless: the sw version will go away. (cherry picked from commit b4845db4260db70cb3aaf03758cb4a1ca5fa88ed) Change-Id: I5335567833ecf87e6b0ba7c73150a7b95c57f237 Reviewed-on: https://gerrit.libreoffice.org/3081 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-03-28Re-introduce accidentally removed basegfx::fround().Jan Holesovsky1-1/+1
Change-Id: I0ea05229009a1473767d1614623af2b5a6536c5a Signed-off-by: Petr Mladek <pmladek@suse.cz>
2013-03-28fdo#37716 implement import of RTF_NOWRAPMiklos Vajna4-1/+27
(cherry picked from commit 9c06d2bd253ad6a50141a5b51409dbdffcfd9e6d) Conflicts: writerfilter/source/rtftok/rtfdocumentimpl.cxx Change-Id: Ic2c0f4c1924811a6ee1c40221db447babdd74a3a Reviewed-on: https://gerrit.libreoffice.org/3113 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-03-28quickfixStephan Bergmann1-11/+11
Change-Id: Ida36d96982d869553452c8240da7dec363cee4b4 Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2013-03-28hacky fix for export of cell anchored flipped custom shapes (fdo#62448)Noel Power6-1/+117
On export it is assumed the translate co-ords are the same as the topleft of the logical rectangle. What rectangle to use at any given time, the transformations and the fact that different object types seems to handle rotation etc. in their own way leaves me confused as to what the correct fix might be. This fix though won't make things worse ( afaict ) Change-Id: I6c704f9aebd650d530ebc32fbe73c251719494fe Reviewed-on: https://gerrit.libreoffice.org/3064 Tested-by: Petr Mladek <pmladek@suse.cz> Reviewed-by: Petr Mladek <pmladek@suse.cz>
2013-03-28coverity#982290 Logically dead codeJulien Nabet1-2/+1
Change-Id: Ia684369faa5fd0eb854d204ac7e8dbf74f032606 Reviewed-on: https://gerrit.libreoffice.org/3067 Reviewed-by: Christoph Brill <egore911@gmail.com> Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz> Signed-off-by: Petr Mladek <pmladek@suse.cz>
2013-03-28Syncronize thumbnails ids with SfxDocumentTemplates when moving.Rafael Dominguez3-46/+61
Change-Id: I9ee17e00f769ca16f566b1397d09b76a09273912 (cherry picked from commit dda5fe60ff6dfd61f5f262c61e1d538d20e9c978) Reviewed-on: https://gerrit.libreoffice.org/3091 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-03-28Fix template manager item selection behaviour with mouse.Rafael Dominguez1-9/+14
Change-Id: Icf63454973b4044443eea1cc583fce3a78c5594d (cherry picked from commit 28d5ced7f9982257d263ffc3e550bd479a9542f8) Reviewed-on: https://gerrit.libreoffice.org/3090 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-03-28Deselect thumbnailview items when clearing the view.Rafael Dominguez1-0/+10
Change-Id: I8aa3f61d3ec7a8bf6195c5480b82d1dc1ecabc34 (cherry picked from commit 1c9f13f921cb5bf955b8568ffb5d14047738eef9) Reviewed-on: https://gerrit.libreoffice.org/3089 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-03-28Merge TemplateView into TemplateAbstractView class.Rafael Dominguez15-594/+489
Refactor TemplateView class into TemplateAbstractView so we only have one class that display template thumbnails and not a separate for folders and another for files. This will let us in the future be able to display file system hierarchies in case of the remote repositories and simplify the view handing logic. (cherry picked from commit 448cc5e851acf5136bba01974e570fa0554d0371) Conflicts: sfx2/Library_sfx.mk sfx2/inc/sfx2/templateabstractview.hxx sfx2/inc/sfx2/templateview.hxx sfx2/inc/templatedlg.hxx sfx2/source/control/templateabstractview.cxx Change-Id: Iafc246eeff4c50c12ac9ebec9fe95dcc84991e9e Reviewed-on: https://gerrit.libreoffice.org/3088 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-03-28Templates Manager: merged the Double Click Handling into TemplateAbstractViewCédric Bosdonnat9-68/+39
(cherry picked from commit 8a2bfe697bf71c8a2ca3c6ba1ef5e6324d4163aa) Conflicts: sfx2/inc/sfx2/templateview.hxx sfx2/source/control/templateabstractview.cxx sfx2/source/control/templatelocalview.cxx sfx2/source/control/templateview.cxx Change-Id: Iafc1650d57d29fbc24921498f18da6c0e510b37a Reviewed-on: https://gerrit.libreoffice.org/3087 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-03-28Updated coreLucian Constantin1-0/+0
Project: dictionaries 83096a32a532b439aa83039fd254cd6019ded4ea Romanian speller updated to version 3.3.8 Change-Id: I3d285cd9ef2042a7ab39b3f04a701a8821f048a1 Reviewed-on: https://gerrit.libreoffice.org/3109 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-03-28Updated coreLucian Constantin1-0/+0
Project: dictionaries 315a2301f44a51dde086eab9c63cec21f32ad1dc Romanian hyphenator updated to version 3.3.6 Change-Id: Ic0441b7cf3dd466cee2567673cc06ca804afd3ff Reviewed-on: https://gerrit.libreoffice.org/3108 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-03-28fdo#61789 Fix crash, pSvtGraphicStroke is allowed to be NULL.Jan Holesovsky2-16/+18
Change-Id: Ia08e2e91354c9b4e543023c193b95e79d56e235b Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2013-03-28solve fdo#62805Maxime de Roucy2-44/+44
move m_pCurrentBuffer to RTFParserState Change-Id: Ied16ee1704d35c6bd0368b26a210131b60bc91a3 Reviewed-on: https://gerrit.libreoffice.org/3082 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-03-28fdo#60513: SwCrsrShell::Push(): take position from table cursorMichael Stahl1-4/+8
If there is a table cursor, store its point/mark position on the cursor stack instead of pCurCrsr, which in this case is just one cell in a ring that contains a SwShellCrsr for every selected cell. SwCrsrShell::Pop() is surprisingly able to restore the prior state, because it calls UpdateCrsr(), which detects that the pCurCrsr spans multiple table cells and re-creates pTblCrsr, and then later on the first GetCrsr() call SwTableCursor::MakeBoxSels() will restore the ring of SwShellCrsrs from the pTblCrsr selection. Change-Id: Ibe9a7f379ece61c7dab1a6f69abaebf42a4c85ec (cherry picked from commit b227a8e4d65e4bbfe991aed9342fe3e30eca8639) Reviewed-on: https://gerrit.libreoffice.org/3100 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-03-28fdo#62094 - fix infinite loop in radio button group iteration.Michael Meeks1-36/+10
Simplify the code too - we copy the vector anyway, so reversing it should be cheap. Change-Id: Ie655ba3044c7e0dd5a15b0e839a3712a32a1e298 Reviewed-on: https://gerrit.libreoffice.org/3095 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-27fdo#61789 - move metafile line width scaling somewhere more sensible.Michael Meeks2-6/+12
(cherry picked from commit 432b6ab482d6fcef05514ab17e4bc762ee552139) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2013-03-27fdo#53442 SwTxtPaintInfo::_DrawBackBrush: color multi-para comment rangesMiklos Vajna4-31/+33
(cherry picked from commits 82b29b9d384211061653f35695287be60dbc99b8 and 5ddcaa86003c6a28c4a9b307cdf3b37deabaa5a4) Change-Id: Ieb9a33cda8297b432e1d0ea8224ba9231b6ac2c1 Reviewed-on: https://gerrit.libreoffice.org/3094 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-27complex categories are represented by ScRangeListMarkus Mohrhard1-2/+5
Change-Id: I35ab4e8299bb62ec0124a4c45e5cd20be6fc774a Signed-off-by: Michael Meeks <michael.meeks@suse.com>