summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-31import/export new Excel 2013 ODF functions, fdo#60032Eike Rathke2-68/+158
2013-01-30resolved fdo#60087 corrected .xlsx export of functionsEike Rathke2-41/+71
2013-01-30WaE: format %d expects argument of type int, but argument 2 has type long intTor Lillqvist1-1/+1
2013-01-30unfriend this class and the methodMarkus Mohrhard2-7/+10
2013-01-30make a few more users of ScAttrArray outside of the class constMarkus Mohrhard2-6/+6
2013-01-30this check always will result in trueMarkus Mohrhard1-6/+3
2013-01-30this parameter was always trueMarkus Mohrhard2-16/+8
2013-01-30prevent copy c'tor and operator=Markus Mohrhard1-0/+5
2013-01-30prefer the c'tor initializer listMarkus Mohrhard1-8/+6
2013-01-30adapt comment to correct codeMarkus Mohrhard1-1/+1
2013-01-30correctly handle repeated row heights for empty rows ( fdo#59973 )Noel Power5-19/+103
2013-01-30better default row detection ( associated with fdo#55621 )Noel Power2-2/+35
2013-01-30Get rid of STAR_RESOURCEPATHStephan Bergmann1-1/+0
2013-01-30the name field for SdrShadowColorItem seems to be redundant nowCaolán McNamara1-1/+1
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida36-165/+111
2013-01-29Slightly better way to skip pivot table ranges during spell check.Kohei Yoshida4-16/+35
2013-01-30if no cond format is valid use the existing protection, fdo#58826Markus Mohrhard1-1/+3
2013-01-30make clear that this variable should not be used inside of ScDocumentMarkus Mohrhard1-1/+1
2013-01-30correct indentationMarkus Mohrhard1-9/+9
2013-01-30no user of nVisibleTab inside ScDocument anymoreMarkus Mohrhard4-6/+5
2013-01-30move these methods to ScDocShellMarkus Mohrhard5-95/+91
2013-01-30make some more methods constMarkus Mohrhard2-24/+24
2013-01-30remove these unused static data membersMarkus Mohrhard2-8/+0
2013-01-30ODFF: write RRI as RRI, not ZGZEike Rathke1-1/+2
2013-01-30resolved fdo#60043 write correct IM* function namesEike Rathke1-0/+8
2013-01-29bnc#484599: Prevent pivot table from getting sheared when cells are shifted.Kohei Yoshida7-2/+313
2013-01-29Let's stick with FooCol, FooRow naming as opposed to FooX, FooY.Kohei Yoshida1-104/+104
2013-01-29Boolean cleanup in InsertCells and DeleteCells.Kohei Yoshida2-35/+35
2013-01-29We don't need this hack anymore for unit test.Kohei Yoshida4-11/+2
2013-01-29Bool cleanup with ScEditableTester.Kohei Yoshida2-32/+27
2013-01-29WaE: private field 'nMaxRanges' is not usedTor Lillqvist1-1/+0
2013-01-29osl ensure on the correct member ...Eike Rathke1-1/+1
2013-01-28fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac4-100/+75
2013-01-28no need for the String version of this function anymoreMarkus Mohrhard2-10/+1
2013-01-28remaining ui parts for conditional date formatsMarkus Mohrhard3-10/+94
2013-01-28fdo#46808, Adapt document::*PropertyValues UNO service to new styleNoel Grandin4-52/+42
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin7-10/+10
2013-01-27Some cppcheck cleaningJulien Nabet1-1/+1
2013-01-27implement conditional date format import/export for ODFMarkus Mohrhard5-1/+162