summaryrefslogtreecommitdiff
path: root/sw/inc/unotxdoc.hxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-25coverity#738416 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-25coverity#738372 Uncaught exceptionCaolán McNamara1-1/+4
2014-02-25coverity#738369 Uncaught exceptionCaolán McNamara1-1/+6
2014-02-25coverity#738367 Uncaught exceptionCaolán McNamara1-1/+4
2014-02-25coverity#738360 Uncaught exceptionCaolán McNamara1-1/+4
2014-02-12coverity#738374 Uncaught exceptionCaolán McNamara1-1/+4
2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann1-0/+4
2013-11-05fixincludeguards.sh: swThomas Arnhold1-2/+2
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-5/+5
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-2/+2
2013-09-19convert sw/inc/unotxdoc.hxx from String to OUStringNoel Grandin1-13/+13
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-46/+46
2013-02-06sw: let drawinglayer manage gradient styles of our textframesMiklos Vajna1-1/+0
2013-02-03sw: replace SwRefreshListenerContainer in SwXTextDocumentMichael Stahl1-5/+8
2013-01-29SvXMLExport::_ExportStyles: also try to export text gradientsMiklos Vajna1-0/+1
2012-12-11fix include guardLuboš Luňák1-1/+1
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+20
2012-10-10drop unused #includeDavid Tardon1-1/+0
2012-09-26rhbz#827695: sw: prevent crashes after incomplete print:Michael Stahl1-2/+3
2012-08-07remove empty ascii boxes and stuffThomas Arnhold1-6/+0
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara1-1/+0
2012-05-14Convert SV_DECL_PTRARR(ActionContextArr) to std::dequeNoel Grandin1-2/+1
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-1/+1