summaryrefslogtreecommitdiff
path: root/basic/source/runtime/iosys.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-20/+20
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-1/+1
2013-03-02coverity: fix memory leakMarkus Mohrhard1-0/+1
2013-01-14fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan1-1/+1
2013-01-03Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza1-4/+4
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist1-1/+1
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin1-36/+29
2012-11-07basic: String -> OUStringNorbert Thiebaud1-13/+19
2012-11-03basic: preliminary cosmetic clean-upNorbert Thiebaud1-30/+123
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-2/+3
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+1
2012-09-17fdo#46808, Adapt bridge::BridgeFactory UNO service to new styleNoel Grandin1-14/+6
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-1/+1
2012-09-14fdo#46808, Adapt ucb::UniversalContentBroker UNO service to new styleNoel Grandin1-5/+5
2012-08-21sal_Bool to boolTakeshi Abe1-15/+15
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-2/+0
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-19remove some UniString ctorsCaolán McNamara1-1/+1
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-32/+31
2012-06-02targeted string re-workNorbert Thiebaud1-2/+2
2012-06-02targeted string re-workNorbert Thiebaud1-3/+3
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-1/+1
2012-04-02callcatcher: remove some unused codeCaolán McNamara1-20/+2
2012-03-28removed duplicate includes in avmedia / basic / canvas / chart2 / comphelperTakeshi Abe1-2/+0
2012-01-30refactor ConvertLineEndCaolán McNamara1-3/+2
2012-01-30callcatcher: remove unused NextChannelCaolán McNamara1-11/+0
2012-01-30ByteString->rtl::OStringCaolán McNamara1-48/+48
2012-01-25move ugly WriteLines out of SvStream to beside sole userCaolán McNamara1-1/+12
2012-01-23ByteString->rtl::OStringCaolán McNamara1-1/+3
2012-01-15remove useless misleading macrosDavid Tardon1-1/+1
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-1/+1
2011-12-21needs more work firstCaolán McNamara1-1/+1
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-1/+1
2011-12-10Fix for fdo43460 Part III getLength to isEmptyOlivier Hallot1-1/+1
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara1-1/+1
2011-11-27rmove include of pch header in basicNorbert Thiebaud1-2/+0
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon1-5/+5