summaryrefslogtreecommitdiff
path: root/embeddedobj/source/msole/oleembed.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-16Fix typosAndrea Gelmini1-1/+1
2017-10-27loplugin:includeform: embeddedobj (Windows)Stephan Bergmann1-1/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-2/+1
2017-09-30loplugin:flatten (clang-cl, embeddedobj)Stephan Bergmann1-17/+14
2017-09-27loplugin:flatten in variousNoel Grandin1-53/+51
2017-07-13tdf#108545 editable DOC/XLS embeddings inside DOCXSzymon Kłos1-3/+3
2017-07-13OLE: show title of parent document in MSOSzymon Kłos1-0/+1
2017-07-13Show document title for embedded documentsSzymon Kłos1-0/+3
2017-07-13tdf#108545 tdf#108544: DOCX, XLSX embedded in DOCSzymon Kłos1-18/+47
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin1-1/+1
2017-05-09Related: tdf#62702 also try various other known streams for object contentCaolán McNamara1-15/+17
2017-05-09Related: tdf#62702 handle EmbeddedOdf like CONTENTS on ole activate attemptCaolán McNamara1-0/+13
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-27/+0
2017-01-23Ole10Native payload truncatedCaolán McNamara1-5/+5
2017-01-19use rtl::Reference in OleEmbeddedObjectNoel Grandin1-4/+3
2017-01-12in extremis dump Ole10Native payload and launch system viewer on itCaolán McNamara1-4/+57
2016-10-16clang-cl loplugin: embeddedobjStephan Bergmann1-9/+9
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-8/+8
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-3/+3
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-9/+9
2015-12-20embeddedobj: do not automatically convert alien objects to ownMichael Stahl1-11/+0
2015-11-28-Werror,-Wunused-functionStephan Bergmann1-0/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-31use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-10-01com::sun::star->css in embeddedobj/Noel Grandin1-5/+5
2014-12-22bnc#822341: PPTX export of embedded text documentsZolnai Tamás1-0/+11
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-01loplugin: cstylecastNoel Grandin1-3/+3
2014-08-27bnc#648251: Avoid crash when attempting to open embedded OLE object as "text"Tor Lillqvist1-7/+7
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin1-10/+10
2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin1-10/+10
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet1-3/+3
2014-05-14embeddedobj: remove SAL_INFO's that only mark function entryNoel Grandin1-8/+0
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-22embeddedobj: sal_Bool->boolNoel Grandin1-8/+8
2014-02-27Exclude WNT-specific includes on other platformsStephan Bergmann1-2/+4
2014-02-26Remove visual noise from embeddedobjAlexander Wilms1-3/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-11/+11
2014-02-23Remove unneccessary commentsAlexander Wilms1-18/+18
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-12/+8
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-5/+5
2013-05-31fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan1-8/+7
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-44/+44
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-26/+26