summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-08tdf#74667 Regression dialog: linear, logarithmic, powerTomaž Vajngerl
2015-11-06sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2015-11-06sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-06sc: remove some unused boost includesMichael Stahl
2015-11-06sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2015-11-06drop unneeded includeDavid Tardon
2015-11-05tdf#79983 - Fix to make calc sort lists case sensitiveSahas
2015-11-05sc lok: tdf#94605 introduce uno:CellCursorAndrzej Hunt
2015-11-05fix tdf#95488, crash in report wizardNoel Grandin
2015-11-03sc lok: allow requesting row headers only for a logic areaMiklos Vajna
2015-11-03implement assignment in only one placeEike Rathke
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-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke
2015-10-30LOK: initial Document::getCommandValues() for RowColumnHeadersMiklos Vajna
2015-10-30loplugin:unusedmethodsNoel Grandin
2015-10-28add comment that some STR_COND_... values must be in sequenceEike Rathke
2015-10-28vcl: getWindow() -> setClipboard() in ITiledRenderableMiklos Vajna
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin
2015-10-27move SvRefMemberList into idlNoel Grandin
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-10-26Make OpenCL listener global, to avoid perf. cost of copying it around.Michael Meeks
2015-10-26sc: implement vcl::ITiledRenderable::isMimeTypeSupported()Miklos Vajna
2015-10-26boost::ptr_vector->std::vectorNoel Grandin
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin
2015-10-23tdf#48456 : when searching for a number, consider formattingDennis Francis
2015-10-22sc: implement vcl::ITiledRenderable::getWindow()Miklos Vajna
2015-10-21refactor out some com::sun::star typedefsNoel Grandin
2015-10-21boost::ptr_vector -> std::vectorNoel Grandin
2015-10-16tdf#92256, c#19: Implement "current doc only" switchKatarina Behrens
2015-10-15store external range names in the cache, td#88179Markus Mohrhard
2015-10-14Improve performance by using the ScCalcOptions for OpenCL.Michael Meeks
2015-10-14convert Link<> to typedNoel Grandin
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-09tdf#94910 sc: Fix drawing toolsMaxim Monastirsky
2015-10-07loplugin:mergeclassesNoel Grandin
2015-10-06tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM,Winfried Donkers
2015-10-05LOK: added the button type and key modifier to postMouseEvent()Mihai Varga
2015-10-03move ConvertStringToValue() implementation from ScInterpreter to ScGlobalEike Rathke
2015-10-02Revert "Make fewer calls to officecfg::...::UseOpenCL::get()"Tor Lillqvist
2015-10-02Add ScMatrix method to collect multiple valuesŁukasz Hryniuk