summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-11-03sc lok: avoid placeholder row when providing all headersMiklos Vajna1-2/+2
2015-11-03sc lok: allow requesting column headers only for a logic areaMiklos Vajna1-4/+28
2015-11-03sc lok: allow requesting row headers only for a logic areaMiklos Vajna4-9/+35
2015-11-03ScGlobal::UpdatePPT: make conversion more preciseMiklos Vajna1-3/+3
2015-11-03read past end of pCellInfoCaolán McNamara2-1/+4
2015-11-03implement assignment in only one placeEike Rathke2-7/+6
2015-11-03remove superfluous call to clear() in ScRefCellValue dtorEike Rathke1-1/+0
2015-11-03cppcheck: noExplicitConstructorCaolán McNamara15-46/+47
2015-11-02sc: MSVC doesn't do auto parametersMichael Stahl1-1/+1
2015-11-02sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl15-67/+80
2015-11-02sc: remove unused boost::ptr_map ScRangeName::TabNameMapMichael Stahl1-2/+0
2015-11-02sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl4-22/+25
2015-11-02implement ScRefCellValue::operator=() without temporary and swapEike Rathke1-2/+2
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke33-229/+132
2015-11-02avoid construction of ScRefCellValue with default ctor, tdf#95419 relatedEike Rathke1-6/+3
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara26-34/+34
2015-11-02LOK: make use of MOUSEMOVE in calcMihai Varga1-0/+3
2015-11-02sc lok: fix rounding errors with non-100% zoomMiklos Vajna1-7/+4
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara49-83/+83
2015-11-02sc lok: emit RowColumnHeader info in twipsMiklos Vajna2-5/+8
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin3-12/+8
2015-10-31Adapt FuncSum to vectorize better.Michael Meeks1-32/+68
2015-10-31sc lok: Always provide a reasonable document size.Jan Holesovsky1-6/+5
2015-10-30tdf#93684 - Remove SalFrame::SyncRyan McCoskrie1-1/+1
2015-10-30tdf#95419 fix performance fall-out, tdf#92749 follow-upEike Rathke1-1/+1
2015-10-30ScTabView::getRowColumnHeaders: emit info about last formatted row/colMiklos Vajna1-2/+2
2015-10-30ScTabView::getRowColumnHeaders: include info about columns, tooMiklos Vajna1-0/+12
2015-10-30LOK: initial Document::getCommandValues() for RowColumnHeadersMiklos Vajna4-0/+47
2015-10-30loplugin:unusedmethodsNoel Grandin3-17/+0
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin6-8/+8
2015-10-30convert Sequence<XInterface> constructions to use initializer listsNoel Grandin1-4/+2
2015-10-30loplugin:unusedmethodsNoel Grandin11-98/+0
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin2-10/+7
2015-10-28unit test for tdf#95395Eike Rathke1-0/+23
2015-10-28Resolves: tdf#95395 force range reference to array only in array formulaEike Rathke1-1/+7
2015-10-28tdf#92256: Don't save CONV_UNSPECIFIED string ref syntax valueKatarina Behrens3-7/+51
2015-10-28preserve and renumber duplicate valuesEike Rathke1-1/+8
2015-10-28add comment that some STR_COND_... values must be in sequenceEike Rathke1-0/+2
2015-10-28vcl: getWindow() -> setClipboard() in ITiledRenderableMiklos Vajna2-5/+5
2015-10-28com::sun::star->css in scNoel Grandin408-8155/+7352
2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin17-56/+56
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin5-3/+3
2015-10-27sal_uLong to ErrCodeMatteo Casalin1-1/+1
2015-10-27Reduce #include scopeMatteo Casalin4-15/+27
2015-10-27SAL_WARN_IF ScCsvSplits::Insert exceeds its maximum supported sizeMatteo Casalin2-1/+6
2015-10-27Simplify by early bail-outMatteo Casalin1-13/+15
2015-10-27Remove inline specifier for functions defined in classMatteo Casalin1-2/+2
2015-10-27Use positioned getToken in ScAsciiOptions::ReadFromString (2)Matteo Casalin1-3/+4
2015-10-27Use positioned getToken in ScAsciiOptions::ReadFromString (1)Matteo Casalin1-33/+26
2015-10-27Use getToken with start position in lcl_decodeSepStringMatteo Casalin1-3/+8