summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Expand)AuthorFilesLines
2017-06-30ScMenuFloatingWindow::MENU_NOT_SELECTED can be constexprTor Lillqvist2-3/+2
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-28sc lok: disable Undo/Redo state if conflict with other viewsHenry Castro1-0/+3
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-28oovbaapi: cast ReadingOrder value to sal_Int16Tamas Bunth1-4/+7
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann1-1/+1
2017-06-28oovbaapi: do not use properties for formControlTamas Bunth1-2/+15
2017-06-28loplugin:unusedfields in sc part1Noel Grandin34-119/+20
2017-06-28handle SID_ENCRYPTIONDATA for shared password protected docs, tdf#56173Markus Mohrhard1-0/+7
2017-06-27Fix typoEike Rathke1-1/+1
2017-06-27Use base class to set/get super/sub scriptTamas Bunth2-163/+0
2017-06-26tdf#39674 Translate some German variable namesJohnny_M1-11/+11
2017-06-26loplugin:oncevar in scNoel Grandin49-177/+102
2017-06-26Fix typosAndrea Gelmini1-1/+1
2017-06-24Related tdf#40713, use DecodeMechanism::UnambiguousJulien Nabet1-1/+1
2017-06-24oovbaapi: add Application.OperatingSystem propertyTamas Bunth2-0/+9
2017-06-24tdf#40713: dBASE, don't lose dbt fileJulien Nabet1-0/+6
2017-06-23Resolves: tdf#108708 set a min width for calc dropdown combobox buttonCaolán McNamara1-3/+2
2017-06-23tdf#39468 Translate some random German comments/termsJens Carl3-11/+11
2017-06-23simplify some string handling in tracing callsNoel Grandin1-4/+1
2017-06-22tdf#39468 Translate some random German comments/termsJens Carl1-1/+1
2017-06-21Assert that nTabNo fits maTabData, tdf#108654 relatedEike Rathke1-0/+1
2017-06-21Resolves: tdf#108654 check nTabNo against maTabData sizeEike Rathke1-0/+10
2017-06-21Fix use of wrong functionTamas Bunth1-1/+1
2017-06-21loplugin:unusedfields in svx part1Noel Grandin1-1/+0
2017-06-21convert ErrCode to strong typedefNoel Grandin15-55/+55
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann5-52/+49
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke5-5/+0
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann24-62/+55
2017-06-16For AutoSum up to next sum mark/select the resulting range, tdf#71339Eike Rathke1-9/+15
2017-06-16But not empty top/left in AutoSum of SUMs final selection, tdf#71339Eike Rathke1-13/+21
2017-06-16Resolves: tdf#71339 include selected top/left empty rows/columns in AutoSumEike Rathke1-3/+5
2017-06-16Profiling API: add ProfileZonesLászló Németh2-0/+9
2017-06-15Resolves: tdf#104989 a matrix/array formula cell needs to have dimensionsEike Rathke1-0/+2
2017-06-15Resolves: tdf#104875 defer filter detection to first load/update of externalEike Rathke1-5/+7
2017-06-14This could never have been meantEike Rathke1-1/+0
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-1/+1
2017-06-14Let CreateItemSet return unique_ptrStephan Bergmann1-4/+4
2017-06-13Use FormulaTokenArray::FirstToken() in one more placeTor Lillqvist1-1/+1
2017-06-13Use unique_ptr for SfxPrinter::pOptionsStephan Bergmann1-3/+8
2017-06-13Let SfxSetItem ctor take SfxItemSet by unique_ptrStephan Bergmann2-8/+9
2017-06-13This SfxItemSet appears to be unusedStephan Bergmann1-3/+0
2017-06-12tdf#95883 Select Unprotected Cells in CalcGulsah Kose2-0/+15
2017-06-12cleanup unused css/frame/* includesJochen Nitschke10-17/+0
2017-06-12tdf#106423: dbase file can have no recordsJulien Nabet1-1/+2
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin3-17/+9
2017-06-11Fix typosAndrea Gelmini1-1/+1