summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-11-20loplugin:sallogareasStephan Bergmann2-9/+6
2015-11-20Remove redundant toolbar:style definitionsSamuel Mehrbrodt7-44/+44
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin3-21/+5
2015-11-19Remove redundant toolbar:style attributesSamuel Mehrbrodt4-5/+5
2015-11-19loplugin:sallogareasStephan Bergmann3-4/+4
2015-11-19use comphelper::containerToSequenceNoel Grandin3-42/+12
2015-11-18rename FormulaToken HasForceArray to IsInForceArrayEike Rathke4-7/+7
2015-11-18editeng: wrong default item for EE_PARA_FORBIDDENRULESMichael Stahl1-1/+1
2015-11-18vcl::ITiledRenderable::initializeForTiledRendering: support init. argumentsMiklos Vajna2-2/+2
2015-11-18Unify menu-based toolbar controllersMaxim Monastirsky1-3/+0
2015-11-18Remove redundant toolbar:text labelsSamuel Mehrbrodt1-2/+2
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin9-25/+10
2015-11-18use unique_ptr for pImpl in sc/Noel Grandin24-28/+26
2015-11-17sc: loplugin:badstaticsMichael Stahl6-17/+37
2015-11-17Be consistent in using tabs at least hereMatúš Kukan2-42/+42
2015-11-17There is no need for this broken 'if' hereMatúš Kukan1-2/+1
2015-11-17Assume this wants to append the numerical representationStephan Bergmann1-1/+1
2015-11-17Toolbar: Remove empty attributesSamuel Mehrbrodt1-18/+18
2015-11-17Resolves: tdf#89907 do not modify original ScViewData's ScMarkDataEike Rathke1-12/+12
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-2/+7
2015-11-16tdf#95824: Crash: when opening Function WizardJulien Nabet1-2/+1
2015-11-16sc lok: use client zoom for ViewRowColumnHeadersAndrzej Hunt1-0/+5
2015-11-16-Werror,-Winconsistent-missing-overrideStephan Bergmann1-1/+1
2015-11-16unit test for tdf#95670Eike Rathke1-0/+8
2015-11-16Resolves: tdf#95670 propagate ForceArray per parameterEike Rathke5-3/+15
2015-11-16sc: add some assertions on ScAccessibleEditLineTextDataMichael Stahl1-0/+6
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin4-17/+6
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian4-1254/+749
2015-11-15use initialiser for Sequence<OUString>Noel Grandin3-8/+3
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin5-10/+5
2015-11-14coverity#1339306 Using invalid iteratorCaolán McNamara1-0/+3
2015-11-13sc: replace that boost::ptr_vector<Reference<T>*> abominationMichael Stahl2-15/+12
2015-11-13sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl7-52/+64
2015-11-13underscores are reservedTomaž Vajngerl1-2/+2
2015-11-13improve compile time SSE2 detection, fix broken android buildTomaž Vajngerl1-1/+10
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-14/+14
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-16/+13
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-4/+6
2015-11-13new loplugin ptrvector - find bad comparison of container<unique_ptr>Noel Grandin1-1/+2
2015-11-13arraysumfunctor: fast sum a double array, use for SUM() in CalcTomaž Vajngerl2-11/+145
2015-11-13sc: loplugin:badstatics: remove pActiveEdWnd global variableMichael Stahl4-25/+30
2015-11-13Remove outdated commentAndrzej Hunt1-2/+0
2015-11-13sc lok: during tiled rendering the cell-cursor is always visibleAndrzej Hunt1-7/+5
2015-11-13cppcheck: noExplicitConstructorCaolán McNamara17-28/+28
2015-11-13sc: loplugin:badstatics: _one_ global pActiveEdWnd is enoughMichael Stahl2-7/+5
2015-11-13sc: loplugin:badstatics: clear ScGlobal::xDrawClipDocShellRefMichael Stahl1-0/+1
2015-11-13sc: let's make ScFormulaDlg::pDoc and aCursorPos ordinary membersMichael Stahl2-29/+27
2015-11-13sc: rename static member ScFormulaDlg::pDocMichael Stahl2-18/+18
2015-11-13some older gcc doesn't like auto in lambdasNoel Grandin1-2/+3