summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-13fix build "error: declaration of size shadows a member of 'this'"Noel Grandin1-1/+1
2015-11-13Revert "sc: boost::ptr_vector->std::vector"Noel Grandin3-12/+15
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin6-16/+18
2015-11-13sc: boost::ptr_vector->std::vectorNoel Grandin2-15/+6
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-37/+36
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin3-11/+11
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-31/+32
2015-11-13sc: inline LabelsTypeNoel Grandin2-4/+3
2015-11-13sc: rename ObjectSetType to ScDPObjectNoel Grandin3-6/+6
2015-11-13sc:rename ItemsType to ScDPItemDataVecNoel Grandin4-25/+25
2015-11-13sc: boost::ptr_vector->std::vectorNoel Grandin5-22/+12
2015-11-13sc: boost::ptr_vector->std::vectorNoel Grandin2-3/+4
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-23/+22
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin3-9/+8
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin3-15/+16
2015-11-13sc: boost::ptr_vector->std::vectorNoel Grandin2-23/+22
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin3-30/+24
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin4-13/+14
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-4/+6
2015-11-13sc: boost::ptr_vector->std::vectorNoel Grandin2-5/+4
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-4/+4
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-15/+16
2015-11-13LOK: calc formula callback + formula bar implementation in gtkMihai Varga1-0/+8
2015-11-13LOK: setClientZoom() - sets the client zoom levelMihai Varga2-1/+20
2015-11-12while at it, avoid repeated operator[] accessEike Rathke1-6/+9
2015-11-12in a cellRangeAddress single quotes are escaped by doubling themEike Rathke1-1/+1
2015-11-12there are also no significant double quotes in an ODF cellRangeAddressEike Rathke1-6/+2
2015-11-12there are no significant brackets in an ODF cellRangeAddressEike Rathke1-7/+1
2015-11-12remove bIsFormula parameter, it was always falseEike Rathke3-5/+3
2015-11-12name this what it doesEike Rathke3-3/+3
2015-11-12remove fixme comment and fragments of things that are done since longEike Rathke2-12/+0