summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-01-23erase the correct element in ScColumn::Delete(), not the last oneEike Rathke1-1/+1
2012-01-23refactor concept for c++ based subsequenttestsMarkus Mohrhard26-2401/+830
2012-01-23add library for c++ based subsequenttestsMarkus Mohrhard6-0/+6
2012-01-23resolved rhbz#783556 crash in ScMatrix::GetDimensons() from ScInterpreterEike Rathke1-1/+10
2012-01-23add the "Send Feedback..." help menu itemIvan Timofeev1-1/+2
2012-01-23Redundant condition and Comment Translations.Mariusz Dykierek1-12/+12
2012-01-22resolved fdo#45032 Calc export to HTML with graphics failedEike Rathke1-3/+6
2012-01-21Improve checking for emptinessThomas Arnhold1-4/+4
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann16-25/+24
2012-01-21Oops I shouldn't have erased names directly.Kohei Yoshida2-2/+8
2012-01-21fdo#44831: Named range should overwrite existing name.Kohei Yoshida2-1/+2
2012-01-20Grid lines should be immediately above or below the background.Kohei Yoshida1-4/+7
2012-01-20Prefer using back() to access the last element.Kohei Yoshida4-11/+15
2012-01-20Added 'm' prefix for a data member.Kohei Yoshida6-492/+492
2012-01-20Replace open-coded array with std::vector in ScColumn.Noel Grandin6-614/+504
2012-01-20More on String to rtl::OUString changes.Kohei Yoshida4-17/+9
2012-01-20Mempool size args are unused.Stephan Bergmann9-37/+24
2012-01-19Fix a crash when copying a sheet with drawing obj to a new document.Kohei Yoshida1-1/+11
2012-01-19remove unused methodsThomas Arnhold1-2/+0
2012-01-19Undo inadvertent indentation change.Stephan Bergmann1-1/+1
2012-01-19Fix C++03 enum member scope.Stephan Bergmann1-5/+5
2012-01-18fdo#44896 accomodate localized text expansionAndras Timar2-2/+13
2012-01-18enable new datapilot api testMarkus Mohrhard2-6/+4
2012-01-18little clean-up in xspreadsheet2 testMarkus Mohrhard1-19/+8
2012-01-18sc test : refactor importSheet testsLaurent Godard2-61/+220
2012-01-18it is not possible to start/terminate libreoffice twice in the same programMarkus Mohrhard2-10/+0
2012-01-18terminate xcellrangesquery correctlyMarkus Mohrhard1-7/+35
2012-01-18terminate xdatabaserange correctlyMarkus Mohrhard1-2/+36
2012-01-18correctly terminate cellpropertiesMarkus Mohrhard1-2/+39
2012-01-18correctly terminate tableautoformatfieldMarkus Mohrhard1-0/+27
2012-01-18these two variables don't need to be staticMarkus Mohrhard1-4/+2
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz4-4/+4
2012-01-17remove unused methodsThomas Arnhold9-90/+0
2012-01-17remove unused ScDP* methodsThomas Arnhold9-187/+0
2012-01-17Use platform-independent ::rtl::math::round to fix msvc buildKorrawit Pruegsanusak2-4/+6
2012-01-16fix build errorCaolán McNamara1-2/+2
2012-01-16Missing SolarMutexGuard.Stephan Bergmann1-0/+1
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz4-5/+5
2012-01-16just return a new string rather than pass by referenceCaolán McNamara3-12/+14
2012-01-16add test for sheet::XDataPilotTableMarkus Mohrhard2-0/+152
2012-01-15WaE: converting ‘false’ to pointer typeDavid Tardon1-1/+1
2012-01-15WaE: converting ‘false’ to pointer typeDavid Tardon1-1/+1
2012-01-15these are not old component files anymoreMatúš Kukan10-53/+29
2012-01-15Galaxy (default) icon theme is now in icon-themes/galaxyStefan Knorr (astron)1-2/+2
2012-01-15some adjustments in the XSpreadsheet2 api testMarkus Mohrhard1-3/+44
2012-01-15make adjusting formulas possible for TransferTabMarkus Mohrhard1-0/+7
2012-01-15sc test : update importSheet testsLaurent Godard1-13/+6
2012-01-15add test case for datapilot apiMarkus Mohrhard3-0/+455
2012-01-15correctly terminate XDataPilotFieldGroupingMarkus Mohrhard1-1/+37
2012-01-13fdo#44173: use a geometric progression for zoomingTim Hardeck2-9/+7