summaryrefslogtreecommitdiff
path: root/forms/source/component
AgeCommit message (Expand)AuthorFilesLines
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim2-4/+4
2012-08-08reduce ascii noise and useless commentsThomas Arnhold1-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-06-29Remove UNO includes commentsThomas Arnhold16-36/+0
2012-06-26removed unnecessary forward declarations of classTakeshi Abe2-9/+0
2012-06-22re-base on ALv2 code.Michael Meeks2-46/+28
2012-06-21re-base on ALv2 code.Michael Meeks33-771/+474
2012-06-09Remove superfluous empty lines on topThomas Arnhold3-6/+0
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-4/+3
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 Abe1-1/+0
2012-05-17merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara2-2/+2
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-16mingw: avoid weird build error and -WerrorDavid Tardon1-1/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-5/+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 Bergmann1-3/+8
2012-02-19Get rid of size() == 0Elton Chung1-1/+1
2012-02-18Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-3/+3
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-01-30refactor ConvertLineEndCaolán McNamara1-4/+1
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz1-1/+0
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 Metz2-3/+0
2012-01-02Temporary hack around cppu_detail_getCppuType variants violating ODR.Stephan Bergmann1-1/+1
2011-12-30Fix for fdo43460 Part XVIII getLength() to isEmpty()Gustavo Buzzatti Pacheco19-81/+81
2011-12-12catch exception by constant referenceTakeshi Abe11-20/+20
2011-11-27remove include of pch header from formsNorbert Thiebaud41-82/+0
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon1-1/+1
2011-10-07cppcheck scope reduction in forms/...DatabaseForm.cxxPierre-André Jacquod1-1/+1
2011-09-26WaE: unused eCaolán McNamara1-1/+1
2011-09-15make forms ByteString freeCaolán McNamara1-1/+1
2011-09-12ditch distracting CHARSET_ANSI commentCaolán McNamara1-4/+0
2011-09-09sb140: #i114718# avoid references to object across XAggregation::setDelegator...Stephan Bergmann2-97/+76
2011-08-21undo anything not wizard related in the previous merge-commitNorbert Thiebaud6-102/+120
2011-08-21Merge branch 'master' into feature/gsoc2011_wizardsXisco Fauli2-3/+21
2011-08-16Disable fake VBA events for the old-style form controls.Noel Power1-1/+19
2011-08-12ByteString, shrink apiCaolán McNamara1-2/+2
2011-06-16catch by const referenceCaolán McNamara2-44/+49