summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formcomponenthandler.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-02-06coverity#707771 coverity gold, Uninitialized m_refCountCaolán McNamara1-1/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-1/+0
2013-10-01convert extensions module from String to OUStringNoel Grandin1-3/+3
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-08-04fdo#67235 adapt form control code to time nanosecond API change, step 3Lionel Elie Mamane1-2/+2
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara1-5/+5
2013-07-28More details in debug outputLionel Elie Mamane1-0/+9
2013-07-27Mark as const/staticTakeshi Abe1-2/+2
2013-07-14String::SearchAndReplaceAllAscii -> OUString::replaceAllCaolán McNamara1-3/+1
2013-07-03restore title on Format Number single tab dialogsCaolán McNamara1-1/+3
2013-07-02Resolves: fdo#66252 format->number for controls is bustedCaolán McNamara1-5/+5
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-4/+4
2013-06-23Data-aware ListBox: fix case ListSourceType==TableFieldsLionel Elie Mamane1-2/+1
2013-06-23ListBox: when LISTSOURCETYPE changes, need to (un)lock BOUNDCOLUMNLionel Elie Mamane1-0/+1
2013-06-05fdo#46808, Convert a copy of ComponentContext to XComponentContextNoel Grandin1-15/+17
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-4/+1
2013-04-22Data-aware ListBox: can have a BoundColumn even without bound database columnLionel Elie Mamane1-7/+2
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-41/+41
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann1-1/+1
2013-03-20fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin1-1/+1
2013-03-07extensions: get rid of no longer needed stringdefine.hxxMiklos Vajna1-9/+9
2013-03-04doubled namespacesThomas Arnhold1-1/+0
2013-02-25fdo#38838,::rtl::OUString_to_OUStringelixir1-157/+157
2013-01-24rename SfxSingleTabDialog to SfxNoLayoutSingleTabDialogCaolán McNamara1-1/+1
2013-01-09fdo#46808, Adapt sdb::OrderDialog UNO service to new styleNoel Grandin1-6/+2
2012-12-21fdo#46808, Adapt sdb::FilterDialog UNO service to new styleNoel Grandin1-5/+13
2012-12-06fdo#46808, Adapt sdb::ErrorMessageDialog UNO service to new styleNoel Grandin1-2/+2
2012-12-06fdo#46808, use service constructor for sdb::DatabaseContextNoel Grandin1-12/+8
2012-11-28fdo#46808, use service constructor for sdbc::ConnectionPoolNoel Grandin1-2/+2
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-2/+2
2012-08-23fdo#53001 disable unlink graphics in image control dialog in base report builderJoel Madero1-1/+1
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-3/+2
2012-06-29Remove UNO includes commentsThomas Arnhold1-2/+0
2012-05-29targeted string re-workNorbert Thiebaud1-12/+12
2011-12-23Fix for fdo43460 Part XVI getLength() to isEmpty()Olivier Hallot1-22/+22
2011-12-10catch exception by constant referenceTakeshi Abe1-12/+12
2011-12-03sfx2::FileDialogHelper: refactor construction:Michael Stahl1-3/+8
2011-12-03sfx2::FileDialogHelper ignores WB_3DLOOK, WB_STDMODALMichael Stahl1-2/+2
2011-12-03sfx2::FileDialogHelper: remove use of WB_OPENMichael Stahl1-1/+2
2011-11-27remove include of pch header in extensionsNorbert Thiebaud1-2/+0
2011-09-30get this building with gcc 4.6.1Caolán McNamara1-22/+22
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-5/+5
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-22/+22
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-6/+6
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud1-22/+22
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-6/+6
2011-02-13Remove bogus commentsGuillaume Poussel1-2/+0