summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
AgeCommit message (Expand)AuthorFilesLines
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke2-3/+3
2013-07-12fdo#64448: Don't get type name from incorrect filter.Kohei Yoshida1-3/+2
2013-07-11fdo#66655: Get GETPIVOTDATA to work again.Kohei Yoshida2-86/+6
2013-07-09Mark as constTakeshi Abe22-46/+46
2013-07-08-Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann1-1/+1
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud2-1/+2
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida2-0/+2
2013-07-01WaE: pOldRanges may be used uninitializedIvan Timofeev1-1/+1
2013-07-01simplify AddPrintRanges calls at import timeLaurent Godard1-2/+5
2013-06-29remove OUString wrap for string literalsThomas Arnhold4-7/+7
2013-06-29extract this functionality from the uno codeMarkus Mohrhard3-142/+3
2013-06-28fdo#43460 sc: use isEmpty()Jelle van der Waa1-2/+2
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold1-1/+1
2013-06-26coverity#1038508 Use after free (USE_AFTER_FREE)Caolán McNamara1-3/+3
2013-06-24CELLTYPE_DESTROYED no longer relevant. Chuck it.Kohei Yoshida1-3/+0
2013-06-24ScFormulaCell is no longer a child class of ScBaseCell.Kohei Yoshida1-1/+1
2013-06-07Resolves: #i121136# Improve Spreadsheet performance in some areasWang Lei1-1/+2
2013-06-06Resolves: #i121334# Changed default for charts background to be none...Armin Le Grand1-0/+5
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-06-04fix for fdo#53042 fix ole object macro bindings ( for xlsm )Noel Power1-1/+1
2013-06-02all formula cells have now an explicit number formatMarkus Mohrhard1-24/+0
2013-06-02accept this result as bug fixedMarkus Mohrhard1-11/+1
2013-06-01use size_t where possible and fix some more placesMarkus Mohrhard1-33/+35
2013-05-27remove chart listener when chart is deleted, fdo#64639Markus Mohrhard1-0/+1
2013-05-27String to OUString and small stylistic clean-upMarkus Mohrhard1-24/+25
2013-05-21fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin1-1/+1
2013-05-20Fix memory leak.Kohei Yoshida1-0/+1
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann1-38/+74
2013-05-15Resolves: #i20044# Fixed queryEmptyCell()Andre Fischer1-2/+2
2013-05-14initialized with plain 0, instead of sal_False/falseTakeshi Abe1-1/+1
2013-05-13fix uninitialised warningsNoel Grandin1-2/+2
2013-05-13fdo#46808, Convert sheet::GlobalSheetSettings service to new styleNoel Grandin1-0/+16
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-8/+8
2013-05-09ScHint doesn't need to store broadcaster pointer. Let's not.Kohei Yoshida1-1/+1
2013-05-09Remove SC_HINT_DYING. We don't do anything specific for this hint.Kohei Yoshida2-2/+2
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida2-23/+19
2013-05-09Remove unnecessary inclusion of column.hxx.Kohei Yoshida1-1/+0
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák14-85/+85
2013-04-30Ensure that modified formula cells are redrawn.Kohei Yoshida1-1/+1
2013-04-26XubString->OUStringCaolán McNamara1-3/+3
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy1-1/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza2-7/+7
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-3/+3
2013-04-15basic inplace Font preview for calcNoel Power1-0/+2
2013-04-13Resolves: #i120105# Avoid MemoryLeak in ScTableSheetObj::PrintAreaUndo_ImplArmin Le Grand1-14/+23
2013-04-09Get the whole thing to build after the SfxFilter interface change.Kohei Yoshida1-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák42-1217/+1208
2013-04-05new module i18nlangtagEike Rathke3-3/+3
2013-04-05fix Worksheet.Cells by not allowing TableSheet range to change from updatesNoel Power1-0/+11
2013-04-05fix selection change event firingNoel Power1-3/+46