summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
2012-08-08remove include comments and boxesThomas Arnhold7-17/+0
2012-07-30Typo ressource -> resourceStephan Bergmann1-1/+1
2012-07-25aDataAvailableLink in SfxMedium was never called.Kohei Yoshida2-12/+0
2012-07-25Referer was set to SfxMedium but was never used. Removing it.Kohei Yoshida1-21/+0
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold2-4/+0
2012-07-13java: printStackTrace always to stderrThomas Arnhold3-5/+5
2012-07-03ditch String::CreateFromAsciiCaolán McNamara3-7/+7
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold2-9/+0
2012-06-29re-base on ALv2 code.Michael Meeks2-46/+28
2012-06-29Remove include guardsThomas Arnhold1-8/+0
2012-06-29Remove UNO includes commentsThomas Arnhold51-113/+0
2012-06-27Remove unused include filesThomas Arnhold1-46/+0
2012-06-26removed unnecessary forward declarations of classTakeshi Abe6-13/+0
2012-06-22remove bunch of obsolete looking .dxp filesMichael Stahl1-1/+0
2012-06-22re-base on ALv2 code.Michael Meeks2-46/+28
2012-06-21re-base on ALv2 code.Michael Meeks113-2598/+1664
2012-06-21re-base on ALv2 code.Michael Meeks26-420/+401
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