summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-07-03use sal_Int64 in tools::DateTimeNoel Grandin1-1/+1
2017-07-02loplugin:casttovoid: scStephan Bergmann22-56/+18
2017-07-02rObjMgr is unusedStephan Bergmann1-2/+0
2017-07-02ScRange::ParseCols/Rows pDoc parameter is unusedStephan Bergmann3-11/+7
2017-07-02tdf#108789 and others: overhaul DBase files encoding handlingLionel Elie Mamane4-43/+103
2017-07-02tdf#45904 Move Java XCellAddressable test to C++Jens Carl3-0/+205
2017-07-01sc lok: disable items of the overlay managerHenry Castro1-12/+12
2017-07-01Moving legacy contexts to FastContexts:Mohammed Abdul Azeem25-390/+284
2017-06-30With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImplTor Lillqvist13-74/+38
2017-06-30pBASM can be nullptr in copy docs, e.g. during insert sheet from docMarkus Mohrhard1-0/+3
2017-06-30ScMenuFloatingWindow::MENU_NOT_SELECTED can be constexprTor Lillqvist2-3/+2
2017-06-30Bin two unused static member variablesTor Lillqvist2-5/+0
2017-06-30It seems that things work fine without that ScFormatFilterMissingTor Lillqvist1-32/+1
2017-06-30oovbaapi: implement Application.GetOperatingSystemTamas Bunth1-3/+12
2017-06-30oovbaapi: add Borders.TintAndShade PropertyTamas Bunth2-0/+24
2017-06-29Added find function to FastAttributeList:Mohammed Abdul Azeem1-4/+6
2017-06-29Move lcl_getScriptClass into only callerTor Lillqvist1-5/+1
2017-06-29No need for this variable to be staticTor Lillqvist1-1/+1
2017-06-29ScGlobal already caches the global collatorTor Lillqvist1-1/+1
2017-06-29ScTable::VisibleDataCellIterator::ROW_NOT_FOUND can be constexpr and privateTor Lillqvist2-4/+2
2017-06-29ScRowBreakIterator::NOT_FOUND can be constexprTor Lillqvist2-3/+1
2017-06-29loplugin:oncevarStephan Bergmann1-3/+4
2017-06-29loplugin:oncevarStephan Bergmann2-4/+2
2017-06-29improve refcounting lopluginNoel Grandin1-3/+3
2017-06-29Using range-for instead of iterator loop:Mohammed Abdul Azeem5-19/+15
2017-06-29no need to manually keep track of listener rangeMarkus Mohrhard2-26/+1
2017-06-28sc lok: disable Undo/Redo state if conflict with other viewsHenry Castro2-0/+70
2017-06-28SvXMLEmbeddedObjectHelper::Create bDirect parameter is unusedStephan Bergmann1-2/+2
2017-06-28assert(nTab < static_cast<SCTAB>(maTabData.size())); cause of tdf#108796Eike Rathke1-1/+2
2017-06-28Resolves: tdf#108796 let ScViewData::InsertTabs() insert the correct amountEike Rathke1-1/+1
2017-06-28make it possible for calc tests to use ScDocument without BootstrapFixtureMarkus Mohrhard1-0/+5
2017-06-28add test for tdf#65848Markus Mohrhard2-0/+20
2017-06-28oovbaapi: cast ReadingOrder value to sal_Int16Tamas Bunth1-4/+7
2017-06-28Fix typosAndrea Gelmini1-1/+1
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann1-1/+1
2017-06-28fdo#43157 convert OSL_ASSERT to assert in sc/source/coreBernhard Widl8-16/+16
2017-06-28loplugin:unusedfields in sc part2Noel Grandin12-25/+8
2017-06-28oovbaapi: do not use properties for formControlTamas Bunth1-2/+15
2017-06-28loplugin:unusedfields in sc part1Noel Grandin35-127/+22
2017-06-28always import page scaling, tdf#65848Markus Mohrhard1-1/+1
2017-06-28repaint whole range for range based cond formats, tdf#105696Markus Mohrhard4-9/+88
2017-06-28handle SID_ENCRYPTIONDATA for shared password protected docs, tdf#56173Markus Mohrhard1-0/+7
2017-06-27add test for formula listener during delete sheetMarkus Mohrhard2-0/+23
2017-06-27fix conditional format source position during insert/deleting tabs, tdf#107289Markus Mohrhard1-1/+3
2017-06-27add way to handle update refs for addresses, related tdf#107289Markus Mohrhard3-2/+27
2017-06-27clear the lists with listened cells after we stop listeningMarkus Mohrhard1-0/+1
2017-06-27push the whole range to the cell range listMarkus Mohrhard1-1/+1
2017-06-27add a test for listener update during insert tabMarkus Mohrhard2-0/+26
2017-06-27Using fast tokens directly:Mohammed Abdul Azeem6-78/+69
2017-06-27Unit test for update reference in deletion of last col/row, tdf#108788Eike Rathke1-0/+30