summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2013-06-05sidebar conversion tutorial: Cleanup - remove .src and .hrc (if possible).Jan Holesovsky3-298/+0
2013-06-05sidebar conversion tutorial: Cleanup - remove calls of SetOutputSizePixel().Jan Holesovsky1-8/+0
2013-06-05sidebar conversion tutorial: Address the toolbar items via commands.Jan Holesovsky1-24/+32
2013-06-05sidebar conversion tutorial: Make use of the .ui.Jan Holesovsky2-19/+14
2013-06-05sidebar conversion tutorial: Remove explicit assignment of images.Jan Holesovsky2-22/+0
2013-06-05sidebar conversion tutorial: Introduce action commands in the .ui and .cxx.Jan Holesovsky1-0/+8
2013-06-05sidebar conversion tutorial: Change boost::scoped_ptr's to normal pointers.Jan Holesovsky2-15/+15
2013-06-05sidebar conversion tutorial: Get rid of ToolBox backgound(s).Jan Holesovsky2-4/+0
2013-06-05sc: XLSX export: remove mpAttributes crack:Michael Stahl4-30/+32
2013-06-05remove unused componentcontext.hxx includesNoel Grandin2-2/+0
2013-06-04MPLv2 subset improvements.Michael Meeks5-2/+13
2013-06-04Convert Calc Print option page to .ui.Abdulaziz A Alayed4-60/+17
2013-06-04fix for fdo#53042 fix ole object macro bindings ( for xlsm )Noel Power3-11/+16
2013-06-04bnc#821795 eat stray backslashes, in ooxml num format they don't escapeNoel Power2-6/+5
2013-06-04Expand shared formula tokens from Excel (which are basically range names).Kohei Yoshida2-32/+44
2013-06-04Extract the group token conversion loop out into a separate class.Kohei Yoshida1-98/+122
2013-06-04use better values for OOXML border width, fdo#56960Tim Richardson1-4/+4
2013-06-03move these two variables from member variables to normal variablesMarkus Mohrhard2-8/+5
2013-06-03restore old codeMarkus Mohrhard1-2/+2
2013-06-03And this one has the same potential to crashFridrich Štrba1-1/+1
2013-06-03Fix ooo51302-1.ods: check for special index value of -1Fridrich Štrba1-1/+1
2013-06-03This looks like a typoStephan Bergmann1-1/+1
2013-06-03ScInterpreter::GetString can return reference to shared string instanceStephan Bergmann1-3/+3
2013-06-03correct fix for fdo#62938Markus Mohrhard1-3/+4
2013-06-03Revert "the print range may start in row 0, fdo#62938"Markus Mohrhard3-9/+7
2013-06-03this was commited accidentallyMarkus Mohrhard1-1/+1
2013-06-03the print range can start in row 0, fdo#62938Markus Mohrhard3-7/+9
2013-06-02clang, -Wunused-private-fieldJulien Nabet1-1/+0
2013-06-02remove unused variableMarkus Mohrhard1-1/+0
2013-06-02another merge errorMarkus Mohrhard1-1/+1
2013-06-02fix warnings after mergeMarkus Mohrhard1-3/+3
2013-06-02after rebase we have two SetCell methodsMarkus Mohrhard1-0/+9
2013-06-02temporary ugly hack for ordering problemMarkus Mohrhard1-0/+5
2013-06-02all formula cells have now an explicit number formatMarkus Mohrhard6-86/+6
2013-06-02accept this result as bug fixedMarkus Mohrhard5-38/+6
2013-06-02don't set hard format for text formatsMarkus Mohrhard1-1/+4
2013-06-02remove inherited number formats, related fdo#60215Markus Mohrhard5-11/+46
2013-06-02use static_cast instead of c style castMarkus Mohrhard1-6/+7
2013-06-02String to OUStringMarkus Mohrhard1-2/+2
2013-06-02bail out early for error cellsMarkus Mohrhard1-8/+12
2013-06-02bail out for error cells earlyMarkus Mohrhard1-11/+11
2013-06-02remove one more use of inherited number formatsMarkus Mohrhard2-46/+3
2013-06-02initial work on removing some ScFormulaCell instancesMarkus Mohrhard4-29/+124
2013-06-02a few more places without ScFormulaCellMarkus Mohrhard2-6/+6
2013-06-02preparations for inherited number format removalMarkus Mohrhard8-56/+11
2013-06-02remove temporary String instancesMarkus Mohrhard1-4/+2
2013-06-02more String->OUString and early bail outsMarkus Mohrhard1-33/+27
2013-06-02String->OUString and bail out earlyMarkus Mohrhard1-51/+49
2013-06-02let us use scoped_ptr when possibleMarkus Mohrhard1-4/+2
2013-06-01use size_t where possible and fix some more placesMarkus Mohrhard7-73/+75