summaryrefslogtreecommitdiff
path: root/basic/source/sbx
AgeCommit message (Expand)AuthorFilesLines
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-5/+5
2013-11-11basic: include <> for external includesNorbert Thiebaud3-4/+4
2013-10-28fixincludeguards.sh: basicThomas Arnhold3-6/+6
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist2-4/+4
2013-10-12Nothing Unix-specific about <stdlib.h>Tor Lillqvist1-2/+0
2013-10-07sal_Bool to boolTakeshi Abe2-9/+9
2013-09-17convert BASIC from String to OUStringNoel Grandin1-7/+7
2013-09-11Easier conversion between Basic Date and UNO Date/TimeLionel Elie Mamane1-1/+1
2013-09-10janitorial: c++-style castLionel Elie Mamane1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák5-11/+11
2013-08-08tweak comment translationsMichael Stahl3-44/+41
2013-08-01Mark as constTakeshi Abe1-1/+1
2013-07-22Mark as constTakeshi Abe1-1/+1
2013-07-08-Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann1-2/+2
2013-07-02SvStream: remove the error prone operator<</>>(sal_Int64)Michael Stahl1-2/+1
2013-06-29remove some createFromAscii usageThomas Arnhold1-3/+1
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist3-6/+6
2013-04-18get rid of some Germanism (and some Windowsism)Eike Rathke1-6/+6
2013-04-10Introduce characters utilities in rtl/character.hxxArnaud Versini1-25/+6
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák6-51/+51
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-04-01Use local utility functions instead of SbxSimpleCharClassArnaud Versini1-32/+26
2013-03-30fix loplugin warningsPeter Foley1-0/+2
2013-03-29ResMgr with LanguageTagEike Rathke1-2/+1
2013-03-27-Wunused-macrosStephan Bergmann1-5/+1
2013-03-20replace decimal separator at correct position, rhbz#919020Eike Rathke1-2/+2
2013-03-19resolved rhbz#919020 Basic CDbl() and CSng() scan localized numberEike Rathke1-78/+117
2013-03-18avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what notLuboš Luňák1-4/+4
2013-03-14i119933 - make Basic FORMAT function work with non-ASCII textAriel Constenla-Haile1-2/+5
2013-03-11basic: translation of all debug messagesThomas Arnhold5-17/+18
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-1/+1
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim1-0/+3
2013-03-07doh! sReturnStrg is OUStringBuffer, no need to assignNoel Power1-1/+1
2013-03-07fix String->OUString foobarNoel Power1-1/+1
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong2-33/+35
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold2-4/+4
2013-03-01coverity#736108: nesting level mismatchMarkus Mohrhard1-1/+4
2013-02-25loplugin: improve indentationThomas Arnhold1-2/+1
2013-02-25loplugin: unused variablesThomas Arnhold1-2/+0
2013-02-17coverity#707502 Uninitialized scalar variableCaolán McNamara1-1/+1
2013-01-30make basic XubString freeCaolán McNamara1-2/+2
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin2-11/+3
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-1/+1
2013-01-03Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza18-208/+208
2013-01-01remove use of #pragma optimizeLuboš Luňák1-9/+0
2012-11-22AllSettings with LanguageTagEike Rathke2-5/+5
2012-11-19Bin the HACK() sillynessTor Lillqvist1-3/+3
2012-11-18PutEntry familly of functions use consistent pairing OUString/sal_Int32Norbert Thiebaud2-3/+3
2012-11-07basic: String -> OUStringNorbert Thiebaud10-1137/+1416
2012-11-03basic: preliminary cosmetic clean-upNorbert Thiebaud8-65/+253