summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2011-09-14Check the source range when refreshing, and abort refresh if invalid.Kohei Yoshida
2011-09-14ScCompiler::IsDBRange compares upper case stringsMarkus Mohrhard
2011-09-13Updated csv_parser from orcus.Kohei Yoshida
2011-09-13make it possible to est formula string in csv filesMarkus Mohrhard
2011-09-12Rename: ScDPFieldPopupWindow -> ScCheckListMenuWindow.Kohei Yoshida
2011-09-12ResetChanged() now takes range list.Kohei Yoshida
2011-09-12PostPasteFromClip to work with ScRangeList.Kohei Yoshida
2011-09-12Got the normal paste to work. Still no undo etc.Kohei Yoshida
2011-09-11sal_Bool to bool and cosmeticsEike Rathke
2011-09-11fix fdo#40590 stop abusing regular string token for XML importEike Rathke
2011-09-07Updated css_parser from orcus, plus added experimental csv_parser.Kohei Yoshida
2011-09-07BITxxx functions according to ODF 1.2 OpenFormulaWolfgang Pechlaner
2011-09-06Improve performance of large Excel documents wrt cell style import.Kohei Yoshida
2011-09-06initital work for a unit test for calc's basic featuresMarkus Mohrhard
2011-09-06merge area does not need to be increased if a shadow is attachedMarkus Mohrhard
2011-09-05consistent includesCaolán McNamara
2011-09-02Speed up range name lookup by index.Kohei Yoshida
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