summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2013-02-05fix for fdo#60065Noel Power2-0/+25
2013-01-30make basic XubString freeCaolán McNamara1-2/+2
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin4-18/+5
2013-01-28fdo#46808, Adapt document::GraphicObjectResolver UNO service to new styleNoel Grandin1-8/+6
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl4-0/+8
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-6/+6
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac3-3/+3
2013-01-14fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan4-70/+73
2013-01-07fdo#53521 Crash when running BASIC's "shell()" with a non-existent programChristopher Copits1-1/+5
2013-01-03fix buildLuboš Luňák2-3/+3
2013-01-03fdo#57950: One more chained append in basicMarcos Paulo de Souza1-4/+2
2013-01-03fdo#57950: Fix some chained appends in basicMarcos Paulo de Souza4-25/+18
2013-01-03Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza51-544/+530
2013-01-01remove use of #pragma optimizeLuboš Luňák3-27/+0
2012-12-31Remove all rtl:: prefix and RTL_* from basic/qa/cppunit/test_scanner.cxxMarcos Paulo de Souza1-88/+88
2012-12-29Remove rtl prefixes and some RTL_CONST* from basicMarcos Paulo de Souza1-39/+39
2012-12-28Some cppcheck cleaning in basicJulien Nabet2-2/+2
2012-12-27fdo#58222 The BASIC HEX Command now returns uppercase hexadecimal charactersChristopher Copits1-1/+3
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist2-2/+2
2012-12-25Get rid of (most uses of) GUITor Lillqvist5-9/+9
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin4-40/+31
2012-12-19fix crash for fdo#58306 by avoiding literal assignNoel Power1-1/+1
2012-12-17Remove --with-stlport from LO 4.0Stephan Bergmann1-0/+7
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-11-28fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin1-6/+2
2012-11-25German comment translationsMarkus Maier2-2/+2
2012-11-23some i18n wrappers with LanguageTagEike Rathke2-4/+4
2012-11-22AllSettings with LanguageTagEike Rathke12-18/+21
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl1-1/+2
2012-11-20Merge branch 'feature/killsdf'Andras Timar1-1/+1
2012-11-19Bin the HACK() sillynessTor Lillqvist1-3/+3
2012-11-18PutEntry familly of functions use consistent pairing OUString/sal_Int32Norbert Thiebaud3-5/+5
2012-11-18basic: fix OUString copy overrun in Mid()Norbert Thiebaud1-1/+12
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin8-78/+65
2012-11-14Clean upStephan Bergmann1-38/+25
2012-11-14Report errors for invalid DateAdd/Diff/Part Add parameter valuesStephan Bergmann1-3/+3
2012-11-11Merge branch 'master' into feature/killsdfAndras Timar96-4671/+7502
2012-11-08fix more warning C4804 unsafe use of type boolMichael Stahl1-1/+1
2012-11-07BasicScriptListener_Impl::firing_impl: actually this is the defaultMiklos Vajna1-1/+1
2012-11-07basic: fix String -> OUString conversion in BasicScriptListener_ImplMiklos Vajna1-1/+1
2012-11-07basic: adapt dllmgr-x64.cxx to OUString changesMichael Stahl1-3/+3
2012-11-07Fix String -> OUString falloutTor Lillqvist1-3/+3
2012-11-07basic: String -> OUStringNorbert Thiebaud67-2975/+3529
2012-11-05fdo#46808, Adapt i18n::Transliteration UNO service to new styleNoel Grandin2-5/+5
2012-11-04Fix .Len -> getLengthJulien Nabet1-1/+1
2012-11-03basic add a generic unit test fixtureNorbert Thiebaud5-0/+310
2012-11-03basic: preliminary cosmetic clean-upNorbert Thiebaud43-1049/+2593
2012-11-03basic: OUStringification of ddectrlNorbert Thiebaud5-44/+81
2012-11-03basic migration to OUStringNorbert Thiebaud4-71/+180
2012-11-03basic: convert StepPAD to OUStringNorbert Thiebaud1-3/+7