summaryrefslogtreecommitdiff
path: root/forms/source
AgeCommit message (Expand)AuthorFilesLines
2012-02-21fdo#46163 convert bound values to bound column's typeLionel Elie Mamane2-14/+67
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke1-3/+3
2011-11-27remove include of pch header from formsNorbert Thiebaud100-200/+0
2011-11-26Remove some uses of OUString::setCharAtAugust Sodora1-1/+1
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon1-1/+1
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann9-16/+12
2011-10-24fdo#42157: fix deadlockMichael Stahl1-4/+7
2011-10-07cppcheck reduce scope of var in forms/...convert.cxxPierre-André Jacquod1-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-22just silence the auto_ptr deprecations in isolationCaolán McNamara5-2/+19
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-09-06frm::OInterfaceContainer::insertByIndex must not crash for null argument.Stephan Bergmann1-8/+8
2011-08-29merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara1-4/+3
2011-08-21undo anything not wizard related in the previous merge-commitNorbert Thiebaud7-105/+121
2011-08-21Merge branch 'master' into feature/gsoc2011_wizardsXisco Fauli10-13/+42
2011-08-16Keep the container and object separate methods.Kohei Yoshida1-2/+5
2011-08-16Slightly changed the API.Kohei Yoshida1-6/+2
2011-08-16Disable fake VBA events for the old-style form controls.Noel Power6-2/+32
2011-08-16Let's not even fall back to the old method.Kohei Yoshida1-2/+0
2011-08-16Code page should be the same for the same drawing page.Kohei Yoshida1-1/+9
2011-08-12ByteString, shrink apiCaolán McNamara1-2/+2
2011-08-09Some cppcheck cleaningJulien Nabet1-1/+1
2011-08-04Use rtl::OUStringHash.Kohei Yoshida1-1/+1
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan1-6/+0
2011-06-20totally pointless intermediate objectCaolán McNamara1-3/+1
2011-06-16catch by const referenceCaolán McNamara2-44/+49
2011-06-02use standard template hereCaolán McNamara1-14/+7
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky6-44/+64
2011-04-28fixed cppcheck warningsAndreas Becker1-1/+1
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky6-44/+64
2011-04-06Merge remote-tracking branch 'origin/libreoffice-3-4'Petr Mladek1-1/+1
2011-04-03gbuildize formsDavid Tardon11-663/+0
2011-04-01remove obsolete component_writeInfo methodsMichael Meeks1-1/+1
2011-04-01convert DBG_ assertions to OSL_David Tardon1-5/+5
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold30-68/+68
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky38-302/+210
2011-03-13use boost::unordered_map instead of hash_mapNorbert Thiebaud1-2/+2
2011-03-12OSL_TRACE: Use format stringThomas Arnhold1-3/+3
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold10-22/+22
2011-03-11Move DBG_TRACE to OSL_TRACE for getStr()Thomas Arnhold1-3/+3
2011-03-11Move DBG_ERROR to OSL_FAIL for getStr()Thomas Arnhold1-1/+1
2011-03-09Remove List container in components/imgprodRafael Dominguez2-71/+30
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud38-302/+210
2011-03-08dba34d: pulled and merged latest changes from CWS dba34cFrank Schoenheit [fs]6-19/+10
2011-03-04Automated merge with file:///d:\tools\master\oooOcke Janssen4-37/+28
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold24-44/+44
2011-03-01avoid implicit castCaolán McNamara1-1/+1