summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-02-08fdo#60322 add calc function SKEWP as in ODFF v1.2Winfried Donkers9-2/+64
2013-02-07Resolves: fdo#60420 Copy chart leads to crashJulien Nabet1-2/+5
2013-02-07Move close button to most left of the findbarJoren De Cuyper1-1/+1
2013-02-07blind wae fix for MacOSXNoel Power1-1/+1
2013-02-07another row height ( related to optimalheight and deleting content ) fdo#59193Noel Power3-5/+56
2013-02-06Translated german commentsEric Seynaeve1-83/+80
2013-02-06Translated german commentsEric Seynaeve1-46/+43
2013-02-06resolved fdo#60366 make MATCH() accept a single cell referenceEike Rathke1-0/+6
2013-02-06Re-order the header includes. Make sure column.hxx comes first.Kohei Yoshida1-8/+8
2013-02-06Use initializer to initialize data members.Kohei Yoshida2-9/+6
2013-02-06Make ScColumn explicitly non-copyable.Kohei Yoshida1-0/+3
2013-02-06Rename ScColumn::Resize() to ReserveSize().Kohei Yoshida5-11/+9
2013-02-06remove obsolete hidother.src filesAndras Timar1-489/+0
2013-02-06Remove useless function calls.jailletc361-4/+0
2013-02-06String->OUStringCaolán McNamara2-3/+3
2013-02-06Fix 'bSkipBreaks' is assigned a value that is never usedJulien Nabet1-10/+0
2013-02-05Fix this sentence a bit.Kohei Yoshida1-1/+1
2013-02-05Remove unused header includes.Kohei Yoshida2-3/+0
2013-02-05UniString to OUString in ScRefFinder, and a bunch more cleanups.Kohei Yoshida3-67/+76
2013-02-05fdo#39135: Add unit test for this.Kohei Yoshida1-0/+35
2013-02-05fdo#39135: Prevent integer overflow & update the character during loop.Kohei Yoshida1-0/+5
2013-02-05Pass DocumentService to the loader during macro tests.Kohei Yoshida11-15/+15
2013-02-05Header no longer needed.Kohei Yoshida1-1/+0
2013-02-05pData can't be NULL anymoreMarkus Mohrhard2-126/+105
2013-02-05Remove the Excel 4.0/95/97 detection bits from ScFilterDetect.Kohei Yoshida1-91/+1
2013-02-05Implement detection for Excel 4.0 format.Kohei Yoshida1-2/+39
2013-02-05Use the new excel format detector for all binary excel types.Kohei Yoshida1-0/+98
2013-02-05Skeleton for new excel biff format detector service.Kohei Yoshida6-1/+124
2013-02-05Simplify_component_getFactory using the helper code from cppu.Kohei Yoshida3-47/+24
2013-02-04More clean-ups with ScFilterDetect.Kohei Yoshida2-46/+43
2013-02-04String to OUString.Kohei Yoshida1-1/+1
2013-02-04Remove unnecessary defines etc...Kohei Yoshida2-15/+13
2013-02-04fdo#59426: Don't try to repair package during flat detection phase.Kohei Yoshida1-3/+9
2013-02-04moved the export row check to qahelper, made it useful for import/exportNoel Power6-40/+105
2013-02-04eliminate duplicated implementations (load, loadDoc etc. ) in unit testsNoel Power5-683/+500
2013-02-04clean up EnableAdjustHeight calls, disable at start of import reset at endNoel Power2-6/+2
2013-02-02fdo#57180 return #VALUE! error if a number couls not be parsedEike Rathke2-2/+2
2013-02-02fdo#57180 add calc function NUMBERVALUE as defined in ODFF1.2Winfried Donkers7-5/+170
2013-02-01bnc#801152: Scan all columns to determine the first data row.Kohei Yoshida1-3/+4
2013-01-31ScExportTest: enable testPasswordExport on WNTMichael Stahl1-1/+1
2013-01-31fdo#59022: revert "SfxMedium::GetOutputStream(): re-use existing XStream"Michael Stahl1-4/+4
2013-01-31Hyperlink is an optional property, fdo#58858Markus Mohrhard1-3/+10
2013-01-31port ScOutlineObj to new UnoApiTest ctorMiklos Vajna1-0/+1
2013-01-31WaE: C++11 requires a space between literal and identifierTor Lillqvist1-1/+1
2013-01-31Meh, use SAL_PRIdINT32Tor Lillqvist1-1/+1
2013-01-30bnc#492440: Sort autofilter popup items correctly.Kohei Yoshida1-5/+5
2013-01-31Use a method from UnoApitest instead of implement a new one in calcMarcos Paulo de Souza18-53/+52
2013-01-30Don't overwrite bCalcAll when it's already set & remove SetCompile().Kohei Yoshida2-2/+2
2013-01-31MIN_FREEHAND_DISTANCE is used nowhereTakeshi Abe1-4/+0
2013-01-30bnc#615317: Recompile cells with #NAME! for English function name option.Kohei Yoshida7-6/+102