summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-08-15make some fields in svtools privateNoel Grandin2-2/+2
because they are not accessed from outside the class Change-Id: I75b5572757234d5fa1e61102c06f8b61f5d9e226
2013-08-15cppcheck: fix "pLine" is assigned a value never usedJulien Nabet1-1/+0
Change-Id: I45bca881616788bd712c6214d3d59a7e09909291
2013-08-15remove details labelSiqi LIU19-265/+156
Change-Id: I26c620a7e598e3342fac99d314ce3ea6e496f65f
2013-08-15.DS_Store conflictSiqi LIU1-0/+0
Change-Id: I77ea908ffd8fadbbea7ef5a4726df447718f2323
2013-08-15restart searching whenever connection failedSiqi LIU4-9/+21
Change-Id: I56bacb9953a07054da08546b982a1379de8e6642
2013-08-15seperate state handling for connection and searchingSiqi LIU3-13/+19
Change-Id: I1bbffb94127905f48672ce8e7baf28fa2a07189d
2013-08-15search for zeroconf service for 5 secs and click to refreshSiqi LIU12-433/+88
Change-Id: I180a9a493e8d8b48461023f15391cdf3f13d1138
2013-08-14Avoid wholesale rebuilding of formula groups at re-calc time.Kohei Yoshida10-22/+31
And do it once when importing xls, xlsx, and ods documents. Although xls(x) file formats support shared formula natively, it's still beneficial to re-group it as some old xls documents limit the length of shared formula span to only 64, or some don't use shared formulas at all even though they could. And re-grouping just once is not terribly expensive. Change-Id: Iff9c605d19baa187553ddab6af8b9fbd4c366d7d
2013-08-15resolved fdo#67571 write flags and formula token array againEike Rathke1-33/+33
Regression introduced with 337066eb1fa395990b78d1032c399a4688d2a6f9, flags and formula token array weren't written if the formula result was an error value. Change-Id: I8ccd55a7b43d5ceb79002e01f0b3d33d36d85538
2013-08-15Reduce scopeJulien Nabet1-1/+1
Change-Id: If9941ea3cc7133397b9867b01d576529cc1e8f0b
2013-08-15Better fix for msvc 2012 build fix.Thorsten Behrens1-3/+1
Don't sprinkle code base with random defines, this is all done in sal/config.hxx. Nominally, that file needs to always be included first. Change-Id: Iafa851ea6fd1ba5457dab497566d39d0226e5ecb
2013-08-15Reduce scopeJulien Nabet1-1/+1
Change-Id: I3e21cf8c0d205bc7d1fc5bfa7268675b97b2dccb
2013-08-15cppcheck: fix redundant assignmentsJulien Nabet1-8/+4
Change-Id: Ia4c81fefc914aaaead6f8e47ae2818e139357bb4
2013-08-15Reduce scope + use SAL_N_ELEMENTSJulien Nabet1-3/+1
Change-Id: I33fd212f6ab82f802fa85af804980c2e8c4c9ec7
2013-08-14Remove bINet and related partJulien Nabet1-15/+2
This variable has been always false since the initial import Change-Id: I7cf61046628aae83bed22f8ba43f999de1e82207
2013-08-14declare OUString in rtl namespaceMichael Stahl1-1/+2
Change-Id: I8095b2a122b6dd4ce01b5c62a9a51f9724db8bca
2013-08-14Reduce scopeJulien Nabet1-2/+1
Change-Id: I5cbb44df09291b8a1b74e8aa176d6471960b3391
2013-08-14Fix Windows build for Visual Studio 2012Jesús Corrius1-1/+5
For more information see: http://msdn.microsoft.com/en-us/library/4hwaceh6(v=vs.110).aspx Also it looks like limits includes math somehow so move the include lower. Change-Id: Ifec3a59370f7ad0e4bdc58c470e4f14f7db33660 Reviewed-on: https://gerrit.libreoffice.org/5423 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-14import/export WEBSERVICE and FILTERXML from/to .xls BIFFEike Rathke1-2/+2
Change-Id: I8bf6cf93a2f9b5daee77f3dd75b0366caa9ec25d
2013-08-14String to OUStringMatteo Casalin5-55/+51
Change-Id: I6ccde9448acf8564fe270f119ffdfa8b1bab8afe Reviewed-on: https://gerrit.libreoffice.org/5409 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-14String to OUString + prefix names of data membersMatteo Casalin18-81/+88
Change-Id: Ic0cd2bdfde8c6ba915e89a346bcccd6fef1ca267 Reviewed-on: https://gerrit.libreoffice.org/5404 Reviewed-by: Tor Lillqvist <tml@iki.fi> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-14String to OUString + prefix for data memberMatteo Casalin2-17/+15
Change-Id: I11c106cedc3346dbe129fe7c4cecf59f559680aa Reviewed-on: https://gerrit.libreoffice.org/5405 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-14import/export WEBSERVICE and FILTERXML from/to .xlsxEike Rathke1-2/+2
Change-Id: I2ea9797156df306b25b25ef42ed865483e08b6af
2013-08-14make this less error proneEike Rathke1-2/+2
Change-Id: Ic349d1db5f63b0a2b6ba19eece630d831a912292
2013-08-14Help button added to the aboutconfigvalue dialogEfe Gürkan YALAMAN3-5/+15
Change-Id: Id47fafe67c20de5b163f7a4a04d2475297664c54 Reviewed-on: https://gerrit.libreoffice.org/5421 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
2013-08-14String to OUString, data member prefix, some formattingMatteo Casalin4-117/+105
Change-Id: Ieab44a1b8e53b4144836e8f406f522b1febffe92 Reviewed-on: https://gerrit.libreoffice.org/5413 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-14make ESC dtrt for toolboxes inside containers inside dialogsCaolán McNamara1-4/+8
Change-Id: I08cfdffa27b856c258b55f31f6b5116bec114fb3
2013-08-14convert env format page to .uiCaolán McNamara9-582/+849
Change-Id: Ie69237d0c51508f08ec87441e5776e80d5d88bee
2013-08-14corrected SC_OPCODE_STOP_2_PAR and SC_OPCODE_LAST_OPCODE_IDEike Rathke1-9/+9
0946de1e2fbf8bd5ad3919429f648359d4464eca did not adapt SC_OPCODE_STOP_2_PAR and adapted SC_OPCODE_LAST_OPCODE_ID wrongly; LEFTB, LENB, MIDB and RIGHTB didn't work, didn't show up in the Function Wizard's Structure tab and also weren't saved to .xlsx Change-Id: I8d31c8c931e40d84e265bf80f76352f5a7190377
2013-08-14String to OUString + prefix for data membersMatteo Casalin2-69/+64
Change-Id: I700923915877616735cf58a4ed1bc3a3c8657ff2 Reviewed-on: https://gerrit.libreoffice.org/5411 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-14Remove ambiguity.Andrzej J.R. Hunt1-1/+1
Change-Id: I75a5145cdaf3b133eba20a104044034b9f885630
2013-08-14fix warning: multi-line comment [-Werror=comment]Michael Stahl1-40/+43
Change-Id: Ifec7cdefb48bca1a6e025cdd3e5f0c9285c5fb95
2013-08-14bnc#654532: Make a regular octagon loaded from .ppt actually regularTor Lillqvist1-1/+43
See source code for extensive comment. Change-Id: Ic6ce18ca8aec95d2ffb480ae403a1c10cb8980e7
2013-08-14Remove unneeded/irrelevant driver options. (firebird-sdbc)Andrzej J.R. Hunt1-10/+0
Change-Id: Id4ae127eb6e7ebe1caee50cc3e3636da4ce818b3
2013-08-14Remove XRename support from XTable. (firebird-sdbc)Andrzej J.R. Hunt2-0/+58
Firebird doesn't support the renaming of tables, hence we need to disable the api to rename tables. Change-Id: I86045697f684280c591979dad4fdea2dde0db4ba
2013-08-14Refresh columns after alter. (firebird-sdbc)Andrzej J.R. Hunt1-0/+1
Without this the column data isn't updated after a change, which can lead to e.g. the UI getting confused and producing errors. Change-Id: I69ed79bbb987799fea7ecbbb1e516f7f9328ef9f
2013-08-14Implement column-name altering. (firebird-sdbc)Andrzej J.R. Hunt2-0/+48
Change-Id: I93bdbd37976fe467459b7fb39c26f6637ea7e84e
2013-08-14ColumnsHelper can create the Column for us. (firebird-sdbc)Andrzej J.R. Hunt2-41/+0
Change-Id: Ia51394a701a06b6d6bc2cf6e9628cca9ce274821
2013-08-14Correct negation to detect view. (firebird-sdbc)Andrzej J.R. Hunt1-1/+1
Change-Id: I24e1bab96e9890bbe32a7e2f3edf8ed1ec15ef92
2013-08-14Trim sql identifiers as needed. (firebird-sdbc)Andrzej J.R. Hunt2-6/+11
Change-Id: Ib61897ff2f5b459f5f6c75726be22ed99d383ec3
2013-08-14Use table type in getTables. (firebird-sdbc)Andrzej J.R. Hunt1-7/+42
Change-Id: I78dc0afed58ad7dc51c64cac8c89abcda601f8b5
2013-08-14Avoid selecting system tables for viewing. (firebird-sdbc)Andrzej J.R. Hunt1-1/+5
Change-Id: I43816cbb345fa141f845da208a06ed9eb9a5303a
2013-08-14add character shading value to ODT filtersAdam Co4-0/+4
The attribute is only exported for ODF versions > 1.2; use the new loext (LO_EXT) namespace. Change-Id: Ie44e4b851c4adf52d8cc4fc2cbe37d6c3a9941d8 Reviewed-on: https://gerrit.libreoffice.org/4830 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-08-14xmloff: add a generic LibreOffice ODF extension namespaceMichael Stahl5-1/+12
XML_NAMESPACE_LO_EXT can be used for elements and attributes that are not yet specified by OpenDocument. Change-Id: Id29392533d46f6592d964ce79c05ffefa4d69ebc Reviewed-on: https://gerrit.libreoffice.org/5419 Tested-by: Thorsten Behrens <tbehrens@suse.com> Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
2013-08-14Do the same when inserting columns.Kohei Yoshida4-3/+57
Change-Id: I387ef3c2c8345bb5be75909596f59af80b966443
2013-08-14fixup handling of unsigned valuesLionel Elie Mamane2-7/+32
that overflow their signed counterpart type Change-Id: I7d446a5fdddb9d5ef313c1bd022fd959b11dec28
2013-08-14better debugging: dump unexpected exceptionLionel Elie Mamane1-0/+1
Change-Id: I5df60d69431c67e3b8a2d76677d82e8eb1bd398a
2013-08-14doing it once is sufficientLionel Elie Mamane1-4/+0
Change-Id: If31845aa575b3f9459507deefb1b469ac3715e35
2013-08-14fdo#67546 handle unsigned 64 bit integersLionel Elie Mamane1-0/+1
Change-Id: I09453c73303076318b7105a778ff98695b0a3839
2013-08-14DOCX import: fixed horizontal position of floating tablesMiklos Vajna6-11/+56
In Word, just like normal tables, floating tables should be positioned in a way that the start of the cell text has the same horizontal position as normal paragraph text. To emulate this, first the table should be moved left by the table border distance, then also by the border with / 2; as done for non-floating tables already. Change-Id: I581311fbb08009e6c1839106e8f615d078a4a705