summaryrefslogtreecommitdiff
path: root/sc/inc/docuno.hxx
AgeCommit message (Expand)Author
2017-02-16sc lok: implement commandvalues command, ViewAnnotationsPranav Kant
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-06LOK: Calc: page-up/down - cursor moves far more than a pageMarco Cecchetti
2016-09-26implement prototype for more stable calc cell style namesMarkus Mohrhard
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-30sc lok: implement getCommandValues(.uno:AcceptTrackedChanges) APIMiklos Vajna
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-25new loplugin overrideparamNoel Grandin
2016-06-21Remove no longer needed vcl::ITiledRenderable::registerCallback()Miklos Vajna
2016-04-21lokit: add getPartHashHenry Castro
2016-03-10loplugin:constantparam in scNoel Grandin
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-11-18vcl::ITiledRenderable::initializeForTiledRendering: support init. argumentsMiklos Vajna
2015-11-13LOK: setClientZoom() - sets the client zoom levelMihai Varga
2015-11-11Implement LOK_CALLBACK_MOUSE_POINTERAndrzej Hunt
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-10-30LOK: initial Document::getCommandValues() for RowColumnHeadersMiklos Vajna
2015-10-28vcl: getWindow() -> setClipboard() in ITiledRenderableMiklos Vajna
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-26sc: implement vcl::ITiledRenderable::isMimeTypeSupported()Miklos Vajna
2015-10-22sc: implement vcl::ITiledRenderable::getWindow()Miklos Vajna
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-07loplugin:mergeclassesNoel Grandin
2015-10-05LOK: added the button type and key modifier to postMouseEvent()Mihai Varga
2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-27tiledrendering: added getPartName method for calcMihai Varga
2015-06-23sc: add ScModelObj::getTextSelection().Henry Castro
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-07LOK: reimplement lok::Document::postKeyEvent()Miklos Vajna
2015-03-30sc tiled editing: Implement resetSelection().Jan Holesovsky
2015-03-30sc tiled editing: Implement scaling of drawings and bitmaps in Calc.Jan Holesovsky
2015-03-30sc tiled editing: Implement moving of the selection handles.Jan Holesovsky
2015-03-09sc tiled mouse events: Proof-of-concept.Jan Holesovsky
2015-03-06V801: Decreased performanceCaolán McNamara
2015-03-02ScInputHandler::ImplCreateEditEngine: don't invalidate unconditionallyMiklos Vajna
2015-03-02sc: Initial support for tiled editing in Calc.Jan Holesovsky
2015-01-05Extend the Calc UNO API for the conditions whether to use OpenCL for a formulaTor Lillqvist
2014-08-13warning C4373: 'ScTableSheetsObj::importSheet': virtual function overrides...Thomas Arnhold
2014-07-12Add get/setPart to ITiledRenderable, and implement for sw/sc.Andrzej Hunt
2014-06-25Add tiled rendering outline to Calc.Andrzej Hunt
2014-06-25remove whitespaceMarkus Mohrhard
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25coverity#737586 Uncaught exceptionCaolán McNamara