summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2011-08-30String / bool conversions for ScTableLink.Kohei Yoshida
2011-08-30More string conversion around ScDocumentLoader.Kohei Yoshida
2011-08-29More on String to rtl::OUString.Kohei Yoshida
2011-08-29String to rtl::OUString.Kohei Yoshida
2011-08-29String to rtl::OUString, and I forgot to commit the new headers.Kohei Yoshida
2011-08-29Hide ScDragData and ScClipData from scmod.hxx, clean up ScModule a bit.Kohei Yoshida
2011-08-29Rename class XColorTable to XColorListJoseph Powers
2011-08-28some more sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard
2011-08-27need argument by reference hereMarkus Mohrhard
2011-08-26String to rtl::OUString.Kohei Yoshida
2011-08-26bool cleanup.Kohei Yoshida
2011-08-26fdo#40378 compile defined names that had unresolveds during loadEike Rathke
2011-08-25sal_Bool -> bool in ScTableMarkus Mohrhard
2011-08-25use boost::intrusive_ptr::get() instead of operator->()Eike Rathke
2011-08-25crash when modifying a defined name (and other places as well)Eike Rathke
2011-08-24replace ScNameToken with proper FormulaIndexTokenEike Rathke
2011-08-16update range names/database ranges in formulas cellsMarkus Mohrhard
2011-08-14sal_Bool -> bool and cosmeticsEike Rathke
2011-08-14fdo#37391 write and read [#REF!] in ODFF for reference errorsEike Rathke
2011-08-10remove uno from range name export and some clean upMarkus Mohrhard
2011-08-10sal_Bool to bool switching while I'm at it.Kohei Yoshida
2011-08-09Lots more cleanups.Kohei Yoshida
2011-08-10change from sal_Bool to bool in ScRangeName/ScRangeDataMarkus Mohrhard
2011-08-10fix for fdo#37391: don't write invalid references to filesMarkus Mohrhard
2011-08-09Correctly import from Excel charts with multiple ranges.Kohei Yoshida
2011-08-03Parse CSS in the <style> content and set number formats to cells.Kohei Yoshida
2011-07-26fix for bnc#707486 allow copy for suitable multi-area RangesNoel Power
2011-07-19fix for fdo#39333: database ranges don't work in formulasMarkus Mohrhard
2011-07-14fdo#37767: Fix broken refresh() from UNO API (and Basic).Kohei Yoshida
2011-07-08don't use int as return type for operator==Markus Mohrhard
2011-07-06fix for fdo#30800: Option to display calc gridlines on colored cellsAndré Schnabel
2011-07-05WaE: signature is wrongCaolán McNamara
2011-07-05add iterator to ScMarkDataMarkus Mohrhard
2011-07-01XLSX formula import improvement. Recommit.Muthu Subramanian
2011-06-29Revert patch to change .idlMuthu Subramanian
2011-06-29Improved xlsx formula import.Muthu Subramanian
2011-06-29export local range names to xlsxMarkus Mohrhard
2011-06-18ause130: #i117218# fix broken pch fileHans-Joachim Lankenau
2011-06-15add local range names to ScNamePasteDlgMarkus Mohrhard
2011-06-13fdo#33293: Option to configure initial number of sheets in Calc.Albert Thuswaldner
2011-06-09Remove unneded foward declaration.Rafael Dominguez
2011-06-09Replace List with std::vector<String>.Rafael Dominguez
2011-06-07Renamed pTab to maTabs since it's no longer a pointer array.Kohei Yoshida
2011-06-07Class description.Kohei Yoshida
2011-06-07Shared commonly used STL function objects & remove memory leak.Kohei Yoshida
2011-06-07Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard
2011-06-06Useful error message when DDE link update fails.Kohei Yoshida
2011-06-06move ScProgress out of ScDocument::MoveTabMarkus Mohrhard
2011-06-06Merge remote branch 'origin/libreoffice-3-4'Kohei Yoshida
2011-06-04__cdecl -> SAL_CALLChristina Rossmanith