summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2017-07-02loplugin:casttovoid: scStephan Bergmann
2017-07-02rObjMgr is unusedStephan Bergmann
2017-07-02ScRange::ParseCols/Rows pDoc parameter is unusedStephan Bergmann
2017-07-02tdf#108789 and others: overhaul DBase files encoding handlingLionel Elie Mamane
2017-07-02tdf#45904 Move Java XCellAddressable test to C++Jens Carl
2017-07-01sc lok: disable items of the overlay managerHenry Castro
2017-07-01Moving legacy contexts to FastContexts:Mohammed Abdul Azeem
2017-06-30With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImplTor Lillqvist
2017-06-30pBASM can be nullptr in copy docs, e.g. during insert sheet from docMarkus Mohrhard
2017-06-30ScMenuFloatingWindow::MENU_NOT_SELECTED can be constexprTor Lillqvist
2017-06-30Bin two unused static member variablesTor Lillqvist
2017-06-30It seems that things work fine without that ScFormatFilterMissingTor Lillqvist
2017-06-30oovbaapi: implement Application.GetOperatingSystemTamas Bunth
2017-06-30oovbaapi: add Borders.TintAndShade PropertyTamas Bunth
2017-06-29Added find function to FastAttributeList:Mohammed Abdul Azeem
2017-06-29Move lcl_getScriptClass into only callerTor Lillqvist
2017-06-29No need for this variable to be staticTor Lillqvist
2017-06-29ScGlobal already caches the global collatorTor Lillqvist
2017-06-29ScTable::VisibleDataCellIterator::ROW_NOT_FOUND can be constexpr and privateTor Lillqvist
2017-06-29ScRowBreakIterator::NOT_FOUND can be constexprTor Lillqvist
2017-06-29loplugin:oncevarStephan Bergmann
2017-06-29loplugin:oncevarStephan Bergmann
2017-06-29improve refcounting lopluginNoel Grandin
2017-06-29Using range-for instead of iterator loop:Mohammed Abdul Azeem
2017-06-29no need to manually keep track of listener rangeMarkus Mohrhard
2017-06-28sc lok: disable Undo/Redo state if conflict with other viewsHenry Castro
2017-06-28SvXMLEmbeddedObjectHelper::Create bDirect parameter is unusedStephan Bergmann
2017-06-28assert(nTab < static_cast<SCTAB>(maTabData.size())); cause of tdf#108796Eike Rathke
2017-06-28Resolves: tdf#108796 let ScViewData::InsertTabs() insert the correct amountEike Rathke
2017-06-28make it possible for calc tests to use ScDocument without BootstrapFixtureMarkus Mohrhard
2017-06-28add test for tdf#65848Markus Mohrhard
2017-06-28oovbaapi: cast ReadingOrder value to sal_Int16Tamas Bunth
2017-06-28Fix typosAndrea Gelmini
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann
2017-06-28fdo#43157 convert OSL_ASSERT to assert in sc/source/coreBernhard Widl
2017-06-28loplugin:unusedfields in sc part2Noel Grandin
2017-06-28oovbaapi: do not use properties for formControlTamas Bunth
2017-06-28loplugin:unusedfields in sc part1Noel Grandin
2017-06-28always import page scaling, tdf#65848Markus Mohrhard
2017-06-28repaint whole range for range based cond formats, tdf#105696Markus Mohrhard
2017-06-28handle SID_ENCRYPTIONDATA for shared password protected docs, tdf#56173Markus Mohrhard
2017-06-27add test for formula listener during delete sheetMarkus Mohrhard
2017-06-27fix conditional format source position during insert/deleting tabs, tdf#107289Markus Mohrhard
2017-06-27add way to handle update refs for addresses, related tdf#107289Markus Mohrhard
2017-06-27clear the lists with listened cells after we stop listeningMarkus Mohrhard
2017-06-27push the whole range to the cell range listMarkus Mohrhard
2017-06-27add a test for listener update during insert tabMarkus Mohrhard
2017-06-27Using fast tokens directly:Mohammed Abdul Azeem
2017-06-27Unit test for update reference in deletion of last col/row, tdf#108788Eike Rathke
2017-06-27Sticky here means we can bail out early, tdf#108788 follow-upEike Rathke