summaryrefslogtreecommitdiff
path: root/basic/source/runtime/dllmgr-x86.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin1-1/+2
2022-04-08Fix buildMike Kaganski1-0/+1
2022-04-08use more subView when converting to Int32Noel Grandin1-1/+1
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski1-21/+24
2020-12-19make *String(string_view) constructors explicitNoel Grandin1-2/+2
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-1/+1
2020-03-30OSL_ASSERT->assert in basicNoel Grandin1-13/+13
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski1-18/+18
2019-04-07tdf#120703 PVS: Silence V522 warningsMike Kaganski1-6/+12
2019-03-16Simplify containers iterations in basctl, basegfx, basic, bridgesArkadiy Illarionov1-6/+4
2018-10-27tdf#120703 PVS: V724Mike Kaganski1-2/+1
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-21tdf#97231: potential crash fixedVasily Melenchuk1-1/+1
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-1/+2
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski1-1/+1
2017-09-01Replace list by vector in dllmgr-x86-x64 (basic)Julien Nabet1-4/+3
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-2/+2
2017-06-15drop SbError typedefNoel Grandin1-29/+29
2017-05-07revert OSL_ASSERT changesChris Sherlock1-13/+13
2017-05-07tdf#43157: convert basic module away from OSL_ASSERT to assertChris Sherlock1-13/+13
2016-12-13OSL_TRACE->SAL in avmedia..canvasNoel Grandin1-1/+1
2016-08-19Resolves: tdf#88953 byref args incorrectly passed in basic->c++Caolán McNamara1-1/+1
2016-03-08tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo1-3/+10
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht1-6/+6
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-0/+1
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin1-2/+2
2015-07-15loplugin:unusedmethods basicNoel Grandin1-1/+1
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold1-2/+2
2014-02-04Related: #i123862# use O*String's isEmpty() method...Herbert Dürr1-1/+1
2013-11-11basic: include <> for external includesNorbert Thiebaud1-8/+8
2013-09-04WaE: use number() instead of valueOf()Tor Lillqvist1-1/+1
2013-06-13blind ( windows ) fix re. uno::Refererence vs rtl::Reference foobar fdo#65545Noel Power1-1/+1
2013-04-26fix windows buildThomas Arnhold1-0/+3
2013-03-08some further OUString cleanupThomas Arnhold1-1/+1
2013-01-03Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza1-31/+26
2012-11-07Fix String -> OUString falloutTor Lillqvist1-3/+3
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2011-11-27rmove include of pch header in basicNorbert Thiebaud1-1/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-28Fix basic Windows buildFridrich Štrba1-0/+1
2011-03-26Adapt the tree to tools/svwin.h removalFridrich Štrba1-1/+4
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-5/+12
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens1-14/+15
2011-02-14ported fix from DEV300m98 ( fixes i#115716 & fdo#33964 )Noel Power1-1/+1
2011-01-24Add x64 Windows implementation of SbiDllMgrTor Lillqvist1-0/+722