summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-17incredibly dubious hunk of codeCaolán McNamara2-11/+0
2015-04-17loplugin:implicitboolconversion: warn about conversions to unsigned charStephan Bergmann1-37/+325
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann4-36/+41
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann11-50/+54
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann2-11/+13
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann1-1/+1
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann3-5/+5
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann1-1/+1
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann1-4/+4
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann3-3/+3
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann1-1/+1
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann31-88/+88
2015-04-17Clean up conversions from ScBreakType (aka sal_uInt8) to boolStephan Bergmann2-5/+5
2015-04-17loplugin:implicitboolconversion gold?Stephan Bergmann1-1/+1
2015-04-17Use bool instead of sal_BoolStephan Bergmann1-1/+1
2015-04-17refactor a tiny bit for future plans, no change in logicCaolán McNamara2-10/+17
2015-04-17E3DModifySceneSnapRectUpdater does its work in its dtorCaolán McNamara1-1/+1
2015-04-17WaE: unused variables and falloutTor Lillqvist1-21/+3
2015-04-17Clean up conversion from TriState to boolStephan Bergmann1-2/+6
2015-04-17draw sidebar: With the recent Jay's fixes, default to expanded sidebar too.Jan Holesovsky1-2/+2
2015-04-17WaE: unused variablesTor Lillqvist5-18/+0
2015-04-17Related tdf#88056: prep UNO stuff for ODF export/importKatarina Behrens1-0/+9
2015-04-17it has always been the case that RowSpans are signedCaolán McNamara1-1/+1
2015-04-17add some SAL_WARN_UNUSEDCaolán McNamara6-9/+9
2015-04-17fix for fdo#70886Noel Power1-1/+1
2015-04-17Don't enable toolbar layout manager using LibreOfficeKitLászló Németh1-2/+6
2015-04-17Writer export: don't update doc stat using SkipImagesLászló Németh1-1/+2
2015-04-17instsetoo_native: also keep profile at 4 hereMiklos Vajna1-2/+2
2015-04-17tdf#86182 RTF import: fix handling of \rtlparMiklos Vajna3-1/+12
2015-04-17svx: nPntAnz -> nPointCountMiklos Vajna7-75/+75
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin120-596/+603
2015-04-17Breeze: some updates recs from jayandreas_k15-4/+0
2015-04-17TableRef: use relative references where appropriateEike Rathke1-0/+12
2015-04-17TableRef: differentiate between cell and range referenceEike Rathke1-4/+14
2015-04-17TableRef: use errNoRef error token instead of setting compiler errorEike Rathke1-2/+2
2015-04-17TableRef: add the resulting area to ScTableRefTokenEike Rathke1-1/+1
2015-04-17TableRef: prepare ScTableRefToken to hold the resulting area in RPNEike Rathke2-0/+20
2015-04-17ocTableRef is not in RPNEike Rathke1-1/+0
2015-04-17this confuses me here, move it elsewhereEike Rathke1-5/+5
2015-04-16overloading is hard to resolve for poor old c++Michael Stahl1-1/+1
2015-04-16tdf#86793: vcl: speed up OutputDevice::GetEllipsisString()Michael Stahl1-1/+2
2015-04-16loplugin:redundantcastStephan Bergmann1-1/+1
2015-04-16loplugin:implicitboolconversion goldStephan Bergmann1-2/+2
2015-04-16sfx2: warning C4100 unreferenced formal parameterMichael Stahl1-1/+1
2015-04-16MathType::HandleNodes return value is unusedStephan Bergmann2-4/+2
2015-04-16improve commentStephan Bergmann1-6/+5
2015-04-16tdf#89394. fix hangs because of unavailable Windows UNC path.Jan Kantert1-1/+7
2015-04-16'0' is a not the same as undefined or empty valueChristian Lohmaier1-1/+1
2015-04-16Use C++11 std::vector<T>::data()Stephan Bergmann1-5/+1
2015-04-16Replace "sc design mode" sal_uInt8 with TriStateStephan Bergmann6-12/+11