summaryrefslogtreecommitdiff
path: root/basic/source/inc
AgeCommit message (Expand)AuthorFilesLines
2013-11-11basic: include <> for external includesNorbert Thiebaud1-1/+1
2013-10-28fixincludeguards.sh: basicThomas Arnhold26-53/+53
2013-10-21fdo#68849 add some header guardsThomas Arnhold1-0/+5
2013-10-15Defer OUString -> OString conversionStephan Bergmann1-3/+3
2013-09-12CID#736166 unlikely out of boundsCaolán McNamara1-1/+2
2013-09-11Easier conversion between Basic Date and UNO Date/TimeLionel Elie Mamane1-0/+15
2013-09-02GSOC work, behavior fixesGergo Mocsi1-0/+1
2013-09-02GSOC work, code complete option, menu entry fixesGergo Mocsi1-0/+1
2013-09-02GSOC work Window appearance fix 2 + code fixesGergo Mocsi1-2/+1
2013-09-02GSOC work week 5, some recent fixesGergo Mocsi2-1/+6
2013-09-02GSOC work week 0-1, allowing BASIC to recognize UNO interfacesGergo Mocsi1-0/+1
2013-05-14fdo#46808, use XComponentContext in SfxLibraryContainerNoel Grandin1-1/+1
2013-05-14fdo#46808, replace XMultiServiceFactory with XComponentContext is SfxLibraryNoel Grandin3-7/+7
2013-04-26some more namespace cleanupThomas Arnhold1-6/+2
2013-04-24Combine fairly pointlessly split source code for SbiRuntime into one fileTor Lillqvist1-1/+9
2013-04-12Get rid of SHL_SBCTor Lillqvist1-0/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-13/+13
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-03-19fdo#39445 writing out tools/fsys.hxx (basic)Andras Timar1-6/+0
2013-01-03Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza8-74/+74
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin3-15/+14
2012-11-07basic: String -> OUStringNorbert Thiebaud13-221/+218
2012-11-03basic migration to OUStringNorbert Thiebaud1-2/+2
2012-11-03basic: String -> OUString in basicmanagerNorbert Thiebaud1-4/+4
2012-11-03basic: use OUString internaly for error messagesNorbert Thiebaud1-9/+9
2012-10-04fdo#48257 collect function prototypes from basic/ into single header fileJack Leigh1-0/+37
2012-09-25Fix MSVC build: #undef EXPLICIT (which gets defined as 'explicit' somewhere)Tor Lillqvist1-0/+4
2012-08-22sal_Bool to boolTakeshi Abe2-25/+25
2012-08-22Remove unused functionTakeshi Abe1-2/+0
2012-08-21sal_Bool to boolTakeshi Abe4-23/+23
2012-08-21Remove unused functionTakeshi Abe1-1/+0
2012-08-20sal_Bool to boolTakeshi Abe3-17/+17
2012-08-19sal_Bool to boolTakeshi Abe2-16/+16
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-1/+0
2012-08-15sal_Bool to boolTakeshi Abe1-5/+5
2012-08-14Remove declared but not defined functionTakeshi Abe1-1/+0
2012-08-14sal_Bool to boolTakeshi Abe1-30/+30
2012-08-12bErrors was always trueTakeshi Abe1-1/+0
2012-08-12sal_Bool to boolTakeshi Abe4-18/+18
2012-08-09Remove useless #ifndef guardTakeshi Abe1-3/+0
2012-08-09Remove a member variable no one readsTakeshi Abe1-1/+0
2012-08-07Remove forwards of non-existing structsThomas Arnhold1-2/+0
2012-08-03Remove declared but not defined functionsTakeshi Abe1-7/+0
2012-08-03sal_Bool -> boolTakeshi Abe2-9/+9
2012-08-01Remove unused code: those classes are unusedThomas Arnhold1-13/+0
2012-07-20XubString->rtl::OUStringCaolán McNamara3-10/+10
2012-07-18re-base on ALv2 code. Includes:Michael Meeks20-477/+292
2012-07-04initial attempt at fdo#47263 allow direct access to nested uno structsNoel Power1-3/+72
2012-07-04removed unnecessary forward declarations of classTakeshi Abe3-4/+0
2012-06-19re-base on ALv2 code.Michael Meeks6-149/+96