summaryrefslogtreecommitdiff
path: root/embeddedobj/source/general/docholder.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-07-19loplugin:referencecasting in embeddedobjNoel Grandin1-22/+14
2019-05-22Fix typoAndrea Gelmini1-1/+1
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-2/+2
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski1-3/+3
2018-11-09Fix sd toolbar manager lock underflowsJan-Marek Glogowski1-15/+15
2018-07-17remove the GL based 3D chartsMarkus Mohrhard1-2/+1
2018-01-29tdf#114677 Correct title in Base forms cleanupSzymon Kłos1-8/+5
2018-01-29tdf#114677 Correct title in Base formsSzymon Kłos1-4/+7
2017-10-23loplugin:includeform: embeddedobjStephan Bergmann1-3/+3
2017-08-01move resmgr to unotoolsCaolán McNamara1-2/+2
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara1-2/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-3/+3
2017-07-18Embedded documents: show title in menu entriesSzymon Kłos1-2/+5
2017-07-17Embedded obj: resize to avoid rendering issueSzymon Kłos1-1/+3
2017-07-14Embedded obj: don't change new window sizeSzymon Kłos1-2/+0
2017-07-13Show document title for embedded documentsSzymon Kłos1-0/+15
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin1-2/+2
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-2/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann1-6/+2
2017-02-06Add missing #includesStephan Bergmann1-0/+2
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-14/+2
2017-01-23use rtl::Reference in DocumentHolderNoel Grandin1-11/+8
2016-08-16loplugin:salboolTakeshi Abe1-1/+1
2016-08-15Resolves: tdf#96451 do magic to enable embedded chart sidebar only for chartCaolán McNamara1-2/+9
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-06-15Resolves: tdf#100140 crash on exit of report designCaolán McNamara1-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-13/+13
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-04yyyyyNoel Grandin1-5/+4
2015-10-31use uno::Reference::set method instead of assignmentNoel Grandin1-10/+10
2015-10-01com::sun::star->css in embeddedobj/Noel Grandin1-23/+23
2015-09-13cppcheck: noExplicitConstructorCaolán McNamara1-11/+8
2015-07-16for now show chart sidebarMarkus Mohrhard1-2/+3
2015-07-16fix indentationMarkus Mohrhard1-3/+3
2015-06-17More helpful exception messageLionel Elie Mamane1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-10/+10
2014-12-15fdo#39440 reduce scope of local variablesMichael Weghorn1-3/+3
2014-08-29Add a border to opengl chart to make it easier to handle.Zolnai Tamás1-2/+1
2014-08-29Make opengl chart window always activeZolnai Tamás1-4/+6
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-04-22embeddedobj: sal_Bool->boolNoel Grandin1-51/+51
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-1/+1
2014-02-26Remove visual noise from embeddedobjAlexander Wilms1-3/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-12/+12
2014-02-23Remove unneccessary commentsAlexander Wilms1-32/+32