summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
...
| * initial work for a merged cell unit testMarkus Mohrhard2011-09-051-0/+24
| * test range names in import testMarkus Mohrhard2011-09-052-1/+29
| * "thereof" should be translated to modern EnglishLior Kaplan2011-09-051-1/+1
| * consistent includesCaolán McNamara2011-09-052-4/+1
| * add officecfg dependency, and (hopefully) a fix for windows URLsMichael Meeks2011-09-052-2/+2
| * no real need to use pointers hereCaolán McNamara2011-09-053-33/+33
| * access oox vbaproject import directlyNoel Power2011-09-051-34/+15
| * fixed various crashes due to newly introduced ScRangeName::maIndexToDataEike Rathke2011-09-041-3/+20
| * Speed up range name lookup by index.Kohei Yoshida2011-09-022-13/+41
| * add missing components, use new configmgr path, and enable ODS testMichael Meeks2011-09-022-1/+8
| * enable calc's ODS file filter unit testMarkus Mohrhard2011-09-023-17/+38
| * remove obsolete, and apparently unused GLOBALOVERFLOW* definesMichael Meeks2011-09-011-1/+0
| * fix warningsGabor Jenei2011-09-012-7/+7
| * Switch to for loop and reduce scoping level.Kohei Yoshida2011-08-311-51/+49
| * We can remove this scope too.Kohei Yoshida2011-08-311-58/+58
| * Removed unnecessary scoping.Kohei Yoshida2011-08-311-65/+63
| * Adjust the dialog size to make sure the bottom text is visible.Kohei Yoshida2011-08-303-0/+69
| * WaE: debug=tCaolán McNamara2011-08-301-1/+1
| * String / bool conversions for ScTableLink.Kohei Yoshida2011-08-303-42/+42
| * More string conversion around ScDocumentLoader.Kohei Yoshida2011-08-307-61/+67
| * More string & bool conversion.Kohei Yoshida2011-08-292-34/+29
| * sal_Bool to bool.Kohei Yoshida2011-08-291-3/+3
| * Unused data member.Kohei Yoshida2011-08-292-2/+0
| * String to rtl::OUString.Kohei Yoshida2011-08-293-46/+44
| * Some cleanups & removed lazy macros.Kohei Yoshida2011-08-294-56/+70
| * More on String to rtl::OUString.Kohei Yoshida2011-08-298-38/+38
| * String to rtl::OUString.Kohei Yoshida2011-08-296-33/+44
| * String to rtl::OUString, and I forgot to commit the new headers.Kohei Yoshida2011-08-295-23/+111
| * Hide ScDragData and ScClipData from scmod.hxx, clean up ScModule a bit.Kohei Yoshida2011-08-297-64/+58
| * sal_Bool to bool.Kohei Yoshida2011-08-292-65/+68
| * sal_Bool to bool.Kohei Yoshida2011-08-292-74/+73
| * String to rtl::OUString.Kohei Yoshida2011-08-292-61/+67
| * Rename class XColorTable to XColorListJoseph Powers2011-08-2912-19/+19
| * fix typos and includesCaolán McNamara2011-08-291-1/+1
| * merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara2011-08-292-3/+5
| * tweak for changeCaolán McNamara2011-08-293-3/+3
| * some additional sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard2011-08-2841-384/+383
| * some more sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard2011-08-2825-462/+441
| * sal_Bool->bool in xmlcelli.[ch]xxMarkus Mohrhard2011-08-282-40/+40
| * some initial refactoring in xmlcelli.cxxMarkus Mohrhard2011-08-281-11/+9
| * Extracted a common code block.Kohei Yoshida2011-08-271-48/+34
| * need argument by reference hereMarkus Mohrhard2011-08-272-2/+1
| * I forgot to increment the DB collection position.Kohei Yoshida2011-08-261-0/+1
| * don't use macro hereMarkus Mohrhard2011-08-271-13/+15
| * String to rtl::OUString.Kohei Yoshida2011-08-2676-334/+380
| * translate some comments in ScPrintFunc::DoPrintMarkus Mohrhard2011-08-261-14/+15
| * bool cleanup.Kohei Yoshida2011-08-262-31/+30
| * catch by const refCaolán McNamara2011-08-261-1/+3
| * convert package to gbuildMatúš Kukan2011-08-261-1/+1
| * fdo#40378 compile defined names that had unresolveds during loadEike Rathke2011-08-267-30/+102