summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-14cppcheck: fix arrayIndexThenCheck/optimize loopsJulien Nabet
2013-05-14fdo#55582 calc partLennard Wasserthal
2013-05-14convert army of header/footer dialogs to .ui formatCaolán McNamara
2013-05-14split ScHFEditDlg into multiple classesCaolán McNamara
2013-05-14refactor raw use of ScHFEditDlg to use ScAbstractDialogFactoryCaolán McNamara
2013-05-14remove unneccessary argument from CreateScHFEditDlgCaolán McNamara
2013-05-14SolarMutex does not belong into the URE interfaceStephan Bergmann
2013-05-14resolved fdo#60468 no special tab case workaround for CSV importEike Rathke
2013-05-14initialized with plain 0, instead of sal_False/falseTakeshi Abe
2013-05-14coverity#1000855 Unitialized scalar variableNorbert Thiebaud
2013-05-13cppcheck: fix uselessAssignmentPtrArgJulien Nabet
2013-05-13set correct single tab page parentCaolán McNamara
2013-05-13unused helpidsCaolán McNamara
2013-05-13reenable left/right area swap in .ui layout termsCaolán McNamara
2013-05-13and now we can convert single-tab mode tooCaolán McNamara
2013-05-13Convert Calc page header/footer content to Widget UIOlivier Hallot
2013-05-13fix Workbooks.xls unit test ( was failing on windows )Noel Power
2013-05-13fix uninitialised warningsNoel Grandin
2013-05-13fdo#46808, Convert some chart2 services to new styleNoel Grandin
2013-05-13fdo#46808 Convert chart2::FormattedString service to new styleNoel Grandin
2013-05-13remove dead codeNoel Grandin
2013-05-13fdo#46808, Convert sheet::GlobalSheetSettings service to new styleNoel Grandin
2013-05-13fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin
2013-05-13fdo#46808, Convert util::PathSettings service to new styleNoel Grandin
2013-05-13Support IMR_QUERYCHARPOSITION in Writer and Calc.Yohei Yukawa
2013-05-12cppcheck: unusedVariable (pPreviewPattr)Julien Nabet
2013-05-10try fix build failure ( on some platforms ) uno::makeAny( 1 )Noel Power
2013-05-10Broadcast only on deleted cells that were previously non-empty.Kohei Yoshida
2013-05-10fix various problems with vba Names & Names objectsNoel Power
2013-05-10resolved fdo#64384 check subtotal row filtered also for single referenceEike Rathke
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke
2013-05-10temporarily disable unit test that fails on windowsNoel Power
2013-05-09coverity#705449: comparing array against NULLMarkus Mohrhard
2013-05-09coverity#705446: self assignmentMarkus Mohrhard
2013-05-09add missing exception specificationLuboš Luňák
2013-05-09ScHint doesn't need to store broadcaster pointer. Let's not.Kohei Yoshida
2013-05-09Test more broadcaster relocation scenarios.Kohei Yoshida
2013-05-09Simplify this a bit.Kohei Yoshida
2013-05-09This is not necessary either.Kohei Yoshida
2013-05-09No need to check for broadcaster's presence here.Kohei Yoshida
2013-05-09Script types are unsigned char now.Kohei Yoshida
2013-05-09Set page style name to the sheet directly via ScDocument, not UNO API.Kohei Yoshida
2013-05-09Remove using namespace statements that may cause naming clashes.Kohei Yoshida
2013-05-09Change of plan. ScColumn::DeleteRange() will NOT broadcast. Ever.Kohei Yoshida
2013-05-09The same thing applies in reverse direction.Kohei Yoshida
2013-05-09Fix another broadcaster bug and a test code to catch it.Kohei Yoshida
2013-05-09Test to ensure that removing a listening formula cell remove the broadcaster.Kohei Yoshida
2013-05-09More test and more fix wrt broadcaster rework.Kohei Yoshida
2013-05-09Start writing unit test for broadcaster storage. Found & fixed one bug.Kohei Yoshida