summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* sc lok: tdf#94605 introduce uno:CellCursorfeature/lok_cellcursorAndrzej Hunt2015-11-044-5/+63
* sc lok: make cell cursor behaviour consistent with desktopAndrzej Hunt2015-11-031-35/+40
* sc lok: Use cached zoom level for calc text cursor callback tooAndrzej Hunt2015-11-032-4/+14
* sc lok: Cache viewdata zoom and reuse for cursor callbackAndrzej Hunt2015-11-033-6/+22
* sc lok: Cell Cursor callbackAndrzej Hunt2015-11-031-3/+28
* sc: MSVC doesn't do auto parametersMichael Stahl2015-11-021-1/+1
* sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-11-0215-67/+80
* sc: remove unused boost::ptr_map ScRangeName::TabNameMapMichael Stahl2015-11-021-2/+0
* sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-11-024-22/+25
* implement ScRefCellValue::operator=() without temporary and swapEike Rathke2015-11-021-2/+2
* trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke2015-11-0233-229/+132
* avoid construction of ScRefCellValue with default ctor, tdf#95419 relatedEike Rathke2015-11-021-6/+3
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-0226-34/+34
* LOK: make use of MOUSEMOVE in calcMihai Varga2015-11-021-0/+3
* sc lok: fix rounding errors with non-100% zoomMiklos Vajna2015-11-021-7/+4
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-0249-83/+83
* sc lok: emit RowColumnHeader info in twipsMiklos Vajna2015-11-022-5/+8
* no need to use OUString constructor in call to createInstanceNoel Grandin2015-11-013-12/+8
* Adapt FuncSum to vectorize better.Michael Meeks2015-10-311-32/+68
* sc lok: Always provide a reasonable document size.Jan Holesovsky2015-10-311-6/+5
* tdf#93684 - Remove SalFrame::SyncRyan McCoskrie2015-10-301-1/+1
* tdf#95419 fix performance fall-out, tdf#92749 follow-upEike Rathke2015-10-301-1/+1
* ScTabView::getRowColumnHeaders: emit info about last formatted row/colMiklos Vajna2015-10-301-2/+2
* ScTabView::getRowColumnHeaders: include info about columns, tooMiklos Vajna2015-10-301-0/+12
* LOK: initial Document::getCommandValues() for RowColumnHeadersMiklos Vajna2015-10-304-0/+47
* loplugin:unusedmethodsNoel Grandin2015-10-303-17/+0
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-306-8/+8
* convert Sequence<XInterface> constructions to use initializer listsNoel Grandin2015-10-301-4/+2
* loplugin:unusedmethodsNoel Grandin2015-10-3011-98/+0
* Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin2015-10-292-10/+7
* unit test for tdf#95395Eike Rathke2015-10-281-0/+23
* Resolves: tdf#95395 force range reference to array only in array formulaEike Rathke2015-10-281-1/+7
* tdf#92256: Don't save CONV_UNSPECIFIED string ref syntax valueKatarina Behrens2015-10-283-7/+51
* preserve and renumber duplicate valuesEike Rathke2015-10-281-1/+8
* add comment that some STR_COND_... values must be in sequenceEike Rathke2015-10-281-0/+2
* vcl: getWindow() -> setClipboard() in ITiledRenderableMiklos Vajna2015-10-282-5/+5
* com::sun::star->css in scNoel Grandin2015-10-28408-8155/+7352
* don't allocate rtl::Reference or SvRef on the heapNoel Grandin2015-10-2717-56/+56
* Reduce scope of #include <tools/stream.hxx>Matteo Casalin2015-10-275-3/+3
* sal_uLong to ErrCodeMatteo Casalin2015-10-271-1/+1
* Reduce #include scopeMatteo Casalin2015-10-274-15/+27
* SAL_WARN_IF ScCsvSplits::Insert exceeds its maximum supported sizeMatteo Casalin2015-10-272-1/+6
* Simplify by early bail-outMatteo Casalin2015-10-271-13/+15
* Remove inline specifier for functions defined in classMatteo Casalin2015-10-271-2/+2
* Use positioned getToken in ScAsciiOptions::ReadFromString (2)Matteo Casalin2015-10-271-3/+4
* Use positioned getToken in ScAsciiOptions::ReadFromString (1)Matteo Casalin2015-10-271-33/+26
* Use getToken with start position in lcl_decodeSepStringMatteo Casalin2015-10-271-3/+8
* tdf#92207 sc: Make the text background color button workMaxim Monastirsky2015-10-274-0/+4
* move SvRefMemberList into idlNoel Grandin2015-10-273-0/+3
* loplugin:unusedmethodsNoel Grandin2015-10-2718-412/+19