summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
AgeCommit message (Expand)AuthorFilesLines
2012-06-21re-base on ALv2 code.Michael Meeks1-26/+17
2012-06-20ditch last (?) uses of UniString::UniString(sal_Unicode, ...)Caolán McNamara1-2/+2
2012-06-19death to some UniStringsCaolán McNamara1-2/+2
2012-06-16removed unused forward declarations of classTakeshi Abe1-4/+0
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara1-14/+9
2012-06-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin2-4/+4
2012-06-11replace tabs with spacesMarkus Mohrhard1-1/+1
2012-06-11set correct range as title + update for (not) betweenMarkus Mohrhard1-1/+1
2012-06-11fix repainting of conditional formatsMarkus Mohrhard1-0/+3
2012-06-11correctly set new conditional formatMarkus Mohrhard1-0/+20
2012-06-09remove dead codeThomas Arnhold1-12/+0
2012-06-09Remove superfluous empty lines on topThomas Arnhold6-15/+0
2012-06-09Remove superfluous include commentsThomas Arnhold17-75/+0
2012-06-05Disable file load and save and a whole bunch of other commands in preview.Kohei Yoshida1-4/+9
2012-05-31Rename this option to make it sound more generic.Kohei Yoshida1-1/+1
2012-05-30Create a common struct for interpreter config options.Kohei Yoshida1-1/+2
2012-05-30Use the new option when interpreting INDIRECT function.Kohei Yoshida1-0/+6
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard1-3/+6
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann4-6/+6
2012-05-23Receive the file open command in Calc in order to pass doc service name.Kohei Yoshida1-1/+10
2012-05-17fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon1-1/+1
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara1-2/+0
2012-05-13removed unused definesTakeshi Abe1-2/+0
2012-05-10WaE: unsafe mix of bool and sal_BoolCaolán McNamara4-22/+22
2012-05-08resolved rhbz#819118 catch exception from VBA lib containerEike Rathke1-6/+12
2012-05-03New menu now inserts current time into cell.Kohei Yoshida1-1/+1
2012-04-25fdo#45664 EasyHack: Add a "Save cell formulas" checkbox to the CSV Export panel.Florent Gallaire1-5/+1
2012-04-18Just link statically to ScFilterCreate() in the DISABLE_DYNLOADING caseTor Lillqvist1-0/+15
2012-04-15resolved fdo#48731 in CSV import do not strip leading apostropheEike Rathke1-0/+1
2012-04-14resolved fdo#48621 better handling of broken CSV filesEike Rathke1-18/+146
2012-04-13two additional places to raise data truncated error for fdo#48516Eike Rathke1-9/+5
2012-04-13one more lcl_appendLineData() for line size >64kEike Rathke1-1/+7
2012-04-11move ScProgress outside of ScTable::FillMarkus Mohrhard3-8/+50
2012-04-10resolved fdo#48516 use "max columns exceeded" message if appropriateEike Rathke2-30/+56
2012-04-10sal_Bool to boolEike Rathke1-100/+100
2012-04-10resolved fdo#48501 enable line size >64k in SvStream::Read*Line()Eike Rathke1-35/+90
2012-04-10Grouping ScFormulaOptionsAlbert Thuswaldner2-12/+12
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard1-3/+4
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida1-4/+3
2012-04-04ScDBDocFunc::Sort: work around STL assertion in sc_unoapiMichael Stahl1-2/+3
2012-04-04fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner1-3/+3
2012-04-02virtualise the ScDocFunc to allow interposing some magicMichael Meeks1-2/+2
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara1-7/+7
2012-03-31revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard1-3/+3
2012-03-31fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner1-3/+3
2012-03-25WaE: one more newly unused variableMarkus Mohrhard1-1/+0
2012-03-25remove newly unused variableMarkus Mohrhard1-4/+0
2012-03-23Let's just centrally reload group data in DataPilotUpdate()...Kohei Yoshida1-4/+1