summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* Changed SetText() / GetText() to take/return OUStringChr. Rossmanith2013-01-211-6/+6
* Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac2013-01-213-3/+3
* fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan2013-01-144-70/+73
* fdo#53521 Crash when running BASIC's "shell()" with a non-existent programChristopher Copits2013-01-071-1/+5
* fix buildLuboš Luňák2013-01-032-3/+3
* fdo#57950: One more chained append in basicMarcos Paulo de Souza2013-01-031-4/+2
* fdo#57950: Fix some chained appends in basicMarcos Paulo de Souza2013-01-034-25/+18
* Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza2013-01-0351-544/+530
* remove use of #pragma optimizeLuboš Luňák2013-01-013-27/+0
* Remove all rtl:: prefix and RTL_* from basic/qa/cppunit/test_scanner.cxxMarcos Paulo de Souza2012-12-311-88/+88
* Remove rtl prefixes and some RTL_CONST* from basicMarcos Paulo de Souza2012-12-291-39/+39
* Some cppcheck cleaning in basicJulien Nabet2012-12-282-2/+2
* fdo#58222 The BASIC HEX Command now returns uppercase hexadecimal charactersChristopher Copits2012-12-271-1/+3
* Sigh, my git grep regexps missed some casesTor Lillqvist2012-12-272-2/+2
* Get rid of (most uses of) GUITor Lillqvist2012-12-255-9/+9
* fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2012-12-214-40/+31
* fix crash for fdo#58306 by avoiding literal assignNoel Power2012-12-191-1/+1
* Remove --with-stlport from LO 4.0Stephan Bergmann2012-12-171-0/+7
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-2/+0
* fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin2012-11-281-6/+2
* German comment translationsMarkus Maier2012-11-252-2/+2
* some i18n wrappers with LanguageTagEike Rathke2012-11-232-4/+4
* AllSettings with LanguageTagEike Rathke2012-11-2212-18/+21
* convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl2012-11-221-1/+2
* Merge branch 'feature/killsdf'Andras Timar2012-11-201-1/+1
|\
| * Merge branch 'master' into feature/killsdfAndras Timar2012-11-1196-4671/+7502
| |\
| * \ Merge branch 'master' into feature/killsdfAndras Timar2012-10-1312-84/+83
| |\ \
| * | | translations is a source-only moduleAndras Timar2012-10-011-1/+1
| * | | Use comphelper::getComponentContextStephan Bergmann2012-10-015-152/+70
| * | | fix WNT build: missed one oleaut32Michael Stahl2012-10-011-2/+1
| * | | gbuild: invert handling of standard system libraries:Michael Stahl2012-10-014-8/+0
| * | | gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-10-013-3/+3
| * | | gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-10-014-4/+8
| * | | gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-10-014-0/+4
* | | | Bin the HACK() sillynessTor Lillqvist2012-11-191-3/+3
* | | | PutEntry familly of functions use consistent pairing OUString/sal_Int32Norbert Thiebaud2012-11-183-5/+5
* | | | basic: fix OUString copy overrun in Mid()Norbert Thiebaud2012-11-181-1/+12
* | | | fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin2012-11-158-78/+65
* | | | Clean upStephan Bergmann2012-11-141-38/+25
* | | | Report errors for invalid DateAdd/Diff/Part Add parameter valuesStephan Bergmann2012-11-141-3/+3
| |_|/ |/| |
* | | fix more warning C4804 unsafe use of type boolMichael Stahl2012-11-081-1/+1
* | | BasicScriptListener_Impl::firing_impl: actually this is the defaultMiklos Vajna2012-11-071-1/+1
* | | basic: fix String -> OUString conversion in BasicScriptListener_ImplMiklos Vajna2012-11-071-1/+1
* | | basic: adapt dllmgr-x64.cxx to OUString changesMichael Stahl2012-11-071-3/+3
* | | Fix String -> OUString falloutTor Lillqvist2012-11-071-3/+3
* | | basic: String -> OUStringNorbert Thiebaud2012-11-0767-2975/+3529
* | | fdo#46808, Adapt i18n::Transliteration UNO service to new styleNoel Grandin2012-11-052-5/+5
* | | Fix .Len -> getLengthJulien Nabet2012-11-041-1/+1
* | | basic add a generic unit test fixtureNorbert Thiebaud2012-11-035-0/+310
* | | basic: preliminary cosmetic clean-upNorbert Thiebaud2012-11-0343-1049/+2593