summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2011-10-31Revert "Move ScPostIt storage from ScBaseCell->ScDocument"Michael Meeks6-39/+65
2011-10-31Move ScPostIt storage from ScBaseCell->ScDocumentKevin Hunter6-65/+39
2011-10-28These can be const pointers.Kohei Yoshida1-4/+4
2011-10-27use uno for local range name api, it crashs otherwise sometimesMarkus Mohrhard1-4/+6
2011-10-26Updated README about orcus.Kohei Yoshida1-2/+4
2011-10-26add uno part for local range namesMarkus Mohrhard2-5/+45
2011-10-23remove unused UI stringsAndras Timar1-10/+0
2011-10-21Updated csv parser from the orcus repository.Kohei Yoshida1-24/+110
2011-10-19add output for language settings to log fileMarkus Mohrhard1-1/+1
2011-10-18WaE: type name first seen using 'class' now seen using 'struct'Tor Lillqvist1-2/+2
2011-10-06fix for fdo#41381: local range names don't work with INDIRECTMarkus Mohrhard1-0/+3
2011-10-05bnc#722045: Display page background color/image properly.Kohei Yoshida1-1/+1
2011-09-29fix trunk gcc compile errorsMatúš Kukan1-4/+4
2011-09-29add modelinesCaolán McNamara10-0/+30
2011-09-26add "Manage Names..." entry to Name Box/ScPosWndMarkus Mohrhard1-2/+5
2011-09-24re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks1-4/+3
2011-09-23inital work for new "Manage Names" dialogMarkus Mohrhard1-0/+1
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara6-0/+28
2011-09-20Get DB range import from xlsx to work once again.Kohei Yoshida1-0/+1
2011-09-20Ensure that only ScDPCollection can remove caches.Kohei Yoshida1-0/+6
2011-09-19Let's avoid modifying the selection data during search and replace.Kohei Yoshida2-23/+26
2011-09-19Pass as const reference where possible & indent fix.Kohei Yoshida1-4/+4
2011-09-14Check the source range when refreshing, and abort refresh if invalid.Kohei Yoshida1-1/+1
2011-09-14ScCompiler::IsDBRange compares upper case stringsMarkus Mohrhard1-0/+3
2011-09-13Updated csv_parser from orcus.Kohei Yoshida1-1/+15
2011-09-13make it possible to est formula string in csv filesMarkus Mohrhard1-0/+1
2011-09-12Rename: ScDPFieldPopupWindow -> ScCheckListMenuWindow.Kohei Yoshida1-3/+3
2011-09-12ResetChanged() now takes range list.Kohei Yoshida1-1/+1
2011-09-12PostPasteFromClip to work with ScRangeList.Kohei Yoshida1-14/+12
2011-09-12Got the normal paste to work. Still no undo etc.Kohei Yoshida1-0/+2
2011-09-11sal_Bool to bool and cosmeticsEike Rathke1-53/+53
2011-09-11fix fdo#40590 stop abusing regular string token for XML importEike Rathke1-1/+0
2011-09-07Updated css_parser from orcus, plus added experimental csv_parser.Kohei Yoshida2-4/+293
2011-09-07BITxxx functions according to ODF 1.2 OpenFormulaWolfgang Pechlaner1-0/+5
2011-09-06Improve performance of large Excel documents wrt cell style import.Kohei Yoshida1-1/+1
2011-09-06initital work for a unit test for calc's basic featuresMarkus Mohrhard1-2/+2
2011-09-06merge area does not need to be increased if a shadow is attachedMarkus Mohrhard4-6/+6
2011-09-05consistent includesCaolán McNamara2-4/+1
2011-09-02Speed up range name lookup by index.Kohei Yoshida1-0/+9
2011-08-30String / bool conversions for ScTableLink.Kohei Yoshida1-13/+13
2011-08-30More string conversion around ScDocumentLoader.Kohei Yoshida1-7/+8
2011-08-29More on String to rtl::OUString.Kohei Yoshida1-1/+1
2011-08-29String to rtl::OUString.Kohei Yoshida2-2/+3
2011-08-29String to rtl::OUString, and I forgot to commit the new headers.Kohei Yoshida3-3/+91
2011-08-29Hide ScDragData and ScClipData from scmod.hxx, clean up ScModule a bit.Kohei Yoshida1-41/+17
2011-08-29Rename class XColorTable to XColorListJoseph Powers1-3/+3
2011-08-28some more sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard1-1/+1
2011-08-27need argument by reference hereMarkus Mohrhard1-1/+0
2011-08-26String to rtl::OUString.Kohei Yoshida4-23/+26
2011-08-26bool cleanup.Kohei Yoshida1-17/+16