summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)Author
2012-08-17gbuild: register all jarsMichael Stahl
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim
2012-08-10Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2012-08-08reduce ascii noise and useless commentsThomas Arnhold
2012-08-08remove include comments and boxesThomas Arnhold
2012-07-30Typo ressource -> resourceStephan Bergmann
2012-07-25aDataAvailableLink in SfxMedium was never called.Kohei Yoshida
2012-07-25Referer was set to SfxMedium but was never used. Removing it.Kohei Yoshida
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold
2012-07-13java: printStackTrace always to stderrThomas Arnhold
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold
2012-06-29re-base on ALv2 code.Michael Meeks
2012-06-29Remove include guardsThomas Arnhold
2012-06-29Remove UNO includes commentsThomas Arnhold
2012-06-27Remove unused include filesThomas Arnhold
2012-06-26removed unnecessary forward declarations of classTakeshi Abe
2012-06-22remove bunch of obsolete looking .dxp filesMichael Stahl
2012-06-22re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
2012-05-29targeted string re-workNorbert Thiebaud
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann
2012-05-18removed unused const rtl::OUStringTakeshi Abe
2012-05-17merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara
2012-05-15ditch UniStringCaolán McNamara
2012-05-15convert GetUndoActionComment family to rtl::OUStringCaolán McNamara
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-16mingw: avoid weird build error and -WerrorDavid Tardon
2012-04-09add package deps for resourcesDavid Tardon
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara
2012-03-21chmod -xTor Lillqvist
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-03-07Translate German commentsPhilipp Weissenbacher
2012-03-06Translate German comments, fix some whitespace and bad translationsPhilipp Weissenbacher
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-02-23Adapted AsyncEventNotifier to safer-to-use salhelper::ThreadStephan Bergmann
2012-02-21Fix most of the build with --disable-database-connectivityRiccardo Magliocchetti
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann
2012-02-19Get rid of size() == 0Elton Chung