summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
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 Lillqvist1-2/+0
2017-06-29ScRowBreakIterator::NOT_FOUND can be constexprTor Lillqvist1-2/+0
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 Mohrhard1-25/+1
2017-06-28sc lok: disable Undo/Redo state if conflict with other viewsHenry Castro1-0/+3
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-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 Mohrhard3-8/+71
2017-06-28handle SID_ENCRYPTIONDATA for shared password protected docs, tdf#56173Markus Mohrhard1-0/+7
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 Mohrhard1-0/+17
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-27Using fast tokens directly:Mohammed Abdul Azeem6-78/+69
2017-06-27Sticky here means we can bail out early, tdf#108788 follow-upEike Rathke1-0/+11
2017-06-27Fix typoEike Rathke1-1/+1
2017-06-27Resolves: tdf#108788 update references for deletions at end of sheetEike Rathke3-21/+59
2017-06-27Use base class to set/get super/sub scriptTamas Bunth2-163/+0
2017-06-26assert( nStartCol + nSize <= MAXCOL+1 ); tdf#108788 prepEike Rathke1-0/+1
2017-06-26tdf#39674 Translate some German variable namesJohnny_M1-11/+11
2017-06-26nTransparency of type sal_Int16Stephan Bergmann1-1/+1
2017-06-26Write 0 of type 'unsigned char'Stephan Bergmann1-1/+1
2017-06-26Fix int (sal_Int32) ambiguityStephan Bergmann1-1/+1
2017-06-26loplugin:oncevar in scNoel Grandin95-322/+175
2017-06-26tdf#89139: pivotCache: output sharedItems children only for string fieldsMike Kaganski1-37/+65
2017-06-26Fix typosAndrea Gelmini2-2/+2
2017-06-24Related tdf#40713, use DecodeMechanism::UnambiguousJulien Nabet1-1/+1
2017-06-24std::unordered_map can erase an element by given key, if anyTakeshi Abe1-2/+1
2017-06-24oovbaapi: add Application.OperatingSystem propertyTamas Bunth2-0/+9
2017-06-24tdf#40713: dBASE, don't lose dbt fileJulien Nabet1-0/+6