summaryrefslogtreecommitdiff
path: root/sw/inc/unotxdoc.hxx
AgeCommit message (Expand)Author
2015-11-18vcl::ITiledRenderable::initializeForTiledRendering: support init. argumentsMiklos Vajna
2015-11-11Implement LOK_CALLBACK_MOUSE_POINTERAndrzej Hunt
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06com::sun::star->css in sw/incNoel Grandin
2015-11-05fix tdf#95488, crash in report wizardNoel Grandin
2015-10-28vcl: getWindow() -> setClipboard() in ITiledRenderableMiklos Vajna
2015-10-27don't allocate uno::Reference on the heapNoel Grandin
2015-10-26lok::Document::paste: check if the given mime type is supportedMiklos Vajna
2015-10-22vcl: add ITiledRenderable::getWindow() and implement in swMiklos 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-29lok: add Document::getPartPageRectangles()Miklos Vajna
2015-09-21Use SfxViewFrame::Current()Miklos Vajna
2015-09-21vcl::ITiledRenderable: add getCurrentViewShell() and implement it for WriterMiklos Vajna
2015-08-03sw: inline use-once typedefsNoel Grandin
2015-08-01LOK: Implement parts for Writer too.Jan Holesovsky
2015-07-22loplugin:unusedmethods sw(part2)Noel Grandin
2015-06-19LOK: return used format in Document::getTextSelection()Miklos Vajna
2015-06-17LOK: add lok::Document::getTextSelection()Miklos Vajna
2015-06-09use UnoCursorPointer in SwXTextCursorBjoern Michaelsen
2015-05-26new unocrsrs for SwXTextCursorBjoern Michaelsen
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-08callcatcher: update unused codeCaolán McNamara
2015-05-07Initial XTiledRenderable APILászló Németh
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-07LOK: reimplement lok::Document::postKeyEvent()Miklos Vajna
2015-03-16SwXTextDocument: add missing @see for 3 vcl::ITiledRenderable methodsMiklos Vajna
2015-03-16lok::Document: add resetSelection()Miklos Vajna
2015-03-16LOK: add lok::Document::setGraphicSelection() API and implement it for WriterMiklos Vajna
2015-03-04V801: Decreased performanceCaolán McNamara
2015-02-16LOK: add lok::Document::setTextSelection()Miklos Vajna
2015-02-09lok::Document::postMouseEvent(): allow double-clickMiklos Vajna
2015-01-26Add SwXTextDocument::postMouseEvent()Miklos Vajna
2015-01-07No need for implbase_ex_pre/post.hxx no moreStephan Bergmann
2015-01-06sw: notify LOK clients about invalidationsMiklos Vajna
2015-01-07android: set single page mode in writer when init for tiled renderTomaž Vajngerl
2014-12-04pIimplize SfxBroadcaster and SfxListener.Kohei Yoshida
2014-07-30ITiledRenderable: provide default implementations for some methods.Andrzej Hunt
2014-07-12Add get/setPart to ITiledRenderable, and implement for sw/sc.Andrzej Hunt
2014-06-25Add ITiledRenderable.Andrzej Hunt
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-17sw: prefer passing OUString by referenceNoel Grandin
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25coverity#738416 Uncaught exceptionCaolán McNamara