summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-23Trying to add a simple mode less dialog for db formatting;feature/gsoc-calc-enhanced-db-rangeAkash Shetye8-2/+203
2013-09-22Added the Formatting button to the dbnamedlgAkash Shetye4-0/+26
2013-09-18Corrected the [Content_type].xml dataAkash Shetye1-2/+2
2013-08-30Table (DB Range) style export now considers stripe sizeAkash Shetye1-9/+9
2013-08-30Revised the code for cell style calculationAkash Shetye1-51/+23
2013-08-30Added support for importing stripe sizes as wellAkash Shetye2-5/+23
2013-08-30Adds the code to fill info to allow cell colouring.Akash Shetye1-0/+34
2013-08-30Added nFirstRowStripeSize etc to the initializers for various constructorsAkash Shetye2-16/+61
2013-08-19Ensure correct initialization order.Kohei Yoshida1-1/+1
2013-08-19Don't return a reference to a temporary variable.Kohei Yoshida2-2/+2
2013-08-19Let's consistently use 'm' prefix for data members.Kohei Yoshida2-13/+13
2013-08-19Fix excessive indentation.Kohei Yoshida1-37/+37
2013-08-19Fix license headers.Kohei Yoshida5-50/+0
2013-08-19Added the DB Formatting calculation codeAkash Shetye3-0/+114
2013-08-19Added stripe size members in db formattingAkash Shetye2-10/+25
2013-08-15Gave default values to dbdataformatting style names and other variablesAkash Shetye1-0/+8
2013-08-15Corrected a typoAkash Shetye1-1/+1
2013-08-15Iron out recent commit for code uniformityAkash Shetye1-2/+3
2013-08-13Solves Dxf styles related to table formatting not being imported correctly.Akash Shetye2-12/+26
2013-08-05Fix the build.Kohei Yoshida1-1/+1
2013-08-05Added Auto Filter export for DBData (tables) to xlsxAkash Shetye2-0/+27
2013-08-05Minor tweak about using container.sizeAkash Shetye1-4/+1
2013-08-05Corrected a redundant if statement to do what it shouldAkash Shetye3-5/+11
2013-08-05Used container.size instead of a separate count memberAkash Shetye2-8/+6
2013-08-05Completed the export of DBData ranges to xlsx.Akash Shetye6-7/+103
2013-08-05Part 1 of Adding DB Data exportAkash Shetye2-0/+167
2013-08-05Patch adds check for ensuring atleast one table style existsAkash Shetye2-6/+15
2013-08-05Completed the export of table formatting data to excel.Akash Shetye3-12/+96
2013-08-05Made the skeleton for Table Formatting information export.Akash Shetye4-0/+100
2013-08-05Refactored Dxf export code to work with styles defined for table/DBRangesAkash Shetye1-7/+100
2013-08-05not every db range contains db formattingsMarkus Mohrhard1-2/+8
2013-08-05use a functor and standard algorithmsMarkus Mohrhard1-7/+25
2013-08-05we don't need this functionMarkus Mohrhard3-9/+3
2013-08-05Done with adding the formatting information to ScDBData objectsAkash Shetye6-23/+10
2013-08-05Tried to add code for filling in formatting attribute in ScDBData failedAkash Shetye7-1/+52
2013-08-05Code added for reading and processing <tableStyleInfo> tag.Akash Shetye3-0/+29
2013-08-05Adds header file to commit 809154544ea1f49a1d7ef0f4b49b3378112f54d0.Akash Shetye1-0/+5
2013-08-05Add methods to get table name and Formatting and TableStyle.Akash Shetye1-0/+22
2013-08-05Adds support for table style tag reading and filling in the formatting objectAkash Shetye4-2/+106
2013-08-05Fixes commit f502c0ea6826fc0e915d8d4c302fe978a4d43a58 that breaks the build.Akash Shetye2-2/+2
2013-08-05Add the support for Table Style Name in ScDBDataFormatting.Akash Shetye2-2/+23
2013-08-05Adds get ans set methods in ScDBData for setting table formatting.Akash Shetye5-7/+38
2013-08-05Adds formatting class to hold stylesheet names for alternating rows and cols.Akash Shetye2-0/+138
2013-08-05minorSiqi LIU1-1/+1
2013-08-05remove timer on slideshow navbar when clearedSiqi LIU1-8/+2
2013-08-05display timer on the main slideshow screen & runloop fixSiqi LIU6-20/+109
2013-08-05improve usability in new server interfaceSiqi LIU2-4/+22
2013-08-05swap sideBar reveal button and stop presentation buttonSiqi LIU2-66/+3
2013-08-05Adapt Dialog XML import/export codeLionel Elie Mamane6-12/+116
2013-08-05Implement MINVERSE using OpenCL.Haidong Lian4-108/+411