summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-11-05return #N/A for defined but unsupported arguments, tdf#95010 relatedEike Rathke1-0/+2
2015-11-05a vector is unnecessary here, tdf#79983 follow-upEike Rathke1-7/+4
2015-11-05tdf#79983 - Fix to make calc sort lists case sensitiveSahas3-12/+30
2015-11-05tdf#92296: Fix off-by-one formatting of text runs on OOXML exportKatarina Behrens2-8/+12
2015-11-05tdf#91820 Round of small tweaks to Calc's menu barYousuf Philips1-16/+21
2015-11-05tdf#88137, tdf#89254: Preserve whitespace also in formatted stringsKatarina Behrens1-1/+1
2015-11-05sc lok: tdf#94605 introduce uno:CellCursorAndrzej Hunt4-5/+63
2015-11-05sc lok: make cell cursor behaviour consistent with desktopAndrzej Hunt1-35/+40
2015-11-05sc lok: Cache viewdata zoom and reuse for cursor callbackAndrzej Hunt3-6/+22
2015-11-05sc lok: Cell Cursor callbackAndrzej Hunt1-3/+28
2015-11-05fix tdf#95488, crash in report wizardNoel Grandin2-7/+7
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin10-13/+11
2015-11-04tdf#39468 translated german comments in tabvwsh4.cxxAlbert Thuswaldner1-91/+83
2015-11-04yyyyyNoel Grandin1-3/+3
2015-11-04sc lok: return absolute positions for row/column headersMiklos Vajna1-20/+6
2015-11-04loplugin:stringconstantNoel Grandin32-148/+136
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