summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* remove all d.lstMichael Stahl2013-02-281-0/+0
* coverity#705626 and coverity#705627: fix memory leakMarkus Mohrhard2013-02-281-0/+1
* loplugin: improve indentationThomas Arnhold2013-02-253-10/+5
* loplugin: unused variablesThomas Arnhold2013-02-255-9/+1
* Fix typo accessable/accessibleJulien Nabet2013-02-231-5/+5
* Fix typo seperated/separatedJulien Nabet2013-02-231-1/+1
* Fix typo "paramater" -> "parameter" + remove some commented linesJulien Nabet2013-02-231-1/+1
* coverity#707499 coverity#735400 coverity#738541Norbert Thiebaud2013-02-221-21/+9
* coverity#704204 Logically dead codeNorbert Thiebaud2013-02-221-1/+1
* coverity#982288 Logically dead codeNorbert Thiebaud2013-02-221-4/+0
* coverity#735398 Logically dead codeNorbert Thiebaud2013-02-191-3/+3
* coverity#707502 Uninitialized scalar variableCaolán McNamara2013-02-171-1/+1
* coverity#707496 Uninitialized scalar variableCaolán McNamara2013-02-171-2/+3
* Move SyntaxHighlighter class from svtools to comphelperAndras Timar2013-02-161-1/+0
* Some cppcheck cleaningJulien Nabet2013-02-121-2/+1
* Fix Variable 'TimeBuffer' is not assigned a valueJulien Nabet2013-02-121-0/+1
* blind wae fix for PPUNIT_ASSERT_EQUALNoel Power2013-02-111-5/+8
* fix basic access to nested uno structures fdo#60117Noel Power2013-02-112-8/+247
* fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin2013-02-111-8/+2
* fdo#46808, Use service constructor for awt::DialogProviderNoel Grandin2013-02-111-7/+4
* fix for fdo#60065Noel Power2013-02-052-0/+25
* make basic XubString freeCaolán McNamara2013-01-301-2/+2
* fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin2013-01-284-18/+5
* fdo#46808, Adapt document::GraphicObjectResolver UNO service to new styleNoel Grandin2013-01-281-8/+6
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-264-0/+8
* 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
|\