summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-14coverity#1339306 Using invalid iteratorCaolán McNamara
2015-11-13sc: replace that boost::ptr_vector<Reference<T>*> abominationMichael Stahl
2015-11-13sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-13underscores are reservedTomaž Vajngerl
2015-11-13improve compile time SSE2 detection, fix broken android buildTomaž Vajngerl
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-13new loplugin ptrvector - find bad comparison of container<unique_ptr>Noel Grandin
2015-11-13arraysumfunctor: fast sum a double array, use for SUM() in CalcTomaž Vajngerl
2015-11-13sc: loplugin:badstatics: remove pActiveEdWnd global variableMichael Stahl
2015-11-13Remove outdated commentAndrzej Hunt
2015-11-13sc lok: during tiled rendering the cell-cursor is always visibleAndrzej Hunt
2015-11-13cppcheck: noExplicitConstructorCaolán McNamara
2015-11-13sc: loplugin:badstatics: _one_ global pActiveEdWnd is enoughMichael Stahl
2015-11-13sc: loplugin:badstatics: clear ScGlobal::xDrawClipDocShellRefMichael Stahl
2015-11-13sc: let's make ScFormulaDlg::pDoc and aCursorPos ordinary membersMichael Stahl
2015-11-13sc: rename static member ScFormulaDlg::pDocMichael Stahl
2015-11-13some older gcc doesn't like auto in lambdasNoel Grandin
2015-11-13fix build "error: declaration of size shadows a member of 'this'"Noel Grandin
2015-11-13Revert "sc: boost::ptr_vector->std::vector"Noel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-13sc: boost::ptr_vector->std::vectorNoel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-13sc: inline LabelsTypeNoel Grandin
2015-11-13sc: rename ObjectSetType to ScDPObjectNoel Grandin
2015-11-13sc:rename ItemsType to ScDPItemDataVecNoel Grandin
2015-11-13sc: boost::ptr_vector->std::vectorNoel Grandin
2015-11-13sc: boost::ptr_vector->std::vectorNoel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-13sc: boost::ptr_vector->std::vectorNoel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-13sc: boost::ptr_vector->std::vectorNoel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-13LOK: calc formula callback + formula bar implementation in gtkMihai Varga
2015-11-13LOK: setClientZoom() - sets the client zoom levelMihai Varga
2015-11-12while at it, avoid repeated operator[] accessEike Rathke
2015-11-12in a cellRangeAddress single quotes are escaped by doubling themEike Rathke
2015-11-12there are also no significant double quotes in an ODF cellRangeAddressEike Rathke
2015-11-12there are no significant brackets in an ODF cellRangeAddressEike Rathke
2015-11-12remove bIsFormula parameter, it was always falseEike Rathke
2015-11-12name this what it doesEike Rathke