summaryrefslogtreecommitdiff
path: root/sw/inc/unotxdoc.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-4/+4
2015-11-18vcl::ITiledRenderable::initializeForTiledRendering: support init. argumentsMiklos Vajna1-1/+1
2015-11-11Implement LOK_CALLBACK_MOUSE_POINTERAndrzej Hunt1-0/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-06com::sun::star->css in sw/incNoel Grandin1-4/+4
2015-11-05fix tdf#95488, crash in report wizardNoel Grandin1-2/+2
2015-10-28vcl: getWindow() -> setClipboard() in ITiledRenderableMiklos Vajna1-2/+2
2015-10-27don't allocate uno::Reference on the heapNoel Grandin1-28/+28
2015-10-26lok::Document::paste: check if the given mime type is supportedMiklos Vajna1-0/+2
2015-10-22vcl: add ITiledRenderable::getWindow() and implement in swMiklos Vajna1-0/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-133/+133
2015-10-07loplugin:mergeclassesNoel Grandin1-2/+2
2015-10-05LOK: added the button type and key modifier to postMouseEvent()Mihai Varga1-1/+2
2015-09-29lok: add Document::getPartPageRectangles()Miklos Vajna1-0/+2
2015-09-21Use SfxViewFrame::Current()Miklos Vajna1-2/+0
2015-09-21vcl::ITiledRenderable: add getCurrentViewShell() and implement it for WriterMiklos Vajna1-0/+2
2015-08-03sw: inline use-once typedefsNoel Grandin1-3/+1
2015-08-01LOK: Implement parts for Writer too.Jan Holesovsky1-0/+8
2015-07-22loplugin:unusedmethods sw(part2)Noel Grandin1-7/+6
2015-06-19LOK: return used format in Document::getTextSelection()Miklos Vajna1-1/+1
2015-06-17LOK: add lok::Document::getTextSelection()Miklos Vajna1-0/+2
2015-06-09use UnoCursorPointer in SwXTextCursorBjoern Michaelsen1-2/+2
2015-05-26new unocrsrs for SwXTextCursorBjoern Michaelsen1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-1/+1
2015-05-08callcatcher: update unused codeCaolán McNamara1-1/+0
2015-05-07Initial XTiledRenderable APILászló Németh1-1/+6
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-38/+38
2015-04-07LOK: reimplement lok::Document::postKeyEvent()Miklos Vajna1-0/+2
2015-03-16SwXTextDocument: add missing @see for 3 vcl::ITiledRenderable methodsMiklos Vajna1-8/+4
2015-03-16lok::Document: add resetSelection()Miklos Vajna1-0/+2
2015-03-16LOK: add lok::Document::setGraphicSelection() API and implement it for WriterMiklos Vajna1-0/+2
2015-03-04V801: Decreased performanceCaolán McNamara1-1/+1
2015-02-16LOK: add lok::Document::setTextSelection()Miklos Vajna1-0/+2
2015-02-09lok::Document::postMouseEvent(): allow double-clickMiklos Vajna1-1/+1
2015-01-26Add SwXTextDocument::postMouseEvent()Miklos Vajna1-0/+2
2015-01-07No need for implbase_ex_pre/post.hxx no moreStephan Bergmann1-42/+5
2015-01-06sw: notify LOK clients about invalidationsMiklos Vajna1-0/+8
2015-01-07android: set single page mode in writer when init for tiled renderTomaž Vajngerl1-0/+1
2014-12-04pIimplize SfxBroadcaster and SfxListener.Kohei Yoshida1-0/+2
2014-07-30ITiledRenderable: provide default implementations for some methods.Andrzej Hunt1-3/+0
2014-07-12Add get/setPart to ITiledRenderable, and implement for sw/sc.Andrzej Hunt1-0/+3
2014-06-25Add ITiledRenderable.Andrzej Hunt1-1/+13
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante1-7/+5
2014-04-30sw: sal_Bool->boolNoel Grandin1-4/+4
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-4/+4
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-117/+117
2014-03-17sw: prefer passing OUString by referenceNoel Grandin1-2/+2
2014-02-27Remove visual noise from swAlexander Wilms1-6/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-109/+109