summaryrefslogtreecommitdiff
path: root/basic/source/runtime/iosys.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-04-21clang-tidy modernize-loop-convert in b*Noel Grandin1-2/+2
2016-03-08Remove ancient StarPortal leftoversStephan Bergmann1-97/+0
2016-03-07loplugin:unuseddefaultparam in variousNoel Grandin1-7/+3
2016-03-03loplugin:unuseddefaultparams in basicNoel Grandin1-4/+4
2016-02-22loplugin:commaoperator in basic/Noel Grandin1-2/+4
2016-02-09Remove excess newlinesChris Sherlock1-3/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-11-04Resolves: #i61277# Basic open file with random access erases all data.Damjan Jovanovic1-1/+1
2015-11-04yyyyyNoel Grandin1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-11/+11
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-7/+0
2015-09-29remove unused #include <sal/alloca.h>Michael Stahl1-2/+0
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-10/+4
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-29convert SBSTRM constants to scoped enumNoel Grandin1-3/+3
2015-07-28inline "old" SbERR constantsNoel Grandin1-19/+19
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-2/+3
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-2/+2
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-5/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-17/+27
2015-04-17basctl, basic: convert new to ::Create.Michael Meeks1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-3/+3
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-3/+3
2015-04-09vcl: VclPtr conversion in basicNoel Grandin1-14/+24
2015-04-07Remove dead INetProtocol::VimStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-13/+13
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-3/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin1-9/+9
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-04-07basic: sal_Bool->boolNoel Grandin1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-2/+2
2014-03-30MSVC helpfully provides warning C4310: cast truncates constant valueMichael Stahl1-1/+1
2014-03-30deploy some asserts to detect truncated STREAM_SEEK_TO_ENDMichael Stahl1-0/+2
2014-03-29error: no matching function for call to..Matúš Kukan1-2/+2
2014-03-29basic: for PutData()/GetData() actually 32bits should be enoughMichael Stahl1-10/+10
2014-03-28fdo#75280 Started cleaning up of sal_uIntPtr usage.Valentin Kettner1-24/+24
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-10/+10
2014-01-27coverity#707651 Uninitialized scalar fieldCaolán McNamara1-1/+7
2014-01-17fdo#73698 check for empty aOutAndras Timar1-1/+1
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-1/+1
2013-10-15Defer OUString -> OString conversionStephan Bergmann1-10/+8