Age | Commit message (Expand) | Author |
2013-09-02 | GSOC work, code complete option, menu entry fixes | Gergo Mocsi |
2013-09-02 | GSOC work Window appearance fix 2 + code fixes | Gergo Mocsi |
2013-09-02 | GSOC work week 5, some recent fixes | Gergo Mocsi |
2013-09-02 | GSOC work week 0-1, allowing BASIC to recognize UNO interfaces | Gergo Mocsi |
2013-05-14 | fdo#46808, use XComponentContext in SfxLibraryContainer | Noel Grandin |
2013-05-14 | fdo#46808, replace XMultiServiceFactory with XComponentContext is SfxLibrary | Noel Grandin |
2013-04-26 | some more namespace cleanup | Thomas Arnhold |
2013-04-24 | Combine fairly pointlessly split source code for SbiRuntime into one file | Tor Lillqvist |
2013-04-12 | Get rid of SHL_SBC | Tor Lillqvist |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-04-05 | new module i18nlangtag | Eike Rathke |
2013-03-19 | fdo#39445 writing out tools/fsys.hxx (basic) | Andras Timar |
2013-01-03 | Remove all occurences of RTL_* and ::rtl prefix from basic | Marcos Paulo de Souza |
2012-11-15 | fdo#46808, use service constructor for ucb::SimpleFileAccess | Noel Grandin |
2012-11-07 | basic: String -> OUString | Norbert Thiebaud |
2012-11-03 | basic migration to OUString | Norbert Thiebaud |
2012-11-03 | basic: String -> OUString in basicmanager | Norbert Thiebaud |
2012-11-03 | basic: use OUString internaly for error messages | Norbert Thiebaud |
2012-10-04 | fdo#48257 collect function prototypes from basic/ into single header file | Jack Leigh |
2012-09-25 | Fix MSVC build: #undef EXPLICIT (which gets defined as 'explicit' somewhere) | Tor Lillqvist |
2012-08-22 | sal_Bool to bool | Takeshi Abe |
2012-08-22 | Remove unused function | Takeshi Abe |
2012-08-21 | sal_Bool to bool | Takeshi Abe |
2012-08-21 | Remove unused function | Takeshi Abe |
2012-08-20 | sal_Bool to bool | Takeshi Abe |
2012-08-19 | sal_Bool to bool | Takeshi Abe |
2012-08-16 | -Werror,-Wunused-private-field (Clang towards 3.2) | Stephan Bergmann |
2012-08-15 | sal_Bool to bool | Takeshi Abe |
2012-08-14 | Remove declared but not defined function | Takeshi Abe |
2012-08-14 | sal_Bool to bool | Takeshi Abe |
2012-08-12 | bErrors was always true | Takeshi Abe |
2012-08-12 | sal_Bool to bool | Takeshi Abe |
2012-08-09 | Remove useless #ifndef guard | Takeshi Abe |
2012-08-09 | Remove a member variable no one reads | Takeshi Abe |
2012-08-07 | Remove forwards of non-existing structs | Thomas Arnhold |
2012-08-03 | Remove declared but not defined functions | Takeshi Abe |
2012-08-03 | sal_Bool -> bool | Takeshi Abe |
2012-08-01 | Remove unused code: those classes are unused | Thomas Arnhold |
2012-07-20 | XubString->rtl::OUString | Caolán McNamara |
2012-07-18 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-07-04 | initial attempt at fdo#47263 allow direct access to nested uno structs | Noel Power |
2012-07-04 | removed unnecessary forward declarations of class | Takeshi Abe |
2012-06-19 | re-base on ALv2 code. | Michael Meeks |
2012-06-12 | convert SbPropertyValueArr_Impl to boost::ptr_vector | Michael Stahl |
2012-06-12 | SbPropertyValues: rename members | Michael Stahl |
2012-06-12 | SbPropertyValues::setPropertyValue doesn't check that property exists | Michael Stahl |
2012-06-12 | Convert SV_DECL_PTRARR_DEL(SbiSymbols) to std::vector | Noel Grandin |
2012-06-12 | Convert SV_DECL_PTRARR(SbPropertyValueArr_Impl) to std::vector | Noel Grandin |
2012-06-06 | fdo#46808, Adapt UNO services to new style, Part 7, updating ::create | Noel Grandin |
2012-03-26 | removed duplicate includes in basic / canvas / chart2 / comphelper | Takeshi Abe |