summaryrefslogtreecommitdiffstats
path: root/sc/inc/document.hxx
Commit message (Expand)AuthorAgeFilesLines
* No more "increase / decrease of recalc level" for drawing objects.Kohei Yoshida2012-11-011-3/+0
* Remove a flag that nobody uses.Kohei Yoshida2012-10-101-5/+0
* also support removing of conditional formatsMarkus Mohrhard2012-10-061-0/+1
* adpat ScTable methods to overlapping conditional formatsMarkus Mohrhard2012-10-061-1/+0
* support overlapping conditional formatsMarkus Mohrhard2012-10-061-0/+1
* fix parent style import xlsx fdo#55198Noel Power2012-09-241-1/+1
* targetted VBA re-work.Noel Power2012-09-121-4/+2
* move ScProgress construction out of ScTable::SortMarkus Mohrhard2012-08-291-1/+1
* Improve matrix import performance.Daniel Bankston2012-08-241-2/+4
* make more calc methods constMarkus Mohrhard2012-08-101-2/+2
* Bin 2 other functionsJulien Nabet2012-08-091-4/+0
* fix column navigation with CTRL + direction, fdo#45020Markus Mohrhard2012-08-091-1/+1
* Actually this method is totally redundant. Remove it.Kohei Yoshida2012-07-261-1/+0
* Try to encapsulate the row flag array.Kohei Yoshida2012-07-261-1/+3
* Use bool instead of sal_uInt16 for HardCalcStateDaniel Bankston2012-07-111-3/+3
* Use cached formula results instead of recalculatingDaniel Bankston2012-07-111-3/+0
* Use imported formula results if ODS doc was generated by LibreOfficeDaniel Bankston2012-07-111-0/+3
* Revert "Revert "export all style information to xls/xlsx, fdo#46738""Markus Mohrhard2012-07-091-0/+1
* Revert "export all style information to xls/xlsx, fdo#46738"Markus Mohrhard2012-07-091-1/+0
* removed unused forward declarations of classTakeshi Abe2012-06-231-5/+0
* big formula performance improvement for xlsx import (bnc#763168 & bnc#765942)Noel Power2012-06-201-0/+1
* callcatcher: chainsaw out some unnecessary codeCaolán McNamara2012-06-151-1/+0
* fix rebase problemsMarkus Mohrhard2012-06-111-0/+2
* correctly set new conditional formatMarkus Mohrhard2012-06-111-0/+1
* adjust import/export code to merged conditional formatsMarkus Mohrhard2012-06-111-7/+2
* dead code: ScDocument::DeleteNumberFormatThomas Arnhold2012-06-071-1/+0
* drop some unused codeCaolán McNamara2012-06-051-1/+0
* make color formats and conditional formats a sheet propertyMarkus Mohrhard2012-05-241-11/+8
* implement databars in the coreMarkus Mohrhard2012-05-181-2/+2
* restructure colorscale code a bit to allow adding databarsMarkus Mohrhard2012-05-181-4/+4
* copy color scales correctlyMarkus Mohrhard2012-05-141-0/+1
* export color scales to xlsxMarkus Mohrhard2012-05-131-1/+1
* import color scales from xlsxMarkus Mohrhard2012-05-091-0/+7
* Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák2012-04-191-18/+18
* add unit test for autofillMarkus Mohrhard2012-04-111-1/+1
* Removing a member that's not used.Kohei Yoshida2012-04-111-1/+0
* move ScProgress outside of ScTable::FillMarkus Mohrhard2012-04-111-2/+2
* do not include contents of huge sc/sd/sw libs into tiny unittestsLuboš Luňák2012-04-071-18/+18
* first part of border import testMarkus Mohrhard2012-04-011-1/+1
* quick and ugly hack for ScEditableTester in ucalcMarkus Mohrhard2012-03-291-0/+5
* don't use uno when importing styles ( xlsx,xlsm) )Noel Power2012-03-281-1/+1
* export all style information to xls/xlsx, fdo#46738Markus Mohrhard2012-03-271-0/+1
* remove table.hxx from document.hxxMarkus Mohrhard2012-03-021-5/+9
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-011-1/+1
* remove mpNote from ScBaseCellMarkus Mohrhard2012-02-291-10/+6
* unusedcode.easy: some cleaningThomas Arnhold2012-02-201-1/+0
* Rename TypedStrData to ScTypedStrData, just to be consistent.Kohei Yoshida2012-02-081-3/+3
* Moved TypedStrData into its own files.Kohei Yoshida2012-02-081-1/+1
* Move this typedef back into collect.hxx for now.Kohei Yoshida2012-02-081-0/+1
* Move away from TypedScStrCollection in favor of STL's.Kohei Yoshida2012-02-081-8/+17