summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl
2012-05-10render color scales correctlyMarkus Mohrhard
2012-05-10remove debug outputMarkus Mohrhard
2012-05-10Color Scales are now displayed after import from xlsxMarkus Mohrhard
2012-05-09Access properties in the edit source when the field item is already inserted.Kohei Yoshida
2012-05-09FILE (title) field doesn't have any properties.Kohei Yoshida
2012-05-09Use UNO field type when searching for specific field items.Kohei Yoshida
2012-05-09changes to fdo#44738 patch to make it work with other localesEike Rathke
2012-05-09fdo#44738 use general format code keywordsUrmas
2012-05-09n758575: Use default printer settings only when explicity mentioned.Muthu Subramanian
2012-05-09index is 1-based in this caseMarkus Mohrhard
2012-05-09apply color scale to area during xlsx importMarkus Mohrhard
2012-05-09add accidently deleted parts and WaEMarkus Mohrhard
2012-05-09import color scales from xlsxMarkus Mohrhard
2012-05-09add initial code for color scalesMarkus Mohrhard
2012-05-09updateReference needs to deal with inserting/deleting several sheetsMarkus Mohrhard
2012-05-09DECL_PTRARR_SORT to ptr_set in conditio.[ch]xxMarkus Mohrhard
2012-05-08Use the field type value for branching instead of ISA macro.Kohei Yoshida
2012-05-08Support document title field in cells.Kohei Yoshida
2012-05-08Remove the evil hack.Kohei Yoshida
2012-05-08Adjust ScEditFieldObj for the change done in SvxUnoTextRangeBase.Kohei Yoshida
2012-05-08work around spurious signed overflow warningsMichael Stahl
2012-05-08resolved rhbz#819118 catch exception from VBA lib containerEike Rathke
2012-05-07unusedcode: BiffGroupObjectMatúš Kukan
2012-05-07string result of formula is also valid, fdo#49052Markus Mohrhard
2012-05-07use correct content for returned ScDBData, fdo#49531Markus Mohrhard
2012-05-05Use UNO's field type values for the SvxFieldData class IDs too.Kohei Yoshida
2012-05-05Have ScEditFieldObj use the UNO field type values.Kohei Yoshida
2012-05-05Use the UNO field type values instead of the internal ones.Kohei Yoshida
2012-05-04(reworked )reorg. code a little so ole controls are catered for wrt fdo#49430Noel Power
2012-05-04Revert "reorganise code a little so ole controls are catered for wrt fdo#49430"Noel Power
2012-05-04remove public: declaration ( remnant of abandoned part of patch )Noel Power
2012-05-04reorganise code a little so ole controls are catered for wrt fdo#49430Noel Power
2012-05-04Evil hack to fix the UNO API failure.Kohei Yoshida
2012-05-04Let's just combine the two tests, since one requires the other.Kohei Yoshida
2012-05-03New API test for ScAnnotationShapeObj.Kohei Yoshida
2012-05-03Temporarily disabling a failing API test. I'll fix it soon.Kohei Yoshida
2012-05-03Add menu entries for sheet name and date field items.Kohei Yoshida
2012-05-03Update sheet IDs in sheet field items during copy and paste.Kohei Yoshida
2012-05-03Properly handle properties of sheet fields.Kohei Yoshida
2012-05-03Support sheet name field in cells.Kohei Yoshida
2012-05-03Support date field in cells.Kohei Yoshida
2012-05-03Removed unused methods.Kohei Yoshida
2012-05-03Properly import DateTimeField.Kohei Yoshida
2012-05-03New menu now inserts current time into cell.Kohei Yoshida
2012-05-03Initial skeleton for inserting a field into cell.Kohei Yoshida
2012-05-03include vector for std::vectorCaolán McNamara
2012-05-03WaE: variables set but unusedCaolán McNamara
2012-05-03tweak imported shape position for xls( binary ) format fdo#49430Noel Power
2012-05-03fix bad import positions of shapes & controls fdo#49430Noel Power