summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-09-23Trying to add a simple mode less dialog for db formatting;feature/gsoc-calc-enhanced-db-rangeAkash Shetye8-2/+203
I am missing something and the program crashes as soon as the dialog is initialized. Change-Id: If778ccded4c3d1a066483dc4272f764aed630891
2013-09-22Added the Formatting button to the dbnamedlgAkash Shetye4-0/+26
Change-Id: Ie204ce8fcbff39932c889f3b1bc652177b939f42
2013-09-18Corrected the [Content_type].xml dataAkash Shetye1-2/+2
Change-Id: I0745088c52c9626de0b131c58126b7cd57c06976
2013-08-30Table (DB Range) style export now considers stripe sizeAkash Shetye1-9/+9
Change-Id: Ifed63e1c3534ec880a4bcc5acb0ee4ea7809a26f
2013-08-30Revised the code for cell style calculationAkash Shetye1-51/+23
Change-Id: Ib2a66148ec6461f3b8ce5a4de7dabcc78dadaea3
2013-08-30Added support for importing stripe sizes as wellAkash Shetye2-5/+23
Change-Id: I83b83d74b6241f4884461f4d07944946e1f25fe8
2013-08-30Adds the code to fill info to allow cell colouring.Akash Shetye1-0/+34
Change-Id: I5a037c97192ac40be9b76f7eb8ef550a2f7205b0
2013-08-30Added nFirstRowStripeSize etc to the initializers for various constructorsAkash Shetye2-16/+61
Change-Id: I32645a5056fb6147dc2c23dd8fe97ab8834d38df
2013-08-19Ensure correct initialization order.Kohei Yoshida1-1/+1
Change-Id: Ife8a4f0654d1ca6e9342750ff53c6f3e00bbc286
2013-08-19Don't return a reference to a temporary variable.Kohei Yoshida2-2/+2
That's a recipe for trouble. Change-Id: I78647225209e57cf88c04718d99a07142983369d
2013-08-19Let's consistently use 'm' prefix for data members.Kohei Yoshida2-13/+13
And fix incorrect initialization order. Change-Id: I3ea1cc2fa19fb28780f076762208e62237a386b2
2013-08-19Fix excessive indentation.Kohei Yoshida1-37/+37
Change-Id: I464c8e103f1c31f9e4321b4f481413df6a4822e7
2013-08-19Fix license headers.Kohei Yoshida5-50/+0
These files are brand-new in the LibreOffice code base. Use the right license headers. Change-Id: Ib7e54990cb8eae345905d0718c3ca79c5eb2c9a1
2013-08-19Added the DB Formatting calculation codeAkash Shetye3-0/+114
Change-Id: Id617118221b97f4fee3160e30d65225b6316610d
2013-08-19Added stripe size members in db formattingAkash Shetye2-10/+25
Change-Id: Ia87cf2ea8f2f8053649b427b55393d525c817374
2013-08-15Gave default values to dbdataformatting style names and other variablesAkash Shetye1-0/+8
Change-Id: I7bba3443ca06a4e7ceff401584ba2bec372d42a3
2013-08-15Corrected a typoAkash Shetye1-1/+1
Change-Id: Ie967a5a781d1e0ed7393a1afbafafad758b36795
2013-08-15Iron out recent commit for code uniformityAkash Shetye1-2/+3
Change-Id: I58667da96391ce570845b525a64b99502330a9e2
2013-08-13Solves Dxf styles related to table formatting not being imported correctly.Akash Shetye2-12/+26
Change-Id: Ifc0e27378b1e894e2ab4393100f295de101d009b
2013-08-05Fix the build.Kohei Yoshida1-1/+1
Change-Id: Ic92ff0c6a482125014457f8b309d9543c9f3823b
2013-08-05Added Auto Filter export for DBData (tables) to xlsxAkash Shetye2-0/+27
Change-Id: I302f492f9c5ba3e886fdca4e5e76aa8c5813aa94
2013-08-05Minor tweak about using container.sizeAkash Shetye1-4/+1
Change-Id: I0987646c007e5a94f7bf83398ef911a8fb9ec9d7
2013-08-05Corrected a redundant if statement to do what it shouldAkash Shetye3-5/+11
Not proud of this patch :D Change-Id: I9d08a48188d1bd086ae0135b1044cd56ee141951
2013-08-05Used container.size instead of a separate count memberAkash Shetye2-8/+6
Change-Id: I7715f865bc30aafd62b053f6f20f2fa3af9ae3ec
2013-08-05Completed the export of DBData ranges to xlsx.Akash Shetye6-7/+103
All tags covered except auto filter tag. Need to add code to decide which DBData need to be exported by looking only for the ones that implement table style instead of exporting each one of them. Change-Id: I2655b62a33b516c6ba5516cf90fcc2627604770e
2013-08-05Part 1 of Adding DB Data exportAkash Shetye2-0/+167
Adding this skeleton for all the constructs for DB Data export Change-Id: I7510358af5f2ac92bd7f2ec7d1af4170ec8f763c
2013-08-05Patch adds check for ensuring atleast one table style existsAkash Shetye2-6/+15
Earlier code just added a new style and did not perform any checks to ensure atleast one style was present, this stops excel from creating empty table style tags. Change-Id: Ib83e8001410b65aa129fb22b032956c9bd7e1ddd
2013-08-05Completed the export of table formatting data to excel.Akash Shetye3-12/+96
The patch has not yet been tested nicely, improvements will come soon. The basics are all in place though. Will be doing the export of DB Ranges as well. Change-Id: I237b0311ed2247f8fd884545e9a5741c60ea9242
2013-08-05Made the skeleton for Table Formatting information export.Akash Shetye4-0/+100
Patch adds the classes and methods needed for exporting table style data, the methods are yet to be written. Change-Id: I499551624139bc5f7fd6b392bb7733652d8e51c6
2013-08-05Refactored Dxf export code to work with styles defined for table/DBRangesAkash Shetye1-7/+100
Change-Id: I2f05e8572e55b3fa840740a65badc4fef40ea59a
2013-08-05not every db range contains db formattingsMarkus Mohrhard1-2/+8
Change-Id: I13a54110bfa625d6495bcef36e93aa76d11fb99c
2013-08-05use a functor and standard algorithmsMarkus Mohrhard1-7/+25
Change-Id: I0cb7b603b4495d78e217153fb0339a5ba2b71157
2013-08-05we don't need this functionMarkus Mohrhard3-9/+3
actually the code was a bit wrong and was internally using the upper case search without converting the name to uppercase Change-Id: I3d7252cfc5022458be860613881bbeb9771a16cb
2013-08-05Done with adding the formatting information to ScDBData objectsAkash Shetye6-23/+10
Change-Id: I6cf025ce11cbb3be6a45f7a637bc919c0485c9dc
2013-08-05Tried to add code for filling in formatting attribute in ScDBData failedAkash Shetye7-1/+52
The problem is with the use of XDatabaseRange in the filter import code. We do not deal directly with ScDBData objects. Since I cannot modify the XDatabaseRange definition we need to find a cleverer way to call SetTableFormatting on an ScDBData object. I am kinda stuck here. Please help. Change-Id: Ia64da4f4c161b88912b97c27ad9f52a86f3564ef
2013-08-05Code added for reading and processing <tableStyleInfo> tag.Akash Shetye3-0/+29
All that remains is somehow getting an ScDBData object from the XDatabaseRange object to call SetTableFormatting on it. Change-Id: I7ea0a01da4bb96141851e5a6bb0057ef95799536
2013-08-05Adds header file to commit 809154544ea1f49a1d7ef0f4b49b3378112f54d0.Akash Shetye1-0/+5
Forgot to add header file stylesbuffer.cxx to commit. Change-Id: I3541a7f584be3ef23b2ac1f22e6ae4309b5f2296
2013-08-05Add methods to get table name and Formatting and TableStyle.Akash Shetye1-0/+22
Change-Id: Ifb9011a4734810ac1f6ea64b676cb52a3e251a8d
2013-08-05Adds support for table style tag reading and filling in the formatting objectAkash Shetye4-2/+106
This patch contains the bulk of the style.xml parsing modifications to read the <tableStyle> and <tableStyleElement> tags and fill in the ScDBDataFormatting information. Change-Id: Ic3981dcb29ee09b26940b51dd94d750603e1c4f4
2013-08-05Fixes commit f502c0ea6826fc0e915d8d4c302fe978a4d43a58 that breaks the build.Akash Shetye2-2/+2
Change-Id: Ib815dfb3679627c9d99ef747b7b0ef643b7e0cbb
2013-08-05Add the support for Table Style Name in ScDBDataFormatting.Akash Shetye2-2/+23
Also make the class publicly accessible using SC_DLLPUBLIC. Change-Id: Icdf49007b77368ba5dbb2cab1d8ef56fdda211d7
2013-08-05Adds get ans set methods in ScDBData for setting table formatting.Akash Shetye5-7/+38
Some changes made in ScDBDataFormatting like adding a copy constructor, changes to the constructor etc. as well. Change-Id: Ia9799a0cf4b449bfa04092772bea7f28cce1d7cb Reviewed-on: https://gerrit.libreoffice.org/4179 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-08-05Adds formatting class to hold stylesheet names for alternating rows and cols.Akash Shetye2-0/+138
ScDBDataFormatting is added to hold the style sheet names for ScDBData's alternating rows and columns. Change-Id: I3416f8cc56bf0a2afd7fde17039dc17bb6743a55 Reviewed-on: https://gerrit.libreoffice.org/4178 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-08-05minorSiqi LIU1-1/+1
Change-Id: Ia80ef855dc83bb60dfe484d95e8199679bd58d44
2013-08-05remove timer on slideshow navbar when clearedSiqi LIU1-8/+2
Change-Id: I6b56880e64c4f0bcf7883817f2fb60c2dced4fe3
2013-08-05display timer on the main slideshow screen & runloop fixSiqi LIU6-20/+109
Change-Id: I4ea660a151992c74afb321f1bae19fdd2c5ee40e
2013-08-05improve usability in new server interfaceSiqi LIU2-4/+22
Change-Id: I471f111a654bf6498e39de79912135b7a39f3088
2013-08-05swap sideBar reveal button and stop presentation buttonSiqi LIU2-66/+3
Change-Id: I4894e76dfbfda5fe1bc89641f774b2c96c04486b
2013-08-05Adapt Dialog XML import/export codeLionel Elie Mamane6-12/+116
to: commit 8ee69b0ba13f74d1515fac71df92947eb6328ab1 fdo#67235 adapt form control code to time nanosecond API change, step 3. Change-Id: I57b549c9c1379154173bb50463171a60ce35ca0c
2013-08-05Implement MINVERSE using OpenCL.Haidong Lian4-108/+411
Change-Id: I2524db7dbf07d8899bea6f90d1dcb7cd81acf8d9