summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Collapse)AuthorFilesLines
2010-11-10fix testtool not boostrapping libreoffice instanceNoel Power1-1/+1
2010-11-08OO Basic Million-to-One bug (#i76852#) fixedJohn LeMoyne Castle1-1/+1
Adds '=' to edge test in sbxscan.cxx ImpCvtNum so exponent prints and 1 million is 1e+6 instead of just 1 for singles. Same one char change does similar fix for OO Basic doubles and 1e+14.
2010-11-01WaE remove unused StringsCaolán McNamara1-2/+0
2010-11-01WaE, resolve && || warning with a small optimizationCaolán McNamara1-7/+11
2010-11-01WaE unused parameterCaolán McNamara1-1/+1
2010-11-01translation of comments to EnglishAndreas Mantke1-100/+100
2010-10-28add modelines to .hxx files as wellCaolán McNamara81-0/+218
2010-10-26micro optimizationCaolán McNamara1-25/+22
2010-10-25Finally, gut the vos module out of the buildNorbert Thiebaud2-4/+2
2010-10-25convert vos/process.hxx and related APINorbert Thiebaud4-92/+114
2010-10-25remvove vos/macros.h usageNorbert Thiebaud5-48/+32
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud6-15/+14
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25Use SolarMutexGuard where appropriateNorbert Thiebaud2-6/+6
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud3-5/+5
2010-10-25micro optimizationCaolán McNamara1-9/+9
2010-10-24some lines of comment translatedAndreas Mantke1-3/+3
2010-10-24some lines of comment translatedAndreas Mantke1-3/+3
2010-10-24a short comment translatedAndreas Mantke1-1/+1
2010-10-24three lines of comments translatedAndreas Mantke1-3/+3
2010-10-24micro opts and fix indentationCaolán McNamara1-52/+48
2010-10-24translation of 2 commentsAndreas Mantke1-2/+2
2010-10-22startup optimization, move static strings to first use pointCaolán McNamara1-8/+3
2010-10-21Add more files to EXCEPTIONSFILES, needed at least on NetBSD.Thomas Klausner3-36/+37
2010-10-21Add more files to EXCEPTIONSFILES, needed at least on NetBSD.Thomas Klausner1-39/+15
Remove OBJFILES, which serves no purpose (LIB1OBJFILES is the variable name used). Suggested by Caolán McNamara <caolanm@redhat.com>.
2010-10-20remove non-compiled codePovilas Kanapickas4-101/+0
2010-10-20WaE unused parameterCaolán McNamara1-1/+1
2010-10-19Minor libs-core comment clean-upTrevor Murphy1-6/+6
2010-10-16Translation of Comments to EnglishAndreas Mantke1-38/+38
2010-10-15fix fdo#30853 remove find related to Oracle specific MacroMigrationNoel Power1-23/+0
2010-10-14add lots more missing sal/macros.h includesMichael Meeks1-0/+1
2010-10-14Switch to use SAL_N_ELEMENTS macro, everywhereKayo Hamid1-1/+1
2010-10-13Merge commit 'origin/master'Noel Power90-0/+196
Conflicts: vbahelper/source/vbahelper/vbadialogbase.cxx
2010-10-13Merge branch 'vba' fix conflics, trailing ws & tab issuesNoel Power32-273/+1451
also removed some old headers ( which I need to add new ones for ) Conflicts: basic/source/classes/sbunoobj.cxx basic/source/classes/sbxmod.cxx xmloff/inc/xmlnmspe.hxx xmloff/inc/xmloff/xmltoken.hxx xmlscript/inc/xmlscript/xmldlg_imexp.hxx
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth90-0/+196
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-10merge vosremoval-diagnoses patchNorbert Thiebaud2-6/+6
2010-10-09Remove redundant #ifndef & #ifdef directivesJ. Graeme Lingard1-2/+0
These unused directives are:- - multiple #ifndef GCC - one #ifdef WIN
2010-10-08translation of comments to EnglishAndreas Mantke7-58/+58
2010-10-08FASTBOOL to bool conversionNorbert Thiebaud1-2/+2
2010-10-07comment translation into EnglishAndreas Mantke4-45/+44
2010-10-06removing of old outcommended source codeAndreas Mantke1-11/+0
2010-10-06translation of comments to EnglishAndreas Mantke1-103/+103
2010-10-06initial commit for vba blob ( not including container_control stuff )Noel Power32-271/+1453
2010-10-06Remove redundant #include directives & commentsJ. Graeme Lingard9-17/+0
2010-10-05Removing old commented out source codeAndreas Mantke1-36/+0
2010-10-05Translation of comments to EnglishAndreas Mantke1-3/+3
2010-10-05more removed include guards using fixguard.pyPetr Mladek20-62/+0
2010-10-05remove include guards using fixguard.pyPetr Mladek30-96/+0
2010-10-04Slightly polished new English translationsThorsten Behrens1-19/+19
2010-10-04printf without format considered harmfulNorbert Thiebaud1-1/+1
2010-10-04Translation of comments from German to EnglishAndreas Mantke7-276/+274
I translated the comments in the files from German to English. There were tabs in the file sbunoobj.cxx. I coverted them with the help of Kohei to whitespaces. I found whitespaces at the end of two rows in that file (line 1642 and 2642). They were deleted.