summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-05-10render color scales correctlyMarkus Mohrhard1-37/+58
2012-05-10remove debug outputMarkus Mohrhard1-5/+0
2012-05-10Color Scales are now displayed after import from xlsxMarkus Mohrhard6-28/+87
2012-05-09Access properties in the edit source when the field item is already inserted.Kohei Yoshida1-17/+185
2012-05-09FILE (title) field doesn't have any properties.Kohei Yoshida1-2/+14
2012-05-09Use UNO field type when searching for specific field items.Kohei Yoshida1-25/+32
2012-05-09changes to fdo#44738 patch to make it work with other localesEike Rathke1-16/+19
2012-05-09fdo#44738 use general format code keywordsUrmas1-45/+45
2012-05-09n758575: Use default printer settings only when explicity mentioned.Muthu Subramanian1-4/+4
2012-05-09index is 1-based in this caseMarkus Mohrhard2-3/+5
2012-05-09apply color scale to area during xlsx importMarkus Mohrhard1-1/+24
2012-05-09add accidently deleted parts and WaEMarkus Mohrhard1-3/+5
2012-05-09import color scales from xlsxMarkus Mohrhard13-49/+279
2012-05-09add initial code for color scalesMarkus Mohrhard3-0/+264
2012-05-09updateReference needs to deal with inserting/deleting several sheetsMarkus Mohrhard1-9/+9
2012-05-09DECL_PTRARR_SORT to ptr_set in conditio.[ch]xxMarkus Mohrhard6-71/+80
2012-05-08Use the field type value for branching instead of ISA macro.Kohei Yoshida1-20/+23
2012-05-08Support document title field in cells.Kohei Yoshida8-3/+54
2012-05-08Remove the evil hack.Kohei Yoshida1-13/+0
2012-05-08Adjust ScEditFieldObj for the change done in SvxUnoTextRangeBase.Kohei Yoshida5-15/+77
2012-05-08work around spurious signed overflow warningsMichael Stahl1-1/+2
2012-05-08resolved rhbz#819118 catch exception from VBA lib containerEike Rathke1-6/+12
2012-05-07unusedcode: BiffGroupObjectMatúš Kukan2-98/+0
2012-05-07string result of formula is also valid, fdo#49052Markus Mohrhard1-1/+9
2012-05-07use correct content for returned ScDBData, fdo#49531Markus Mohrhard2-38/+34
2012-05-05Use UNO's field type values for the SvxFieldData class IDs too.Kohei Yoshida2-43/+14
2012-05-05Have ScEditFieldObj use the UNO field type values.Kohei Yoshida5-87/+53
2012-05-05Use the UNO field type values instead of the internal ones.Kohei Yoshida2-10/+10
2012-05-04(reworked )reorg. code a little so ole controls are catered for wrt fdo#49430Noel Power1-6/+6
2012-05-04Revert "reorganise code a little so ole controls are catered for wrt fdo#49430"Noel Power1-6/+6
2012-05-04remove public: declaration ( remnant of abandoned part of patch )Noel Power1-1/+0
2012-05-04reorganise code a little so ole controls are catered for wrt fdo#49430Noel Power1-6/+6
2012-05-04Evil hack to fix the UNO API failure.Kohei Yoshida3-2/+47
2012-05-04Let's just combine the two tests, since one requires the other.Kohei Yoshida1-3/+2
2012-05-03New API test for ScAnnotationShapeObj.Kohei Yoshida2-0/+263
2012-05-03Temporarily disabling a failing API test. I'll fix it soon.Kohei Yoshida1-1/+1
2012-05-03Add menu entries for sheet name and date field items.Kohei Yoshida5-7/+46
2012-05-03Update sheet IDs in sheet field items during copy and paste.Kohei Yoshida3-6/+8
2012-05-03Properly handle properties of sheet fields.Kohei Yoshida2-4/+44
2012-05-03Support sheet name field in cells.Kohei Yoshida5-4/+36
2012-05-03Support date field in cells.Kohei Yoshida5-5/+39
2012-05-03Removed unused methods.Kohei Yoshida1-8/+0
2012-05-03Properly import DateTimeField.Kohei Yoshida4-3/+29
2012-05-03New menu now inserts current time into cell.Kohei Yoshida14-54/+67
2012-05-03Initial skeleton for inserting a field into cell.Kohei Yoshida5-1/+49
2012-05-03include vector for std::vectorCaolán McNamara1-0/+1
2012-05-03WaE: variables set but unusedCaolán McNamara1-2/+0
2012-05-03tweak imported shape position for xls( binary ) format fdo#49430Noel Power3-0/+32
2012-05-03fix bad import positions of shapes & controls fdo#49430Noel Power6-61/+190
2012-05-03remove obsolete READ_OLDVERS table autoformat codeMichael Stahl2-121/+1