summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formcomponenthandler.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-12-04fdo#65163 reintroduce embedded picture for form componentsLionel Elie Mamane1-2/+13
2014-12-04Revert "coverity#735424 Logically dead code"Lionel Elie Mamane1-3/+22
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-3/+3
2014-10-01loplugin: cstylecastNoel Grandin1-4/+4
2014-09-12extensions: sal_Bool -> boolStephan Bergmann1-4/+4
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-07-10use SimpleReferenceObject in extensions moduleNoel Grandin1-19/+0
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-13coverity#706514 Uncaught exceptionCaolán McNamara1-5/+5
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-1/+1
2014-06-05extensions: remove SAL_THROW macroNoel Grandin1-1/+1
2014-05-08extensions: sal_Bool->boolNoel Grandin1-26/+26
2014-05-02extensions: sal_Bool->boolNoel Grandin1-10/+10
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-17coverity#706522 Uncaught exceptionCaolán McNamara1-1/+1
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
2014-04-05coverity#706521 Uncaught exceptionCaolán McNamara1-2/+4
2014-04-02Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-12/+12
2014-03-17extensions: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-03-03EXTENSIONS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-3/+0
2014-02-27Remove visual noise from extensionsAlexander Wilms1-39/+39
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-14/+14
2014-02-24Remove unnecessary bool2anyStephan Bergmann1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-72/+72
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-11coverity#735424 Logically dead codeCaolán McNamara1-22/+3
2014-02-06coverity#707771 coverity gold, Uninitialized m_refCountCaolán McNamara1-1/+2
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann1-1/+0
2014-01-23SfxNoLayoutSingleTabDialog not needed anymoreCaolán McNamara1-1/+1
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-2/+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