summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
AgeCommit message (Expand)AuthorFilesLines
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac1-23/+19
2013-02-25loplugin: unused variablesThomas Arnhold1-1/+0
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac5-21/+21
2013-02-22resolved fdo#57841 ignore embedded NULL characters in CSV importEike Rathke1-0/+19
2013-02-22fix sc buildCaolán McNamara3-7/+7
2013-02-21parse html filter options more legibly.Michael Meeks1-11/+10
2013-02-21clone documentfontsdialog from sw, add method to SfxDocumentInfoDialog add tabNoel Power1-0/+1
2013-02-17coverity: fix memory leakMarkus Mohrhard1-0/+1
2013-02-17coverity: fix memory leakMarkus Mohrhard1-12/+7
2013-02-16coverity: prevent acces to unintialized variableMarkus Mohrhard1-1/+1
2013-02-16coverity: fix memory leakMarkus Mohrhard1-0/+1
2013-02-16coverity: seems to be unused nowMarkus Mohrhard1-5/+0
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida1-3/+3
2013-02-06String->OUStringCaolán McNamara1-1/+1
2013-02-04clean up EnableAdjustHeight calls, disable at start of import reset at endNoel Power1-5/+2
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida3-9/+8
2013-01-30no user of nVisibleTab inside ScDocument anymoreMarkus Mohrhard1-1/+1
2013-01-30move these methods to ScDocShellMarkus Mohrhard2-5/+87
2013-01-30remove these unused static data membersMarkus Mohrhard1-5/+0
2013-01-29bnc#484599: Prevent pivot table from getting sheared when cells are shifted.Kohei Yoshida1-1/+191
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 Yoshida1-30/+30
2013-01-29Bool cleanup with ScEditableTester.Kohei Yoshida1-25/+23
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin2-3/+3
2013-01-25a few more fixes for cached value importMarkus Mohrhard1-1/+3
2013-01-22reset automatic row height flag after import, fdo#59193Markus Mohrhard1-0/+3
2013-01-12Maybe this will make the Windows tinderbox happy...Kohei Yoshida1-1/+1
2013-01-11Remove more duplicated code blocks.Kohei Yoshida1-85/+50
2013-01-11Remove duplicate blocks.Kohei Yoshida1-19/+13
2013-01-11Redo DataPilotUpdate() as well.Kohei Yoshida1-125/+84
2013-01-11Actually let's do these earlier so we can bail out early.Kohei Yoshida1-10/+10
2013-01-11Check this first before instantiating heap objects.Kohei Yoshida1-6/+6
2013-01-11Remove duplicate code blocks.Kohei Yoshida1-84/+42
2013-01-11Remove all checks for NULL pointers from DataPilotUpdate().Kohei Yoshida1-148/+77
2013-01-11A little cleaning of RefreshPivotTables().Kohei Yoshida1-21/+11
2013-01-11Add a variant of DataPilotUpdate that removes pivot table.Kohei Yoshida1-0/+84
2013-01-11Create another variant of DataPilotUpdate() for new table creation.Kohei Yoshida1-0/+137
2013-01-11Let's remove this underused bAlive flag....Kohei Yoshida1-1/+0
2013-01-11Resolves: fdo#58865 hard-coded LibreOffice stringsCaolán McNamara1-1/+3
2013-01-11ScDBDocFunc::UpdatePivotTable: -Werror=deprecated-declarationsMichael Stahl1-2/+4
2013-01-11Let's not return here to prevent memory leak.Kohei Yoshida1-2/+1
2013-01-11Create a self-update variant of DataPilotUpdate().Kohei Yoshida1-2/+141
2013-01-11Makes no sense to 'continue' at the end of the block.Kohei Yoshida1-2/+1
2013-01-10fdo#59084: Sync dimension members after reloading the group data.Kohei Yoshida1-3/+4
2013-01-10fdo#58069: Invalidate sheet stream cache when directory path changes.Kohei Yoshida1-1/+37
2013-01-08Let's not have two variants of this getter. One is enough.Kohei Yoshida1-2/+1
2013-01-08DynamicErrorInfo objects must be allocated on the heapStephan Bergmann2-3/+3
2013-01-06fix some memory leaks in scMarkus Mohrhard2-3/+3
2013-01-01remove use of #pragma optimizeLuboš Luňák1-6/+0
2013-01-01fdo#47466 FORMATTING: Autoformat empty rows causes app to crashJulien Nabet1-0/+2