summaryrefslogtreecommitdiffstats
path: root/forms/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-065-8/+1
* Removed unnecessary tools/link.hxx includes.Marcel Metz2012-01-064-2/+2
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
* Removed unnecessary tools includes.Marcel Metz2012-01-051-0/+1
* Removed unnecessary tools includes.Marcel Metz2012-01-053-6/+0
* Temporary hack around cppu_detail_getCppuType variants violating ODR.Stephan Bergmann2012-01-021-1/+1
* Fix for fdo43460 Part XVIII getLength() to isEmpty()Gustavo Buzzatti Pacheco2011-12-3029-111/+111
* Removed extra semicolonsJesse2011-12-151-1/+1
* WaE: NULL used in arithmeticTor Lillqvist2011-12-121-1/+1
* catch exception by constant referenceTakeshi Abe2011-12-1219-34/+33
* childs -> childrenMichael T. Whiteley2011-12-083-3/+3
* get rid of class Date and Time default ctor with system time penaltyEike Rathke2011-12-011-3/+3
* remove include of pch header from formsNorbert Thiebaud2011-11-27100-200/+0
* Remove some uses of OUString::setCharAtAugust Sodora2011-11-261-1/+1
* gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon2011-11-251-1/+1
* Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann2011-11-149-16/+12
* fdo#42157: fix deadlockMichael Stahl2011-10-241-4/+7
* cppcheck reduce scope of var in forms/...convert.cxxPierre-André Jacquod2011-10-071-1/+1
* cppcheck scope reduction in forms/...DatabaseForm.cxxPierre-André Jacquod2011-10-071-1/+1
* WaE: unused eCaolán McNamara2011-09-261-1/+1
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-225-2/+19
* make forms ByteString freeCaolán McNamara2011-09-151-1/+1
* ditch distracting CHARSET_ANSI commentCaolán McNamara2011-09-121-4/+0
* sb140: #i114718# avoid references to object across XAggregation::setDelegator...Stephan Bergmann2011-09-092-97/+76
* frm::OInterfaceContainer::insertByIndex must not crash for null argument.Stephan Bergmann2011-09-061-8/+8
* merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara2011-08-291-4/+3
* undo anything not wizard related in the previous merge-commitNorbert Thiebaud2011-08-217-105/+121
* Merge branch 'master' into feature/gsoc2011_wizardsXisco Fauli2011-08-2110-13/+42
|\
| * Keep the container and object separate methods.Kohei Yoshida2011-08-161-2/+5
| * Slightly changed the API.Kohei Yoshida2011-08-161-6/+2
| * Disable fake VBA events for the old-style form controls.Noel Power2011-08-166-2/+32