summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2012-11-28prevent some nasty ScRangeList->ScRange->ScRangeList conversionMarkus Mohrhard4-16/+19
2012-11-28use the correct flag to remove notesMarkus Mohrhard1-1/+1
2012-11-28workaround Excel bug when importing OOXML documentsMarkus Mohrhard1-11/+1
2012-11-28warning C4701: potentially uninitialized local variable 'fVal' usedStephan Bergmann1-1/+1
2012-11-28fix misuse of toAscii(Lower|Upper)CaseNorbert Thiebaud1-2/+1
2012-11-27remove legacy String svl's Put*Entry family of function and convert usersNorbert Thiebaud5-15/+16
2012-11-27String => OUString in svl numfmuno + clean-up legacy of GetPreviewStringNorbert Thiebaud1-11/+11
2012-11-27convert the last SvNumberformat::GetOutputString and users to OUStringNorbert Thiebaud2-7/+7
2012-11-26no need for this copyMarkus Mohrhard1-1/+1
2012-11-26implement OOXML export for date cond formatsMarkus Mohrhard3-3/+92
2012-11-26easy performance improvement related to fdo#48312Markus Mohrhard1-2/+2
2012-11-26we can now update formulas in cond formats correctly, fdo#48970Markus Mohrhard1-2/+10
2012-11-25cppCheck: remove dead assignment and dead variablesjailletc361-1/+0
2012-11-25disable this for now, fdo#57500Markus Mohrhard1-0/+2
2012-11-25Fix typoJulien Nabet1-4/+4
2012-11-25style list should be sorted, fdo#51588Markus Mohrhard2-25/+45
2012-11-25approxFloor is better than just tuncatingMarkus Mohrhard1-1/+1
2012-11-25"Felder" -> "fields" not "errors"Stephan Bergmann1-1/+1
2012-11-25Comment TranslationsPeter Baumgarten1-41/+41
2012-11-25remove this overoptimizationMarkus Mohrhard1-3/+0
2012-11-24we need to catch the exception here, fdo#57451Markus Mohrhard1-1/+8
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke2-5/+3
2012-11-24German comment translationsPeter Baumgarten1-37/+56
2012-11-24prevent 100% cpu on switched of autocalc with volatile func, fdo#42260Markus Mohrhard1-2/+2
2012-11-24autofill should adapt the cond format range, fdo#57050Markus Mohrhard1-0/+57
2012-11-24don't make 2D refs 3D refs in the cond format import, fdo#36379Markus Mohrhard3-11/+14
2012-11-24sal_Bool to boolMarkus Mohrhard1-6/+6
2012-11-24Translation of German commentsPeter Baumgarten2-37/+38
2012-11-23some i18n wrappers with LanguageTagEike Rathke4-9/+6
2012-11-23String to OUString in conditio.[ch]xxMarkus Mohrhard1-32/+36
2012-11-23support undoing conditional formats correctlyMarkus Mohrhard1-0/+6
2012-11-23this should be IDF_NOTEMarkus Mohrhard1-1/+1
2012-11-22AllSettings with LanguageTagEike Rathke11-23/+20
2012-11-20Merge branch 'feature/killsdf'Andras Timar1-1/+1
2012-11-19use LanguageTagEike Rathke7-18/+18
2012-11-19database names are case insensitive, fdo#51309Mathieu D13-41/+23
2012-11-18WaE : shadow variableNorbert Thiebaud1-6/+7
2012-11-18convert a GetOutputString variant to OUStringNorbert Thiebaud1-3/+12
2012-11-18migrate one GetOutputString variatn to OUStringNorbert Thiebaud2-4/+12
2012-11-18PutEntry familly of functions use consistent pairing OUString/sal_Int32Norbert Thiebaud2-5/+4
2012-11-18svl: convert KeywordTable to OUStringNorbert Thiebaud1-8/+8
2012-11-17convert text import options to .uiCaolán McNamara8-194/+36
2012-11-17delete also note caption, fdo#56548Markus Mohrhard1-1/+1
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida2-0/+2
2012-11-16targetted cleanup of misc. vba pieces.Noel Power2-5/+1
2012-11-15ui part for conditional date formatsMarkus Mohrhard8-58/+165
2012-11-15implement remaining conditional date formatsMarkus Mohrhard1-4/+62
2012-11-15implement date cond format import from OOXMLMarkus Mohrhard1-35/+47
2012-11-15initial work for date conditional formatsMarkus Mohrhard1-0/+107
2012-11-15String to OUStringMarkus Mohrhard1-4/+4