summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
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
2015-10-02Add WalkElementBlocksMultipleValues and remove OpsŁukasz Hryniuk
2015-10-02Add a new file with matrix operators definitionsŁukasz Hryniuk
2015-10-02Make fewer calls to officecfg::...::UseOpenCL::get()Tor Lillqvist
2015-10-01loplugin:unusedmethodsNoel Grandin
2015-09-30tdf#94173: Calc doesn't save your own created autoformat presetsJulien Nabet
2015-09-30Fix typosAndrea Gelmini
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-29remove unused #include <sal/alloca.h>Michael Stahl
2015-09-29Bin code that died in f2b93f2e314215d6342e0bd5727e6740cc15e29cTor Lillqvist
2015-09-28Simply move std::vector instances around hereStephan Bergmann
2015-09-22convert Link<> to typedNoel Grandin
2015-09-22convert Link<> to typedNoel Grandin
2015-09-22convert Link<> to typedNoel Grandin
2015-09-22convert SC_CONVERT constants to scoped enumNoel Grandin
2015-09-22convert SC_SHEETEVENT to scoped enumNoel Grandin
2015-09-22convert SC_PASTE constants to scoped enumNoel Grandin
2015-09-21convert SC_LINKREFTYPE to scoped enumNoel Grandin
2015-09-21convert SC_ENTER constants to scoped enumNoel Grandin
2015-09-21convert SC_LINK constants to scoped enumNoel Grandin
2015-09-20remove unused _SCALC_EXE #ifdefNoel Grandin
2015-09-18Tentative performance improvement.Michael Meeks