summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann
2015-11-06sc: actually std::set::operator== does not use Compare parameterMichael Stahl
2015-11-06sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2015-11-06drop unneeded includeDavid Tardon
2015-11-06Revert "Preserve whitespace also in formatted strings" for nowKatarina Behrens
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05return #N/A for defined but unsupported arguments, tdf#95010 relatedEike Rathke
2015-11-05a vector is unnecessary here, tdf#79983 follow-upEike Rathke
2015-11-05tdf#79983 - Fix to make calc sort lists case sensitiveSahas
2015-11-05tdf#92296: Fix off-by-one formatting of text runs on OOXML exportKatarina Behrens
2015-11-05tdf#91820 Round of small tweaks to Calc's menu barYousuf Philips
2015-11-05tdf#88137, tdf#89254: Preserve whitespace also in formatted stringsKatarina Behrens
2015-11-05sc lok: tdf#94605 introduce uno:CellCursorAndrzej Hunt
2015-11-05sc lok: make cell cursor behaviour consistent with desktopAndrzej Hunt
2015-11-05sc lok: Cache viewdata zoom and reuse for cursor callbackAndrzej Hunt
2015-11-05sc lok: Cell Cursor callbackAndrzej Hunt
2015-11-05fix tdf#95488, crash in report wizardNoel Grandin
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-04tdf#39468 translated german comments in tabvwsh4.cxxAlbert Thuswaldner
2015-11-04yyyyyNoel Grandin
2015-11-04sc lok: return absolute positions for row/column headersMiklos Vajna
2015-11-04loplugin:stringconstantNoel Grandin
2015-11-03sc lok: avoid placeholder row when providing all headersMiklos Vajna
2015-11-03sc lok: allow requesting column headers only for a logic areaMiklos Vajna
2015-11-03sc lok: allow requesting row headers only for a logic areaMiklos Vajna
2015-11-03ScGlobal::UpdatePPT: make conversion more preciseMiklos Vajna
2015-11-03read past end of pCellInfoCaolán McNamara
2015-11-03implement assignment in only one placeEike Rathke
2015-11-03remove superfluous call to clear() in ScRefCellValue dtorEike Rathke
2015-11-03cppcheck: noExplicitConstructorCaolán McNamara
2015-11-02sc: MSVC doesn't do auto parametersMichael Stahl
2015-11-02sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-02sc: remove unused boost::ptr_map ScRangeName::TabNameMapMichael Stahl
2015-11-02sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-02implement ScRefCellValue::operator=() without temporary and swapEike Rathke
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke
2015-11-02avoid construction of ScRefCellValue with default ctor, tdf#95419 relatedEike Rathke
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-11-02LOK: make use of MOUSEMOVE in calcMihai Varga
2015-11-02sc lok: fix rounding errors with non-100% zoomMiklos Vajna
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-11-02sc lok: emit RowColumnHeader info in twipsMiklos Vajna
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin
2015-10-31Adapt FuncSum to vectorize better.Michael Meeks
2015-10-31sc lok: Always provide a reasonable document size.Jan Holesovsky
2015-10-30tdf#93684 - Remove SalFrame::SyncRyan McCoskrie
2015-10-30tdf#95419 fix performance fall-out, tdf#92749 follow-upEike Rathke
2015-10-30ScTabView::getRowColumnHeaders: emit info about last formatted row/colMiklos Vajna
2015-10-30ScTabView::getRowColumnHeaders: include info about columns, tooMiklos Vajna
2015-10-30LOK: initial Document::getCommandValues() for RowColumnHeadersMiklos Vajna