summaryrefslogtreecommitdiffstats
path: root/forms/source
Commit message (Expand)AuthorAgeFilesLines
* Unused member typedef shadowed by function parametersStephan Bergmann2012-08-301-3/+0
* Make impl_doActionInSQLContext_throw more typesafeLionel Elie Mamane2012-08-302-49/+42
* fdo#48807 autofilter should not use LIKE operatorLionel Elie Mamane2012-08-301-17/+1
* fdo#46808, Shiny UNO, More use factory to create XSimpleFileAccess instancesNoel Grandin2012-08-271-6/+5
* fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim2012-08-143-6/+6
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2012-08-101-2/+2
* reduce ascii noise and useless commentsThomas Arnhold2012-08-081-1/+1
* remove include comments and boxesThomas Arnhold2012-08-087-17/+0
* Typo ressource -> resourceStephan Bergmann2012-07-301-1/+1
* aDataAvailableLink in SfxMedium was never called.Kohei Yoshida2012-07-252-12/+0
* Referer was set to SfxMedium but was never used. Removing it.Kohei Yoshida2012-07-251-21/+0
* hrc cleanup: Remove include guards from src filesThomas Arnhold2012-07-142-4/+0
* ditch String::CreateFromAsciiCaolán McNamara2012-07-033-7/+7
* hrc cleanup: Remove include guardsThomas Arnhold2012-07-022-9/+0
* Remove include guardsThomas Arnhold2012-06-291-8/+0
* Remove UNO includes commentsThomas Arnhold2012-06-2951-113/+0
* Remove unused include filesThomas Arnhold2012-06-271-46/+0
* removed unnecessary forward declarations of classTakeshi Abe2012-06-266-13/+0
* re-base on ALv2 code.Michael Meeks2012-06-222-46/+28
* re-base on ALv2 code.Michael Meeks2012-06-21103-2362/+1518
* re-base on ALv2 code.Michael Meeks2012-06-213-69/+42
* Remove superfluous empty lines on topThomas Arnhold2012-06-095-11/+0
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-062-10/+6
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-041-1/+2
* targeted string re-workNorbert Thiebaud2012-05-291-1/+1
* Removed unused SfxMedium::bDirectStephan Bergmann2012-05-241-1/+1
* removed unused const rtl::OUStringTakeshi Abe2012-05-182-4/+0
* merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara2012-05-174-61/+24
* ditch UniStringCaolán McNamara2012-05-151-36/+40
* convert GetUndoActionComment family to rtl::OUStringCaolán McNamara2012-05-151-2/+2
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-041-2/+2
* mingw: avoid weird build error and -WerrorDavid Tardon2012-04-161-1/+2
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-081-2/+2
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-064-11/+5
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-2/+2
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-4/+4
* UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara2012-04-051-1/+1
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-148-0/+26
* Translate German commentsPhilipp Weissenbacher2012-03-073-24/+21
* Translate German comments, fix some whitespace and bad translationsPhilipp Weissenbacher2012-03-0612-91/+86
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-012-2/+2
* Adapted AsyncEventNotifier to safer-to-use salhelper::ThreadStephan Bergmann2012-02-231-3/+8
* Get rid of size() == 0Elton Chung2012-02-191-1/+1
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-184-14/+17
* Forgotten German word in translated commentLionel Elie Mamane2012-02-161-1/+1
* fdo#46163 convert bound values to bound column's typeLionel Elie Mamane2012-02-162-14/+67
* correct indentationLionel Elie Mamane2012-02-161-3/+3
* Translate German commentsPhilipp Weissenbacher2012-02-162-91/+82
* refactor ConvertLineEndCaolán McNamara2012-01-301-4/+1
* WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon2012-01-152-0/+5