summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
2012-06-09Remove superfluous empty lines on topThomas Arnhold5-11/+0
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2-10/+6
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-1/+2
2012-05-29targeted string re-workNorbert Thiebaud1-1/+1
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann1-1/+1
2012-05-18removed unused const rtl::OUStringTakeshi Abe2-4/+0
2012-05-17merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara4-61/+24
2012-05-15ditch UniStringCaolán McNamara1-36/+40
2012-05-15convert GetUndoActionComment family to rtl::OUStringCaolán McNamara1-2/+2
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold1-2/+2
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
2012-04-16mingw: avoid weird build error and -WerrorDavid Tardon1-1/+2
2012-04-09add package deps for resourcesDavid Tardon1-0/+4
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-2/+2
2012-04-08gbuild: "use" vs. "add":Michael Stahl3-4/+4
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi4-11/+5
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-4/+4
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara1-1/+1
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann8-0/+26
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2-3/+3
2012-03-07Translate German commentsPhilipp Weissenbacher3-24/+21
2012-03-06Translate German comments, fix some whitespace and bad translationsPhilipp Weissenbacher12-91/+86
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2-2/+2
2012-02-23Adapted AsyncEventNotifier to safer-to-use salhelper::ThreadStephan Bergmann3-4/+10
2012-02-21Fix most of the build with --disable-database-connectivityRiccardo Magliocchetti1-0/+2
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann2-2/+2
2012-02-19Get rid of size() == 0Elton Chung1-1/+1
2012-02-18Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe4-14/+17
2012-02-16Forgotten German word in translated commentLionel Elie Mamane1-1/+1
2012-02-16fdo#46163 convert bound values to bound column's typeLionel Elie Mamane2-14/+67
2012-02-16correct indentationLionel Elie Mamane1-3/+3
2012-02-16Translate German commentsPhilipp Weissenbacher2-91/+82
2012-02-10fdo#39491 more of unnecessary include pathsMatúš Kukan1-1/+0
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2-2/+0
2012-02-08Added READMEs for modules which used to be in componentsJosh Heidenreich1-0/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-01-30refactor ConvertLineEndCaolán McNamara1-4/+1
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon2-0/+5
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz5-8/+1
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz4-2/+2
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz1-0/+1
2012-01-05Removed unnecessary tools includes.Marcel Metz3-6/+0
2012-01-02Temporary hack around cppu_detail_getCppuType variants violating ODR.Stephan Bergmann1-1/+1
2011-12-30build qadevOOo only if OOO_JUNIT_JAR are set (add BUILD_TYPE)Rene Engelhard1-1/+1
2011-12-30Fix for fdo43460 Part XVIII getLength() to isEmpty()Gustavo Buzzatti Pacheco29-111/+111
2011-12-15Removed extra semicolonsJesse1-1/+1
2011-12-12WaE: NULL used in arithmeticTor Lillqvist1-1/+1